2017-08-02 07:17:01.723 | + stack.sh:main:442 : exec 2017-08-02 07:17:01.723 | + stack.sh:main:450 : echo_summary 'stack.sh log /opt/stack/devstack/stack.sh.log.2017-08-02-071701' 2017-08-02 07:17:01.724 | ++ stack.sh:main:442 : /opt/stack/devstack/tools/outfilter.py -o /opt/stack/devstack/stack.sh.log.2017-08-02-071701.summary.2017-08-02-071701 2017-08-02 07:17:01.724 | + stack.sh:echo_summary:399 : [[ -t 3 ]] 2017-08-02 07:17:01.724 | + stack.sh:echo_summary:405 : echo -e stack.sh log /opt/stack/devstack/stack.sh.log.2017-08-02-071701 2017-08-02 07:17:01.724 | + stack.sh:main:452 : ln -sf /opt/stack/devstack/stack.sh.log.2017-08-02-071701 /opt/stack/devstack/stack.sh.log 2017-08-02 07:17:01.724 | + stack.sh:main:453 : ln -sf /opt/stack/devstack/stack.sh.log.2017-08-02-071701.summary.2017-08-02-071701 /opt/stack/devstack/stack.sh.log.summary 2017-08-02 07:17:01.725 | + stack.sh:main:474 : [[ -n /opt/stack/logs ]] 2017-08-02 07:17:01.725 | + stack.sh:main:477 : [[ -d /opt/stack/logs ]] 2017-08-02 07:17:01.725 | + stack.sh:main:481 : mkdir -p /opt/stack/logs 2017-08-02 07:17:01.725 | + stack.sh:main:486 : check_path_perm_sanity /opt/stack 2017-08-02 07:17:01.725 | + functions:check_path_perm_sanity:504 : local real_path 2017-08-02 07:17:01.725 | ++ functions:check_path_perm_sanity:505 : readlink -f /opt/stack 2017-08-02 07:17:01.726 | + functions:check_path_perm_sanity:505 : real_path=/opt/stack 2017-08-02 07:17:01.726 | + functions:check_path_perm_sanity:506 : local rebuilt_path= 2017-08-02 07:17:01.726 | ++ functions:check_path_perm_sanity:498 : echo /opt/stack 2017-08-02 07:17:01.726 | ++ functions:check_path_perm_sanity:498 : tr / ' ' 2017-08-02 07:17:01.726 | + functions:check_path_perm_sanity:507 : for i in '$(echo ${real_path} | tr "/" " ")' 2017-08-02 07:17:01.727 | + functions:check_path_perm_sanity:508 : rebuilt_path=/opt 2017-08-02 07:17:01.728 | ++ functions:check_path_perm_sanity:510 : stat -c %a /opt 2017-08-02 07:17:01.731 | + functions:check_path_perm_sanity:510 : [[ 755 = 700 ]] 2017-08-02 07:17:01.732 | + functions:check_path_perm_sanity:507 : for i in '$(echo ${real_path} | tr "/" " ")' 2017-08-02 07:17:01.734 | + functions:check_path_perm_sanity:508 : rebuilt_path=/opt/stack 2017-08-02 07:17:01.737 | ++ functions:check_path_perm_sanity:510 : stat -c %a /opt/stack 2017-08-02 07:17:01.742 | + functions:check_path_perm_sanity:510 : [[ 755 = 700 ]] 2017-08-02 07:17:01.745 | + stack.sh:main:492 : trap exit_trap EXIT 2017-08-02 07:17:01.748 | + stack.sh:main:522 : trap err_trap ERR 2017-08-02 07:17:01.751 | + stack.sh:main:535 : set -o errexit 2017-08-02 07:17:01.754 | + stack.sh:main:538 : uname -a 2017-08-02 07:17:01.755 | Linux gettingfretting.corp.gq1.yahoo.com 3.10.0-514.26.2.el7.YAHOO.20170707.8.x86_64 #1 SMP Fri Jul 7 21:48:18 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux 2017-08-02 07:17:01.758 | + stack.sh:main:541 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2017-08-02 07:17:01.761 | + stack.sh:main:542 : rm -f /opt/stack/data/ca-bundle.pem 2017-08-02 07:17:01.765 | + stack.sh:main:545 : source /opt/stack/devstack/lib/database 2017-08-02 07:17:01.793 | + stack.sh:main:546 : source /opt/stack/devstack/lib/rpc_backend 2017-08-02 07:17:01.805 | + stack.sh:main:549 : SSL_ENABLED_SERVICES=key,nova,cinder,glance,s-proxy,neutron 2017-08-02 07:17:01.806 | + stack.sh:main:551 : is_service_enabled tls-proxy 2017-08-02 07:17:01.815 | + functions-common:is_service_enabled:2073 : return 1 2017-08-02 07:17:01.817 | + stack.sh:main:559 : fetch_plugins 2017-08-02 07:17:01.818 | + functions-common:fetch_plugins:1787 : local plugins=,ironic 2017-08-02 07:17:01.820 | + functions-common:fetch_plugins:1788 : local plugin 2017-08-02 07:17:01.821 | + functions-common:fetch_plugins:1791 : [[ -z ,ironic ]] 2017-08-02 07:17:01.822 | + functions-common:fetch_plugins:1795 : echo 'Fetching DevStack plugins' 2017-08-02 07:17:01.822 | Fetching DevStack plugins 2017-08-02 07:17:01.824 | + functions-common:fetch_plugins:1796 : for plugin in '${plugins//,/ }' 2017-08-02 07:17:01.825 | + functions-common:fetch_plugins:1797 : git_clone_by_name ironic 2017-08-02 07:17:01.827 | + functions-common:git_clone_by_name:574 : local name=ironic 2017-08-02 07:17:01.828 | + functions-common:git_clone_by_name:575 : local repo=https://git.openstack.org/openstack/ironic 2017-08-02 07:17:01.830 | + functions-common:git_clone_by_name:576 : local dir=/opt/stack/ironic 2017-08-02 07:17:01.831 | + functions-common:git_clone_by_name:577 : local branch=stable/ocata 2017-08-02 07:17:01.833 | + functions-common:git_clone_by_name:578 : git_clone https://git.openstack.org/openstack/ironic /opt/stack/ironic stable/ocata 2017-08-02 07:17:01.834 | + functions-common:git_clone:496 : local git_remote=https://git.openstack.org/openstack/ironic 2017-08-02 07:17:01.836 | + functions-common:git_clone:497 : local git_dest=/opt/stack/ironic 2017-08-02 07:17:01.837 | + functions-common:git_clone:498 : local git_ref=stable/ocata 2017-08-02 07:17:01.839 | + functions-common:git_clone:499 : local orig_dir 2017-08-02 07:17:01.840 | ++ functions-common:git_clone:500 : pwd 2017-08-02 07:17:01.842 | + functions-common:git_clone:500 : orig_dir=/opt/stack/devstack 2017-08-02 07:17:01.843 | + functions-common:git_clone:501 : local git_clone_flags= 2017-08-02 07:17:01.845 | ++ functions-common:git_clone:503 : trueorfalse False RECLONE 2017-08-02 07:17:01.854 | + functions-common:git_clone:503 : RECLONE=False 2017-08-02 07:17:01.856 | + functions-common:git_clone:504 : [[ 0 -gt 0 ]] 2017-08-02 07:17:01.857 | + functions-common:git_clone:508 : [[ False = \T\r\u\e ]] 2017-08-02 07:17:01.859 | + functions-common:git_clone:517 : egrep -q '^refs' 2017-08-02 07:17:01.859 | + functions-common:git_clone:517 : echo stable/ocata 2017-08-02 07:17:01.861 | + functions-common:git_clone:531 : [[ ! -d /opt/stack/ironic ]] 2017-08-02 07:17:01.862 | + functions-common:git_clone:532 : [[ False = \T\r\u\e ]] 2017-08-02 07:17:01.863 | + functions-common:git_clone:538 : git_timed clone https://git.openstack.org/openstack/ironic /opt/stack/ironic --branch stable/ocata 2017-08-02 07:17:01.865 | + functions-common:git_timed:590 : local count=0 2017-08-02 07:17:01.866 | + functions-common:git_timed:591 : local timeout=0 2017-08-02 07:17:01.867 | + functions-common:git_timed:593 : [[ -n 0 ]] 2017-08-02 07:17:01.869 | + functions-common:git_timed:594 : timeout=0 2017-08-02 07:17:01.870 | + functions-common:git_timed:597 : time_start git_timed 2017-08-02 07:17:01.871 | + functions-common:time_start:2384 : local name=git_timed 2017-08-02 07:17:01.872 | + functions-common:time_start:2385 : local start_time= 2017-08-02 07:17:01.874 | + functions-common:time_start:2386 : [[ -n '' ]] 2017-08-02 07:17:01.875 | ++ functions-common:time_start:2389 : date +%s 2017-08-02 07:17:01.877 | + functions-common:time_start:2389 : _TIME_START[$name]=1501658221 2017-08-02 07:17:01.878 | + functions-common:git_timed:598 : timeout -s SIGINT 0 git clone https://git.openstack.org/openstack/ironic /opt/stack/ironic --branch stable/ocata 2017-08-02 07:17:01.893 | Cloning into '/opt/stack/ironic'... 2017-08-02 07:17:08.132 | + functions-common:git_timed:612 : time_stop git_timed 2017-08-02 07:17:08.133 | + functions-common:time_stop:2398 : local name 2017-08-02 07:17:08.135 | + functions-common:time_stop:2399 : local end_time 2017-08-02 07:17:08.136 | + functions-common:time_stop:2400 : local elapsed_time 2017-08-02 07:17:08.137 | + functions-common:time_stop:2401 : local total 2017-08-02 07:17:08.138 | + functions-common:time_stop:2402 : local start_time 2017-08-02 07:17:08.140 | + functions-common:time_stop:2404 : name=git_timed 2017-08-02 07:17:08.141 | + functions-common:time_stop:2405 : start_time=1501658221 2017-08-02 07:17:08.142 | + functions-common:time_stop:2407 : [[ -z 1501658221 ]] 2017-08-02 07:17:08.144 | ++ functions-common:time_stop:2410 : date +%s 2017-08-02 07:17:08.146 | + functions-common:time_stop:2410 : end_time=1501658228 2017-08-02 07:17:08.147 | + functions-common:time_stop:2411 : elapsed_time=7 2017-08-02 07:17:08.148 | + functions-common:time_stop:2412 : total=0 2017-08-02 07:17:08.150 | + functions-common:time_stop:2414 : _TIME_START[$name]= 2017-08-02 07:17:08.151 | + functions-common:time_stop:2415 : _TIME_TOTAL[$name]=7 2017-08-02 07:17:08.152 | + functions-common:git_clone:565 : cd /opt/stack/ironic 2017-08-02 07:17:08.153 | + functions-common:git_clone:566 : git show --oneline 2017-08-02 07:17:08.155 | + functions-common:git_clone:566 : head -1 2017-08-02 07:17:08.157 | d7574ac [Devstack] cleanup upgrade settings 2017-08-02 07:17:08.158 | + functions-common:git_clone:567 : cd /opt/stack/devstack 2017-08-02 07:17:08.159 | + stack.sh:main:563 : run_phase override_defaults 2017-08-02 07:17:08.161 | + functions-common:run_phase:1869 : local mode=override_defaults 2017-08-02 07:17:08.162 | + functions-common:run_phase:1870 : local phase= 2017-08-02 07:17:08.163 | + functions-common:run_phase:1871 : [[ -d /opt/stack/devstack/extras.d ]] 2017-08-02 07:17:08.165 | + functions-common:run_phase:1872 : local extra_plugin_file_name 2017-08-02 07:17:08.166 | + functions-common:run_phase:1873 : for extra_plugin_file_name in '$TOP_DIR/extras.d/*.sh' 2017-08-02 07:17:08.167 | + functions-common:run_phase:1878 : local exceptions=80-tempest.sh 2017-08-02 07:17:08.169 | + functions-common:run_phase:1879 : local extra 2017-08-02 07:17:08.171 | ++ functions-common:run_phase:1880 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2017-08-02 07:17:08.173 | + functions-common:run_phase:1880 : extra=80-tempest.sh 2017-08-02 07:17:08.174 | + functions-common:run_phase:1881 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2017-08-02 07:17:08.176 | + functions-common:run_phase:1885 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2017-08-02 07:17:08.177 | + functions-common:run_phase:1885 : source /opt/stack/devstack/extras.d/80-tempest.sh override_defaults 2017-08-02 07:17:08.178 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2017-08-02 07:17:08.187 | ++ functions-common:is_service_enabled:2073 : return 1 2017-08-02 07:17:08.188 | + functions-common:run_phase:1890 : [[ override_defaults == \s\o\u\r\c\e ]] 2017-08-02 07:17:08.189 | + functions-common:run_phase:1893 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2017-08-02 07:17:08.191 | + functions-common:run_phase:1894 : plugin_override_defaults 2017-08-02 07:17:08.192 | + functions-common:plugin_override_defaults:1828 : local plugins=,ironic 2017-08-02 07:17:08.193 | + functions-common:plugin_override_defaults:1829 : local plugin 2017-08-02 07:17:08.194 | + functions-common:plugin_override_defaults:1832 : [[ -z ,ironic ]] 2017-08-02 07:17:08.195 | + functions-common:plugin_override_defaults:1836 : echo 'Overriding Configuration Defaults' 2017-08-02 07:17:08.195 | Overriding Configuration Defaults 2017-08-02 07:17:08.196 | + functions-common:plugin_override_defaults:1837 : for plugin in '${plugins//,/ }' 2017-08-02 07:17:08.198 | + functions-common:plugin_override_defaults:1838 : local dir=/opt/stack/ironic 2017-08-02 07:17:08.199 | + functions-common:plugin_override_defaults:1840 : [[ -f /opt/stack/ironic/devstack/override-defaults ]] 2017-08-02 07:17:08.200 | + stack.sh:main:566 : source /opt/stack/devstack/lib/apache 2017-08-02 07:17:08.211 | + stack.sh:main:569 : source /opt/stack/devstack/lib/tls 2017-08-02 07:17:08.213 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2017-08-02 07:17:08.220 | ++ functions-common:is_service_enabled:2073 : return 1 2017-08-02 07:17:08.222 | +++ lib/tls:source:43 : hostname -f 2017-08-02 07:17:08.261 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=gettingfretting.corp.gq1.yahoo.com 2017-08-02 07:17:08.262 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2017-08-02 07:17:08.264 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2017-08-02 07:17:08.266 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2017-08-02 07:17:08.267 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2017-08-02 07:17:08.269 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2017-08-02 07:17:08.271 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2017-08-02 07:17:08.272 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2017-08-02 07:17:08.274 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2017-08-02 07:17:08.275 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2017-08-02 07:17:08.279 | + stack.sh:main:572 : source /opt/stack/devstack/lib/infra 2017-08-02 07:17:08.292 | + stack.sh:main:573 : source /opt/stack/devstack/lib/oslo 2017-08-02 07:17:08.312 | + stack.sh:main:574 : source /opt/stack/devstack/lib/lvm 2017-08-02 07:17:08.320 | + stack.sh:main:575 : source /opt/stack/devstack/lib/horizon 2017-08-02 07:17:08.328 | + stack.sh:main:576 : source /opt/stack/devstack/lib/keystone 2017-08-02 07:17:08.344 | + stack.sh:main:577 : source /opt/stack/devstack/lib/glance 2017-08-02 07:17:08.358 | + stack.sh:main:578 : source /opt/stack/devstack/lib/nova 2017-08-02 07:17:08.394 | + stack.sh:main:579 : source /opt/stack/devstack/lib/placement 2017-08-02 07:17:08.407 | + stack.sh:main:580 : source /opt/stack/devstack/lib/cinder 2017-08-02 07:17:08.425 | + stack.sh:main:581 : source /opt/stack/devstack/lib/swift 2017-08-02 07:17:08.468 | + stack.sh:main:582 : source /opt/stack/devstack/lib/neutron 2017-08-02 07:17:08.494 | WARNING: Using lib/neutron-legacy is deprecated, and it will be removed in the future 2017-08-02 07:17:08.591 | + stack.sh:main:583 : source /opt/stack/devstack/lib/ldap 2017-08-02 07:17:08.610 | + stack.sh:main:584 : source /opt/stack/devstack/lib/dstat 2017-08-02 07:17:08.629 | + stack.sh:main:585 : source /opt/stack/devstack/lib/dlm 2017-08-02 07:17:08.647 | + stack.sh:main:586 : source /opt/stack/devstack/lib/os_brick 2017-08-02 07:17:08.664 | + stack.sh:main:592 : run_phase source 2017-08-02 07:17:08.668 | + functions-common:run_phase:1869 : local mode=source 2017-08-02 07:17:08.671 | + functions-common:run_phase:1870 : local phase= 2017-08-02 07:17:08.673 | + functions-common:run_phase:1871 : [[ -d /opt/stack/devstack/extras.d ]] 2017-08-02 07:17:08.674 | + functions-common:run_phase:1872 : local extra_plugin_file_name 2017-08-02 07:17:08.676 | + functions-common:run_phase:1873 : for extra_plugin_file_name in '$TOP_DIR/extras.d/*.sh' 2017-08-02 07:17:08.678 | + functions-common:run_phase:1878 : local exceptions=80-tempest.sh 2017-08-02 07:17:08.679 | + functions-common:run_phase:1879 : local extra 2017-08-02 07:17:08.682 | ++ functions-common:run_phase:1880 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2017-08-02 07:17:08.684 | + functions-common:run_phase:1880 : extra=80-tempest.sh 2017-08-02 07:17:08.686 | + functions-common:run_phase:1881 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2017-08-02 07:17:08.688 | + functions-common:run_phase:1885 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2017-08-02 07:17:08.689 | + functions-common:run_phase:1885 : source /opt/stack/devstack/extras.d/80-tempest.sh source 2017-08-02 07:17:08.691 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2017-08-02 07:17:08.703 | ++ functions-common:is_service_enabled:2073 : return 1 2017-08-02 07:17:08.705 | + functions-common:run_phase:1890 : [[ source == \s\o\u\r\c\e ]] 2017-08-02 07:17:08.706 | + functions-common:run_phase:1891 : load_plugin_settings 2017-08-02 07:17:08.708 | + functions-common:load_plugin_settings:1805 : local plugins=,ironic 2017-08-02 07:17:08.709 | + functions-common:load_plugin_settings:1806 : local plugin 2017-08-02 07:17:08.711 | + functions-common:load_plugin_settings:1809 : [[ -z ,ironic ]] 2017-08-02 07:17:08.713 | + functions-common:load_plugin_settings:1813 : echo 'Loading plugin settings' 2017-08-02 07:17:08.713 | Loading plugin settings 2017-08-02 07:17:08.714 | + functions-common:load_plugin_settings:1814 : for plugin in '${plugins//,/ }' 2017-08-02 07:17:08.717 | + functions-common:load_plugin_settings:1815 : local dir=/opt/stack/ironic 2017-08-02 07:17:08.719 | + functions-common:load_plugin_settings:1817 : [[ -f /opt/stack/ironic/devstack/settings ]] 2017-08-02 07:17:08.721 | + functions-common:load_plugin_settings:1818 : source /opt/stack/ironic/devstack/settings 2017-08-02 07:17:08.723 | ++ /opt/stack/ironic/devstack/settings:source:1 : enable_service ironic ir-api ir-cond 2017-08-02 07:17:08.764 | +++ /opt/stack/ironic/devstack/settings:source:7 : sort -n 2017-08-02 07:17:08.765 | +++ /opt/stack/ironic/devstack/settings:source:7 : ip link show 2017-08-02 07:17:08.766 | +++ /opt/stack/ironic/devstack/settings:source:7 : head -1 2017-08-02 07:17:08.766 | +++ /opt/stack/ironic/devstack/settings:source:7 : sed -ne 's/.*mtu \([0-9]\+\).*/\1/p' 2017-08-02 07:17:08.772 | ++ /opt/stack/ironic/devstack/settings:source:7 : local_mtu=1500 2017-08-02 07:17:08.774 | ++ /opt/stack/ironic/devstack/settings:source:10 : PUBLIC_BRIDGE_MTU=1450 2017-08-02 07:17:08.776 | + functions-common:run_phase:1892 : verify_disabled_services 2017-08-02 07:17:08.778 | + functions-common:verify_disabled_services:2128 : local service 2017-08-02 07:17:08.780 | + functions-common:verify_disabled_services:2129 : for service in '${ENABLED_SERVICES//,/ }' 2017-08-02 07:17:08.782 | + functions-common:verify_disabled_services:2130 : [[ ,n-net,n-novnc,tempest,horizon,heat,h-api,h-api-cfn,h-api-cw,h-eng,cinder,c-api,c-sch,c-vol, =~ ,key, ]] 2017-08-02 07:17:08.784 | + functions-common:verify_disabled_services:2129 : for service in '${ENABLED_SERVICES//,/ }' 2017-08-02 07:17:08.786 | + functions-common:verify_disabled_services:2130 : [[ ,n-net,n-novnc,tempest,horizon,heat,h-api,h-api-cfn,h-api-cw,h-eng,cinder,c-api,c-sch,c-vol, =~ ,n-api, ]] 2017-08-02 07:17:08.788 | + functions-common:verify_disabled_services:2129 : for service in '${ENABLED_SERVICES//,/ }' 2017-08-02 07:17:08.790 | + functions-common:verify_disabled_services:2130 : [[ ,n-net,n-novnc,tempest,horizon,heat,h-api,h-api-cfn,h-api-cw,h-eng,cinder,c-api,c-sch,c-vol, =~ ,n-cpu, ]] 2017-08-02 07:17:08.792 | + functions-common:verify_disabled_services:2129 : for service in '${ENABLED_SERVICES//,/ }' 2017-08-02 07:17:08.795 | + functions-common:verify_disabled_services:2130 : [[ ,n-net,n-novnc,tempest,horizon,heat,h-api,h-api-cfn,h-api-cw,h-eng,cinder,c-api,c-sch,c-vol, =~ ,n-cond, ]] 2017-08-02 07:17:08.797 | + functions-common:verify_disabled_services:2129 : for service in '${ENABLED_SERVICES//,/ }' 2017-08-02 07:17:08.799 | + functions-common:verify_disabled_services:2130 : [[ ,n-net,n-novnc,tempest,horizon,heat,h-api,h-api-cfn,h-api-cw,h-eng,cinder,c-api,c-sch,c-vol, =~ ,n-sch, ]] 2017-08-02 07:17:08.801 | + functions-common:verify_disabled_services:2129 : for service in '${ENABLED_SERVICES//,/ }' 2017-08-02 07:17:08.803 | + functions-common:verify_disabled_services:2130 : [[ ,n-net,n-novnc,tempest,horizon,heat,h-api,h-api-cfn,h-api-cw,h-eng,cinder,c-api,c-sch,c-vol, =~ ,n-cauth, ]] 2017-08-02 07:17:08.806 | + functions-common:verify_disabled_services:2129 : for service in '${ENABLED_SERVICES//,/ }' 2017-08-02 07:17:08.809 | + functions-common:verify_disabled_services:2130 : [[ ,n-net,n-novnc,tempest,horizon,heat,h-api,h-api-cfn,h-api-cw,h-eng,cinder,c-api,c-sch,c-vol, =~ ,placement-api, ]] 2017-08-02 07:17:08.812 | + functions-common:verify_disabled_services:2129 : for service in '${ENABLED_SERVICES//,/ }' 2017-08-02 07:17:08.815 | + functions-common:verify_disabled_services:2130 : [[ ,n-net,n-novnc,tempest,horizon,heat,h-api,h-api-cfn,h-api-cw,h-eng,cinder,c-api,c-sch,c-vol, =~ ,placement-client, ]] 2017-08-02 07:17:08.818 | + functions-common:verify_disabled_services:2129 : for service in '${ENABLED_SERVICES//,/ }' 2017-08-02 07:17:08.821 | + functions-common:verify_disabled_services:2130 : [[ ,n-net,n-novnc,tempest,horizon,heat,h-api,h-api-cfn,h-api-cw,h-eng,cinder,c-api,c-sch,c-vol, =~ ,g-api, ]] 2017-08-02 07:17:08.824 | + functions-common:verify_disabled_services:2129 : for service in '${ENABLED_SERVICES//,/ }' 2017-08-02 07:17:08.828 | + functions-common:verify_disabled_services:2130 : [[ ,n-net,n-novnc,tempest,horizon,heat,h-api,h-api-cfn,h-api-cw,h-eng,cinder,c-api,c-sch,c-vol, =~ ,g-reg, ]] 2017-08-02 07:17:08.831 | + functions-common:verify_disabled_services:2129 : for service in '${ENABLED_SERVICES//,/ }' 2017-08-02 07:17:08.834 | + functions-common:verify_disabled_services:2130 : [[ ,n-net,n-novnc,tempest,horizon,heat,h-api,h-api-cfn,h-api-cw,h-eng,cinder,c-api,c-sch,c-vol, =~ ,q-svc, ]] 2017-08-02 07:17:08.837 | + functions-common:verify_disabled_services:2129 : for service in '${ENABLED_SERVICES//,/ }' 2017-08-02 07:17:08.841 | + functions-common:verify_disabled_services:2130 : [[ ,n-net,n-novnc,tempest,horizon,heat,h-api,h-api-cfn,h-api-cw,h-eng,cinder,c-api,c-sch,c-vol, =~ ,q-dhcp, ]] 2017-08-02 07:17:08.845 | + functions-common:verify_disabled_services:2129 : for service in '${ENABLED_SERVICES//,/ }' 2017-08-02 07:17:08.848 | + functions-common:verify_disabled_services:2130 : [[ ,n-net,n-novnc,tempest,horizon,heat,h-api,h-api-cfn,h-api-cw,h-eng,cinder,c-api,c-sch,c-vol, =~ ,q-meta, ]] 2017-08-02 07:17:08.851 | + functions-common:verify_disabled_services:2129 : for service in '${ENABLED_SERVICES//,/ }' 2017-08-02 07:17:08.854 | + functions-common:verify_disabled_services:2130 : [[ ,n-net,n-novnc,tempest,horizon,heat,h-api,h-api-cfn,h-api-cw,h-eng,cinder,c-api,c-sch,c-vol, =~ ,q-agt, ]] 2017-08-02 07:17:08.857 | + functions-common:verify_disabled_services:2129 : for service in '${ENABLED_SERVICES//,/ }' 2017-08-02 07:17:08.860 | + functions-common:verify_disabled_services:2130 : [[ ,n-net,n-novnc,tempest,horizon,heat,h-api,h-api-cfn,h-api-cw,h-eng,cinder,c-api,c-sch,c-vol, =~ ,q-l3, ]] 2017-08-02 07:17:08.864 | + functions-common:verify_disabled_services:2129 : for service in '${ENABLED_SERVICES//,/ }' 2017-08-02 07:17:08.867 | + functions-common:verify_disabled_services:2130 : [[ ,n-net,n-novnc,tempest,horizon,heat,h-api,h-api-cfn,h-api-cw,h-eng,cinder,c-api,c-sch,c-vol, =~ ,rabbit, ]] 2017-08-02 07:17:08.870 | + functions-common:verify_disabled_services:2129 : for service in '${ENABLED_SERVICES//,/ }' 2017-08-02 07:17:08.873 | + functions-common:verify_disabled_services:2130 : [[ ,n-net,n-novnc,tempest,horizon,heat,h-api,h-api-cfn,h-api-cw,h-eng,cinder,c-api,c-sch,c-vol, =~ ,mysql, ]] 2017-08-02 07:17:08.876 | + functions-common:verify_disabled_services:2129 : for service in '${ENABLED_SERVICES//,/ }' 2017-08-02 07:17:08.879 | + functions-common:verify_disabled_services:2130 : [[ ,n-net,n-novnc,tempest,horizon,heat,h-api,h-api-cfn,h-api-cw,h-eng,cinder,c-api,c-sch,c-vol, =~ ,dstat, ]] 2017-08-02 07:17:08.882 | + functions-common:verify_disabled_services:2129 : for service in '${ENABLED_SERVICES//,/ }' 2017-08-02 07:17:08.885 | + functions-common:verify_disabled_services:2130 : [[ ,n-net,n-novnc,tempest,horizon,heat,h-api,h-api-cfn,h-api-cw,h-eng,cinder,c-api,c-sch,c-vol, =~ ,n-cell, ]] 2017-08-02 07:17:08.888 | + functions-common:verify_disabled_services:2129 : for service in '${ENABLED_SERVICES//,/ }' 2017-08-02 07:17:08.890 | + functions-common:verify_disabled_services:2130 : [[ ,n-net,n-novnc,tempest,horizon,heat,h-api,h-api-cfn,h-api-cw,h-eng,cinder,c-api,c-sch,c-vol, =~ ,s-proxy, ]] 2017-08-02 07:17:08.892 | + functions-common:verify_disabled_services:2129 : for service in '${ENABLED_SERVICES//,/ }' 2017-08-02 07:17:08.895 | + functions-common:verify_disabled_services:2130 : [[ ,n-net,n-novnc,tempest,horizon,heat,h-api,h-api-cfn,h-api-cw,h-eng,cinder,c-api,c-sch,c-vol, =~ ,s-object, ]] 2017-08-02 07:17:08.897 | + functions-common:verify_disabled_services:2129 : for service in '${ENABLED_SERVICES//,/ }' 2017-08-02 07:17:08.900 | + functions-common:verify_disabled_services:2130 : [[ ,n-net,n-novnc,tempest,horizon,heat,h-api,h-api-cfn,h-api-cw,h-eng,cinder,c-api,c-sch,c-vol, =~ ,s-container, ]] 2017-08-02 07:17:08.902 | + functions-common:verify_disabled_services:2129 : for service in '${ENABLED_SERVICES//,/ }' 2017-08-02 07:17:08.904 | + functions-common:verify_disabled_services:2130 : [[ ,n-net,n-novnc,tempest,horizon,heat,h-api,h-api-cfn,h-api-cw,h-eng,cinder,c-api,c-sch,c-vol, =~ ,s-account, ]] 2017-08-02 07:17:08.906 | + functions-common:verify_disabled_services:2129 : for service in '${ENABLED_SERVICES//,/ }' 2017-08-02 07:17:08.908 | + functions-common:verify_disabled_services:2130 : [[ ,n-net,n-novnc,tempest,horizon,heat,h-api,h-api-cfn,h-api-cw,h-eng,cinder,c-api,c-sch,c-vol, =~ ,ironic, ]] 2017-08-02 07:17:08.910 | + functions-common:verify_disabled_services:2129 : for service in '${ENABLED_SERVICES//,/ }' 2017-08-02 07:17:08.912 | + functions-common:verify_disabled_services:2130 : [[ ,n-net,n-novnc,tempest,horizon,heat,h-api,h-api-cfn,h-api-cw,h-eng,cinder,c-api,c-sch,c-vol, =~ ,ir-api, ]] 2017-08-02 07:17:08.914 | + functions-common:verify_disabled_services:2129 : for service in '${ENABLED_SERVICES//,/ }' 2017-08-02 07:17:08.916 | + functions-common:verify_disabled_services:2130 : [[ ,n-net,n-novnc,tempest,horizon,heat,h-api,h-api-cfn,h-api-cw,h-eng,cinder,c-api,c-sch,c-vol, =~ ,ir-cond, ]] 2017-08-02 07:17:08.919 | + stack.sh:main:663 : initialize_database_backends 2017-08-02 07:17:08.921 | + lib/database:initialize_database_backends:65 : for backend in '$DATABASE_BACKENDS' 2017-08-02 07:17:08.923 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2017-08-02 07:17:08.936 | + functions-common:is_service_enabled:2073 : return 0 2017-08-02 07:17:08.939 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2017-08-02 07:17:08.941 | + lib/database:initialize_database_backends:65 : for backend in '$DATABASE_BACKENDS' 2017-08-02 07:17:08.943 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2017-08-02 07:17:08.956 | + functions-common:is_service_enabled:2073 : return 1 2017-08-02 07:17:08.959 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2017-08-02 07:17:08.961 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2017-08-02 07:17:08.962 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2017-08-02 07:17:08.963 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2017-08-02 07:17:08.964 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2017-08-02 07:17:08.966 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2017-08-02 07:17:08.968 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2017-08-02 07:17:08.969 | + lib/database:initialize_database_backends:91 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2017-08-02 07:17:08.985 | ++ lib/database:initialize_database_backends:104 : get_database_type_mysql 2017-08-02 07:17:08.988 | ++ lib/databases/mysql:get_database_type_mysql:28 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2017-08-02 07:17:08.991 | ++ lib/databases/mysql:get_database_type_mysql:29 : echo mysql+pymysql 2017-08-02 07:17:08.994 | + lib/database:initialize_database_backends:104 : BASE_SQL_CONN='mysql+pymysql://root:devstack_rocks!@127.0.0.1' 2017-08-02 07:17:08.998 | + lib/database:initialize_database_backends:106 : return 0 2017-08-02 07:17:09.001 | + stack.sh:main:663 : echo 'Using mysql database backend' 2017-08-02 07:17:09.001 | Using mysql database backend 2017-08-02 07:17:09.004 | + stack.sh:main:672 : is_service_enabled rabbit 2017-08-02 07:17:09.022 | + functions-common:is_service_enabled:2073 : return 0 2017-08-02 07:17:09.025 | + stack.sh:main:673 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2017-08-02 07:17:09.038 | + stack.sh:main:680 : is_service_enabled keystone 2017-08-02 07:17:09.048 | + functions-common:is_service_enabled:2073 : return 0 2017-08-02 07:17:09.050 | + stack.sh:main:682 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2017-08-02 07:17:09.061 | + stack.sh:main:684 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2017-08-02 07:17:09.071 | + stack.sh:main:695 : is_service_enabled ldap 2017-08-02 07:17:09.081 | + functions-common:is_service_enabled:2073 : return 1 2017-08-02 07:17:09.084 | + stack.sh:main:704 : is_service_enabled s-proxy 2017-08-02 07:17:09.095 | + functions-common:is_service_enabled:2073 : return 0 2017-08-02 07:17:09.097 | + stack.sh:main:708 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2017-08-02 07:17:09.108 | + stack.sh:main:710 : [[ -z devstack_rocks! ]] 2017-08-02 07:17:09.109 | + stack.sh:main:716 : save_stackenv 716 2017-08-02 07:17:09.111 | + functions-common:save_stackenv:61 : local tag=716 2017-08-02 07:17:09.113 | ++ functions-common:save_stackenv:63 : date +%F-%H%M%S 2017-08-02 07:17:09.116 | + functions-common:save_stackenv:63 : time_stamp=2017-08-02-071709 2017-08-02 07:17:09.117 | + functions-common:save_stackenv:64 : echo '# 2017-08-02-071709 716' 2017-08-02 07:17:09.119 | + functions-common:save_stackenv:65 : for i in '$STACK_ENV_VARS' 2017-08-02 07:17:09.120 | + functions-common:save_stackenv:66 : echo 'BASE_SQL_CONN=mysql+pymysql://root:devstack_rocks!@127.0.0.1' 2017-08-02 07:17:09.121 | + functions-common:save_stackenv:65 : for i in '$STACK_ENV_VARS' 2017-08-02 07:17:09.123 | + functions-common:save_stackenv:66 : echo DATA_DIR=/opt/stack/data 2017-08-02 07:17:09.124 | + functions-common:save_stackenv:65 : for i in '$STACK_ENV_VARS' 2017-08-02 07:17:09.126 | + functions-common:save_stackenv:66 : echo DEST=/opt/stack 2017-08-02 07:17:09.127 | + functions-common:save_stackenv:65 : for i in '$STACK_ENV_VARS' 2017-08-02 07:17:09.128 | + functions-common:save_stackenv:66 : echo ENABLED_SERVICES=key,n-api,n-cpu,n-cond,n-sch,n-cauth,placement-api,placement-client,g-api,g-reg,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,mysql,dstat,n-cell,s-proxy,s-object,s-container,s-account,ironic,ir-api,ir-cond 2017-08-02 07:17:09.130 | + functions-common:save_stackenv:65 : for i in '$STACK_ENV_VARS' 2017-08-02 07:17:09.131 | + functions-common:save_stackenv:66 : echo HOST_IP=127.0.0.1 2017-08-02 07:17:09.133 | + functions-common:save_stackenv:65 : for i in '$STACK_ENV_VARS' 2017-08-02 07:17:09.135 | + functions-common:save_stackenv:66 : echo KEYSTONE_AUTH_PROTOCOL=http 2017-08-02 07:17:09.136 | + functions-common:save_stackenv:65 : for i in '$STACK_ENV_VARS' 2017-08-02 07:17:09.138 | + functions-common:save_stackenv:66 : echo KEYSTONE_AUTH_URI=http://127.0.0.1/identity_admin 2017-08-02 07:17:09.140 | + functions-common:save_stackenv:65 : for i in '$STACK_ENV_VARS' 2017-08-02 07:17:09.142 | + functions-common:save_stackenv:66 : echo KEYSTONE_SERVICE_URI=http://127.0.0.1/identity 2017-08-02 07:17:09.143 | + functions-common:save_stackenv:65 : for i in '$STACK_ENV_VARS' 2017-08-02 07:17:09.145 | + functions-common:save_stackenv:66 : echo LOGFILE=/opt/stack/devstack/stack.sh.log.2017-08-02-071701 2017-08-02 07:17:09.147 | + functions-common:save_stackenv:65 : for i in '$STACK_ENV_VARS' 2017-08-02 07:17:09.149 | + functions-common:save_stackenv:66 : echo OS_CACERT= 2017-08-02 07:17:09.151 | + functions-common:save_stackenv:65 : for i in '$STACK_ENV_VARS' 2017-08-02 07:17:09.152 | + functions-common:save_stackenv:66 : echo SERVICE_HOST=127.0.0.1 2017-08-02 07:17:09.154 | + functions-common:save_stackenv:65 : for i in '$STACK_ENV_VARS' 2017-08-02 07:17:09.156 | + functions-common:save_stackenv:66 : echo SERVICE_PROTOCOL=http 2017-08-02 07:17:09.157 | + functions-common:save_stackenv:65 : for i in '$STACK_ENV_VARS' 2017-08-02 07:17:09.159 | + functions-common:save_stackenv:66 : echo STACK_USER=stack 2017-08-02 07:17:09.161 | + functions-common:save_stackenv:65 : for i in '$STACK_ENV_VARS' 2017-08-02 07:17:09.163 | + functions-common:save_stackenv:66 : echo TLS_IP= 2017-08-02 07:17:09.164 | + functions-common:save_stackenv:65 : for i in '$STACK_ENV_VARS' 2017-08-02 07:17:09.166 | + functions-common:save_stackenv:66 : echo HOST_IPV6=::1 2017-08-02 07:17:09.167 | + functions-common:save_stackenv:65 : for i in '$STACK_ENV_VARS' 2017-08-02 07:17:09.169 | + functions-common:save_stackenv:66 : echo SERVICE_IP_VERSION=4 2017-08-02 07:17:09.171 | + stack.sh:main:727 : git_clone git://git.openstack.org/openstack/requirements.git /opt/stack/requirements stable/ocata 2017-08-02 07:17:09.172 | + functions-common:git_clone:496 : local git_remote=git://git.openstack.org/openstack/requirements.git 2017-08-02 07:17:09.174 | + functions-common:git_clone:497 : local git_dest=/opt/stack/requirements 2017-08-02 07:17:09.177 | + functions-common:git_clone:498 : local git_ref=stable/ocata 2017-08-02 07:17:09.178 | + functions-common:git_clone:499 : local orig_dir 2017-08-02 07:17:09.180 | ++ functions-common:git_clone:500 : pwd 2017-08-02 07:17:09.182 | + functions-common:git_clone:500 : orig_dir=/opt/stack/devstack 2017-08-02 07:17:09.183 | + functions-common:git_clone:501 : local git_clone_flags= 2017-08-02 07:17:09.186 | ++ functions-common:git_clone:503 : trueorfalse False RECLONE 2017-08-02 07:17:09.204 | + functions-common:git_clone:503 : RECLONE=False 2017-08-02 07:17:09.207 | + functions-common:git_clone:504 : [[ 0 -gt 0 ]] 2017-08-02 07:17:09.210 | + functions-common:git_clone:508 : [[ False = \T\r\u\e ]] 2017-08-02 07:17:09.213 | + functions-common:git_clone:517 : echo stable/ocata 2017-08-02 07:17:09.214 | + functions-common:git_clone:517 : egrep -q '^refs' 2017-08-02 07:17:09.219 | + functions-common:git_clone:531 : [[ ! -d /opt/stack/requirements ]] 2017-08-02 07:17:09.222 | + functions-common:git_clone:532 : [[ False = \T\r\u\e ]] 2017-08-02 07:17:09.225 | + functions-common:git_clone:538 : git_timed clone git://git.openstack.org/openstack/requirements.git /opt/stack/requirements --branch stable/ocata 2017-08-02 07:17:09.227 | + functions-common:git_timed:590 : local count=0 2017-08-02 07:17:09.231 | + functions-common:git_timed:591 : local timeout=0 2017-08-02 07:17:09.233 | + functions-common:git_timed:593 : [[ -n 0 ]] 2017-08-02 07:17:09.236 | + functions-common:git_timed:594 : timeout=0 2017-08-02 07:17:09.238 | + functions-common:git_timed:597 : time_start git_timed 2017-08-02 07:17:09.240 | + functions-common:time_start:2384 : local name=git_timed 2017-08-02 07:17:09.242 | + functions-common:time_start:2385 : local start_time= 2017-08-02 07:17:09.244 | + functions-common:time_start:2386 : [[ -n '' ]] 2017-08-02 07:17:09.246 | ++ functions-common:time_start:2389 : date +%s 2017-08-02 07:17:09.248 | + functions-common:time_start:2389 : _TIME_START[$name]=1501658229 2017-08-02 07:17:09.249 | + functions-common:git_timed:598 : timeout -s SIGINT 0 git clone git://git.openstack.org/openstack/requirements.git /opt/stack/requirements --branch stable/ocata 2017-08-02 07:17:09.779 | Cloning into '/opt/stack/requirements'... 2017-08-02 07:17:10.720 | + functions-common:git_timed:612 : time_stop git_timed 2017-08-02 07:17:10.723 | + functions-common:time_stop:2398 : local name 2017-08-02 07:17:10.726 | + functions-common:time_stop:2399 : local end_time 2017-08-02 07:17:10.729 | + functions-common:time_stop:2400 : local elapsed_time 2017-08-02 07:17:10.732 | + functions-common:time_stop:2401 : local total 2017-08-02 07:17:10.735 | + functions-common:time_stop:2402 : local start_time 2017-08-02 07:17:10.737 | + functions-common:time_stop:2404 : name=git_timed 2017-08-02 07:17:10.739 | + functions-common:time_stop:2405 : start_time=1501658229 2017-08-02 07:17:10.742 | + functions-common:time_stop:2407 : [[ -z 1501658229 ]] 2017-08-02 07:17:10.745 | ++ functions-common:time_stop:2410 : date +%s 2017-08-02 07:17:10.750 | + functions-common:time_stop:2410 : end_time=1501658230 2017-08-02 07:17:10.753 | + functions-common:time_stop:2411 : elapsed_time=1 2017-08-02 07:17:10.755 | + functions-common:time_stop:2412 : total=7 2017-08-02 07:17:10.759 | + functions-common:time_stop:2414 : _TIME_START[$name]= 2017-08-02 07:17:10.764 | + functions-common:time_stop:2415 : _TIME_TOTAL[$name]=8 2017-08-02 07:17:10.768 | + functions-common:git_clone:565 : cd /opt/stack/requirements 2017-08-02 07:17:10.771 | + functions-common:git_clone:566 : git show --oneline 2017-08-02 07:17:10.772 | + functions-common:git_clone:566 : head -1 2017-08-02 07:17:10.777 | 528e590 update constraint for python-mistralclient to new release 3.0.1 2017-08-02 07:17:10.783 | + functions-common:git_clone:567 : cd /opt/stack/devstack 2017-08-02 07:17:10.788 | + stack.sh:main:731 : echo_summary 'Installing package prerequisites' 2017-08-02 07:17:10.789 | + stack.sh:echo_summary:399 : [[ -t 3 ]] 2017-08-02 07:17:10.791 | + stack.sh:echo_summary:405 : echo -e Installing package prerequisites 2017-08-02 07:17:10.792 | + stack.sh:main:732 : source /opt/stack/devstack/tools/install_prereqs.sh 2017-08-02 07:17:10.794 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2017-08-02 07:17:10.797 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2017-08-02 07:17:10.799 | ++ tools/install_prereqs.sh:source:23 : [[ -z /opt/stack/devstack ]] 2017-08-02 07:17:10.802 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/opt/stack/devstack/.prereqs 2017-08-02 07:17:10.805 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2017-08-02 07:17:10.808 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2017-08-02 07:17:10.812 | +++ tools/install_prereqs.sh:source:47 : date +%s 2017-08-02 07:17:10.819 | ++ tools/install_prereqs.sh:source:47 : NOW=1501658230 2017-08-02 07:17:10.823 | +++ tools/install_prereqs.sh:source:48 : head -1 /opt/stack/devstack/.prereqs 2017-08-02 07:17:10.830 | +++ tools/install_prereqs.sh:source:48 : echo 0 2017-08-02 07:17:10.836 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2017-08-02 07:17:10.839 | ++ tools/install_prereqs.sh:source:49 : DELTA=1501658230 2017-08-02 07:17:10.843 | ++ tools/install_prereqs.sh:source:50 : [[ 1501658230 -lt 7200 ]] 2017-08-02 07:17:10.846 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2017-08-02 07:17:10.850 | ++ functions-common:export_proxy_variables:2234 : isset http_proxy 2017-08-02 07:17:10.852 | ++ functions-common:isset:162 : [[ -v http_proxy ]] 2017-08-02 07:17:10.856 | ++ functions-common:export_proxy_variables:2237 : isset https_proxy 2017-08-02 07:17:10.860 | ++ functions-common:isset:162 : [[ -v https_proxy ]] 2017-08-02 07:17:10.865 | ++ functions-common:export_proxy_variables:2240 : isset no_proxy 2017-08-02 07:17:10.868 | ++ functions-common:isset:162 : [[ -v no_proxy ]] 2017-08-02 07:17:10.874 | +++ tools/install_prereqs.sh:source:64 : get_packages general,key,n-api,n-cpu,n-cond,n-sch,n-cauth,placement-api,placement-client,g-api,g-reg,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,mysql,dstat,n-cell,s-proxy,s-object,s-container,s-account,ironic,ir-api,ir-cond 2017-08-02 07:17:10.934 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='bc 2017-08-02 07:17:10.934 | bridge-utils 2017-08-02 07:17:10.934 | curl 2017-08-02 07:17:10.934 | dbus 2017-08-02 07:17:10.934 | gcc 2017-08-02 07:17:10.934 | gcc-c++ 2017-08-02 07:17:10.935 | gettext 2017-08-02 07:17:10.935 | git-core 2017-08-02 07:17:10.935 | graphviz 2017-08-02 07:17:10.935 | libffi-devel 2017-08-02 07:17:10.935 | libjpeg-turbo-devel 2017-08-02 07:17:10.935 | libxml2-devel 2017-08-02 07:17:10.935 | libxslt-devel 2017-08-02 07:17:10.935 | libyaml-devel 2017-08-02 07:17:10.935 | mariadb-devel 2017-08-02 07:17:10.935 | net-tools 2017-08-02 07:17:10.935 | openssh-server 2017-08-02 07:17:10.935 | openssl 2017-08-02 07:17:10.935 | openssl-devel 2017-08-02 07:17:10.935 | pkgconfig 2017-08-02 07:17:10.935 | postgresql-devel 2017-08-02 07:17:10.935 | psmisc 2017-08-02 07:17:10.935 | pyOpenSSL 2017-08-02 07:17:10.935 | python-devel 2017-08-02 07:17:10.935 | redhat-rpm-config 2017-08-02 07:17:10.935 | screen 2017-08-02 07:17:10.936 | tar 2017-08-02 07:17:10.936 | tcpdump 2017-08-02 07:17:10.936 | unzip 2017-08-02 07:17:10.936 | util-linux 2017-08-02 07:17:10.936 | wget 2017-08-02 07:17:10.936 | which 2017-08-02 07:17:10.936 | zlib-devel 2017-08-02 07:17:10.936 | memcached 2017-08-02 07:17:10.936 | mod_ssl 2017-08-02 07:17:10.936 | MySQL-python 2017-08-02 07:17:10.936 | sqlite 2017-08-02 07:17:10.936 | fping 2017-08-02 07:17:10.936 | conntrack-tools 2017-08-02 07:17:10.936 | curl 2017-08-02 07:17:10.936 | dnsmasq 2017-08-02 07:17:10.936 | dnsmasq-utils 2017-08-02 07:17:10.936 | ebtables 2017-08-02 07:17:10.936 | gawk 2017-08-02 07:17:10.936 | genisoimage 2017-08-02 07:17:10.936 | iptables 2017-08-02 07:17:10.936 | iputils 2017-08-02 07:17:10.936 | kpartx 2017-08-02 07:17:10.937 | libxml2-python 2017-08-02 07:17:10.937 | m2crypto 2017-08-02 07:17:10.937 | mysql-devel 2017-08-02 07:17:10.937 | MySQL-python 2017-08-02 07:17:10.937 | numpy 2017-08-02 07:17:10.937 | parted 2017-08-02 07:17:10.937 | polkit 2017-08-02 07:17:10.937 | sqlite 2017-08-02 07:17:10.937 | sudo 2017-08-02 07:17:10.937 | cryptsetup 2017-08-02 07:17:10.937 | genisoimage 2017-08-02 07:17:10.937 | iscsi-initiator-utils 2017-08-02 07:17:10.937 | libosinfo 2017-08-02 07:17:10.937 | lvm2 2017-08-02 07:17:10.937 | sg3_utils 2017-08-02 07:17:10.937 | 2017-08-02 07:17:10.937 | sysfsutils 2017-08-02 07:17:10.937 | acl 2017-08-02 07:17:10.938 | dnsmasq 2017-08-02 07:17:10.938 | dnsmasq-utils 2017-08-02 07:17:10.938 | ebtables 2017-08-02 07:17:10.938 | iptables 2017-08-02 07:17:10.938 | iputils 2017-08-02 07:17:10.938 | mysql-devel 2017-08-02 07:17:10.938 | MySQL-python 2017-08-02 07:17:10.938 | sqlite 2017-08-02 07:17:10.938 | sudo 2017-08-02 07:17:10.938 | ipset 2017-08-02 07:17:10.938 | conntrack-tools 2017-08-02 07:17:10.938 | keepalived 2017-08-02 07:17:10.938 | dstat 2017-08-02 07:17:10.938 | curl 2017-08-02 07:17:10.938 | liberasurecode-devel 2017-08-02 07:17:10.938 | memcached 2017-08-02 07:17:10.938 | pyxattr 2017-08-02 07:17:10.938 | sqlite 2017-08-02 07:17:10.938 | xfsprogs 2017-08-02 07:17:10.939 | xinetd' 2017-08-02 07:17:10.939 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2017-08-02 07:17:10.969 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='bc 2017-08-02 07:17:10.969 | bridge-utils 2017-08-02 07:17:10.969 | curl 2017-08-02 07:17:10.969 | dbus 2017-08-02 07:17:10.969 | gcc 2017-08-02 07:17:10.969 | gcc-c++ 2017-08-02 07:17:10.969 | gettext 2017-08-02 07:17:10.969 | git-core 2017-08-02 07:17:10.969 | graphviz 2017-08-02 07:17:10.969 | libffi-devel 2017-08-02 07:17:10.969 | libjpeg-turbo-devel 2017-08-02 07:17:10.969 | libxml2-devel 2017-08-02 07:17:10.969 | libxslt-devel 2017-08-02 07:17:10.969 | libyaml-devel 2017-08-02 07:17:10.969 | mariadb-devel 2017-08-02 07:17:10.970 | net-tools 2017-08-02 07:17:10.970 | openssh-server 2017-08-02 07:17:10.970 | openssl 2017-08-02 07:17:10.970 | openssl-devel 2017-08-02 07:17:10.970 | pkgconfig 2017-08-02 07:17:10.970 | postgresql-devel 2017-08-02 07:17:10.970 | psmisc 2017-08-02 07:17:10.970 | pyOpenSSL 2017-08-02 07:17:10.970 | python-devel 2017-08-02 07:17:10.970 | redhat-rpm-config 2017-08-02 07:17:10.970 | screen 2017-08-02 07:17:10.970 | tar 2017-08-02 07:17:10.970 | tcpdump 2017-08-02 07:17:10.970 | unzip 2017-08-02 07:17:10.970 | util-linux 2017-08-02 07:17:10.970 | wget 2017-08-02 07:17:10.970 | which 2017-08-02 07:17:10.970 | zlib-devel 2017-08-02 07:17:10.970 | memcached 2017-08-02 07:17:10.970 | mod_ssl 2017-08-02 07:17:10.970 | MySQL-python 2017-08-02 07:17:10.970 | sqlite 2017-08-02 07:17:10.970 | fping 2017-08-02 07:17:10.970 | conntrack-tools 2017-08-02 07:17:10.971 | curl 2017-08-02 07:17:10.971 | dnsmasq 2017-08-02 07:17:10.971 | dnsmasq-utils 2017-08-02 07:17:10.971 | ebtables 2017-08-02 07:17:10.971 | gawk 2017-08-02 07:17:10.971 | genisoimage 2017-08-02 07:17:10.971 | iptables 2017-08-02 07:17:10.971 | iputils 2017-08-02 07:17:10.971 | kpartx 2017-08-02 07:17:10.971 | libxml2-python 2017-08-02 07:17:10.971 | m2crypto 2017-08-02 07:17:10.971 | mysql-devel 2017-08-02 07:17:10.971 | MySQL-python 2017-08-02 07:17:10.971 | numpy 2017-08-02 07:17:10.971 | parted 2017-08-02 07:17:10.971 | polkit 2017-08-02 07:17:10.971 | sqlite 2017-08-02 07:17:10.971 | sudo 2017-08-02 07:17:10.971 | cryptsetup 2017-08-02 07:17:10.971 | genisoimage 2017-08-02 07:17:10.971 | iscsi-initiator-utils 2017-08-02 07:17:10.971 | libosinfo 2017-08-02 07:17:10.971 | lvm2 2017-08-02 07:17:10.972 | sg3_utils 2017-08-02 07:17:10.972 | 2017-08-02 07:17:10.972 | sysfsutils 2017-08-02 07:17:10.972 | acl 2017-08-02 07:17:10.972 | dnsmasq 2017-08-02 07:17:10.972 | dnsmasq-utils 2017-08-02 07:17:10.972 | ebtables 2017-08-02 07:17:10.972 | iptables 2017-08-02 07:17:10.972 | iputils 2017-08-02 07:17:10.972 | mysql-devel 2017-08-02 07:17:10.972 | MySQL-python 2017-08-02 07:17:10.972 | sqlite 2017-08-02 07:17:10.972 | sudo 2017-08-02 07:17:10.972 | ipset 2017-08-02 07:17:10.972 | conntrack-tools 2017-08-02 07:17:10.972 | keepalived 2017-08-02 07:17:10.972 | dstat 2017-08-02 07:17:10.972 | curl 2017-08-02 07:17:10.972 | liberasurecode-devel 2017-08-02 07:17:10.972 | memcached 2017-08-02 07:17:10.972 | pyxattr 2017-08-02 07:17:10.972 | sqlite 2017-08-02 07:17:10.972 | xfsprogs 2017-08-02 07:17:10.972 | xinetd docker-io 2017-08-02 07:17:10.973 | ipmitool 2017-08-02 07:17:10.973 | iptables 2017-08-02 07:17:10.973 | ipxe-bootimgs 2017-08-02 07:17:10.973 | gnupg 2017-08-02 07:17:10.973 | libguestfs 2017-08-02 07:17:10.973 | libvirt 2017-08-02 07:17:10.973 | libvirt-python 2017-08-02 07:17:10.973 | net-tools 2017-08-02 07:17:10.973 | openssh-clients 2017-08-02 07:17:10.973 | openvswitch 2017-08-02 07:17:10.973 | sgabios 2017-08-02 07:17:10.973 | shellinabox 2017-08-02 07:17:10.973 | syslinux 2017-08-02 07:17:10.973 | tftp-server 2017-08-02 07:17:10.973 | xinetd 2017-08-02 07:17:10.973 | squashfs-tools 2017-08-02 07:17:10.973 | libvirt-devel 2017-08-02 07:17:10.973 | socat 2017-08-02 07:17:10.973 | ipxe-roms-qemu' 2017-08-02 07:17:10.974 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2017-08-02 07:17:10.977 | ++ functions-common:is_ubuntu:466 : [[ -z rpm ]] 2017-08-02 07:17:10.980 | ++ functions-common:is_ubuntu:469 : '[' rpm = deb ']' 2017-08-02 07:17:10.984 | ++ tools/install_prereqs.sh:source:72 : install_package bc bridge-utils curl dbus gcc gcc-c++ gettext git-core graphviz libffi-devel libjpeg-turbo-devel libxml2-devel libxslt-devel libyaml-devel mariadb-devel net-tools openssh-server openssl openssl-devel pkgconfig postgresql-devel psmisc pyOpenSSL python-devel redhat-rpm-config screen tar tcpdump unzip util-linux wget which zlib-devel memcached mod_ssl MySQL-python sqlite fping conntrack-tools curl dnsmasq dnsmasq-utils ebtables gawk genisoimage iptables iputils kpartx libxml2-python m2crypto mysql-devel MySQL-python numpy parted polkit sqlite sudo cryptsetup genisoimage iscsi-initiator-utils libosinfo lvm2 sg3_utils sysfsutils acl dnsmasq dnsmasq-utils ebtables iptables iputils mysql-devel MySQL-python sqlite sudo ipset conntrack-tools keepalived dstat curl liberasurecode-devel memcached pyxattr sqlite xfsprogs xinetd docker-io ipmitool iptables ipxe-bootimgs gnupg libguestfs libvirt libvirt-python net-tools openssh-clients openvswitch sgabios shellinabox syslinux tftp-server xinetd squashfs-tools libvirt-devel socat ipxe-roms-qemu 2017-08-02 07:17:10.987 | ++ functions-common:install_package:1285 : update_package_repo 2017-08-02 07:17:10.990 | ++ functions-common:update_package_repo:1257 : NO_UPDATE_REPOS=False 2017-08-02 07:17:10.992 | ++ functions-common:update_package_repo:1258 : REPOS_UPDATED=False 2017-08-02 07:17:10.995 | ++ functions-common:update_package_repo:1259 : RETRY_UPDATE=False 2017-08-02 07:17:10.997 | ++ functions-common:update_package_repo:1261 : [[ False = \T\r\u\e ]] 2017-08-02 07:17:10.999 | ++ functions-common:update_package_repo:1265 : is_ubuntu 2017-08-02 07:17:11.002 | ++ functions-common:is_ubuntu:466 : [[ -z rpm ]] 2017-08-02 07:17:11.005 | ++ functions-common:is_ubuntu:469 : '[' rpm = deb ']' 2017-08-02 07:17:11.007 | ++ functions-common:install_package:1286 : real_install_package bc bridge-utils curl dbus gcc gcc-c++ gettext git-core graphviz libffi-devel libjpeg-turbo-devel libxml2-devel libxslt-devel libyaml-devel mariadb-devel net-tools openssh-server openssl openssl-devel pkgconfig postgresql-devel psmisc pyOpenSSL python-devel redhat-rpm-config screen tar tcpdump unzip util-linux wget which zlib-devel memcached mod_ssl MySQL-python sqlite fping conntrack-tools curl dnsmasq dnsmasq-utils ebtables gawk genisoimage iptables iputils kpartx libxml2-python m2crypto mysql-devel MySQL-python numpy parted polkit sqlite sudo cryptsetup genisoimage iscsi-initiator-utils libosinfo lvm2 sg3_utils sysfsutils acl dnsmasq dnsmasq-utils ebtables iptables iputils mysql-devel MySQL-python sqlite sudo ipset conntrack-tools keepalived dstat curl liberasurecode-devel memcached pyxattr sqlite xfsprogs xinetd docker-io ipmitool iptables ipxe-bootimgs gnupg libguestfs libvirt libvirt-python net-tools openssh-clients openvswitch sgabios shellinabox syslinux tftp-server xinetd squashfs-tools libvirt-devel socat ipxe-roms-qemu 2017-08-02 07:17:11.009 | ++ functions-common:real_install_package:1271 : is_ubuntu 2017-08-02 07:17:11.011 | ++ functions-common:is_ubuntu:466 : [[ -z rpm ]] 2017-08-02 07:17:11.013 | ++ functions-common:is_ubuntu:469 : '[' rpm = deb ']' 2017-08-02 07:17:11.015 | ++ functions-common:real_install_package:1273 : is_fedora 2017-08-02 07:17:11.017 | ++ functions-common:is_fedora:439 : [[ -z RedHatEnterpriseServer ]] 2017-08-02 07:17:11.019 | ++ functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = Fedora ']' 2017-08-02 07:17:11.021 | ++ functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = 'Red Hat' ']' 2017-08-02 07:17:11.022 | ++ functions-common:is_fedora:444 : '[' RedHatEnterpriseServer = RedHatEnterpriseServer ']' 2017-08-02 07:17:11.025 | ++ functions-common:real_install_package:1274 : yum_install bc bridge-utils curl dbus gcc gcc-c++ gettext git-core graphviz libffi-devel libjpeg-turbo-devel libxml2-devel libxslt-devel libyaml-devel mariadb-devel net-tools openssh-server openssl openssl-devel pkgconfig postgresql-devel psmisc pyOpenSSL python-devel redhat-rpm-config screen tar tcpdump unzip util-linux wget which zlib-devel memcached mod_ssl MySQL-python sqlite fping conntrack-tools curl dnsmasq dnsmasq-utils ebtables gawk genisoimage iptables iputils kpartx libxml2-python m2crypto mysql-devel MySQL-python numpy parted polkit sqlite sudo cryptsetup genisoimage iscsi-initiator-utils libosinfo lvm2 sg3_utils sysfsutils acl dnsmasq dnsmasq-utils ebtables iptables iputils mysql-devel MySQL-python sqlite sudo ipset conntrack-tools keepalived dstat curl liberasurecode-devel memcached pyxattr sqlite xfsprogs xinetd docker-io ipmitool iptables ipxe-bootimgs gnupg libguestfs libvirt libvirt-python net-tools openssh-clients openvswitch sgabios shellinabox syslinux tftp-server xinetd squashfs-tools libvirt-devel socat ipxe-roms-qemu 2017-08-02 07:17:11.026 | ++ functions-common:yum_install:1329 : local result parse_yum_result 2017-08-02 07:17:11.028 | ++ functions-common:yum_install:1331 : [[ False = \T\r\u\e ]] 2017-08-02 07:17:11.030 | ++ functions-common:yum_install:1333 : time_start yum_install 2017-08-02 07:17:11.033 | ++ functions-common:time_start:2384 : local name=yum_install 2017-08-02 07:17:11.035 | ++ functions-common:time_start:2385 : local start_time= 2017-08-02 07:17:11.036 | ++ functions-common:time_start:2386 : [[ -n '' ]] 2017-08-02 07:17:11.039 | +++ functions-common:time_start:2389 : date +%s 2017-08-02 07:17:11.042 | ++ functions-common:time_start:2389 : _TIME_START[$name]=1501658231 2017-08-02 07:17:11.044 | ++ functions-common:yum_install:1354 : parse_yum_result=' \ 2017-08-02 07:17:11.044 | BEGIN { result=0 } \ 2017-08-02 07:17:11.044 | /^YUM_FAILED/ { result=$2 } \ 2017-08-02 07:17:11.044 | /^No package/ { result=2 } \ 2017-08-02 07:17:11.044 | /^Failed:/ { result=2 } \ 2017-08-02 07:17:11.044 | //{ print } \ 2017-08-02 07:17:11.044 | END { exit result }' 2017-08-02 07:17:11.046 | ++ functions-common:yum_install:1356 : awk ' \ 2017-08-02 07:17:11.046 | BEGIN { result=0 } \ 2017-08-02 07:17:11.046 | /^YUM_FAILED/ { result=$2 } \ 2017-08-02 07:17:11.046 | /^No package/ { result=2 } \ 2017-08-02 07:17:11.046 | /^Failed:/ { result=2 } \ 2017-08-02 07:17:11.046 | //{ print } \ 2017-08-02 07:17:11.046 | END { exit result }' 2017-08-02 07:17:11.048 | ++ functions-common:yum_install:1355 : sudo_with_proxies yum install -y bc bridge-utils curl dbus gcc gcc-c++ gettext git-core graphviz libffi-devel libjpeg-turbo-devel libxml2-devel libxslt-devel libyaml-devel mariadb-devel net-tools openssh-server openssl openssl-devel pkgconfig postgresql-devel psmisc pyOpenSSL python-devel redhat-rpm-config screen tar tcpdump unzip util-linux wget which zlib-devel memcached mod_ssl MySQL-python sqlite fping conntrack-tools curl dnsmasq dnsmasq-utils ebtables gawk genisoimage iptables iputils kpartx libxml2-python m2crypto mysql-devel MySQL-python numpy parted polkit sqlite sudo cryptsetup genisoimage iscsi-initiator-utils libosinfo lvm2 sg3_utils sysfsutils acl dnsmasq dnsmasq-utils ebtables iptables iputils mysql-devel MySQL-python sqlite sudo ipset conntrack-tools keepalived dstat curl liberasurecode-devel memcached pyxattr sqlite xfsprogs xinetd docker-io ipmitool iptables ipxe-bootimgs gnupg libguestfs libvirt libvirt-python net-tools openssh-clients openvswitch sgabios shellinabox syslinux tftp-server xinetd squashfs-tools libvirt-devel socat ipxe-roms-qemu 2017-08-02 07:17:22.039 | ++ functions-common:sudo_with_proxies:2352 : local sudo 2017-08-02 07:17:22.039 | +++ functions-common:sudo_with_proxies:2354 : id -u 2017-08-02 07:17:22.039 | ++ functions-common:sudo_with_proxies:2354 : [[ 1000 = \0 ]] 2017-08-02 07:17:22.039 | ++ functions-common:sudo_with_proxies:2354 : sudo=sudo 2017-08-02 07:17:22.039 | ++ functions-common:sudo_with_proxies:2356 : sudo http_proxy= https_proxy= no_proxy= yum install -y bc bridge-utils curl dbus gcc gcc-c++ gettext git-core graphviz libffi-devel libjpeg-turbo-devel libxml2-devel libxslt-devel libyaml-devel mariadb-devel net-tools openssh-server openssl openssl-devel pkgconfig postgresql-devel psmisc pyOpenSSL python-devel redhat-rpm-config screen tar tcpdump unzip util-linux wget which zlib-devel memcached mod_ssl MySQL-python sqlite fping conntrack-tools curl dnsmasq dnsmasq-utils ebtables gawk genisoimage iptables iputils kpartx libxml2-python m2crypto mysql-devel MySQL-python numpy parted polkit sqlite sudo cryptsetup genisoimage iscsi-initiator-utils libosinfo lvm2 sg3_utils sysfsutils acl dnsmasq dnsmasq-utils ebtables iptables iputils mysql-devel MySQL-python sqlite sudo ipset conntrack-tools keepalived dstat curl liberasurecode-devel memcached pyxattr sqlite xfsprogs xinetd docker-io ipmitool iptables ipxe-bootimgs gnupg libguestfs libvirt libvirt-python net-tools openssh-clients openvswitch sgabios shellinabox syslinux tftp-server xinetd squashfs-tools libvirt-devel socat ipxe-roms-qemu 2017-08-02 07:17:22.039 | Loaded plugins: versionlock 2017-08-02 07:17:22.039 | Package bc-1.06.95-13.el7.x86_64 already installed and latest version 2017-08-02 07:17:22.039 | Package bridge-utils-1.5-9.el7.x86_64 already installed and latest version 2017-08-02 07:17:22.040 | Package git-1.8.3.1-11.el7.x86_64 already installed and latest version 2017-08-02 07:17:22.040 | Package 1:pkgconfig-0.27.1-4.el7.x86_64 already installed and latest version 2017-08-02 07:17:22.040 | Package pyOpenSSL is obsoleted by python2-pyOpenSSL, trying to install python2-pyOpenSSL-16.2.0-3.el7.noarch instead 2017-08-02 07:17:22.040 | Package which-2.20-7.el7.x86_64 already installed and latest version 2017-08-02 07:17:22.040 | Package numpy is obsoleted by python2-numpy, trying to install 1:python2-numpy-1.11.2-2.el7.x86_64 instead 2017-08-02 07:17:22.040 | Package acl-2.2.51-12.el7.x86_64 already installed and latest version 2017-08-02 07:17:22.040 | Package pyxattr-0.5.1-5.el7.x86_64 already installed and latest version 2017-08-02 07:17:22.040 | Resolving Dependencies 2017-08-02 07:17:22.040 | --> Running transaction check 2017-08-02 07:17:22.040 | ---> Package MySQL-python.x86_64 0:1.2.5-1.el7 will be installed 2017-08-02 07:17:22.040 | ---> Package conntrack-tools.x86_64 0:1.4.4-3.el7_3 will be installed 2017-08-02 07:17:22.040 | --> Processing Dependency: libnetfilter_conntrack >= 1.0.6 for package: conntrack-tools-1.4.4-3.el7_3.x86_64 2017-08-02 07:17:22.040 | --> Processing Dependency: libnetfilter_cttimeout.so.1(LIBNETFILTER_CTTIMEOUT_1.1)(64bit) for package: conntrack-tools-1.4.4-3.el7_3.x86_64 2017-08-02 07:17:22.040 | --> Processing Dependency: libnetfilter_cttimeout.so.1(LIBNETFILTER_CTTIMEOUT_1.0)(64bit) for package: conntrack-tools-1.4.4-3.el7_3.x86_64 2017-08-02 07:17:22.040 | --> Processing Dependency: libnetfilter_cthelper.so.0(LIBNETFILTER_CTHELPER_1.0)(64bit) for package: conntrack-tools-1.4.4-3.el7_3.x86_64 2017-08-02 07:17:22.040 | --> Processing Dependency: libnetfilter_queue.so.1()(64bit) for package: conntrack-tools-1.4.4-3.el7_3.x86_64 2017-08-02 07:17:22.040 | --> Processing Dependency: libnetfilter_cttimeout.so.1()(64bit) for package: conntrack-tools-1.4.4-3.el7_3.x86_64 2017-08-02 07:17:22.040 | --> Processing Dependency: libnetfilter_cthelper.so.0()(64bit) for package: conntrack-tools-1.4.4-3.el7_3.x86_64 2017-08-02 07:17:22.041 | ---> Package cryptsetup.x86_64 0:1.7.4-3.el7 will be installed 2017-08-02 07:17:22.041 | --> Processing Dependency: cryptsetup-libs(x86-64) = 1.7.4-3.el7 for package: cryptsetup-1.7.4-3.el7.x86_64 2017-08-02 07:17:22.041 | ---> Package curl.x86_64 0:7.29.0-19.el7 will be updated 2017-08-02 07:17:22.041 | ---> Package curl.x86_64 0:7.29.0-42.el7 will be an update 2017-08-02 07:17:22.041 | --> Processing Dependency: libcurl = 7.29.0-42.el7 for package: curl-7.29.0-42.el7.x86_64 2017-08-02 07:17:22.041 | ---> Package dbus.x86_64 1:1.6.12-11.el7 will be updated 2017-08-02 07:17:22.041 | ---> Package dbus.x86_64 1:1.6.12-17.el7 will be an update 2017-08-02 07:17:22.041 | --> Processing Dependency: dbus-libs(x86-64) = 1:1.6.12-17.el7 for package: 1:dbus-1.6.12-17.el7.x86_64 2017-08-02 07:17:22.041 | ---> Package dnsmasq.x86_64 0:2.66-14.el7_1 will be updated 2017-08-02 07:17:22.041 | ---> Package dnsmasq.x86_64 0:2.76-2.el7 will be an update 2017-08-02 07:17:22.041 | ---> Package dnsmasq-utils.x86_64 0:2.76-2.el7 will be installed 2017-08-02 07:17:22.041 | ---> Package docker.x86_64 2:1.12.6-48.git0fdc778.el7 will be installed 2017-08-02 07:17:22.642 | --> Processing Dependency: docker-rhel-push-plugin = 2:1.12.6-48.git0fdc778.el7 for package: 2:docker-1.12.6-48.git0fdc778.el7.x86_64 2017-08-02 07:17:22.643 | --> Processing Dependency: docker-common = 2:1.12.6-48.git0fdc778.el7 for package: 2:docker-1.12.6-48.git0fdc778.el7.x86_64 2017-08-02 07:17:22.643 | --> Processing Dependency: docker-client = 2:1.12.6-48.git0fdc778.el7 for package: 2:docker-1.12.6-48.git0fdc778.el7.x86_64 2017-08-02 07:17:22.643 | --> Processing Dependency: oci-systemd-hook >= 1:0.1.4-9 for package: 2:docker-1.12.6-48.git0fdc778.el7.x86_64 2017-08-02 07:17:22.643 | --> Processing Dependency: oci-register-machine >= 1:0-3.10 for package: 2:docker-1.12.6-48.git0fdc778.el7.x86_64 2017-08-02 07:17:22.643 | --> Processing Dependency: device-mapper-libs >= 7:1.02.97 for package: 2:docker-1.12.6-48.git0fdc778.el7.x86_64 2017-08-02 07:17:22.643 | --> Processing Dependency: container-storage-setup >= 0.3.0-1 for package: 2:docker-1.12.6-48.git0fdc778.el7.x86_64 2017-08-02 07:17:22.643 | --> Processing Dependency: container-selinux >= 2:2.10-2 for package: 2:docker-1.12.6-48.git0fdc778.el7.x86_64 2017-08-02 07:17:22.643 | --> Processing Dependency: subscription-manager-plugin-container for package: 2:docker-1.12.6-48.git0fdc778.el7.x86_64 2017-08-02 07:17:22.643 | --> Processing Dependency: skopeo-containers for package: 2:docker-1.12.6-48.git0fdc778.el7.x86_64 2017-08-02 07:17:22.643 | --> Processing Dependency: libdevmapper.so.1.02(DM_1_02_97)(64bit) for package: 2:docker-1.12.6-48.git0fdc778.el7.x86_64 2017-08-02 07:17:22.643 | --> Processing Dependency: atomic-registries for package: 2:docker-1.12.6-48.git0fdc778.el7.x86_64 2017-08-02 07:17:22.643 | --> Processing Dependency: libseccomp.so.2()(64bit) for package: 2:docker-1.12.6-48.git0fdc778.el7.x86_64 2017-08-02 07:17:22.643 | ---> Package dstat.noarch 0:0.7.2-12.el7 will be installed 2017-08-02 07:17:22.643 | ---> Package ebtables.x86_64 0:2.0.10-13.el7 will be updated 2017-08-02 07:17:22.643 | ---> Package ebtables.x86_64 0:2.0.10-15.el7 will be an update 2017-08-02 07:17:22.643 | ---> Package fping.x86_64 0:3.10-4.el7 will be installed 2017-08-02 07:17:22.644 | ---> Package gawk.x86_64 0:4.0.2-4.el7 will be updated 2017-08-02 07:17:22.644 | ---> Package gawk.x86_64 0:4.0.2-4.el7_3.1 will be an update 2017-08-02 07:17:22.644 | ---> Package gcc.x86_64 0:4.8.3-9.el7 will be updated 2017-08-02 07:17:22.644 | ---> Package gcc.x86_64 0:4.8.5-16.el7 will be an update 2017-08-02 07:17:22.644 | --> Processing Dependency: libgomp = 4.8.5-16.el7 for package: gcc-4.8.5-16.el7.x86_64 2017-08-02 07:17:22.644 | --> Processing Dependency: cpp = 4.8.5-16.el7 for package: gcc-4.8.5-16.el7.x86_64 2017-08-02 07:17:22.644 | --> Processing Dependency: libgcc >= 4.8.5-16.el7 for package: gcc-4.8.5-16.el7.x86_64 2017-08-02 07:17:22.644 | ---> Package gcc-c++.x86_64 0:4.8.5-16.el7 will be installed 2017-08-02 07:17:22.644 | --> Processing Dependency: libstdc++-devel = 4.8.5-16.el7 for package: gcc-c++-4.8.5-16.el7.x86_64 2017-08-02 07:17:22.644 | --> Processing Dependency: libstdc++ = 4.8.5-16.el7 for package: gcc-c++-4.8.5-16.el7.x86_64 2017-08-02 07:17:22.644 | ---> Package genisoimage.x86_64 0:1.1.11-23.el7 will be installed 2017-08-02 07:17:22.644 | --> Processing Dependency: libusal = 1.1.11-23.el7 for package: genisoimage-1.1.11-23.el7.x86_64 2017-08-02 07:17:22.644 | --> Processing Dependency: libusal.so.0()(64bit) for package: genisoimage-1.1.11-23.el7.x86_64 2017-08-02 07:17:22.644 | --> Processing Dependency: librols.so.0()(64bit) for package: genisoimage-1.1.11-23.el7.x86_64 2017-08-02 07:17:22.644 | ---> Package gettext.x86_64 0:0.18.2.1-4.el7 will be updated 2017-08-02 07:17:22.644 | ---> Package gettext.x86_64 0:0.19.8.1-2.el7 will be an update 2017-08-02 07:17:22.644 | --> Processing Dependency: gettext-libs(x86-64) = 0.19.8.1-2.el7 for package: gettext-0.19.8.1-2.el7.x86_64 2017-08-02 07:17:22.644 | --> Processing Dependency: libgettextsrc-0.19.8.1.so()(64bit) for package: gettext-0.19.8.1-2.el7.x86_64 2017-08-02 07:17:22.645 | --> Processing Dependency: libgettextlib-0.19.8.1.so()(64bit) for package: gettext-0.19.8.1-2.el7.x86_64 2017-08-02 07:17:22.645 | ---> Package gnupg2.x86_64 0:2.0.22-3.el7 will be updated 2017-08-02 07:17:22.645 | ---> Package gnupg2.x86_64 0:2.0.22-4.el7 will be an update 2017-08-02 07:17:22.645 | ---> Package graphviz.x86_64 0:2.30.1-19.el7 will be installed 2017-08-02 07:17:22.645 | --> Processing Dependency: urw-fonts for package: graphviz-2.30.1-19.el7.x86_64 2017-08-02 07:17:22.645 | --> Processing Dependency: librsvg-2.so.2()(64bit) for package: graphviz-2.30.1-19.el7.x86_64 2017-08-02 07:17:22.645 | --> Processing Dependency: libpng15.so.15()(64bit) for package: graphviz-2.30.1-19.el7.x86_64 2017-08-02 07:17:22.645 | --> Processing Dependency: libpangoft2-1.0.so.0()(64bit) for package: graphviz-2.30.1-19.el7.x86_64 2017-08-02 07:17:22.645 | --> Processing Dependency: libpangocairo-1.0.so.0()(64bit) for package: graphviz-2.30.1-19.el7.x86_64 2017-08-02 07:17:22.645 | --> Processing Dependency: libpango-1.0.so.0()(64bit) for package: graphviz-2.30.1-19.el7.x86_64 2017-08-02 07:17:22.645 | --> Processing Dependency: libltdl.so.7()(64bit) for package: graphviz-2.30.1-19.el7.x86_64 2017-08-02 07:17:23.501 | --> Processing Dependency: libgtk-x11-2.0.so.0()(64bit) for package: graphviz-2.30.1-19.el7.x86_64 2017-08-02 07:17:23.501 | --> Processing Dependency: libgs.so.9()(64bit) for package: graphviz-2.30.1-19.el7.x86_64 2017-08-02 07:17:23.501 | --> Processing Dependency: libgdk_pixbuf-2.0.so.0()(64bit) for package: graphviz-2.30.1-19.el7.x86_64 2017-08-02 07:17:23.501 | --> Processing Dependency: libgdk-x11-2.0.so.0()(64bit) for package: graphviz-2.30.1-19.el7.x86_64 2017-08-02 07:17:23.501 | --> Processing Dependency: libgd.so.2()(64bit) for package: graphviz-2.30.1-19.el7.x86_64 2017-08-02 07:17:23.501 | --> Processing Dependency: libfontconfig.so.1()(64bit) for package: graphviz-2.30.1-19.el7.x86_64 2017-08-02 07:17:23.501 | --> Processing Dependency: libcairo.so.2()(64bit) for package: graphviz-2.30.1-19.el7.x86_64 2017-08-02 07:17:23.501 | --> Processing Dependency: libatk-1.0.so.0()(64bit) for package: graphviz-2.30.1-19.el7.x86_64 2017-08-02 07:17:23.501 | --> Processing Dependency: libXt.so.6()(64bit) for package: graphviz-2.30.1-19.el7.x86_64 2017-08-02 07:17:23.501 | --> Processing Dependency: libXrender.so.1()(64bit) for package: graphviz-2.30.1-19.el7.x86_64 2017-08-02 07:17:23.501 | --> Processing Dependency: libXpm.so.4()(64bit) for package: graphviz-2.30.1-19.el7.x86_64 2017-08-02 07:17:23.502 | --> Processing Dependency: libXmu.so.6()(64bit) for package: graphviz-2.30.1-19.el7.x86_64 2017-08-02 07:17:23.502 | --> Processing Dependency: libXext.so.6()(64bit) for package: graphviz-2.30.1-19.el7.x86_64 2017-08-02 07:17:23.502 | --> Processing Dependency: libXaw.so.7()(64bit) for package: graphviz-2.30.1-19.el7.x86_64 2017-08-02 07:17:23.502 | --> Processing Dependency: libX11.so.6()(64bit) for package: graphviz-2.30.1-19.el7.x86_64 2017-08-02 07:17:23.502 | --> Processing Dependency: libSM.so.6()(64bit) for package: graphviz-2.30.1-19.el7.x86_64 2017-08-02 07:17:23.502 | --> Processing Dependency: libICE.so.6()(64bit) for package: graphviz-2.30.1-19.el7.x86_64 2017-08-02 07:17:23.502 | ---> Package ipmitool.x86_64 0:1.8.13-8.el7_1 will be updated 2017-08-02 07:17:23.502 | ---> Package ipmitool.x86_64 0:1.8.18-5.el7 will be an update 2017-08-02 07:17:23.502 | ---> Package ipset.x86_64 0:6.29-1.el7 will be installed 2017-08-02 07:17:23.502 | --> Processing Dependency: ipset-libs(x86-64) = 6.29-1.el7 for package: ipset-6.29-1.el7.x86_64 2017-08-02 07:17:23.502 | --> Processing Dependency: libipset.so.3(LIBIPSET_3.0)(64bit) for package: ipset-6.29-1.el7.x86_64 2017-08-02 07:17:23.502 | --> Processing Dependency: libipset.so.3(LIBIPSET_2.0)(64bit) for package: ipset-6.29-1.el7.x86_64 2017-08-02 07:17:23.502 | --> Processing Dependency: libipset.so.3(LIBIPSET_1.0)(64bit) for package: ipset-6.29-1.el7.x86_64 2017-08-02 07:17:23.502 | --> Processing Dependency: libipset.so.3()(64bit) for package: ipset-6.29-1.el7.x86_64 2017-08-02 07:17:23.502 | ---> Package iptables.x86_64 0:1.4.21-13.el7 will be updated 2017-08-02 07:17:23.502 | --> Processing Dependency: iptables = 1.4.21-13.el7 for package: iptables-services-1.4.21-13.el7.x86_64 2017-08-02 07:17:23.502 | ---> Package iptables.x86_64 0:1.4.21-18.el7 will be an update 2017-08-02 07:17:23.502 | ---> Package iputils.x86_64 0:20121221-6.el7_1.1 will be updated 2017-08-02 07:17:23.502 | ---> Package iputils.x86_64 0:20160308-10.el7 will be an update 2017-08-02 07:17:23.502 | ---> Package ipxe-bootimgs.noarch 0:20170123-1.git4e85b27.el7 will be installed 2017-08-02 07:17:23.502 | ---> Package ipxe-roms-qemu.noarch 0:20170123-1.git4e85b27.el7 will be installed 2017-08-02 07:17:23.503 | ---> Package iscsi-initiator-utils.x86_64 0:6.2.0.873-29.el7 will be updated 2017-08-02 07:17:23.503 | --> Processing Dependency: iscsi-initiator-utils = 6.2.0.873-29.el7 for package: iscsi-initiator-utils-iscsiuio-6.2.0.873-29.el7.x86_64 2017-08-02 07:17:23.503 | ---> Package iscsi-initiator-utils.x86_64 0:6.2.0.874-4.el7 will be an update 2017-08-02 07:17:23.503 | ---> Package keepalived.x86_64 0:1.3.5-1.el7 will be installed 2017-08-02 07:17:23.503 | --> Processing Dependency: libnl-genl-3.so.200(libnl_3)(64bit) for package: keepalived-1.3.5-1.el7.x86_64 2017-08-02 07:17:23.503 | --> Processing Dependency: libnl-3.so.200(libnl_3_2_27)(64bit) for package: keepalived-1.3.5-1.el7.x86_64 2017-08-02 07:17:23.503 | --> Processing Dependency: libnl-3.so.200(libnl_3)(64bit) for package: keepalived-1.3.5-1.el7.x86_64 2017-08-02 07:17:23.503 | ---> Package kpartx.x86_64 0:0.4.9-77.el7_1.1 will be updated 2017-08-02 07:17:23.503 | ---> Package kpartx.x86_64 0:0.4.9-111.el7 will be an update 2017-08-02 07:17:23.503 | ---> Package liberasurecode-devel.x86_64 0:1.4.0-1.el7 will be installed 2017-08-02 07:17:23.503 | --> Processing Dependency: liberasurecode(x86-64) = 1.4.0-1.el7 for package: liberasurecode-devel-1.4.0-1.el7.x86_64 2017-08-02 07:17:23.503 | ---> Package libffi-devel.x86_64 0:3.0.13-18.el7 will be installed 2017-08-02 07:17:23.503 | --> Processing Dependency: libffi = 3.0.13-18.el7 for package: libffi-devel-3.0.13-18.el7.x86_64 2017-08-02 07:17:23.503 | ---> Package libguestfs.x86_64 1:1.36.3-6.el7_4.2 will be installed 2017-08-02 07:17:23.503 | --> Processing Dependency: supermin5 >= 5.1.16-2 for package: 1:libguestfs-1.36.3-6.el7_4.2.x86_64 2017-08-02 07:17:24.208 | --> Processing Dependency: libvirt-daemon-kvm >= 1.2.8-3 for package: 1:libguestfs-1.36.3-6.el7_4.2.x86_64 2017-08-02 07:17:24.208 | --> Processing Dependency: hivex >= 1.3.10-5.8.el7 for package: 1:libguestfs-1.36.3-6.el7_4.2.x86_64 2017-08-02 07:17:24.208 | --> Processing Dependency: syslinux-extlinux for package: 1:libguestfs-1.36.3-6.el7_4.2.x86_64 2017-08-02 07:17:24.208 | --> Processing Dependency: scrub for package: 1:libguestfs-1.36.3-6.el7_4.2.x86_64 2017-08-02 07:17:24.208 | --> Processing Dependency: osinfo-db for package: 1:libguestfs-1.36.3-6.el7_4.2.x86_64 2017-08-02 07:17:24.208 | --> Processing Dependency: lsscsi for package: 1:libguestfs-1.36.3-6.el7_4.2.x86_64 2017-08-02 07:17:24.208 | --> Processing Dependency: hivex for package: 1:libguestfs-1.36.3-6.el7_4.2.x86_64 2017-08-02 07:17:24.208 | --> Processing Dependency: gdisk for package: 1:libguestfs-1.36.3-6.el7_4.2.x86_64 2017-08-02 07:17:24.208 | --> Processing Dependency: fuse for package: 1:libguestfs-1.36.3-6.el7_4.2.x86_64 2017-08-02 07:17:24.208 | --> Processing Dependency: dosfstools for package: 1:libguestfs-1.36.3-6.el7_4.2.x86_64 2017-08-02 07:17:24.208 | ---> Package libjpeg-turbo-devel.x86_64 0:1.2.90-5.el7 will be installed 2017-08-02 07:17:24.208 | ---> Package libosinfo.x86_64 0:1.0.0-1.el7 will be installed 2017-08-02 07:17:24.208 | --> Processing Dependency: osinfo-db-tools for package: libosinfo-1.0.0-1.el7.x86_64 2017-08-02 07:17:24.208 | ---> Package libvirt.x86_64 0:1.2.8-16.el7_1.4 will be updated 2017-08-02 07:17:24.208 | ---> Package libvirt.x86_64 0:3.2.0-14.el7_4.2 will be an update 2017-08-02 07:17:24.208 | --> Processing Dependency: libvirt-libs = 3.2.0-14.el7_4.2 for package: libvirt-3.2.0-14.el7_4.2.x86_64 2017-08-02 07:17:24.209 | --> Processing Dependency: libvirt-daemon-driver-storage = 3.2.0-14.el7_4.2 for package: libvirt-3.2.0-14.el7_4.2.x86_64 2017-08-02 07:17:24.209 | --> Processing Dependency: libvirt-daemon-driver-secret = 3.2.0-14.el7_4.2 for package: libvirt-3.2.0-14.el7_4.2.x86_64 2017-08-02 07:17:24.209 | --> Processing Dependency: libvirt-daemon-driver-qemu = 3.2.0-14.el7_4.2 for package: libvirt-3.2.0-14.el7_4.2.x86_64 2017-08-02 07:17:24.209 | --> Processing Dependency: libvirt-daemon-driver-nwfilter = 3.2.0-14.el7_4.2 for package: libvirt-3.2.0-14.el7_4.2.x86_64 2017-08-02 07:17:24.209 | --> Processing Dependency: libvirt-daemon-driver-nodedev = 3.2.0-14.el7_4.2 for package: libvirt-3.2.0-14.el7_4.2.x86_64 2017-08-02 07:17:24.209 | --> Processing Dependency: libvirt-daemon-driver-network = 3.2.0-14.el7_4.2 for package: libvirt-3.2.0-14.el7_4.2.x86_64 2017-08-02 07:17:24.209 | --> Processing Dependency: libvirt-daemon-driver-lxc = 3.2.0-14.el7_4.2 for package: libvirt-3.2.0-14.el7_4.2.x86_64 2017-08-02 07:17:24.209 | --> Processing Dependency: libvirt-daemon-driver-interface = 3.2.0-14.el7_4.2 for package: libvirt-3.2.0-14.el7_4.2.x86_64 2017-08-02 07:17:24.209 | --> Processing Dependency: libvirt-daemon-config-nwfilter = 3.2.0-14.el7_4.2 for package: libvirt-3.2.0-14.el7_4.2.x86_64 2017-08-02 07:17:24.209 | --> Processing Dependency: libvirt-daemon-config-network = 3.2.0-14.el7_4.2 for package: libvirt-3.2.0-14.el7_4.2.x86_64 2017-08-02 07:17:24.209 | --> Processing Dependency: libvirt-daemon = 3.2.0-14.el7_4.2 for package: libvirt-3.2.0-14.el7_4.2.x86_64 2017-08-02 07:17:24.209 | --> Processing Dependency: libvirt-client = 3.2.0-14.el7_4.2 for package: libvirt-3.2.0-14.el7_4.2.x86_64 2017-08-02 07:17:24.209 | ---> Package libvirt-devel.x86_64 0:3.2.0-14.el7_4.2 will be installed 2017-08-02 07:17:24.209 | ---> Package libvirt-python.x86_64 0:1.2.8-7.el7_1.1 will be updated 2017-08-02 07:17:24.209 | ---> Package libvirt-python.x86_64 0:3.2.0-3.el7 will be an update 2017-08-02 07:17:24.209 | ---> Package libxml2-devel.x86_64 0:2.9.1-6.el7_2.3 will be installed 2017-08-02 07:17:24.209 | --> Processing Dependency: libxml2 = 2.9.1-6.el7_2.3 for package: libxml2-devel-2.9.1-6.el7_2.3.x86_64 2017-08-02 07:17:24.209 | --> Processing Dependency: xz-devel for package: libxml2-devel-2.9.1-6.el7_2.3.x86_64 2017-08-02 07:17:24.210 | ---> Package libxml2-python.x86_64 0:2.9.1-5.el7_1.2 will be updated 2017-08-02 07:17:24.210 | ---> Package libxml2-python.x86_64 0:2.9.1-6.el7_2.3 will be an update 2017-08-02 07:17:24.210 | ---> Package libxslt-devel.x86_64 0:1.1.28-5.el7 will be installed 2017-08-02 07:17:24.210 | --> Processing Dependency: libgcrypt-devel for package: libxslt-devel-1.1.28-5.el7.x86_64 2017-08-02 07:17:24.210 | ---> Package libyaml-devel.x86_64 0:0.1.4-11.el7_0 will be installed 2017-08-02 07:17:24.210 | ---> Package lvm2.x86_64 7:2.02.115-3.el7_1.1 will be updated 2017-08-02 07:17:24.210 | ---> Package lvm2.x86_64 7:2.02.171-8.el7 will be an update 2017-08-02 07:17:24.210 | --> Processing Dependency: lvm2-libs = 7:2.02.171-8.el7 for package: 7:lvm2-2.02.171-8.el7.x86_64 2017-08-02 07:17:24.210 | --> Processing Dependency: device-mapper-persistent-data >= 0.7.0-0.1.rc6 for package: 7:lvm2-2.02.171-8.el7.x86_64 2017-08-02 07:17:24.210 | ---> Package m2crypto.x86_64 0:0.21.1-17.el7 will be installed 2017-08-02 07:17:24.210 | ---> Package mariadb-devel.x86_64 3:10.1.20-1.el7 will be installed 2017-08-02 07:17:24.865 | --> Processing Dependency: mariadb-libs(x86-64) = 3:10.1.20-1.el7 for package: 3:mariadb-devel-10.1.20-1.el7.x86_64 2017-08-02 07:17:24.865 | ---> Package memcached.x86_64 0:1.4.33-2.el7 will be installed 2017-08-02 07:17:24.865 | ---> Package mod_ssl.x86_64 1:2.4.6-67.el7 will be installed 2017-08-02 07:17:24.865 | --> Processing Dependency: httpd-mmn = 20120211x8664 for package: 1:mod_ssl-2.4.6-67.el7.x86_64 2017-08-02 07:17:24.865 | --> Processing Dependency: httpd = 2.4.6-67.el7 for package: 1:mod_ssl-2.4.6-67.el7.x86_64 2017-08-02 07:17:24.865 | --> Processing Dependency: httpd for package: 1:mod_ssl-2.4.6-67.el7.x86_64 2017-08-02 07:17:24.865 | ---> Package net-tools.x86_64 0:2.0-0.17.20131004git.el7 will be updated 2017-08-02 07:17:24.865 | ---> Package net-tools.x86_64 0:2.0-0.22.20131004git.el7 will be an update 2017-08-02 07:17:24.865 | ---> Package openssh-clients.x86_64 0:6.6.1p1-23.el7_2 will be updated 2017-08-02 07:17:24.865 | ---> Package openssh-clients.x86_64 0:7.4p1-11.el7 will be an update 2017-08-02 07:17:24.865 | --> Processing Dependency: openssh = 7.4p1-11.el7 for package: openssh-clients-7.4p1-11.el7.x86_64 2017-08-02 07:17:24.865 | ---> Package openssh-server.x86_64 0:6.6.1p1-23.el7_2 will be updated 2017-08-02 07:17:24.865 | ---> Package openssh-server.x86_64 0:7.4p1-11.el7 will be an update 2017-08-02 07:17:24.865 | ---> Package openssl.x86_64 1:1.0.1e-51.el7_2.7 will be updated 2017-08-02 07:17:24.865 | ---> Package openssl.x86_64 1:1.0.2k-8.el7 will be an update 2017-08-02 07:17:24.865 | --> Processing Dependency: openssl-libs(x86-64) = 1:1.0.2k-8.el7 for package: 1:openssl-1.0.2k-8.el7.x86_64 2017-08-02 07:17:24.865 | --> Processing Dependency: libcrypto.so.10(OPENSSL_1.0.2)(64bit) for package: 1:openssl-1.0.2k-8.el7.x86_64 2017-08-02 07:17:24.865 | ---> Package openssl-devel.x86_64 1:1.0.2k-8.el7 will be installed 2017-08-02 07:17:24.865 | --> Processing Dependency: krb5-devel(x86-64) for package: 1:openssl-devel-1.0.2k-8.el7.x86_64 2017-08-02 07:17:24.865 | ---> Package openvswitch.x86_64 1:2.6.1-4.1.git20161206.el7 will be installed 2017-08-02 07:17:24.865 | ---> Package parted.x86_64 0:3.1-20.el7 will be updated 2017-08-02 07:17:24.865 | ---> Package parted.x86_64 0:3.1-28.el7 will be an update 2017-08-02 07:17:24.866 | ---> Package polkit.x86_64 0:0.112-5.el7 will be updated 2017-08-02 07:17:24.866 | ---> Package polkit.x86_64 0:0.112-12.el7_3 will be an update 2017-08-02 07:17:24.866 | ---> Package postgresql-devel.x86_64 0:9.2.21-1.el7 will be installed 2017-08-02 07:17:24.866 | --> Processing Dependency: postgresql-libs(x86-64) = 9.2.21-1.el7 for package: postgresql-devel-9.2.21-1.el7.x86_64 2017-08-02 07:17:24.866 | --> Processing Dependency: postgresql(x86-64) = 9.2.21-1.el7 for package: postgresql-devel-9.2.21-1.el7.x86_64 2017-08-02 07:17:24.866 | --> Processing Dependency: libpq.so.5()(64bit) for package: postgresql-devel-9.2.21-1.el7.x86_64 2017-08-02 07:17:24.866 | --> Processing Dependency: libpgtypes.so.3()(64bit) for package: postgresql-devel-9.2.21-1.el7.x86_64 2017-08-02 07:17:24.866 | --> Processing Dependency: libecpg_compat.so.3()(64bit) for package: postgresql-devel-9.2.21-1.el7.x86_64 2017-08-02 07:17:24.866 | --> Processing Dependency: libecpg.so.6()(64bit) for package: postgresql-devel-9.2.21-1.el7.x86_64 2017-08-02 07:17:24.866 | ---> Package psmisc.x86_64 0:22.20-9.el7 will be updated 2017-08-02 07:17:24.866 | ---> Package psmisc.x86_64 0:22.20-15.el7 will be an update 2017-08-02 07:17:24.866 | ---> Package python-devel.x86_64 0:2.7.5-58.el7 will be installed 2017-08-02 07:17:24.866 | --> Processing Dependency: python(x86-64) = 2.7.5-58.el7 for package: python-devel-2.7.5-58.el7.x86_64 2017-08-02 07:17:24.866 | ---> Package python2-numpy.x86_64 1:1.11.2-2.el7 will be installed 2017-08-02 07:17:24.866 | --> Processing Dependency: python-nose for package: 1:python2-numpy-1.11.2-2.el7.x86_64 2017-08-02 07:17:24.866 | --> Processing Dependency: libtatlas.so.3()(64bit) for package: 1:python2-numpy-1.11.2-2.el7.x86_64 2017-08-02 07:17:24.866 | --> Processing Dependency: libquadmath.so.0()(64bit) for package: 1:python2-numpy-1.11.2-2.el7.x86_64 2017-08-02 07:17:24.866 | --> Processing Dependency: libgfortran.so.3()(64bit) for package: 1:python2-numpy-1.11.2-2.el7.x86_64 2017-08-02 07:17:24.866 | ---> Package python2-pyOpenSSL.noarch 0:16.2.0-3.el7 will be installed 2017-08-02 07:17:24.866 | --> Processing Dependency: python-cryptography >= 1.3.0 for package: python2-pyOpenSSL-16.2.0-3.el7.noarch 2017-08-02 07:17:24.866 | ---> Package redhat-rpm-config.noarch 0:9.1.0-76.el7 will be installed 2017-08-02 07:17:24.866 | --> Processing Dependency: dwz >= 0.4 for package: redhat-rpm-config-9.1.0-76.el7.noarch 2017-08-02 07:17:24.866 | --> Processing Dependency: perl-srpm-macros for package: redhat-rpm-config-9.1.0-76.el7.noarch 2017-08-02 07:17:24.866 | ---> Package screen.x86_64 0:4.1.0-0.19.20120314git3c2946.el7 will be updated 2017-08-02 07:17:24.866 | ---> Package screen.x86_64 0:4.1.0-0.23.20120314git3c2946.el7_2 will be an update 2017-08-02 07:17:24.866 | ---> Package sg3_utils.x86_64 0:1.37-12.el7 will be installed 2017-08-02 07:17:24.866 | --> Processing Dependency: sg3_utils-libs = 1.37-12.el7 for package: sg3_utils-1.37-12.el7.x86_64 2017-08-02 07:17:24.866 | --> Processing Dependency: libsgutils2.so.2()(64bit) for package: sg3_utils-1.37-12.el7.x86_64 2017-08-02 07:17:25.433 | ---> Package sgabios.x86_64 1:0.20110622svn-4.el7 will be installed 2017-08-02 07:17:25.433 | --> Processing Dependency: sgabios-bin = 1:0.20110622svn-4.el7 for package: 1:sgabios-0.20110622svn-4.el7.x86_64 2017-08-02 07:17:25.433 | ---> Package shellinabox.x86_64 0:2.20-1.el7 will be installed 2017-08-02 07:17:25.433 | ---> Package socat.x86_64 0:1.7.3.2-2.el7 will be installed 2017-08-02 07:17:25.433 | ---> Package sqlite.x86_64 0:3.7.17-6.el7_1.1 will be updated 2017-08-02 07:17:25.433 | ---> Package sqlite.x86_64 0:3.7.17-8.el7 will be an update 2017-08-02 07:17:25.433 | ---> Package squashfs-tools.x86_64 0:4.3-0.21.gitaae0aff4.el7 will be installed 2017-08-02 07:17:25.433 | ---> Package sudo.x86_64 0:1.8.6p7-23.el7_3 will be updated 2017-08-02 07:17:25.433 | ---> Package sudo.x86_64 0:1.8.19p2-10.el7 will be an update 2017-08-02 07:17:25.433 | ---> Package sysfsutils.x86_64 0:2.1.0-16.el7 will be installed 2017-08-02 07:17:25.433 | --> Processing Dependency: libsysfs.so.2()(64bit) for package: sysfsutils-2.1.0-16.el7.x86_64 2017-08-02 07:17:25.433 | ---> Package syslinux.x86_64 0:4.05-13.el7 will be installed 2017-08-02 07:17:25.433 | --> Processing Dependency: mtools for package: syslinux-4.05-13.el7.x86_64 2017-08-02 07:17:25.434 | ---> Package tar.x86_64 2:1.26-29.el7 will be updated 2017-08-02 07:17:25.434 | ---> Package tar.x86_64 2:1.26-32.el7 will be an update 2017-08-02 07:17:25.434 | ---> Package tcpdump.x86_64 14:4.5.1-2.el7 will be updated 2017-08-02 07:17:25.434 | ---> Package tcpdump.x86_64 14:4.9.0-5.el7 will be an update 2017-08-02 07:17:25.434 | ---> Package tftp-server.x86_64 0:5.2-13.el7 will be installed 2017-08-02 07:17:25.434 | ---> Package unzip.x86_64 0:6.0-15.el7 will be updated 2017-08-02 07:17:25.434 | ---> Package unzip.x86_64 0:6.0-16.el7 will be an update 2017-08-02 07:17:25.434 | ---> Package util-linux.x86_64 0:2.23.2-22.el7_1.1 will be updated 2017-08-02 07:17:25.434 | ---> Package util-linux.x86_64 0:2.23.2-43.el7 will be an update 2017-08-02 07:17:25.434 | --> Processing Dependency: libuuid = 2.23.2-43.el7 for package: util-linux-2.23.2-43.el7.x86_64 2017-08-02 07:17:25.434 | --> Processing Dependency: libmount = 2.23.2-43.el7 for package: util-linux-2.23.2-43.el7.x86_64 2017-08-02 07:17:25.434 | --> Processing Dependency: libblkid = 2.23.2-43.el7 for package: util-linux-2.23.2-43.el7.x86_64 2017-08-02 07:17:25.434 | --> Processing Dependency: libmount.so.1(MOUNT_2.25)(64bit) for package: util-linux-2.23.2-43.el7.x86_64 2017-08-02 07:17:25.434 | ---> Package wget.x86_64 0:1.14-15.el7 will be installed 2017-08-02 07:17:25.434 | ---> Package xfsprogs.x86_64 0:4.5.0-10.el7_3 will be updated 2017-08-02 07:17:25.434 | ---> Package xfsprogs.x86_64 0:4.5.0-12.el7 will be an update 2017-08-02 07:17:25.434 | ---> Package xinetd.x86_64 2:2.3.15-13.el7 will be installed 2017-08-02 07:17:25.434 | ---> Package zlib-devel.x86_64 0:1.2.7-17.el7 will be installed 2017-08-02 07:17:25.434 | --> Processing Dependency: zlib = 1.2.7-17.el7 for package: zlib-devel-1.2.7-17.el7.x86_64 2017-08-02 07:17:25.434 | --> Running transaction check 2017-08-02 07:17:25.434 | ---> Package atk.x86_64 0:2.22.0-3.el7 will be installed 2017-08-02 07:17:25.434 | ---> Package atlas.x86_64 0:3.10.1-12.el7 will be installed 2017-08-02 07:17:25.434 | ---> Package atomic-registries.x86_64 1:1.18.1-3.1.git0705b1b.el7 will be installed 2017-08-02 07:17:25.434 | --> Processing Dependency: json-glib for package: 1:atomic-registries-1.18.1-3.1.git0705b1b.el7.x86_64 2017-08-02 07:17:25.434 | --> Processing Dependency: libjson-glib-1.0.so.0()(64bit) for package: 1:atomic-registries-1.18.1-3.1.git0705b1b.el7.x86_64 2017-08-02 07:17:25.434 | ---> Package cairo.x86_64 0:1.14.8-2.el7 will be installed 2017-08-02 07:17:25.434 | --> Processing Dependency: libxcb.so.1()(64bit) for package: cairo-1.14.8-2.el7.x86_64 2017-08-02 07:17:25.434 | --> Processing Dependency: libxcb-shm.so.0()(64bit) for package: cairo-1.14.8-2.el7.x86_64 2017-08-02 07:17:25.434 | --> Processing Dependency: libxcb-render.so.0()(64bit) for package: cairo-1.14.8-2.el7.x86_64 2017-08-02 07:17:25.434 | --> Processing Dependency: libpixman-1.so.0()(64bit) for package: cairo-1.14.8-2.el7.x86_64 2017-08-02 07:17:25.434 | --> Processing Dependency: libGL.so.1()(64bit) for package: cairo-1.14.8-2.el7.x86_64 2017-08-02 07:17:25.434 | --> Processing Dependency: libEGL.so.1()(64bit) for package: cairo-1.14.8-2.el7.x86_64 2017-08-02 07:17:25.434 | ---> Package container-selinux.noarch 2:2.21-1.el7 will be installed 2017-08-02 07:17:25.434 | --> Processing Dependency: selinux-policy-targeted >= 3.13.1-39 for package: 2:container-selinux-2.21-1.el7.noarch 2017-08-02 07:17:25.434 | --> Processing Dependency: selinux-policy-base >= 3.13.1-39 for package: 2:container-selinux-2.21-1.el7.noarch 2017-08-02 07:17:25.434 | --> Processing Dependency: selinux-policy >= 3.13.1-39 for package: 2:container-selinux-2.21-1.el7.noarch 2017-08-02 07:17:25.434 | --> Processing Dependency: policycoreutils >= 2.5-11 for package: 2:container-selinux-2.21-1.el7.noarch 2017-08-02 07:17:25.434 | --> Processing Dependency: policycoreutils-python for package: 2:container-selinux-2.21-1.el7.noarch 2017-08-02 07:17:25.434 | ---> Package container-storage-setup.noarch 0:0.3.0-3.git927974f.el7 will be installed 2017-08-02 07:17:25.434 | ---> Package cpp.x86_64 0:4.8.3-9.el7 will be updated 2017-08-02 07:17:25.434 | ---> Package cpp.x86_64 0:4.8.5-16.el7 will be an update 2017-08-02 07:17:27.505 | ---> Package cryptsetup-libs.x86_64 0:1.6.6-3.el7 will be updated 2017-08-02 07:17:27.505 | ---> Package cryptsetup-libs.x86_64 0:1.7.4-3.el7 will be an update 2017-08-02 07:17:27.505 | ---> Package dbus-libs.x86_64 1:1.6.12-11.el7 will be updated 2017-08-02 07:17:27.505 | ---> Package dbus-libs.x86_64 1:1.6.12-17.el7 will be an update 2017-08-02 07:17:27.505 | ---> Package device-mapper-libs.x86_64 7:1.02.93-3.el7_1.1 will be updated 2017-08-02 07:17:27.506 | --> Processing Dependency: device-mapper-libs = 7:1.02.93-3.el7_1.1 for package: 7:device-mapper-1.02.93-3.el7_1.1.x86_64 2017-08-02 07:17:27.506 | ---> Package device-mapper-libs.x86_64 7:1.02.140-8.el7 will be an update 2017-08-02 07:17:27.506 | ---> Package device-mapper-persistent-data.x86_64 0:0.4.1-2.el7 will be updated 2017-08-02 07:17:27.506 | ---> Package device-mapper-persistent-data.x86_64 0:0.7.0-0.1.rc6.el7 will be an update 2017-08-02 07:17:27.506 | ---> Package docker-client.x86_64 2:1.12.6-48.git0fdc778.el7 will be installed 2017-08-02 07:17:27.506 | ---> Package docker-common.x86_64 2:1.12.6-48.git0fdc778.el7 will be installed 2017-08-02 07:17:27.506 | --> Processing Dependency: oci-umount = 2:1.12.6-48.git0fdc778.el7 for package: 2:docker-common-1.12.6-48.git0fdc778.el7.x86_64 2017-08-02 07:17:27.506 | ---> Package docker-rhel-push-plugin.x86_64 2:1.12.6-48.git0fdc778.el7 will be installed 2017-08-02 07:17:27.506 | ---> Package dosfstools.x86_64 0:3.0.20-9.el7 will be installed 2017-08-02 07:17:27.506 | ---> Package dwz.x86_64 0:0.11-3.el7 will be installed 2017-08-02 07:17:27.506 | ---> Package fontconfig.x86_64 0:2.10.95-11.el7 will be installed 2017-08-02 07:17:27.506 | --> Processing Dependency: fontpackages-filesystem for package: fontconfig-2.10.95-11.el7.x86_64 2017-08-02 07:17:27.506 | --> Processing Dependency: font(:lang=en) for package: fontconfig-2.10.95-11.el7.x86_64 2017-08-02 07:17:27.506 | ---> Package fuse.x86_64 0:2.9.2-8.el7 will be installed 2017-08-02 07:17:27.506 | ---> Package gd.x86_64 0:2.0.35-26.el7 will be installed 2017-08-02 07:17:27.506 | ---> Package gdisk.x86_64 0:0.8.6-5.el7 will be installed 2017-08-02 07:17:27.506 | --> Processing Dependency: libicuuc.so.50()(64bit) for package: gdisk-0.8.6-5.el7.x86_64 2017-08-02 07:17:27.506 | --> Processing Dependency: libicuio.so.50()(64bit) for package: gdisk-0.8.6-5.el7.x86_64 2017-08-02 07:17:27.506 | ---> Package gdk-pixbuf2.x86_64 0:2.36.5-1.el7 will be installed 2017-08-02 07:17:27.506 | --> Processing Dependency: glib2(x86-64) >= 2.48.0 for package: gdk-pixbuf2-2.36.5-1.el7.x86_64 2017-08-02 07:17:27.506 | --> Processing Dependency: libjasper.so.1()(64bit) for package: gdk-pixbuf2-2.36.5-1.el7.x86_64 2017-08-02 07:17:27.506 | ---> Package gettext-libs.x86_64 0:0.18.2.1-4.el7 will be updated 2017-08-02 07:17:27.506 | ---> Package gettext-libs.x86_64 0:0.19.8.1-2.el7 will be an update 2017-08-02 07:17:27.506 | ---> Package ghostscript.x86_64 0:9.07-28.el7 will be installed 2017-08-02 07:17:27.506 | --> Processing Dependency: lcms2 >= 2.6 for package: ghostscript-9.07-28.el7.x86_64 2017-08-02 07:17:27.506 | --> Processing Dependency: poppler-data for package: ghostscript-9.07-28.el7.x86_64 2017-08-02 07:17:27.506 | --> Processing Dependency: ghostscript-fonts for package: ghostscript-9.07-28.el7.x86_64 2017-08-02 07:17:27.506 | --> Processing Dependency: liblcms2.so.2()(64bit) for package: ghostscript-9.07-28.el7.x86_64 2017-08-02 07:17:27.506 | ---> Package gtk2.x86_64 0:2.24.31-1.el7 will be installed 2017-08-02 07:17:27.506 | --> Processing Dependency: libXrandr >= 1.2.99.4-2 for package: gtk2-2.24.31-1.el7.x86_64 2017-08-02 07:17:27.506 | --> Processing Dependency: hicolor-icon-theme for package: gtk2-2.24.31-1.el7.x86_64 2017-08-02 07:17:27.506 | --> Processing Dependency: gtk-update-icon-cache for package: gtk2-2.24.31-1.el7.x86_64 2017-08-02 07:17:27.506 | --> Processing Dependency: libXrandr.so.2()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 2017-08-02 07:17:27.506 | --> Processing Dependency: libXinerama.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 2017-08-02 07:17:27.506 | --> Processing Dependency: libXi.so.6()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 2017-08-02 07:17:27.506 | --> Processing Dependency: libXfixes.so.3()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 2017-08-02 07:17:27.506 | --> Processing Dependency: libXdamage.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 2017-08-02 07:17:27.506 | --> Processing Dependency: libXcursor.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 2017-08-02 07:17:27.506 | --> Processing Dependency: libXcomposite.so.1()(64bit) for package: gtk2-2.24.31-1.el7.x86_64 2017-08-02 07:17:27.506 | ---> Package hivex.x86_64 0:1.3.10-5.8.el7 will be installed 2017-08-02 07:17:27.506 | --> Processing Dependency: perl(Win::Hivex::Regedit) for package: hivex-1.3.10-5.8.el7.x86_64 2017-08-02 07:17:27.506 | --> Processing Dependency: perl(Win::Hivex) for package: hivex-1.3.10-5.8.el7.x86_64 2017-08-02 07:17:27.506 | ---> Package httpd.x86_64 0:2.4.6-67.el7 will be installed 2017-08-02 07:17:27.506 | --> Processing Dependency: httpd-tools = 2.4.6-67.el7 for package: httpd-2.4.6-67.el7.x86_64 2017-08-02 07:17:27.506 | --> Processing Dependency: libaprutil-1.so.0()(64bit) for package: httpd-2.4.6-67.el7.x86_64 2017-08-02 07:17:27.506 | --> Processing Dependency: libapr-1.so.0()(64bit) for package: httpd-2.4.6-67.el7.x86_64 2017-08-02 07:17:28.202 | ---> Package ipset-libs.x86_64 0:6.29-1.el7 will be installed 2017-08-02 07:17:28.202 | ---> Package iptables-services.x86_64 0:1.4.21-13.el7 will be updated 2017-08-02 07:17:28.202 | ---> Package iptables-services.x86_64 0:1.4.21-18.el7 will be an update 2017-08-02 07:17:28.202 | ---> Package iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.873-29.el7 will be updated 2017-08-02 07:17:28.202 | ---> Package iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.874-4.el7 will be an update 2017-08-02 07:17:28.202 | ---> Package krb5-devel.x86_64 0:1.15.1-8.el7 will be installed 2017-08-02 07:17:28.202 | --> Processing Dependency: libkadm5(x86-64) = 1.15.1-8.el7 for package: krb5-devel-1.15.1-8.el7.x86_64 2017-08-02 07:17:28.202 | --> Processing Dependency: krb5-libs(x86-64) = 1.15.1-8.el7 for package: krb5-devel-1.15.1-8.el7.x86_64 2017-08-02 07:17:28.202 | --> Processing Dependency: libverto-devel for package: krb5-devel-1.15.1-8.el7.x86_64 2017-08-02 07:17:28.202 | --> Processing Dependency: libselinux-devel for package: krb5-devel-1.15.1-8.el7.x86_64 2017-08-02 07:17:28.202 | --> Processing Dependency: libcom_err-devel for package: krb5-devel-1.15.1-8.el7.x86_64 2017-08-02 07:17:28.202 | --> Processing Dependency: keyutils-libs-devel for package: krb5-devel-1.15.1-8.el7.x86_64 2017-08-02 07:17:28.202 | --> Processing Dependency: libkdb5.so.8()(64bit) for package: krb5-devel-1.15.1-8.el7.x86_64 2017-08-02 07:17:28.202 | ---> Package libICE.x86_64 0:1.0.9-9.el7 will be installed 2017-08-02 07:17:28.202 | ---> Package libSM.x86_64 0:1.2.2-2.el7 will be installed 2017-08-02 07:17:28.202 | ---> Package libX11.x86_64 0:1.6.5-1.el7 will be installed 2017-08-02 07:17:28.202 | --> Processing Dependency: libX11-common >= 1.6.5-1.el7 for package: libX11-1.6.5-1.el7.x86_64 2017-08-02 07:17:28.202 | ---> Package libXaw.x86_64 0:1.0.13-4.el7 will be installed 2017-08-02 07:17:28.202 | ---> Package libXext.x86_64 0:1.3.3-3.el7 will be installed 2017-08-02 07:17:28.202 | ---> Package libXmu.x86_64 0:1.1.2-2.el7 will be installed 2017-08-02 07:17:28.202 | ---> Package libXpm.x86_64 0:3.5.12-1.el7 will be installed 2017-08-02 07:17:28.202 | ---> Package libXrender.x86_64 0:0.9.10-1.el7 will be installed 2017-08-02 07:17:28.202 | ---> Package libXt.x86_64 0:1.1.5-3.el7 will be installed 2017-08-02 07:17:28.202 | ---> Package libblkid.x86_64 0:2.23.2-22.el7_1.1 will be updated 2017-08-02 07:17:28.202 | ---> Package libblkid.x86_64 0:2.23.2-43.el7 will be an update 2017-08-02 07:17:28.202 | ---> Package libcurl.x86_64 0:7.29.0-19.el7 will be updated 2017-08-02 07:17:28.202 | ---> Package libcurl.x86_64 0:7.29.0-42.el7 will be an update 2017-08-02 07:17:28.202 | ---> Package liberasurecode.x86_64 0:1.4.0-1.el7 will be installed 2017-08-02 07:17:28.203 | ---> Package libffi.x86_64 0:3.0.13-11.el7 will be updated 2017-08-02 07:17:28.203 | ---> Package libffi.x86_64 0:3.0.13-18.el7 will be an update 2017-08-02 07:17:28.203 | ---> Package libgcc.x86_64 0:4.8.3-9.el7 will be updated 2017-08-02 07:17:28.203 | ---> Package libgcc.x86_64 0:4.8.5-16.el7 will be an update 2017-08-02 07:17:28.203 | ---> Package libgcrypt-devel.x86_64 0:1.5.3-14.el7 will be installed 2017-08-02 07:17:28.203 | --> Processing Dependency: libgcrypt = 1.5.3-14.el7 for package: libgcrypt-devel-1.5.3-14.el7.x86_64 2017-08-02 07:17:28.203 | --> Processing Dependency: libgpg-error-devel for package: libgcrypt-devel-1.5.3-14.el7.x86_64 2017-08-02 07:17:28.203 | ---> Package libgfortran.x86_64 0:4.8.5-16.el7 will be installed 2017-08-02 07:17:28.203 | ---> Package libgomp.x86_64 0:4.8.3-9.el7 will be updated 2017-08-02 07:17:28.203 | ---> Package libgomp.x86_64 0:4.8.5-16.el7 will be an update 2017-08-02 07:17:28.203 | ---> Package libmount.x86_64 0:2.23.2-22.el7_1.1 will be updated 2017-08-02 07:17:28.203 | ---> Package libmount.x86_64 0:2.23.2-43.el7 will be an update 2017-08-02 07:17:28.203 | ---> Package libnetfilter_conntrack.x86_64 0:1.0.4-2.el7 will be updated 2017-08-02 07:17:28.203 | ---> Package libnetfilter_conntrack.x86_64 0:1.0.6-1.el7_3 will be an update 2017-08-02 07:17:28.203 | ---> Package libnetfilter_cthelper.x86_64 0:1.0.0-9.el7 will be installed 2017-08-02 07:17:28.203 | ---> Package libnetfilter_cttimeout.x86_64 0:1.0.0-6.el7 will be installed 2017-08-02 07:17:28.203 | ---> Package libnetfilter_queue.x86_64 0:1.0.2-2.el7_2 will be installed 2017-08-02 07:17:28.203 | ---> Package libnl3.x86_64 0:3.2.21-8.el7 will be updated 2017-08-02 07:17:28.203 | ---> Package libnl3.x86_64 0:3.2.28-4.el7 will be an update 2017-08-02 07:17:28.203 | ---> Package libpng.x86_64 2:1.5.13-7.el7_2 will be installed 2017-08-02 07:17:28.203 | ---> Package libquadmath.x86_64 0:4.8.5-16.el7 will be installed 2017-08-02 07:17:28.203 | ---> Package librsvg2.x86_64 0:2.40.16-1.el7 will be installed 2017-08-02 07:17:28.203 | ---> Package libseccomp.x86_64 0:2.3.1-3.el7 will be installed 2017-08-02 07:17:28.203 | ---> Package libstdc++.x86_64 0:4.8.3-9.el7 will be updated 2017-08-02 07:17:28.203 | ---> Package libstdc++.x86_64 0:4.8.5-16.el7 will be an update 2017-08-02 07:17:28.203 | ---> Package libstdc++-devel.x86_64 0:4.8.5-16.el7 will be installed 2017-08-02 07:17:28.203 | ---> Package libsysfs.x86_64 0:2.1.0-16.el7 will be installed 2017-08-02 07:17:28.203 | ---> Package libtool-ltdl.x86_64 0:2.4.2-22.el7_3 will be installed 2017-08-02 07:17:28.204 | ---> Package libusal.x86_64 0:1.1.11-23.el7 will be installed 2017-08-02 07:17:28.204 | ---> Package libuuid.x86_64 0:2.23.2-22.el7_1.1 will be updated 2017-08-02 07:17:29.173 | ---> Package libuuid.x86_64 0:2.23.2-43.el7 will be an update 2017-08-02 07:17:29.173 | ---> Package libvirt-client.x86_64 0:1.2.8-16.el7_1.4 will be updated 2017-08-02 07:17:29.173 | ---> Package libvirt-client.x86_64 0:3.2.0-14.el7_4.2 will be an update 2017-08-02 07:17:29.173 | ---> Package libvirt-daemon.x86_64 0:1.2.8-16.el7_1.4 will be updated 2017-08-02 07:17:29.173 | ---> Package libvirt-daemon.x86_64 0:3.2.0-14.el7_4.2 will be an update 2017-08-02 07:17:29.173 | ---> Package libvirt-daemon-config-network.x86_64 0:1.2.8-16.el7_1.4 will be updated 2017-08-02 07:17:29.173 | ---> Package libvirt-daemon-config-network.x86_64 0:3.2.0-14.el7_4.2 will be an update 2017-08-02 07:17:29.173 | ---> Package libvirt-daemon-config-nwfilter.x86_64 0:1.2.8-16.el7_1.4 will be updated 2017-08-02 07:17:29.173 | ---> Package libvirt-daemon-config-nwfilter.x86_64 0:3.2.0-14.el7_4.2 will be an update 2017-08-02 07:17:29.173 | ---> Package libvirt-daemon-driver-interface.x86_64 0:1.2.8-16.el7_1.4 will be updated 2017-08-02 07:17:29.173 | ---> Package libvirt-daemon-driver-interface.x86_64 0:3.2.0-14.el7_4.2 will be an update 2017-08-02 07:17:29.173 | ---> Package libvirt-daemon-driver-lxc.x86_64 0:1.2.8-16.el7_1.4 will be updated 2017-08-02 07:17:29.174 | ---> Package libvirt-daemon-driver-lxc.x86_64 0:3.2.0-14.el7_4.2 will be an update 2017-08-02 07:17:29.174 | ---> Package libvirt-daemon-driver-network.x86_64 0:1.2.8-16.el7_1.4 will be updated 2017-08-02 07:17:29.174 | ---> Package libvirt-daemon-driver-network.x86_64 0:3.2.0-14.el7_4.2 will be an update 2017-08-02 07:17:29.174 | ---> Package libvirt-daemon-driver-nodedev.x86_64 0:1.2.8-16.el7_1.4 will be updated 2017-08-02 07:17:29.174 | ---> Package libvirt-daemon-driver-nodedev.x86_64 0:3.2.0-14.el7_4.2 will be an update 2017-08-02 07:17:29.174 | ---> Package libvirt-daemon-driver-nwfilter.x86_64 0:1.2.8-16.el7_1.4 will be updated 2017-08-02 07:17:29.174 | ---> Package libvirt-daemon-driver-nwfilter.x86_64 0:3.2.0-14.el7_4.2 will be an update 2017-08-02 07:17:29.174 | ---> Package libvirt-daemon-driver-qemu.x86_64 0:1.2.8-16.el7_1.4 will be updated 2017-08-02 07:17:29.174 | ---> Package libvirt-daemon-driver-qemu.x86_64 0:3.2.0-14.el7_4.2 will be an update 2017-08-02 07:17:29.174 | --> Processing Dependency: libvirt-daemon-driver-storage-core = 3.2.0-14.el7_4.2 for package: libvirt-daemon-driver-qemu-3.2.0-14.el7_4.2.x86_64 2017-08-02 07:17:29.174 | ---> Package libvirt-daemon-driver-secret.x86_64 0:1.2.8-16.el7_1.4 will be updated 2017-08-02 07:17:29.174 | ---> Package libvirt-daemon-driver-secret.x86_64 0:3.2.0-14.el7_4.2 will be an update 2017-08-02 07:17:29.174 | ---> Package libvirt-daemon-driver-storage.x86_64 0:1.2.8-16.el7_1.4 will be updated 2017-08-02 07:17:29.174 | ---> Package libvirt-daemon-driver-storage.x86_64 0:3.2.0-14.el7_4.2 will be an update 2017-08-02 07:17:29.174 | --> Processing Dependency: libvirt-daemon-driver-storage-scsi = 3.2.0-14.el7_4.2 for package: libvirt-daemon-driver-storage-3.2.0-14.el7_4.2.x86_64 2017-08-02 07:17:29.174 | --> Processing Dependency: libvirt-daemon-driver-storage-rbd = 3.2.0-14.el7_4.2 for package: libvirt-daemon-driver-storage-3.2.0-14.el7_4.2.x86_64 2017-08-02 07:17:29.174 | --> Processing Dependency: libvirt-daemon-driver-storage-mpath = 3.2.0-14.el7_4.2 for package: libvirt-daemon-driver-storage-3.2.0-14.el7_4.2.x86_64 2017-08-02 07:17:29.174 | --> Processing Dependency: libvirt-daemon-driver-storage-logical = 3.2.0-14.el7_4.2 for package: libvirt-daemon-driver-storage-3.2.0-14.el7_4.2.x86_64 2017-08-02 07:17:29.174 | --> Processing Dependency: libvirt-daemon-driver-storage-iscsi = 3.2.0-14.el7_4.2 for package: libvirt-daemon-driver-storage-3.2.0-14.el7_4.2.x86_64 2017-08-02 07:17:29.174 | --> Processing Dependency: libvirt-daemon-driver-storage-gluster = 3.2.0-14.el7_4.2 for package: libvirt-daemon-driver-storage-3.2.0-14.el7_4.2.x86_64 2017-08-02 07:17:29.174 | --> Processing Dependency: libvirt-daemon-driver-storage-disk = 3.2.0-14.el7_4.2 for package: libvirt-daemon-driver-storage-3.2.0-14.el7_4.2.x86_64 2017-08-02 07:17:29.174 | ---> Package libvirt-daemon-kvm.x86_64 0:3.2.0-14.el7_4.2 will be installed 2017-08-02 07:17:29.174 | --> Processing Dependency: qemu-kvm for package: libvirt-daemon-kvm-3.2.0-14.el7_4.2.x86_64 2017-08-02 07:17:29.174 | ---> Package libvirt-libs.x86_64 0:3.2.0-14.el7_4.2 will be installed 2017-08-02 07:17:29.174 | --> Processing Dependency: cyrus-sasl-gssapi for package: libvirt-libs-3.2.0-14.el7_4.2.x86_64 2017-08-02 07:17:29.174 | ---> Package libxml2.x86_64 0:2.9.1-5.el7_1.2 will be updated 2017-08-02 07:17:29.174 | ---> Package libxml2.x86_64 0:2.9.1-6.el7_2.3 will be an update 2017-08-02 07:17:29.174 | ---> Package lsscsi.x86_64 0:0.27-6.el7 will be installed 2017-08-02 07:17:29.174 | ---> Package lvm2-libs.x86_64 7:2.02.115-3.el7_1.1 will be updated 2017-08-02 07:17:29.174 | ---> Package lvm2-libs.x86_64 7:2.02.171-8.el7 will be an update 2017-08-02 07:17:29.174 | --> Processing Dependency: device-mapper-event = 7:1.02.140-8.el7 for package: 7:lvm2-libs-2.02.171-8.el7.x86_64 2017-08-02 07:17:29.174 | ---> Package mariadb-libs.x86_64 1:5.5.44-1.el7_1 will be updated 2017-08-02 07:17:29.174 | ---> Package mariadb-libs.x86_64 3:10.1.20-1.el7 will be an update 2017-08-02 07:17:29.698 | --> Processing Dependency: mariadb-common(x86-64) = 3:10.1.20-1.el7 for package: 3:mariadb-libs-10.1.20-1.el7.x86_64 2017-08-02 07:17:29.698 | ---> Package mtools.x86_64 0:4.0.18-5.el7 will be installed 2017-08-02 07:17:29.698 | ---> Package oci-register-machine.x86_64 1:0-3.11.1.gitdd0daef.el7 will be installed 2017-08-02 07:17:29.698 | ---> Package oci-systemd-hook.x86_64 1:0.1.8-4.1.gite533efa.el7 will be installed 2017-08-02 07:17:29.698 | ---> Package openssh.x86_64 0:6.6.1p1-23.el7_2 will be updated 2017-08-02 07:17:29.698 | ---> Package openssh.x86_64 0:7.4p1-11.el7 will be an update 2017-08-02 07:17:29.698 | ---> Package openssl-libs.x86_64 1:1.0.1e-51.el7_2.7 will be updated 2017-08-02 07:17:29.698 | ---> Package openssl-libs.x86_64 1:1.0.2k-8.el7 will be an update 2017-08-02 07:17:29.698 | ---> Package osinfo-db.noarch 0:20170423-2.el7 will be installed 2017-08-02 07:17:29.698 | ---> Package osinfo-db-tools.x86_64 0:1.1.0-1.el7 will be installed 2017-08-02 07:17:29.698 | --> Processing Dependency: libarchive.so.13()(64bit) for package: osinfo-db-tools-1.1.0-1.el7.x86_64 2017-08-02 07:17:29.698 | ---> Package pango.x86_64 0:1.40.4-1.el7 will be installed 2017-08-02 07:17:29.698 | --> Processing Dependency: libthai(x86-64) >= 0.1.9 for package: pango-1.40.4-1.el7.x86_64 2017-08-02 07:17:29.698 | --> Processing Dependency: libXft(x86-64) >= 2.0.0 for package: pango-1.40.4-1.el7.x86_64 2017-08-02 07:17:29.698 | --> Processing Dependency: harfbuzz(x86-64) >= 1.0.3 for package: pango-1.40.4-1.el7.x86_64 2017-08-02 07:17:29.698 | --> Processing Dependency: libthai.so.0(LIBTHAI_0.1)(64bit) for package: pango-1.40.4-1.el7.x86_64 2017-08-02 07:17:29.698 | --> Processing Dependency: libthai.so.0()(64bit) for package: pango-1.40.4-1.el7.x86_64 2017-08-02 07:17:29.698 | --> Processing Dependency: libharfbuzz.so.0()(64bit) for package: pango-1.40.4-1.el7.x86_64 2017-08-02 07:17:29.698 | --> Processing Dependency: libXft.so.2()(64bit) for package: pango-1.40.4-1.el7.x86_64 2017-08-02 07:17:29.698 | ---> Package perl-srpm-macros.noarch 0:1-8.el7 will be installed 2017-08-02 07:17:29.698 | ---> Package postgresql.x86_64 0:9.2.21-1.el7 will be installed 2017-08-02 07:17:29.698 | ---> Package postgresql-libs.x86_64 0:9.2.21-1.el7 will be installed 2017-08-02 07:17:29.698 | ---> Package python.x86_64 0:2.7.5-18.el7_1.1 will be updated 2017-08-02 07:17:29.698 | ---> Package python.x86_64 0:2.7.5-58.el7 will be an update 2017-08-02 07:17:29.698 | --> Processing Dependency: python-libs(x86-64) = 2.7.5-58.el7 for package: python-2.7.5-58.el7.x86_64 2017-08-02 07:17:29.698 | ---> Package python-nose.noarch 0:1.3.7-7.el7 will be installed 2017-08-02 07:17:29.698 | ---> Package python2-cryptography.x86_64 0:1.7.2-1.el7 will be installed 2017-08-02 07:17:29.698 | --> Processing Dependency: python-six >= 1.4.1 for package: python2-cryptography-1.7.2-1.el7.x86_64 2017-08-02 07:17:29.698 | --> Processing Dependency: python-pyasn1 >= 0.1.8 for package: python2-cryptography-1.7.2-1.el7.x86_64 2017-08-02 07:17:29.698 | --> Processing Dependency: python-idna >= 2.0 for package: python2-cryptography-1.7.2-1.el7.x86_64 2017-08-02 07:17:29.699 | --> Processing Dependency: python-cffi >= 1.4.1 for package: python2-cryptography-1.7.2-1.el7.x86_64 2017-08-02 07:17:29.699 | --> Processing Dependency: python-ipaddress for package: python2-cryptography-1.7.2-1.el7.x86_64 2017-08-02 07:17:29.699 | --> Processing Dependency: python-enum34 for package: python2-cryptography-1.7.2-1.el7.x86_64 2017-08-02 07:17:29.699 | ---> Package scrub.x86_64 0:2.5.2-7.el7 will be installed 2017-08-02 07:17:29.699 | ---> Package sg3_utils-libs.x86_64 0:1.37-12.el7 will be installed 2017-08-02 07:17:29.699 | ---> Package sgabios-bin.noarch 1:0.20110622svn-4.el7 will be installed 2017-08-02 07:17:29.699 | ---> Package skopeo-containers.x86_64 1:0.1.20-2.1.gite802625.el7 will be installed 2017-08-02 07:17:29.699 | ---> Package subscription-manager-plugin-container.x86_64 0:1.19.21-1.el7 will be installed 2017-08-02 07:17:29.699 | --> Processing Dependency: subscription-manager = 1.19.21-1.el7 for package: subscription-manager-plugin-container-1.19.21-1.el7.x86_64 2017-08-02 07:17:29.699 | ---> Package supermin5.x86_64 0:5.1.16-4.el7 will be installed 2017-08-02 07:17:29.699 | ---> Package syslinux-extlinux.x86_64 0:4.05-13.el7 will be installed 2017-08-02 07:17:29.699 | ---> Package urw-fonts.noarch 0:2.4-16.el7 will be installed 2017-08-02 07:17:29.699 | --> Processing Dependency: xorg-x11-font-utils for package: urw-fonts-2.4-16.el7.noarch 2017-08-02 07:17:29.699 | ---> Package xz-devel.x86_64 0:5.2.2-1.el7 will be installed 2017-08-02 07:17:29.699 | --> Processing Dependency: xz-libs = 5.2.2-1.el7 for package: xz-devel-5.2.2-1.el7.x86_64 2017-08-02 07:17:29.699 | ---> Package zlib.x86_64 0:1.2.7-13.el7 will be updated 2017-08-02 07:17:29.699 | ---> Package zlib.x86_64 0:1.2.7-17.el7 will be an update 2017-08-02 07:17:29.699 | --> Running transaction check 2017-08-02 07:17:29.699 | ---> Package apr.x86_64 0:1.4.8-3.el7 will be installed 2017-08-02 07:17:29.699 | ---> Package apr-util.x86_64 0:1.5.2-6.el7 will be installed 2017-08-02 07:17:29.699 | ---> Package cyrus-sasl-gssapi.x86_64 0:2.1.26-21.el7 will be installed 2017-08-02 07:17:29.699 | --> Processing Dependency: cyrus-sasl-lib(x86-64) = 2.1.26-21.el7 for package: cyrus-sasl-gssapi-2.1.26-21.el7.x86_64 2017-08-02 07:17:30.181 | ---> Package device-mapper.x86_64 7:1.02.93-3.el7_1.1 will be updated 2017-08-02 07:17:30.181 | ---> Package device-mapper.x86_64 7:1.02.140-8.el7 will be an update 2017-08-02 07:17:30.181 | ---> Package device-mapper-event.x86_64 7:1.02.93-3.el7_1.1 will be updated 2017-08-02 07:17:30.181 | ---> Package device-mapper-event.x86_64 7:1.02.140-8.el7 will be an update 2017-08-02 07:17:30.181 | --> Processing Dependency: device-mapper-event-libs = 7:1.02.140-8.el7 for package: 7:device-mapper-event-1.02.140-8.el7.x86_64 2017-08-02 07:17:30.181 | ---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed 2017-08-02 07:17:30.181 | ---> Package ghostscript-fonts.noarch 0:5.50-32.el7 will be installed 2017-08-02 07:17:30.181 | ---> Package glib2.x86_64 0:2.46.2-4.el7 will be updated 2017-08-02 07:17:30.181 | ---> Package glib2.x86_64 0:2.50.3-3.el7 will be an update 2017-08-02 07:17:30.181 | ---> Package gtk-update-icon-cache.x86_64 0:3.22.10-4.el7 will be installed 2017-08-02 07:17:30.181 | ---> Package harfbuzz.x86_64 0:1.3.2-1.el7 will be installed 2017-08-02 07:17:30.181 | --> Processing Dependency: libgraphite2.so.3()(64bit) for package: harfbuzz-1.3.2-1.el7.x86_64 2017-08-02 07:17:30.181 | ---> Package hicolor-icon-theme.noarch 0:0.12-7.el7 will be installed 2017-08-02 07:17:30.181 | ---> Package httpd-tools.x86_64 0:2.4.6-67.el7 will be installed 2017-08-02 07:17:30.181 | ---> Package jasper-libs.x86_64 0:1.900.1-31.el7 will be installed 2017-08-02 07:17:30.181 | ---> Package json-glib.x86_64 0:1.2.6-1.el7 will be installed 2017-08-02 07:17:30.181 | ---> Package keyutils-libs-devel.x86_64 0:1.5.8-3.el7 will be installed 2017-08-02 07:17:30.181 | ---> Package krb5-libs.x86_64 0:1.12.2-15.el7_1 will be updated 2017-08-02 07:17:30.181 | ---> Package krb5-libs.x86_64 0:1.15.1-8.el7 will be an update 2017-08-02 07:17:30.181 | ---> Package lcms2.x86_64 0:2.6-3.el7 will be installed 2017-08-02 07:17:30.181 | ---> Package libX11-common.noarch 0:1.6.5-1.el7 will be installed 2017-08-02 07:17:30.181 | ---> Package libXcomposite.x86_64 0:0.4.4-4.1.el7 will be installed 2017-08-02 07:17:30.181 | ---> Package libXcursor.x86_64 0:1.1.14-8.el7 will be installed 2017-08-02 07:17:30.181 | ---> Package libXdamage.x86_64 0:1.1.4-4.1.el7 will be installed 2017-08-02 07:17:30.181 | ---> Package libXfixes.x86_64 0:5.0.3-1.el7 will be installed 2017-08-02 07:17:30.181 | ---> Package libXft.x86_64 0:2.3.2-2.el7 will be installed 2017-08-02 07:17:30.181 | ---> Package libXi.x86_64 0:1.7.9-1.el7 will be installed 2017-08-02 07:17:30.181 | ---> Package libXinerama.x86_64 0:1.1.3-2.1.el7 will be installed 2017-08-02 07:17:30.181 | ---> Package libXrandr.x86_64 0:1.5.1-2.el7 will be installed 2017-08-02 07:17:30.181 | ---> Package libarchive.x86_64 0:3.1.2-10.el7_2 will be installed 2017-08-02 07:17:30.181 | ---> Package libcom_err-devel.x86_64 0:1.42.9-10.el7 will be installed 2017-08-02 07:17:30.181 | --> Processing Dependency: libcom_err(x86-64) = 1.42.9-10.el7 for package: libcom_err-devel-1.42.9-10.el7.x86_64 2017-08-02 07:17:30.181 | ---> Package libgcrypt.x86_64 0:1.5.3-12.el7_1.1 will be updated 2017-08-02 07:17:30.181 | ---> Package libgcrypt.x86_64 0:1.5.3-14.el7 will be an update 2017-08-02 07:17:30.181 | ---> Package libgpg-error-devel.x86_64 0:1.12-3.el7 will be installed 2017-08-02 07:17:30.181 | ---> Package libicu.x86_64 0:50.1.2-15.el7 will be installed 2017-08-02 07:17:30.181 | ---> Package libkadm5.x86_64 0:1.15.1-8.el7 will be installed 2017-08-02 07:17:30.181 | ---> Package libselinux-devel.x86_64 0:2.5-11.el7 will be installed 2017-08-02 07:17:30.181 | --> Processing Dependency: libselinux(x86-64) = 2.5-11.el7 for package: libselinux-devel-2.5-11.el7.x86_64 2017-08-02 07:17:30.181 | --> Processing Dependency: libsepol-devel(x86-64) >= 2.5-6 for package: libselinux-devel-2.5-11.el7.x86_64 2017-08-02 07:17:30.182 | --> Processing Dependency: pkgconfig(libsepol) for package: libselinux-devel-2.5-11.el7.x86_64 2017-08-02 07:17:30.182 | --> Processing Dependency: pkgconfig(libpcre) for package: libselinux-devel-2.5-11.el7.x86_64 2017-08-02 07:17:30.182 | ---> Package libthai.x86_64 0:0.1.14-9.el7 will be installed 2017-08-02 07:17:30.182 | ---> Package libverto-devel.x86_64 0:0.2.5-4.el7 will be installed 2017-08-02 07:17:30.182 | ---> Package libvirt-daemon-driver-storage-core.x86_64 0:3.2.0-14.el7_4.2 will be installed 2017-08-02 07:17:30.182 | ---> Package libvirt-daemon-driver-storage-disk.x86_64 0:3.2.0-14.el7_4.2 will be installed 2017-08-02 07:17:30.182 | ---> Package libvirt-daemon-driver-storage-gluster.x86_64 0:3.2.0-14.el7_4.2 will be installed 2017-08-02 07:17:30.182 | --> Processing Dependency: libgfapi.so.0(GFAPI_3.4.0)(64bit) for package: libvirt-daemon-driver-storage-gluster-3.2.0-14.el7_4.2.x86_64 2017-08-02 07:17:30.182 | --> Processing Dependency: /usr/sbin/gluster for package: libvirt-daemon-driver-storage-gluster-3.2.0-14.el7_4.2.x86_64 2017-08-02 07:17:30.182 | ---> Package libvirt-daemon-driver-storage-iscsi.x86_64 0:3.2.0-14.el7_4.2 will be installed 2017-08-02 07:17:30.182 | ---> Package libvirt-daemon-driver-storage-logical.x86_64 0:3.2.0-14.el7_4.2 will be installed 2017-08-02 07:17:30.182 | ---> Package libvirt-daemon-driver-storage-mpath.x86_64 0:3.2.0-14.el7_4.2 will be installed 2017-08-02 07:17:30.182 | ---> Package libvirt-daemon-driver-storage-rbd.x86_64 0:3.2.0-14.el7_4.2 will be installed 2017-08-02 07:17:30.653 | ---> Package libvirt-daemon-driver-storage-scsi.x86_64 0:3.2.0-14.el7_4.2 will be installed 2017-08-02 07:17:30.653 | ---> Package libxcb.x86_64 0:1.12-1.el7 will be installed 2017-08-02 07:17:30.653 | --> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.12-1.el7.x86_64 2017-08-02 07:17:30.653 | ---> Package lyx-fonts.noarch 0:2.2.3-1.el7 will be installed 2017-08-02 07:17:30.653 | ---> Package mariadb-common.x86_64 3:10.1.20-1.el7 will be installed 2017-08-02 07:17:30.653 | --> Processing Dependency: /etc/my.cnf for package: 3:mariadb-common-10.1.20-1.el7.x86_64 2017-08-02 07:17:30.654 | ---> Package mesa-libEGL.x86_64 0:17.0.1-6.20170307.el7 will be installed 2017-08-02 07:17:30.654 | --> Processing Dependency: mesa-libgbm = 17.0.1-6.20170307.el7 for package: mesa-libEGL-17.0.1-6.20170307.el7.x86_64 2017-08-02 07:17:30.654 | --> Processing Dependency: libxshmfence.so.1()(64bit) for package: mesa-libEGL-17.0.1-6.20170307.el7.x86_64 2017-08-02 07:17:30.654 | --> Processing Dependency: libgbm.so.1()(64bit) for package: mesa-libEGL-17.0.1-6.20170307.el7.x86_64 2017-08-02 07:17:30.654 | ---> Package mesa-libGL.x86_64 0:17.0.1-6.20170307.el7 will be installed 2017-08-02 07:17:30.654 | --> Processing Dependency: mesa-libglapi = 17.0.1-6.20170307.el7 for package: mesa-libGL-17.0.1-6.20170307.el7.x86_64 2017-08-02 07:17:30.654 | --> Processing Dependency: libglapi.so.0()(64bit) for package: mesa-libGL-17.0.1-6.20170307.el7.x86_64 2017-08-02 07:17:30.654 | --> Processing Dependency: libXxf86vm.so.1()(64bit) for package: mesa-libGL-17.0.1-6.20170307.el7.x86_64 2017-08-02 07:17:30.654 | ---> Package oci-umount.x86_64 2:1.12.6-48.git0fdc778.el7 will be installed 2017-08-02 07:17:30.654 | ---> Package perl-hivex.x86_64 0:1.3.10-5.8.el7 will be installed 2017-08-02 07:17:30.654 | ---> Package pixman.x86_64 0:0.34.0-1.el7 will be installed 2017-08-02 07:17:30.654 | ---> Package policycoreutils.x86_64 0:2.2.5-15.el7 will be updated 2017-08-02 07:17:30.654 | ---> Package policycoreutils.x86_64 0:2.5-17.1.el7 will be an update 2017-08-02 07:17:30.654 | --> Processing Dependency: libsepol >= 2.5-6 for package: policycoreutils-2.5-17.1.el7.x86_64 2017-08-02 07:17:30.654 | --> Processing Dependency: libselinux-utils >= 2.5-6 for package: policycoreutils-2.5-17.1.el7.x86_64 2017-08-02 07:17:30.654 | --> Processing Dependency: libsepol.so.1(LIBSEPOL_1.1)(64bit) for package: policycoreutils-2.5-17.1.el7.x86_64 2017-08-02 07:17:30.654 | --> Processing Dependency: libsepol.so.1(LIBSEPOL_1.0)(64bit) for package: policycoreutils-2.5-17.1.el7.x86_64 2017-08-02 07:17:30.654 | --> Processing Dependency: libsemanage.so.1(LIBSEMANAGE_1.1)(64bit) for package: policycoreutils-2.5-17.1.el7.x86_64 2017-08-02 07:17:30.654 | ---> Package policycoreutils-python.x86_64 0:2.5-17.1.el7 will be installed 2017-08-02 07:17:30.654 | --> Processing Dependency: setools-libs >= 3.3.8-1 for package: policycoreutils-python-2.5-17.1.el7.x86_64 2017-08-02 07:17:30.654 | --> Processing Dependency: libsemanage-python >= 2.5-5 for package: policycoreutils-python-2.5-17.1.el7.x86_64 2017-08-02 07:17:30.654 | --> Processing Dependency: audit-libs-python >= 2.1.3-4 for package: policycoreutils-python-2.5-17.1.el7.x86_64 2017-08-02 07:17:30.654 | --> Processing Dependency: python-IPy for package: policycoreutils-python-2.5-17.1.el7.x86_64 2017-08-02 07:17:30.654 | --> Processing Dependency: libqpol.so.1(VERS_1.4)(64bit) for package: policycoreutils-python-2.5-17.1.el7.x86_64 2017-08-02 07:17:30.654 | --> Processing Dependency: libqpol.so.1(VERS_1.2)(64bit) for package: policycoreutils-python-2.5-17.1.el7.x86_64 2017-08-02 07:17:30.654 | --> Processing Dependency: libapol.so.4(VERS_4.0)(64bit) for package: policycoreutils-python-2.5-17.1.el7.x86_64 2017-08-02 07:17:30.654 | --> Processing Dependency: checkpolicy for package: policycoreutils-python-2.5-17.1.el7.x86_64 2017-08-02 07:17:30.654 | --> Processing Dependency: libqpol.so.1()(64bit) for package: policycoreutils-python-2.5-17.1.el7.x86_64 2017-08-02 07:17:30.654 | --> Processing Dependency: libapol.so.4()(64bit) for package: policycoreutils-python-2.5-17.1.el7.x86_64 2017-08-02 07:17:30.654 | ---> Package poppler-data.noarch 0:0.4.6-3.el7 will be installed 2017-08-02 07:17:30.654 | ---> Package python-enum34.noarch 0:1.0.4-1.el7 will be installed 2017-08-02 07:17:30.654 | ---> Package python-ipaddress.noarch 0:1.0.16-3.el7 will be installed 2017-08-02 07:17:30.654 | ---> Package python-libs.x86_64 0:2.7.5-18.el7_1.1 will be updated 2017-08-02 07:17:30.654 | ---> Package python-libs.x86_64 0:2.7.5-58.el7 will be an update 2017-08-02 07:17:30.654 | ---> Package python-six.noarch 0:1.3.0-4.el7 will be updated 2017-08-02 07:17:30.654 | ---> Package python-six.noarch 0:1.10.0-3.el7 will be an update 2017-08-02 07:17:30.654 | ---> Package python2-cffi.x86_64 0:1.5.2-1.el7 will be installed 2017-08-02 07:17:30.654 | --> Processing Dependency: python-pycparser for package: python2-cffi-1.5.2-1.el7.x86_64 2017-08-02 07:17:30.654 | ---> Package python2-idna.noarch 0:2.5-1.el7 will be installed 2017-08-02 07:17:30.654 | ---> Package python2-pyasn1.noarch 0:0.1.9-7.el7 will be installed 2017-08-02 07:17:30.654 | ---> Package qemu-kvm-ev.x86_64 10:2.6.0-28.el7.10.1 will be installed 2017-08-02 07:17:30.840 | --> Processing Dependency: qemu-kvm-common-ev = 10:2.6.0-28.el7.10.1 for package: 10:qemu-kvm-ev-2.6.0-28.el7.10.1.x86_64 2017-08-02 07:17:30.840 | --> Processing Dependency: qemu-img-ev = 10:2.6.0-28.el7.10.1 for package: 10:qemu-kvm-ev-2.6.0-28.el7.10.1.x86_64 2017-08-02 07:17:30.840 | --> Processing Dependency: usbredir >= 0.7.1 for package: 10:qemu-kvm-ev-2.6.0-28.el7.10.1.x86_64 2017-08-02 07:17:30.840 | --> Processing Dependency: seavgabios-bin >= 1.9.1-4 for package: 10:qemu-kvm-ev-2.6.0-28.el7.10.1.x86_64 2017-08-02 07:17:30.840 | --> Processing Dependency: seabios-bin >= 1.7.5-1 for package: 10:qemu-kvm-ev-2.6.0-28.el7.10.1.x86_64 2017-08-02 07:17:30.840 | --> Processing Dependency: libusbx >= 1.0.19 for package: 10:qemu-kvm-ev-2.6.0-28.el7.10.1.x86_64 2017-08-02 07:17:30.840 | --> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.8.3)(64bit) for package: 10:qemu-kvm-ev-2.6.0-28.el7.10.1.x86_64 2017-08-02 07:17:30.840 | --> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.8.2)(64bit) for package: 10:qemu-kvm-ev-2.6.0-28.el7.10.1.x86_64 2017-08-02 07:17:30.840 | --> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.8.1)(64bit) for package: 10:qemu-kvm-ev-2.6.0-28.el7.10.1.x86_64 2017-08-02 07:17:30.840 | --> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.6.0)(64bit) for package: 10:qemu-kvm-ev-2.6.0-28.el7.10.1.x86_64 2017-08-02 07:17:30.840 | --> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.12.4)(64bit) for package: 10:qemu-kvm-ev-2.6.0-28.el7.10.1.x86_64 2017-08-02 07:17:30.840 | --> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.12.3)(64bit) for package: 10:qemu-kvm-ev-2.6.0-28.el7.10.1.x86_64 2017-08-02 07:17:30.840 | --> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.12.2)(64bit) for package: 10:qemu-kvm-ev-2.6.0-28.el7.10.1.x86_64 2017-08-02 07:17:30.840 | --> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.11.2)(64bit) for package: 10:qemu-kvm-ev-2.6.0-28.el7.10.1.x86_64 2017-08-02 07:17:30.841 | --> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.10.4)(64bit) for package: 10:qemu-kvm-ev-2.6.0-28.el7.10.1.x86_64 2017-08-02 07:17:30.841 | --> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.10.3)(64bit) for package: 10:qemu-kvm-ev-2.6.0-28.el7.10.1.x86_64 2017-08-02 07:17:30.841 | --> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.10.2)(64bit) for package: 10:qemu-kvm-ev-2.6.0-28.el7.10.1.x86_64 2017-08-02 07:17:30.841 | --> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.10.1)(64bit) for package: 10:qemu-kvm-ev-2.6.0-28.el7.10.1.x86_64 2017-08-02 07:17:30.841 | --> Processing Dependency: libspice-server.so.1(SPICE_SERVER_0.10.0)(64bit) for package: 10:qemu-kvm-ev-2.6.0-28.el7.10.1.x86_64 2017-08-02 07:17:30.841 | --> Processing Dependency: librdmacm.so.1(RDMACM_1.0)(64bit) for package: 10:qemu-kvm-ev-2.6.0-28.el7.10.1.x86_64 2017-08-02 07:17:30.841 | --> Processing Dependency: libpulse.so.0(PULSE_0)(64bit) for package: 10:qemu-kvm-ev-2.6.0-28.el7.10.1.x86_64 2017-08-02 07:17:30.841 | --> Processing Dependency: libibverbs.so.1(IBVERBS_1.1)(64bit) for package: 10:qemu-kvm-ev-2.6.0-28.el7.10.1.x86_64 2017-08-02 07:17:30.841 | --> Processing Dependency: libibverbs.so.1(IBVERBS_1.0)(64bit) for package: 10:qemu-kvm-ev-2.6.0-28.el7.10.1.x86_64 2017-08-02 07:17:30.841 | --> Processing Dependency: libasound.so.2(ALSA_0.9.0rc4)(64bit) for package: 10:qemu-kvm-ev-2.6.0-28.el7.10.1.x86_64 2017-08-02 07:17:30.841 | --> Processing Dependency: libasound.so.2(ALSA_0.9)(64bit) for package: 10:qemu-kvm-ev-2.6.0-28.el7.10.1.x86_64 2017-08-02 07:17:30.841 | --> Processing Dependency: libusbredirparser.so.1()(64bit) for package: 10:qemu-kvm-ev-2.6.0-28.el7.10.1.x86_64 2017-08-02 07:17:30.841 | --> Processing Dependency: libtcmalloc.so.4()(64bit) for package: 10:qemu-kvm-ev-2.6.0-28.el7.10.1.x86_64 2017-08-02 07:17:30.841 | --> Processing Dependency: libspice-server.so.1()(64bit) for package: 10:qemu-kvm-ev-2.6.0-28.el7.10.1.x86_64 2017-08-02 07:17:30.841 | --> Processing Dependency: librdmacm.so.1()(64bit) for package: 10:qemu-kvm-ev-2.6.0-28.el7.10.1.x86_64 2017-08-02 07:17:30.841 | --> Processing Dependency: libpulse.so.0()(64bit) for package: 10:qemu-kvm-ev-2.6.0-28.el7.10.1.x86_64 2017-08-02 07:17:30.841 | --> Processing Dependency: libibverbs.so.1()(64bit) for package: 10:qemu-kvm-ev-2.6.0-28.el7.10.1.x86_64 2017-08-02 07:17:30.841 | --> Processing Dependency: libcacard.so.0()(64bit) for package: 10:qemu-kvm-ev-2.6.0-28.el7.10.1.x86_64 2017-08-02 07:17:30.841 | --> Processing Dependency: libasound.so.2()(64bit) for package: 10:qemu-kvm-ev-2.6.0-28.el7.10.1.x86_64 2017-08-02 07:17:30.841 | ---> Package selinux-policy.noarch 0:3.13.1-23.el7_1.18 will be updated 2017-08-02 07:17:30.841 | ---> Package selinux-policy.noarch 0:3.13.1-166.el7 will be an update 2017-08-02 07:17:30.841 | ---> Package selinux-policy-targeted.noarch 0:3.13.1-23.el7_1.18 will be updated 2017-08-02 07:17:30.841 | ---> Package selinux-policy-targeted.noarch 0:3.13.1-166.el7 will be an update 2017-08-02 07:17:31.264 | ---> Package subscription-manager.x86_64 0:1.19.21-1.el7 will be installed 2017-08-02 07:17:31.264 | --> Processing Dependency: python-rhsm >= 1.19.9 for package: subscription-manager-1.19.21-1.el7.x86_64 2017-08-02 07:17:31.264 | --> Processing Dependency: usermode for package: subscription-manager-1.19.21-1.el7.x86_64 2017-08-02 07:17:31.264 | --> Processing Dependency: python-ethtool for package: subscription-manager-1.19.21-1.el7.x86_64 2017-08-02 07:17:31.264 | --> Processing Dependency: python-dmidecode for package: subscription-manager-1.19.21-1.el7.x86_64 2017-08-02 07:17:31.264 | --> Processing Dependency: python-dateutil for package: subscription-manager-1.19.21-1.el7.x86_64 2017-08-02 07:17:31.264 | ---> Package xorg-x11-font-utils.x86_64 1:7.5-20.el7 will be installed 2017-08-02 07:17:31.264 | --> Processing Dependency: libfontenc.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-20.el7.x86_64 2017-08-02 07:17:31.264 | --> Processing Dependency: libXfont.so.1()(64bit) for package: 1:xorg-x11-font-utils-7.5-20.el7.x86_64 2017-08-02 07:17:31.264 | ---> Package xz-libs.x86_64 0:5.1.2-9alpha.el7 will be updated 2017-08-02 07:17:31.264 | --> Processing Dependency: xz-libs = 5.1.2-9alpha.el7 for package: xz-5.1.2-9alpha.el7.x86_64 2017-08-02 07:17:31.264 | ---> Package xz-libs.x86_64 0:5.2.2-1.el7 will be an update 2017-08-02 07:17:31.265 | --> Running transaction check 2017-08-02 07:17:31.265 | ---> Package alsa-lib.x86_64 0:1.1.3-3.el7 will be installed 2017-08-02 07:17:31.265 | ---> Package audit-libs-python.x86_64 0:2.7.6-3.el7 will be installed 2017-08-02 07:17:31.265 | --> Processing Dependency: audit-libs(x86-64) = 2.7.6-3.el7 for package: audit-libs-python-2.7.6-3.el7.x86_64 2017-08-02 07:17:31.265 | ---> Package checkpolicy.x86_64 0:2.5-4.el7 will be installed 2017-08-02 07:17:31.265 | ---> Package cyrus-sasl-lib.x86_64 0:2.1.26-17.el7 will be updated 2017-08-02 07:17:31.265 | --> Processing Dependency: cyrus-sasl-lib(x86-64) = 2.1.26-17.el7 for package: cyrus-sasl-2.1.26-17.el7.x86_64 2017-08-02 07:17:31.265 | --> Processing Dependency: cyrus-sasl-lib(x86-64) = 2.1.26-17.el7 for package: cyrus-sasl-md5-2.1.26-17.el7.x86_64 2017-08-02 07:17:31.265 | --> Processing Dependency: cyrus-sasl-lib(x86-64) = 2.1.26-17.el7 for package: cyrus-sasl-plain-2.1.26-17.el7.x86_64 2017-08-02 07:17:31.265 | ---> Package cyrus-sasl-lib.x86_64 0:2.1.26-21.el7 will be an update 2017-08-02 07:17:31.265 | ---> Package device-mapper-event-libs.x86_64 7:1.02.93-3.el7_1.1 will be updated 2017-08-02 07:17:31.265 | ---> Package device-mapper-event-libs.x86_64 7:1.02.140-8.el7 will be an update 2017-08-02 07:17:31.265 | ---> Package glusterfs-api.x86_64 0:3.6.0.29-2.el7 will be updated 2017-08-02 07:17:31.265 | ---> Package glusterfs-api.x86_64 0:3.8.4-18.4.el7 will be an update 2017-08-02 07:17:31.265 | --> Processing Dependency: glusterfs-client-xlators(x86-64) = 3.8.4-18.4.el7 for package: glusterfs-api-3.8.4-18.4.el7.x86_64 2017-08-02 07:17:31.265 | --> Processing Dependency: glusterfs(x86-64) = 3.8.4-18.4.el7 for package: glusterfs-api-3.8.4-18.4.el7.x86_64 2017-08-02 07:17:31.265 | ---> Package glusterfs-cli.x86_64 0:3.8.4-18.4.el7 will be installed 2017-08-02 07:17:31.265 | --> Processing Dependency: glusterfs-libs(x86-64) = 3.8.4-18.4.el7 for package: glusterfs-cli-3.8.4-18.4.el7.x86_64 2017-08-02 07:17:31.265 | ---> Package gperftools-libs.x86_64 0:2.4.91-1.el7 will be installed 2017-08-02 07:17:31.265 | --> Processing Dependency: libunwind.so.8()(64bit) for package: gperftools-libs-2.4.91-1.el7.x86_64 2017-08-02 07:17:31.265 | ---> Package graphite2.x86_64 0:1.3.10-1.el7_3 will be installed 2017-08-02 07:17:31.265 | ---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed 2017-08-02 07:17:31.265 | ---> Package libXfont.x86_64 0:1.5.2-1.el7 will be installed 2017-08-02 07:17:31.265 | ---> Package libXxf86vm.x86_64 0:1.1.4-1.el7 will be installed 2017-08-02 07:17:31.265 | ---> Package libcacard.x86_64 40:2.5.2-2.1.el7 will be installed 2017-08-02 07:17:31.265 | ---> Package libcom_err.x86_64 0:1.42.9-7.el7 will be updated 2017-08-02 07:17:31.265 | --> Processing Dependency: libcom_err(x86-64) = 1.42.9-7.el7 for package: e2fsprogs-libs-1.42.9-7.el7.x86_64 2017-08-02 07:17:31.265 | --> Processing Dependency: libcom_err(x86-64) = 1.42.9-7.el7 for package: libss-1.42.9-7.el7.x86_64 2017-08-02 07:17:31.265 | --> Processing Dependency: libcom_err(x86-64) = 1.42.9-7.el7 for package: e2fsprogs-1.42.9-7.el7.x86_64 2017-08-02 07:17:31.265 | ---> Package libcom_err.x86_64 0:1.42.9-10.el7 will be an update 2017-08-02 07:17:31.265 | ---> Package libfontenc.x86_64 0:1.1.3-3.el7 will be installed 2017-08-02 07:17:31.265 | ---> Package libibverbs.x86_64 0:13-7.el7 will be installed 2017-08-02 07:17:31.265 | --> Processing Dependency: rdma-core(x86-64) = 13-7.el7 for package: libibverbs-13-7.el7.x86_64 2017-08-02 07:17:31.266 | ---> Package librdmacm.x86_64 0:13-7.el7 will be installed 2017-08-02 07:17:31.266 | ---> Package libselinux.x86_64 0:2.2.2-6.el7 will be updated 2017-08-02 07:17:31.266 | --> Processing Dependency: libselinux = 2.2.2-6.el7 for package: libselinux-python-2.2.2-6.el7.x86_64 2017-08-02 07:17:31.266 | ---> Package libselinux.x86_64 0:2.5-11.el7 will be an update 2017-08-02 07:17:31.266 | ---> Package libselinux-utils.x86_64 0:2.2.2-6.el7 will be updated 2017-08-02 07:17:31.877 | ---> Package libselinux-utils.x86_64 0:2.5-11.el7 will be an update 2017-08-02 07:17:31.877 | ---> Package libsemanage.x86_64 0:2.1.10-16.el7 will be updated 2017-08-02 07:17:31.877 | ---> Package libsemanage.x86_64 0:2.5-8.el7 will be an update 2017-08-02 07:17:31.877 | ---> Package libsemanage-python.x86_64 0:2.5-8.el7 will be installed 2017-08-02 07:17:31.877 | ---> Package libsepol.x86_64 0:2.1.9-3.el7 will be updated 2017-08-02 07:17:31.877 | ---> Package libsepol.x86_64 0:2.5-6.el7 will be an update 2017-08-02 07:17:31.877 | ---> Package libsepol-devel.x86_64 0:2.5-6.el7 will be installed 2017-08-02 07:17:31.877 | ---> Package libusbx.x86_64 0:1.0.15-4.el7 will be updated 2017-08-02 07:17:31.877 | ---> Package libusbx.x86_64 0:1.0.20-1.el7 will be an update 2017-08-02 07:17:31.877 | ---> Package libxshmfence.x86_64 0:1.2-1.el7 will be installed 2017-08-02 07:17:31.877 | ---> Package mariadb-config.x86_64 3:10.1.20-1.el7 will be installed 2017-08-02 07:17:31.877 | ---> Package mesa-libgbm.x86_64 0:17.0.1-6.20170307.el7 will be installed 2017-08-02 07:17:31.877 | ---> Package mesa-libglapi.x86_64 0:17.0.1-6.20170307.el7 will be installed 2017-08-02 07:17:31.877 | ---> Package pcre-devel.x86_64 0:8.32-17.el7 will be installed 2017-08-02 07:17:31.877 | --> Processing Dependency: pcre(x86-64) = 8.32-17.el7 for package: pcre-devel-8.32-17.el7.x86_64 2017-08-02 07:17:31.877 | ---> Package pulseaudio-libs.x86_64 0:10.0-3.el7 will be installed 2017-08-02 07:17:31.877 | --> Processing Dependency: libsndfile.so.1(libsndfile.so.1.0)(64bit) for package: pulseaudio-libs-10.0-3.el7.x86_64 2017-08-02 07:17:31.877 | --> Processing Dependency: libsndfile.so.1()(64bit) for package: pulseaudio-libs-10.0-3.el7.x86_64 2017-08-02 07:17:31.877 | --> Processing Dependency: libasyncns.so.0()(64bit) for package: pulseaudio-libs-10.0-3.el7.x86_64 2017-08-02 07:17:31.877 | --> Processing Dependency: libXtst.so.6()(64bit) for package: pulseaudio-libs-10.0-3.el7.x86_64 2017-08-02 07:17:31.877 | ---> Package python-IPy.noarch 0:0.75-6.el7 will be installed 2017-08-02 07:17:31.877 | ---> Package python-dateutil.noarch 1:2.4.2-1.el7 will be installed 2017-08-02 07:17:31.877 | ---> Package python-dmidecode.x86_64 0:3.12.2-1.el7 will be installed 2017-08-02 07:17:31.877 | ---> Package python-ethtool.x86_64 0:0.8-5.el7 will be installed 2017-08-02 07:17:31.877 | ---> Package python-pycparser.noarch 0:2.14-1.el7 will be installed 2017-08-02 07:17:31.877 | --> Processing Dependency: python-ply for package: python-pycparser-2.14-1.el7.noarch 2017-08-02 07:17:31.877 | ---> Package python-rhsm.x86_64 0:1.19.9-1.el7 will be installed 2017-08-02 07:17:31.877 | --> Processing Dependency: python-rhsm-certificates = 1.19.9-1.el7 for package: python-rhsm-1.19.9-1.el7.x86_64 2017-08-02 07:17:31.877 | ---> Package qemu-img.x86_64 10:1.5.3-86.el7_1.6 will be obsoleted 2017-08-02 07:17:31.877 | ---> Package qemu-img-ev.x86_64 10:2.6.0-28.el7.10.1 will be obsoleting 2017-08-02 07:17:31.877 | ---> Package qemu-kvm-common-ev.x86_64 10:2.6.0-28.el7.10.1 will be installed 2017-08-02 07:17:31.877 | ---> Package seabios-bin.noarch 0:1.10.2-3.el7 will be installed 2017-08-02 07:17:31.877 | ---> Package seavgabios-bin.noarch 0:1.10.2-3.el7 will be installed 2017-08-02 07:17:31.877 | ---> Package setools-libs.x86_64 0:3.3.8-1.1.el7 will be installed 2017-08-02 07:17:31.878 | ---> Package spice-server.x86_64 0:0.12.8-2.el7 will be installed 2017-08-02 07:17:31.878 | --> Processing Dependency: libcelt051.so.0()(64bit) for package: spice-server-0.12.8-2.el7.x86_64 2017-08-02 07:17:31.878 | ---> Package usbredir.x86_64 0:0.7.1-2.el7 will be installed 2017-08-02 07:17:31.878 | ---> Package usermode.x86_64 0:1.111-5.el7 will be installed 2017-08-02 07:17:31.878 | ---> Package xz.x86_64 0:5.1.2-9alpha.el7 will be updated 2017-08-02 07:17:31.878 | ---> Package xz.x86_64 0:5.2.2-1.el7 will be an update 2017-08-02 07:17:31.878 | --> Running transaction check 2017-08-02 07:17:31.878 | ---> Package audit-libs.x86_64 0:2.4.1-5.el7 will be updated 2017-08-02 07:17:31.878 | --> Processing Dependency: audit-libs = 2.4.1-5.el7 for package: audit-2.4.1-5.el7.x86_64 2017-08-02 07:17:31.878 | ---> Package audit-libs.x86_64 0:2.7.6-3.el7 will be an update 2017-08-02 07:17:31.878 | ---> Package celt051.x86_64 0:0.5.1.3-8.el7 will be installed 2017-08-02 07:17:31.878 | --> Processing Dependency: libogg.so.0()(64bit) for package: celt051-0.5.1.3-8.el7.x86_64 2017-08-02 07:17:31.878 | ---> Package cyrus-sasl.x86_64 0:2.1.26-17.el7 will be updated 2017-08-02 07:17:31.878 | ---> Package cyrus-sasl.x86_64 0:2.1.26-21.el7 will be an update 2017-08-02 07:17:31.878 | ---> Package cyrus-sasl-md5.x86_64 0:2.1.26-17.el7 will be updated 2017-08-02 07:17:31.878 | ---> Package cyrus-sasl-md5.x86_64 0:2.1.26-21.el7 will be an update 2017-08-02 07:17:31.878 | ---> Package cyrus-sasl-plain.x86_64 0:2.1.26-17.el7 will be updated 2017-08-02 07:17:31.878 | ---> Package cyrus-sasl-plain.x86_64 0:2.1.26-21.el7 will be an update 2017-08-02 07:17:31.878 | ---> Package e2fsprogs.x86_64 0:1.42.9-7.el7 will be updated 2017-08-02 07:17:31.878 | ---> Package e2fsprogs.x86_64 0:1.42.9-10.el7 will be an update 2017-08-02 07:17:31.878 | ---> Package e2fsprogs-libs.x86_64 0:1.42.9-7.el7 will be updated 2017-08-02 07:17:31.878 | ---> Package e2fsprogs-libs.x86_64 0:1.42.9-10.el7 will be an update 2017-08-02 07:17:31.878 | ---> Package glusterfs.x86_64 0:3.6.0.29-2.el7 will be updated 2017-08-02 07:17:31.878 | ---> Package glusterfs.x86_64 0:3.8.4-18.4.el7 will be an update 2017-08-02 07:17:32.885 | ---> Package glusterfs-client-xlators.x86_64 0:3.8.4-18.4.el7 will be installed 2017-08-02 07:17:32.885 | ---> Package glusterfs-libs.x86_64 0:3.6.0.29-2.el7 will be updated 2017-08-02 07:17:32.885 | ---> Package glusterfs-libs.x86_64 0:3.8.4-18.4.el7 will be an update 2017-08-02 07:17:32.885 | ---> Package libXtst.x86_64 0:1.2.3-1.el7 will be installed 2017-08-02 07:17:32.885 | ---> Package libasyncns.x86_64 0:0.8-7.el7 will be installed 2017-08-02 07:17:32.885 | ---> Package libselinux-python.x86_64 0:2.2.2-6.el7 will be updated 2017-08-02 07:17:32.885 | ---> Package libselinux-python.x86_64 0:2.5-11.el7 will be an update 2017-08-02 07:17:32.885 | ---> Package libsndfile.x86_64 0:1.0.25-10.el7 will be installed 2017-08-02 07:17:32.886 | --> Processing Dependency: libvorbisenc.so.2()(64bit) for package: libsndfile-1.0.25-10.el7.x86_64 2017-08-02 07:17:32.886 | --> Processing Dependency: libvorbis.so.0()(64bit) for package: libsndfile-1.0.25-10.el7.x86_64 2017-08-02 07:17:32.886 | --> Processing Dependency: libgsm.so.1()(64bit) for package: libsndfile-1.0.25-10.el7.x86_64 2017-08-02 07:17:32.886 | --> Processing Dependency: libFLAC.so.8()(64bit) for package: libsndfile-1.0.25-10.el7.x86_64 2017-08-02 07:17:32.886 | ---> Package libss.x86_64 0:1.42.9-7.el7 will be updated 2017-08-02 07:17:32.886 | ---> Package libss.x86_64 0:1.42.9-10.el7 will be an update 2017-08-02 07:17:32.886 | ---> Package libunwind.x86_64 2:1.2-2.el7 will be installed 2017-08-02 07:17:32.886 | ---> Package pcre.x86_64 0:8.32-14.el7 will be updated 2017-08-02 07:17:32.886 | ---> Package pcre.x86_64 0:8.32-17.el7 will be an update 2017-08-02 07:17:32.886 | ---> Package python-ply.noarch 0:3.4-11.el7 will be installed 2017-08-02 07:17:32.886 | ---> Package python-rhsm-certificates.x86_64 0:1.19.9-1.el7 will be installed 2017-08-02 07:17:32.886 | ---> Package rdma-core.x86_64 0:13-7.el7 will be installed 2017-08-02 07:17:32.886 | --> Running transaction check 2017-08-02 07:17:32.886 | ---> Package audit.x86_64 0:2.4.1-5.el7 will be updated 2017-08-02 07:17:32.886 | ---> Package audit.x86_64 0:2.7.6-3.el7 will be an update 2017-08-02 07:17:32.886 | ---> Package flac-libs.x86_64 0:1.3.0-5.el7_1 will be installed 2017-08-02 07:17:32.886 | ---> Package gsm.x86_64 0:1.0.13-11.el7 will be installed 2017-08-02 07:17:32.886 | ---> Package libogg.x86_64 2:1.3.0-7.el7 will be installed 2017-08-02 07:17:32.886 | ---> Package libvorbis.x86_64 1:1.3.3-8.el7 will be installed 2017-08-02 07:17:32.886 | --> Finished Dependency Resolution 2017-08-02 07:17:32.886 | 2017-08-02 07:17:32.886 | Dependencies Resolved 2017-08-02 07:17:32.886 | 2017-08-02 07:17:32.886 | ================================================================================ 2017-08-02 07:17:32.886 | Package Arch Version Repository Size 2017-08-02 07:17:32.886 | ================================================================================ 2017-08-02 07:17:32.886 | Installing: 2017-08-02 07:17:32.886 | MySQL-python x86_64 1.2.5-1.el7 latest-rhel-7-server-rpms 90 k 2017-08-02 07:17:32.886 | conntrack-tools x86_64 1.4.4-3.el7_3 latest-rhel-7-server-rpms 186 k 2017-08-02 07:17:32.886 | cryptsetup x86_64 1.7.4-3.el7 latest-rhel-7-server-rpms 128 k 2017-08-02 07:17:32.886 | dnsmasq-utils x86_64 2.76-2.el7 latest-rhel-7-server-optional-rpms 2017-08-02 07:17:32.886 | 29 k 2017-08-02 07:17:32.886 | docker x86_64 2:1.12.6-48.git0fdc778.el7 2017-08-02 07:17:32.886 | latest-rhel-7-server-extras-rpms 2017-08-02 07:17:32.886 | 15 M 2017-08-02 07:17:32.887 | dstat noarch 0.7.2-12.el7 latest-rhel-7-server-rpms 163 k 2017-08-02 07:17:32.887 | fping x86_64 3.10-4.el7 epel 46 k 2017-08-02 07:17:32.887 | gcc-c++ x86_64 4.8.5-16.el7 latest-rhel-7-server-rpms 7.2 M 2017-08-02 07:17:32.887 | genisoimage x86_64 1.1.11-23.el7 latest-rhel-7-server-rpms 298 k 2017-08-02 07:17:32.887 | graphviz x86_64 2.30.1-19.el7 latest-rhel-7-server-rpms 1.3 M 2017-08-02 07:17:32.887 | ipset x86_64 6.29-1.el7 latest-rhel-7-server-rpms 41 k 2017-08-02 07:17:32.887 | ipxe-bootimgs noarch 20170123-1.git4e85b27.el7 2017-08-02 07:17:32.887 | latest-rhel-7-server-rpms 1.2 M 2017-08-02 07:17:32.887 | ipxe-roms-qemu noarch 20170123-1.git4e85b27.el7 2017-08-02 07:17:32.887 | latest-rhel-7-server-rpms 759 k 2017-08-02 07:17:32.887 | keepalived x86_64 1.3.5-1.el7 latest-rhel-7-server-rpms 327 k 2017-08-02 07:17:32.887 | liberasurecode-devel x86_64 1.4.0-1.el7 openstack-ocata 20 k 2017-08-02 07:17:32.887 | libffi-devel x86_64 3.0.13-18.el7 latest-rhel-7-server-rpms 23 k 2017-08-02 07:17:32.887 | libguestfs x86_64 1:1.36.3-6.el7_4.2 2017-08-02 07:17:32.887 | latest-rhel-7-server-rpms 1.9 M 2017-08-02 07:17:32.887 | libjpeg-turbo-devel x86_64 1.2.90-5.el7 latest-rhel-7-server-rpms 99 k 2017-08-02 07:17:32.887 | libosinfo x86_64 1.0.0-1.el7 latest-rhel-7-server-rpms 225 k 2017-08-02 07:17:32.887 | libvirt-devel x86_64 3.2.0-14.el7_4.2 latest-rhel-7-server-rpms 311 k 2017-08-02 07:17:32.887 | libxml2-devel x86_64 2.9.1-6.el7_2.3 latest-rhel-7-server-rpms 1.0 M 2017-08-02 07:17:32.887 | libxslt-devel x86_64 1.1.28-5.el7 latest-rhel-7-server-rpms 309 k 2017-08-02 07:17:32.887 | libyaml-devel x86_64 0.1.4-11.el7_0 latest-rhel-7-server-optional-rpms 2017-08-02 07:17:32.887 | 82 k 2017-08-02 07:17:32.887 | m2crypto x86_64 0.21.1-17.el7 latest-rhel-7-server-rpms 429 k 2017-08-02 07:17:32.887 | mariadb-devel x86_64 3:10.1.20-1.el7 openstack-ocata 918 k 2017-08-02 07:17:32.887 | memcached x86_64 1.4.33-2.el7 openstack-ocata 111 k 2017-08-02 07:17:32.887 | mod_ssl x86_64 1:2.4.6-67.el7 latest-rhel-7-server-rpms 108 k 2017-08-02 07:17:32.887 | openssl-devel x86_64 1:1.0.2k-8.el7 latest-rhel-7-server-rpms 1.5 M 2017-08-02 07:17:32.887 | openvswitch x86_64 1:2.6.1-4.1.git20161206.el7 2017-08-02 07:17:32.887 | openstack-ocata 4.9 M 2017-08-02 07:17:32.887 | postgresql-devel x86_64 9.2.21-1.el7 latest-rhel-7-server-rpms 951 k 2017-08-02 07:17:32.887 | python-devel x86_64 2.7.5-58.el7 latest-rhel-7-server-rpms 395 k 2017-08-02 07:17:32.887 | python2-numpy x86_64 1:1.11.2-2.el7 openstack-ocata 3.2 M 2017-08-02 07:17:32.887 | python2-pyOpenSSL noarch 16.2.0-3.el7 openstack-ocata 88 k 2017-08-02 07:17:32.887 | qemu-img-ev x86_64 10:2.6.0-28.el7.10.1 2017-08-02 07:17:32.887 | rdo-qemu-ev 1.0 M 2017-08-02 07:17:32.887 | replacing qemu-img.x86_64 10:1.5.3-86.el7_1.6 2017-08-02 07:17:32.887 | redhat-rpm-config noarch 9.1.0-76.el7 latest-rhel-7-server-rpms 79 k 2017-08-02 07:17:32.887 | sg3_utils x86_64 1.37-12.el7 latest-rhel-7-server-rpms 644 k 2017-08-02 07:17:32.887 | sgabios x86_64 1:0.20110622svn-4.el7 2017-08-02 07:17:32.887 | latest-rhel-7-server-optional-rpms 2017-08-02 07:17:32.887 | 14 k 2017-08-02 07:17:32.887 | shellinabox x86_64 2.20-1.el7 epel 142 k 2017-08-02 07:17:32.887 | socat x86_64 1.7.3.2-2.el7 latest-rhel-7-server-rpms 290 k 2017-08-02 07:17:32.887 | squashfs-tools x86_64 4.3-0.21.gitaae0aff4.el7 2017-08-02 07:17:32.887 | latest-rhel-7-server-rpms 101 k 2017-08-02 07:17:32.888 | sysfsutils x86_64 2.1.0-16.el7 latest-rhel-7-server-rpms 41 k 2017-08-02 07:17:32.888 | syslinux x86_64 4.05-13.el7 latest-rhel-7-server-rpms 990 k 2017-08-02 07:17:32.888 | tftp-server x86_64 5.2-13.el7 latest-rhel-7-server-rpms 44 k 2017-08-02 07:17:32.888 | wget x86_64 1.14-15.el7 latest-rhel-7-server-rpms 547 k 2017-08-02 07:17:32.888 | xinetd x86_64 2:2.3.15-13.el7 latest-rhel-7-server-rpms 128 k 2017-08-02 07:17:32.888 | zlib-devel x86_64 1.2.7-17.el7 latest-rhel-7-server-rpms 50 k 2017-08-02 07:17:32.888 | Updating: 2017-08-02 07:17:32.888 | curl x86_64 7.29.0-42.el7 latest-rhel-7-server-rpms 267 k 2017-08-02 07:17:32.888 | dbus x86_64 1:1.6.12-17.el7 latest-rhel-7-server-rpms 307 k 2017-08-02 07:17:32.888 | dnsmasq x86_64 2.76-2.el7 latest-rhel-7-server-rpms 276 k 2017-08-02 07:17:32.888 | ebtables x86_64 2.0.10-15.el7 latest-rhel-7-server-rpms 123 k 2017-08-02 07:17:32.888 | gawk x86_64 4.0.2-4.el7_3.1 latest-rhel-7-server-rpms 874 k 2017-08-02 07:17:32.888 | gcc x86_64 4.8.5-16.el7 latest-rhel-7-server-rpms 16 M 2017-08-02 07:17:32.888 | gettext x86_64 0.19.8.1-2.el7 latest-rhel-7-server-rpms 1.0 M 2017-08-02 07:17:32.888 | gnupg2 x86_64 2.0.22-4.el7 latest-rhel-7-server-rpms 1.5 M 2017-08-02 07:17:32.888 | ipmitool x86_64 1.8.18-5.el7 latest-rhel-7-server-rpms 441 k 2017-08-02 07:17:32.888 | iptables x86_64 1.4.21-18.el7 latest-rhel-7-server-rpms 428 k 2017-08-02 07:17:32.888 | iputils x86_64 20160308-10.el7 latest-rhel-7-server-rpms 148 k 2017-08-02 07:17:32.888 | iscsi-initiator-utils x86_64 6.2.0.874-4.el7 latest-rhel-7-server-rpms 420 k 2017-08-02 07:17:32.888 | kpartx x86_64 0.4.9-111.el7 latest-rhel-7-server-rpms 72 k 2017-08-02 07:17:32.888 | libvirt x86_64 3.2.0-14.el7_4.2 latest-rhel-7-server-rpms 157 k 2017-08-02 07:17:32.888 | libvirt-python x86_64 3.2.0-3.el7 latest-rhel-7-server-rpms 327 k 2017-08-02 07:17:32.888 | libxml2-python x86_64 2.9.1-6.el7_2.3 latest-rhel-7-server-rpms 247 k 2017-08-02 07:17:32.888 | lvm2 x86_64 7:2.02.171-8.el7 latest-rhel-7-server-rpms 1.3 M 2017-08-02 07:17:32.888 | net-tools x86_64 2.0-0.22.20131004git.el7 2017-08-02 07:17:32.888 | latest-rhel-7-server-rpms 306 k 2017-08-02 07:17:32.888 | openssh-clients x86_64 7.4p1-11.el7 latest-rhel-7-server-rpms 653 k 2017-08-02 07:17:32.888 | openssh-server x86_64 7.4p1-11.el7 latest-rhel-7-server-rpms 457 k 2017-08-02 07:17:32.888 | openssl x86_64 1:1.0.2k-8.el7 latest-rhel-7-server-rpms 492 k 2017-08-02 07:17:32.888 | parted x86_64 3.1-28.el7 latest-rhel-7-server-rpms 607 k 2017-08-02 07:17:32.888 | polkit x86_64 0.112-12.el7_3 latest-rhel-7-server-rpms 167 k 2017-08-02 07:17:32.888 | psmisc x86_64 22.20-15.el7 latest-rhel-7-server-rpms 141 k 2017-08-02 07:17:32.888 | screen x86_64 4.1.0-0.23.20120314git3c2946.el7_2 2017-08-02 07:17:32.888 | latest-rhel-7-server-rpms 552 k 2017-08-02 07:17:32.888 | sqlite x86_64 3.7.17-8.el7 latest-rhel-7-server-rpms 394 k 2017-08-02 07:17:32.888 | sudo x86_64 1.8.19p2-10.el7 latest-rhel-7-server-rpms 1.1 M 2017-08-02 07:17:32.888 | tar x86_64 2:1.26-32.el7 latest-rhel-7-server-rpms 845 k 2017-08-02 07:17:32.888 | tcpdump x86_64 14:4.9.0-5.el7 latest-rhel-7-server-rpms 415 k 2017-08-02 07:17:32.888 | unzip x86_64 6.0-16.el7 latest-rhel-7-server-rpms 169 k 2017-08-02 07:17:32.888 | util-linux x86_64 2.23.2-43.el7 latest-rhel-7-server-rpms 2.0 M 2017-08-02 07:17:32.888 | xfsprogs x86_64 4.5.0-12.el7 latest-rhel-7-server-rpms 895 k 2017-08-02 07:17:32.888 | Installing for dependencies: 2017-08-02 07:17:32.888 | alsa-lib x86_64 1.1.3-3.el7 latest-rhel-7-server-rpms 421 k 2017-08-02 07:17:32.888 | apr x86_64 1.4.8-3.el7 latest-rhel-7-server-rpms 103 k 2017-08-02 07:17:32.888 | apr-util x86_64 1.5.2-6.el7 latest-rhel-7-server-rpms 92 k 2017-08-02 07:17:32.888 | atk x86_64 2.22.0-3.el7 latest-rhel-7-server-rpms 259 k 2017-08-02 07:17:32.888 | atlas x86_64 3.10.1-12.el7 latest-rhel-7-server-rpms 4.3 M 2017-08-02 07:17:32.889 | atomic-registries x86_64 1:1.18.1-3.1.git0705b1b.el7 2017-08-02 07:17:32.889 | latest-rhel-7-server-extras-rpms 2017-08-02 07:17:32.889 | 32 k 2017-08-02 07:17:32.889 | audit-libs-python x86_64 2.7.6-3.el7 latest-rhel-7-server-rpms 73 k 2017-08-02 07:17:32.889 | cairo x86_64 1.14.8-2.el7 latest-rhel-7-server-rpms 713 k 2017-08-02 07:17:32.889 | celt051 x86_64 0.5.1.3-8.el7 latest-rhel-7-server-rpms 53 k 2017-08-02 07:17:32.889 | checkpolicy x86_64 2.5-4.el7 latest-rhel-7-server-rpms 290 k 2017-08-02 07:17:32.889 | container-selinux noarch 2:2.21-1.el7 latest-rhel-7-server-extras-rpms 2017-08-02 07:17:32.889 | 29 k 2017-08-02 07:17:32.889 | container-storage-setup 2017-08-02 07:17:32.889 | noarch 0.3.0-3.git927974f.el7 2017-08-02 07:17:32.889 | latest-rhel-7-server-extras-rpms 2017-08-02 07:17:32.889 | 32 k 2017-08-02 07:17:32.889 | cyrus-sasl-gssapi x86_64 2.1.26-21.el7 latest-rhel-7-server-rpms 41 k 2017-08-02 07:17:32.889 | docker-client x86_64 2:1.12.6-48.git0fdc778.el7 2017-08-02 07:17:32.889 | latest-rhel-7-server-extras-rpms 2017-08-02 07:17:32.889 | 3.4 M 2017-08-02 07:17:32.889 | docker-common x86_64 2:1.12.6-48.git0fdc778.el7 2017-08-02 07:17:32.889 | latest-rhel-7-server-extras-rpms 2017-08-02 07:17:32.889 | 76 k 2017-08-02 07:17:32.889 | docker-rhel-push-plugin 2017-08-02 07:17:32.889 | x86_64 2:1.12.6-48.git0fdc778.el7 2017-08-02 07:17:32.889 | latest-rhel-7-server-extras-rpms 2017-08-02 07:17:32.889 | 1.6 M 2017-08-02 07:17:32.889 | dosfstools x86_64 3.0.20-9.el7 latest-rhel-7-server-rpms 101 k 2017-08-02 07:17:32.889 | dwz x86_64 0.11-3.el7 latest-rhel-7-server-rpms 99 k 2017-08-02 07:17:32.889 | flac-libs x86_64 1.3.0-5.el7_1 latest-rhel-7-server-rpms 169 k 2017-08-02 07:17:32.889 | fontconfig x86_64 2.10.95-11.el7 latest-rhel-7-server-rpms 229 k 2017-08-02 07:17:32.889 | fontpackages-filesystem 2017-08-02 07:17:32.889 | noarch 1.44-8.el7 latest-rhel-7-server-rpms 9.9 k 2017-08-02 07:17:32.889 | fuse x86_64 2.9.2-8.el7 latest-rhel-7-server-rpms 85 k 2017-08-02 07:17:32.889 | gd x86_64 2.0.35-26.el7 latest-rhel-7-server-rpms 146 k 2017-08-02 07:17:32.889 | gdisk x86_64 0.8.6-5.el7 latest-rhel-7-server-rpms 187 k 2017-08-02 07:17:32.889 | gdk-pixbuf2 x86_64 2.36.5-1.el7 latest-rhel-7-server-rpms 567 k 2017-08-02 07:17:32.889 | ghostscript x86_64 9.07-28.el7 latest-rhel-7-server-rpms 4.3 M 2017-08-02 07:17:32.889 | ghostscript-fonts noarch 5.50-32.el7 latest-rhel-7-server-rpms 324 k 2017-08-02 07:17:32.889 | glusterfs-cli x86_64 3.8.4-18.4.el7 latest-rhel-7-server-rpms 170 k 2017-08-02 07:17:32.889 | glusterfs-client-xlators 2017-08-02 07:17:32.889 | x86_64 3.8.4-18.4.el7 latest-rhel-7-server-rpms 774 k 2017-08-02 07:17:32.889 | gperftools-libs x86_64 2.4.91-1.el7 openstack-ocata 273 k 2017-08-02 07:17:32.889 | graphite2 x86_64 1.3.10-1.el7_3 latest-rhel-7-server-rpms 115 k 2017-08-02 07:17:32.889 | gsm x86_64 1.0.13-11.el7 latest-rhel-7-server-rpms 30 k 2017-08-02 07:17:32.889 | gtk-update-icon-cache x86_64 3.22.10-4.el7 latest-rhel-7-server-rpms 28 k 2017-08-02 07:17:32.889 | gtk2 x86_64 2.24.31-1.el7 latest-rhel-7-server-rpms 3.4 M 2017-08-02 07:17:32.889 | harfbuzz x86_64 1.3.2-1.el7 latest-rhel-7-server-rpms 177 k 2017-08-02 07:17:32.889 | hicolor-icon-theme noarch 0.12-7.el7 latest-rhel-7-server-rpms 43 k 2017-08-02 07:17:32.889 | hivex x86_64 1.3.10-5.8.el7 latest-rhel-7-server-rpms 101 k 2017-08-02 07:17:32.890 | httpd x86_64 2.4.6-67.el7 latest-rhel-7-server-rpms 1.2 M 2017-08-02 07:17:32.890 | httpd-tools x86_64 2.4.6-67.el7 latest-rhel-7-server-rpms 87 k 2017-08-02 07:17:32.890 | ipset-libs x86_64 6.29-1.el7 latest-rhel-7-server-rpms 54 k 2017-08-02 07:17:32.890 | jasper-libs x86_64 1.900.1-31.el7 latest-rhel-7-server-rpms 150 k 2017-08-02 07:17:32.890 | json-glib x86_64 1.2.6-1.el7 latest-rhel-7-server-rpms 133 k 2017-08-02 07:17:32.890 | keyutils-libs-devel x86_64 1.5.8-3.el7 latest-rhel-7-server-rpms 37 k 2017-08-02 07:17:32.890 | krb5-devel x86_64 1.15.1-8.el7 latest-rhel-7-server-rpms 267 k 2017-08-02 07:17:32.890 | lcms2 x86_64 2.6-3.el7 latest-rhel-7-server-rpms 150 k 2017-08-02 07:17:32.890 | libICE x86_64 1.0.9-9.el7 latest-rhel-7-server-rpms 66 k 2017-08-02 07:17:32.890 | libSM x86_64 1.2.2-2.el7 latest-rhel-7-server-rpms 39 k 2017-08-02 07:17:32.890 | libX11 x86_64 1.6.5-1.el7 latest-rhel-7-server-rpms 606 k 2017-08-02 07:17:32.890 | libX11-common noarch 1.6.5-1.el7 latest-rhel-7-server-rpms 164 k 2017-08-02 07:17:32.890 | libXau x86_64 1.0.8-2.1.el7 latest-rhel-7-server-rpms 29 k 2017-08-02 07:17:32.890 | libXaw x86_64 1.0.13-4.el7 latest-rhel-7-server-rpms 192 k 2017-08-02 07:17:32.890 | libXcomposite x86_64 0.4.4-4.1.el7 latest-rhel-7-server-rpms 22 k 2017-08-02 07:17:32.890 | libXcursor x86_64 1.1.14-8.el7 latest-rhel-7-server-rpms 30 k 2017-08-02 07:17:32.890 | libXdamage x86_64 1.1.4-4.1.el7 latest-rhel-7-server-rpms 20 k 2017-08-02 07:17:32.890 | libXext x86_64 1.3.3-3.el7 latest-rhel-7-server-rpms 39 k 2017-08-02 07:17:32.890 | libXfixes x86_64 5.0.3-1.el7 latest-rhel-7-server-rpms 18 k 2017-08-02 07:17:32.890 | libXfont x86_64 1.5.2-1.el7 latest-rhel-7-server-rpms 152 k 2017-08-02 07:17:32.890 | libXft x86_64 2.3.2-2.el7 latest-rhel-7-server-rpms 58 k 2017-08-02 07:17:32.890 | libXi x86_64 1.7.9-1.el7 latest-rhel-7-server-rpms 40 k 2017-08-02 07:17:32.890 | libXinerama x86_64 1.1.3-2.1.el7 latest-rhel-7-server-rpms 14 k 2017-08-02 07:17:32.890 | libXmu x86_64 1.1.2-2.el7 latest-rhel-7-server-rpms 71 k 2017-08-02 07:17:32.890 | libXpm x86_64 3.5.12-1.el7 latest-rhel-7-server-rpms 56 k 2017-08-02 07:17:32.890 | libXrandr x86_64 1.5.1-2.el7 latest-rhel-7-server-rpms 27 k 2017-08-02 07:17:32.890 | libXrender x86_64 0.9.10-1.el7 latest-rhel-7-server-rpms 26 k 2017-08-02 07:17:32.890 | libXt x86_64 1.1.5-3.el7 latest-rhel-7-server-rpms 173 k 2017-08-02 07:17:32.890 | libXtst x86_64 1.2.3-1.el7 latest-rhel-7-server-rpms 20 k 2017-08-02 07:17:32.890 | libXxf86vm x86_64 1.1.4-1.el7 latest-rhel-7-server-rpms 18 k 2017-08-02 07:17:32.890 | libarchive x86_64 3.1.2-10.el7_2 latest-rhel-7-server-rpms 319 k 2017-08-02 07:17:32.890 | libasyncns x86_64 0.8-7.el7 latest-rhel-7-server-rpms 26 k 2017-08-02 07:17:32.890 | libcacard x86_64 40:2.5.2-2.1.el7 rdo-qemu-ev 22 k 2017-08-02 07:17:32.890 | libcom_err-devel x86_64 1.42.9-10.el7 latest-rhel-7-server-rpms 31 k 2017-08-02 07:17:32.890 | liberasurecode x86_64 1.4.0-1.el7 openstack-ocata 52 k 2017-08-02 07:17:32.890 | libfontenc x86_64 1.1.3-3.el7 latest-rhel-7-server-rpms 31 k 2017-08-02 07:17:32.890 | libgcrypt-devel x86_64 1.5.3-14.el7 latest-rhel-7-server-rpms 129 k 2017-08-02 07:17:32.890 | libgfortran x86_64 4.8.5-16.el7 latest-rhel-7-server-rpms 296 k 2017-08-02 07:17:32.890 | libgpg-error-devel x86_64 1.12-3.el7 latest-rhel-7-server-rpms 16 k 2017-08-02 07:17:32.890 | libibverbs x86_64 13-7.el7 latest-rhel-7-server-rpms 194 k 2017-08-02 07:17:32.890 | libicu x86_64 50.1.2-15.el7 latest-rhel-7-server-rpms 6.9 M 2017-08-02 07:17:32.890 | libkadm5 x86_64 1.15.1-8.el7 latest-rhel-7-server-rpms 174 k 2017-08-02 07:17:32.890 | libnetfilter_cthelper x86_64 1.0.0-9.el7 latest-rhel-7-server-rpms 18 k 2017-08-02 07:17:32.890 | libnetfilter_cttimeout x86_64 1.0.0-6.el7 latest-rhel-7-server-rpms 18 k 2017-08-02 07:17:32.890 | libnetfilter_queue x86_64 1.0.2-2.el7_2 latest-rhel-7-server-rpms 23 k 2017-08-02 07:17:32.891 | libogg x86_64 2:1.3.0-7.el7 latest-rhel-7-server-rpms 24 k 2017-08-02 07:17:32.891 | libpng x86_64 2:1.5.13-7.el7_2 latest-rhel-7-server-rpms 213 k 2017-08-02 07:17:32.891 | libquadmath x86_64 4.8.5-16.el7 latest-rhel-7-server-rpms 186 k 2017-08-02 07:17:32.891 | librdmacm x86_64 13-7.el7 latest-rhel-7-server-rpms 59 k 2017-08-02 07:17:32.891 | librsvg2 x86_64 2.40.16-1.el7 latest-rhel-7-server-rpms 128 k 2017-08-02 07:17:32.891 | libseccomp x86_64 2.3.1-3.el7 latest-rhel-7-server-rpms 56 k 2017-08-02 07:17:32.891 | libselinux-devel x86_64 2.5-11.el7 latest-rhel-7-server-rpms 186 k 2017-08-02 07:17:32.891 | libsemanage-python x86_64 2.5-8.el7 latest-rhel-7-server-rpms 104 k 2017-08-02 07:17:32.891 | libsepol-devel x86_64 2.5-6.el7 latest-rhel-7-server-rpms 74 k 2017-08-02 07:17:32.891 | libsndfile x86_64 1.0.25-10.el7 latest-rhel-7-server-rpms 149 k 2017-08-02 07:17:32.891 | libstdc++-devel x86_64 4.8.5-16.el7 latest-rhel-7-server-rpms 1.5 M 2017-08-02 07:17:32.891 | libsysfs x86_64 2.1.0-16.el7 latest-rhel-7-server-rpms 46 k 2017-08-02 07:17:32.891 | libthai x86_64 0.1.14-9.el7 latest-rhel-7-server-rpms 187 k 2017-08-02 07:17:32.891 | libtool-ltdl x86_64 2.4.2-22.el7_3 latest-rhel-7-server-rpms 49 k 2017-08-02 07:17:32.891 | libunwind x86_64 2:1.2-2.el7 latest-rhel-7-server-rpms 57 k 2017-08-02 07:17:32.891 | libusal x86_64 1.1.11-23.el7 latest-rhel-7-server-rpms 135 k 2017-08-02 07:17:32.891 | libverto-devel x86_64 0.2.5-4.el7 latest-rhel-7-server-rpms 12 k 2017-08-02 07:17:32.891 | libvirt-daemon-driver-storage-core 2017-08-02 07:17:32.891 | x86_64 3.2.0-14.el7_4.2 latest-rhel-7-server-rpms 383 k 2017-08-02 07:17:32.891 | libvirt-daemon-driver-storage-disk 2017-08-02 07:17:32.891 | x86_64 3.2.0-14.el7_4.2 latest-rhel-7-server-rpms 165 k 2017-08-02 07:17:32.891 | libvirt-daemon-driver-storage-gluster 2017-08-02 07:17:32.891 | x86_64 3.2.0-14.el7_4.2 latest-rhel-7-server-rpms 166 k 2017-08-02 07:17:32.891 | libvirt-daemon-driver-storage-iscsi 2017-08-02 07:17:32.891 | x86_64 3.2.0-14.el7_4.2 latest-rhel-7-server-rpms 162 k 2017-08-02 07:17:32.891 | libvirt-daemon-driver-storage-logical 2017-08-02 07:17:32.891 | x86_64 3.2.0-14.el7_4.2 latest-rhel-7-server-rpms 166 k 2017-08-02 07:17:32.891 | libvirt-daemon-driver-storage-mpath 2017-08-02 07:17:32.891 | x86_64 3.2.0-14.el7_4.2 latest-rhel-7-server-rpms 161 k 2017-08-02 07:17:32.891 | libvirt-daemon-driver-storage-rbd 2017-08-02 07:17:32.891 | x86_64 3.2.0-14.el7_4.2 latest-rhel-7-server-rpms 168 k 2017-08-02 07:17:32.891 | libvirt-daemon-driver-storage-scsi 2017-08-02 07:17:32.891 | x86_64 3.2.0-14.el7_4.2 latest-rhel-7-server-rpms 162 k 2017-08-02 07:17:32.891 | libvirt-daemon-kvm x86_64 3.2.0-14.el7_4.2 latest-rhel-7-server-rpms 156 k 2017-08-02 07:17:32.891 | libvirt-libs x86_64 3.2.0-14.el7_4.2 latest-rhel-7-server-rpms 4.1 M 2017-08-02 07:17:32.891 | libvorbis x86_64 1:1.3.3-8.el7 latest-rhel-7-server-rpms 205 k 2017-08-02 07:17:32.891 | libxcb x86_64 1.12-1.el7 latest-rhel-7-server-rpms 211 k 2017-08-02 07:17:32.891 | libxshmfence x86_64 1.2-1.el7 latest-rhel-7-server-rpms 7.1 k 2017-08-02 07:17:32.891 | lsscsi x86_64 0.27-6.el7 latest-rhel-7-server-rpms 47 k 2017-08-02 07:17:32.891 | lyx-fonts noarch 2.2.3-1.el7 epel 159 k 2017-08-02 07:17:32.891 | mariadb-common x86_64 3:10.1.20-1.el7 openstack-ocata 63 k 2017-08-02 07:17:32.891 | mariadb-config x86_64 3:10.1.20-1.el7 openstack-ocata 26 k 2017-08-02 07:17:32.891 | mesa-libEGL x86_64 17.0.1-6.20170307.el7 2017-08-02 07:17:32.891 | latest-rhel-7-server-rpms 82 k 2017-08-02 07:17:32.891 | mesa-libGL x86_64 17.0.1-6.20170307.el7 2017-08-02 07:17:32.891 | latest-rhel-7-server-rpms 155 k 2017-08-02 07:17:32.891 | mesa-libgbm x86_64 17.0.1-6.20170307.el7 2017-08-02 07:17:32.891 | latest-rhel-7-server-rpms 32 k 2017-08-02 07:17:32.891 | mesa-libglapi x86_64 17.0.1-6.20170307.el7 2017-08-02 07:17:32.892 | latest-rhel-7-server-rpms 41 k 2017-08-02 07:17:32.892 | mtools x86_64 4.0.18-5.el7 latest-rhel-7-server-rpms 203 k 2017-08-02 07:17:32.892 | oci-register-machine x86_64 1:0-3.11.1.gitdd0daef.el7 2017-08-02 07:17:32.892 | latest-rhel-7-server-extras-rpms 2017-08-02 07:17:32.892 | 1.0 M 2017-08-02 07:17:32.892 | oci-systemd-hook x86_64 1:0.1.8-4.1.gite533efa.el7 2017-08-02 07:17:32.892 | latest-rhel-7-server-extras-rpms 2017-08-02 07:17:32.892 | 31 k 2017-08-02 07:17:32.892 | oci-umount x86_64 2:1.12.6-48.git0fdc778.el7 2017-08-02 07:17:32.892 | latest-rhel-7-server-extras-rpms 2017-08-02 07:17:32.892 | 96 k 2017-08-02 07:17:32.892 | osinfo-db noarch 20170423-2.el7 latest-rhel-7-server-rpms 139 k 2017-08-02 07:17:32.892 | osinfo-db-tools x86_64 1.1.0-1.el7 latest-rhel-7-server-rpms 79 k 2017-08-02 07:17:32.892 | pango x86_64 1.40.4-1.el7 latest-rhel-7-server-rpms 275 k 2017-08-02 07:17:32.892 | pcre-devel x86_64 8.32-17.el7 latest-rhel-7-server-rpms 480 k 2017-08-02 07:17:32.892 | perl-hivex x86_64 1.3.10-5.8.el7 latest-rhel-7-server-rpms 41 k 2017-08-02 07:17:32.892 | perl-srpm-macros noarch 1-8.el7 latest-rhel-7-server-rpms 4.7 k 2017-08-02 07:17:32.892 | pixman x86_64 0.34.0-1.el7 latest-rhel-7-server-rpms 248 k 2017-08-02 07:17:32.892 | policycoreutils-python x86_64 2.5-17.1.el7 latest-rhel-7-server-rpms 446 k 2017-08-02 07:17:32.892 | poppler-data noarch 0.4.6-3.el7 latest-rhel-7-server-rpms 2.2 M 2017-08-02 07:17:32.892 | postgresql x86_64 9.2.21-1.el7 latest-rhel-7-server-rpms 3.0 M 2017-08-02 07:17:32.892 | postgresql-libs x86_64 9.2.21-1.el7 latest-rhel-7-server-rpms 233 k 2017-08-02 07:17:32.892 | pulseaudio-libs x86_64 10.0-3.el7 latest-rhel-7-server-rpms 650 k 2017-08-02 07:17:32.892 | python-IPy noarch 0.75-6.el7 latest-rhel-7-server-rpms 32 k 2017-08-02 07:17:32.892 | python-dateutil noarch 1:2.4.2-1.el7 openstack-ocata 83 k 2017-08-02 07:17:32.892 | python-dmidecode x86_64 3.12.2-1.el7 latest-rhel-7-server-rpms 85 k 2017-08-02 07:17:32.892 | python-enum34 noarch 1.0.4-1.el7 latest-rhel-7-server-rpms 52 k 2017-08-02 07:17:32.892 | python-ethtool x86_64 0.8-5.el7 latest-rhel-7-server-rpms 33 k 2017-08-02 07:17:32.892 | python-ipaddress noarch 1.0.16-3.el7 openstack-ocata 34 k 2017-08-02 07:17:32.892 | python-nose noarch 1.3.7-7.el7 openstack-ocata 276 k 2017-08-02 07:17:32.892 | python-ply noarch 3.4-11.el7 latest-rhel-7-server-rpms 123 k 2017-08-02 07:17:32.892 | python-pycparser noarch 2.14-1.el7 latest-rhel-7-server-rpms 105 k 2017-08-02 07:17:32.892 | python-rhsm x86_64 1.19.9-1.el7 latest-rhel-7-server-rpms 126 k 2017-08-02 07:17:32.892 | python-rhsm-certificates 2017-08-02 07:17:32.892 | x86_64 1.19.9-1.el7 latest-rhel-7-server-rpms 41 k 2017-08-02 07:17:32.892 | python2-cffi x86_64 1.5.2-1.el7 openstack-ocata 214 k 2017-08-02 07:17:32.892 | python2-cryptography x86_64 1.7.2-1.el7 latest-rhel-7-server-rpms 502 k 2017-08-02 07:17:32.893 | python2-idna noarch 2.5-1.el7 openstack-ocata 94 k 2017-08-02 07:17:32.893 | python2-pyasn1 noarch 0.1.9-7.el7 latest-rhel-7-server-rpms 100 k 2017-08-02 07:17:32.893 | qemu-kvm-common-ev x86_64 10:2.6.0-28.el7.10.1 2017-08-02 07:17:32.893 | rdo-qemu-ev 516 k 2017-08-02 07:17:32.893 | qemu-kvm-ev x86_64 10:2.6.0-28.el7.10.1 2017-08-02 07:17:32.893 | rdo-qemu-ev 2.5 M 2017-08-02 07:17:32.893 | rdma-core x86_64 13-7.el7 latest-rhel-7-server-rpms 43 k 2017-08-02 07:17:32.893 | scrub x86_64 2.5.2-7.el7 latest-rhel-7-server-rpms 41 k 2017-08-02 07:17:32.893 | seabios-bin noarch 1.10.2-3.el7 latest-rhel-7-server-rpms 103 k 2017-08-02 07:17:32.893 | seavgabios-bin noarch 1.10.2-3.el7 latest-rhel-7-server-rpms 37 k 2017-08-02 07:17:32.893 | setools-libs x86_64 3.3.8-1.1.el7 latest-rhel-7-server-rpms 610 k 2017-08-02 07:17:32.893 | sg3_utils-libs x86_64 1.37-12.el7 latest-rhel-7-server-rpms 64 k 2017-08-02 07:17:32.893 | sgabios-bin noarch 1:0.20110622svn-4.el7 2017-08-02 07:17:32.893 | latest-rhel-7-server-rpms 7.2 k 2017-08-02 07:17:32.893 | skopeo-containers x86_64 1:0.1.20-2.1.gite802625.el7 2017-08-02 07:17:32.893 | latest-rhel-7-server-extras-rpms 2017-08-02 07:17:32.893 | 8.3 k 2017-08-02 07:17:32.893 | spice-server x86_64 0.12.8-2.el7 latest-rhel-7-server-rpms 397 k 2017-08-02 07:17:32.893 | subscription-manager x86_64 1.19.21-1.el7 latest-rhel-7-server-rpms 957 k 2017-08-02 07:17:32.893 | subscription-manager-plugin-container 2017-08-02 07:17:32.893 | x86_64 1.19.21-1.el7 latest-rhel-7-server-rpms 196 k 2017-08-02 07:17:32.893 | supermin5 x86_64 5.1.16-4.el7 latest-rhel-7-server-rpms 550 k 2017-08-02 07:17:32.893 | syslinux-extlinux x86_64 4.05-13.el7 latest-rhel-7-server-rpms 363 k 2017-08-02 07:17:32.893 | urw-fonts noarch 2.4-16.el7 latest-rhel-7-server-rpms 3.0 M 2017-08-02 07:17:32.893 | usbredir x86_64 0.7.1-2.el7 latest-rhel-7-server-rpms 47 k 2017-08-02 07:17:32.893 | usermode x86_64 1.111-5.el7 latest-rhel-7-server-rpms 193 k 2017-08-02 07:17:32.893 | xorg-x11-font-utils x86_64 1:7.5-20.el7 latest-rhel-7-server-rpms 87 k 2017-08-02 07:17:32.893 | xz-devel x86_64 5.2.2-1.el7 latest-rhel-7-server-rpms 46 k 2017-08-02 07:17:32.893 | Updating for dependencies: 2017-08-02 07:17:32.893 | audit x86_64 2.7.6-3.el7 latest-rhel-7-server-rpms 242 k 2017-08-02 07:17:32.893 | audit-libs x86_64 2.7.6-3.el7 latest-rhel-7-server-rpms 96 k 2017-08-02 07:17:32.893 | cpp x86_64 4.8.5-16.el7 latest-rhel-7-server-rpms 5.9 M 2017-08-02 07:17:32.893 | cryptsetup-libs x86_64 1.7.4-3.el7 latest-rhel-7-server-rpms 222 k 2017-08-02 07:17:32.894 | cyrus-sasl x86_64 2.1.26-21.el7 latest-rhel-7-server-rpms 88 k 2017-08-02 07:17:32.894 | cyrus-sasl-lib x86_64 2.1.26-21.el7 latest-rhel-7-server-rpms 155 k 2017-08-02 07:17:32.894 | cyrus-sasl-md5 x86_64 2.1.26-21.el7 latest-rhel-7-server-rpms 56 k 2017-08-02 07:17:32.894 | cyrus-sasl-plain x86_64 2.1.26-21.el7 latest-rhel-7-server-rpms 38 k 2017-08-02 07:17:32.894 | dbus-libs x86_64 1:1.6.12-17.el7 latest-rhel-7-server-rpms 151 k 2017-08-02 07:17:32.894 | device-mapper x86_64 7:1.02.140-8.el7 latest-rhel-7-server-rpms 280 k 2017-08-02 07:17:32.894 | device-mapper-event x86_64 7:1.02.140-8.el7 latest-rhel-7-server-rpms 180 k 2017-08-02 07:17:32.894 | device-mapper-event-libs 2017-08-02 07:17:32.894 | x86_64 7:1.02.140-8.el7 latest-rhel-7-server-rpms 179 k 2017-08-02 07:17:32.894 | device-mapper-libs x86_64 7:1.02.140-8.el7 latest-rhel-7-server-rpms 312 k 2017-08-02 07:17:32.894 | device-mapper-persistent-data 2017-08-02 07:17:32.894 | x86_64 0.7.0-0.1.rc6.el7 2017-08-02 07:17:32.894 | latest-rhel-7-server-rpms 400 k 2017-08-02 07:17:32.894 | e2fsprogs x86_64 1.42.9-10.el7 latest-rhel-7-server-rpms 698 k 2017-08-02 07:17:32.894 | e2fsprogs-libs x86_64 1.42.9-10.el7 latest-rhel-7-server-rpms 166 k 2017-08-02 07:17:32.894 | gettext-libs x86_64 0.19.8.1-2.el7 latest-rhel-7-server-rpms 502 k 2017-08-02 07:17:32.894 | glib2 x86_64 2.50.3-3.el7 latest-rhel-7-server-rpms 2.3 M 2017-08-02 07:17:32.894 | glusterfs x86_64 3.8.4-18.4.el7 latest-rhel-7-server-rpms 495 k 2017-08-02 07:17:32.894 | glusterfs-api x86_64 3.8.4-18.4.el7 latest-rhel-7-server-rpms 69 k 2017-08-02 07:17:32.894 | glusterfs-libs x86_64 3.8.4-18.4.el7 latest-rhel-7-server-rpms 361 k 2017-08-02 07:17:32.894 | iptables-services x86_64 1.4.21-18.el7 latest-rhel-7-server-rpms 50 k 2017-08-02 07:17:32.894 | iscsi-initiator-utils-iscsiuio 2017-08-02 07:17:32.894 | x86_64 6.2.0.874-4.el7 latest-rhel-7-server-rpms 90 k 2017-08-02 07:17:32.894 | krb5-libs x86_64 1.15.1-8.el7 latest-rhel-7-server-rpms 746 k 2017-08-02 07:17:32.894 | libblkid x86_64 2.23.2-43.el7 latest-rhel-7-server-rpms 176 k 2017-08-02 07:17:32.894 | libcom_err x86_64 1.42.9-10.el7 latest-rhel-7-server-rpms 41 k 2017-08-02 07:17:32.894 | libcurl x86_64 7.29.0-42.el7 latest-rhel-7-server-rpms 219 k 2017-08-02 07:17:32.894 | libffi x86_64 3.0.13-18.el7 latest-rhel-7-server-rpms 30 k 2017-08-02 07:17:32.894 | libgcc x86_64 4.8.5-16.el7 latest-rhel-7-server-rpms 98 k 2017-08-02 07:17:32.894 | libgcrypt x86_64 1.5.3-14.el7 latest-rhel-7-server-rpms 263 k 2017-08-02 07:17:32.894 | libgomp x86_64 4.8.5-16.el7 latest-rhel-7-server-rpms 154 k 2017-08-02 07:17:32.894 | libmount x86_64 2.23.2-43.el7 latest-rhel-7-server-rpms 177 k 2017-08-02 07:17:32.894 | libnetfilter_conntrack x86_64 1.0.6-1.el7_3 latest-rhel-7-server-rpms 56 k 2017-08-02 07:17:32.894 | libnl3 x86_64 3.2.28-4.el7 latest-rhel-7-server-rpms 278 k 2017-08-02 07:17:32.894 | libselinux x86_64 2.5-11.el7 latest-rhel-7-server-rpms 162 k 2017-08-02 07:17:32.894 | libselinux-python x86_64 2.5-11.el7 latest-rhel-7-server-rpms 234 k 2017-08-02 07:17:32.894 | libselinux-utils x86_64 2.5-11.el7 latest-rhel-7-server-rpms 151 k 2017-08-02 07:17:32.894 | libsemanage x86_64 2.5-8.el7 latest-rhel-7-server-rpms 145 k 2017-08-02 07:17:32.894 | libsepol x86_64 2.5-6.el7 latest-rhel-7-server-rpms 288 k 2017-08-02 07:17:32.894 | libss x86_64 1.42.9-10.el7 latest-rhel-7-server-rpms 45 k 2017-08-02 07:17:32.894 | libstdc++ x86_64 4.8.5-16.el7 latest-rhel-7-server-rpms 301 k 2017-08-02 07:19:13.407 | libusbx x86_64 1.0.20-1.el7 latest-rhel-7-server-rpms 61 k 2017-08-02 07:19:13.407 | libuuid x86_64 2.23.2-43.el7 latest-rhel-7-server-rpms 79 k 2017-08-02 07:19:13.407 | libvirt-client x86_64 3.2.0-14.el7_4.2 latest-rhel-7-server-rpms 439 k 2017-08-02 07:19:13.408 | libvirt-daemon x86_64 3.2.0-14.el7_4.2 latest-rhel-7-server-rpms 764 k 2017-08-02 07:19:13.408 | libvirt-daemon-config-network 2017-08-02 07:19:13.408 | x86_64 3.2.0-14.el7_4.2 latest-rhel-7-server-rpms 158 k 2017-08-02 07:19:13.408 | libvirt-daemon-config-nwfilter 2017-08-02 07:19:13.408 | x86_64 3.2.0-14.el7_4.2 latest-rhel-7-server-rpms 163 k 2017-08-02 07:19:13.408 | libvirt-daemon-driver-interface 2017-08-02 07:19:13.408 | x86_64 3.2.0-14.el7_4.2 latest-rhel-7-server-rpms 204 k 2017-08-02 07:19:13.408 | libvirt-daemon-driver-lxc 2017-08-02 07:19:13.408 | x86_64 3.2.0-14.el7_4.2 latest-rhel-7-server-rpms 865 k 2017-08-02 07:19:13.408 | libvirt-daemon-driver-network 2017-08-02 07:19:13.408 | x86_64 3.2.0-14.el7_4.2 latest-rhel-7-server-rpms 367 k 2017-08-02 07:19:13.408 | libvirt-daemon-driver-nodedev 2017-08-02 07:19:13.408 | x86_64 3.2.0-14.el7_4.2 latest-rhel-7-server-rpms 204 k 2017-08-02 07:19:13.408 | libvirt-daemon-driver-nwfilter 2017-08-02 07:19:13.408 | x86_64 3.2.0-14.el7_4.2 latest-rhel-7-server-rpms 227 k 2017-08-02 07:19:13.408 | libvirt-daemon-driver-qemu 2017-08-02 07:19:13.408 | x86_64 3.2.0-14.el7_4.2 latest-rhel-7-server-rpms 682 k 2017-08-02 07:19:13.408 | libvirt-daemon-driver-secret 2017-08-02 07:19:13.409 | x86_64 3.2.0-14.el7_4.2 latest-rhel-7-server-rpms 194 k 2017-08-02 07:19:13.409 | libvirt-daemon-driver-storage 2017-08-02 07:19:13.409 | x86_64 3.2.0-14.el7_4.2 latest-rhel-7-server-rpms 156 k 2017-08-02 07:19:13.409 | libxml2 x86_64 2.9.1-6.el7_2.3 latest-rhel-7-server-rpms 668 k 2017-08-02 07:19:13.409 | lvm2-libs x86_64 7:2.02.171-8.el7 latest-rhel-7-server-rpms 1.0 M 2017-08-02 07:19:13.409 | mariadb-libs x86_64 3:10.1.20-1.el7 openstack-ocata 643 k 2017-08-02 07:19:13.409 | openssh x86_64 7.4p1-11.el7 latest-rhel-7-server-rpms 509 k 2017-08-02 07:19:13.409 | openssl-libs x86_64 1:1.0.2k-8.el7 latest-rhel-7-server-rpms 1.2 M 2017-08-02 07:19:13.410 | pcre x86_64 8.32-17.el7 latest-rhel-7-server-rpms 422 k 2017-08-02 07:19:13.410 | policycoreutils x86_64 2.5-17.1.el7 latest-rhel-7-server-rpms 858 k 2017-08-02 07:19:13.410 | python x86_64 2.7.5-58.el7 latest-rhel-7-server-rpms 92 k 2017-08-02 07:19:13.410 | python-libs x86_64 2.7.5-58.el7 latest-rhel-7-server-rpms 5.6 M 2017-08-02 07:19:13.410 | python-six noarch 1.10.0-3.el7 openstack-ocata 30 k 2017-08-02 07:19:13.410 | selinux-policy noarch 3.13.1-166.el7 latest-rhel-7-server-rpms 436 k 2017-08-02 07:19:13.410 | selinux-policy-targeted 2017-08-02 07:19:13.410 | noarch 3.13.1-166.el7 latest-rhel-7-server-rpms 6.5 M 2017-08-02 07:19:13.410 | xz x86_64 5.2.2-1.el7 latest-rhel-7-server-rpms 229 k 2017-08-02 07:19:13.410 | xz-libs x86_64 5.2.2-1.el7 latest-rhel-7-server-rpms 103 k 2017-08-02 07:19:13.410 | zlib x86_64 1.2.7-17.el7 latest-rhel-7-server-rpms 90 k 2017-08-02 07:19:13.410 | 2017-08-02 07:19:13.410 | Transaction Summary 2017-08-02 07:19:13.410 | ================================================================================ 2017-08-02 07:19:13.410 | Install 46 Packages (+171 Dependent packages) 2017-08-02 07:19:13.410 | Upgrade 32 Packages (+ 70 Dependent packages) 2017-08-02 07:19:13.410 | 2017-08-02 07:19:13.410 | Total download size: 184 M 2017-08-02 07:19:13.410 | Downloading packages: 2017-08-02 07:19:13.410 | Delta RPMs disabled because /usr/bin/applydeltarpm not installed. 2017-08-02 07:19:13.410 | warning: /var/cache/yum/x86_64/7Server/openstack-ocata/packages/gperftools-libs-2.4.91-1.el7.x86_64.rpm: Header V4 RSA/SHA1 Signature, key ID 764429e6: NOKEY 2017-08-02 07:19:13.410 | Public key for gperftools-libs-2.4.91-1.el7.x86_64.rpm is not installed 2017-08-02 07:19:13.410 | warning: /var/cache/yum/x86_64/7Server/rdo-qemu-ev/packages/libcacard-2.5.2-2.1.el7.x86_64.rpm: Header V4 RSA/SHA1 Signature, key ID 61e8806c: NOKEY 2017-08-02 07:19:13.410 | Public key for libcacard-2.5.2-2.1.el7.x86_64.rpm is not installed 2017-08-02 07:19:13.410 | -------------------------------------------------------------------------------- 2017-08-02 07:19:13.410 | Total 1.8 MB/s | 184 MB 01:40 2017-08-02 07:19:13.410 | Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud 2017-08-02 07:19:13.410 | Importing GPG key 0x764429E6: 2017-08-02 07:19:13.410 | Userid : "CentOS Cloud SIG (http://wiki.centos.org/SpecialInterestGroup/Cloud) " 2017-08-02 07:19:13.410 | Fingerprint: 736a f511 6d9c 40e2 af6b 074b f9b9 fee7 7644 29e6 2017-08-02 07:19:13.410 | Package : rdo-release-ocata-3.noarch (@/rdo-release) 2017-08-02 07:19:13.410 | From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud 2017-08-02 07:19:13.410 | Retrieving key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Virtualization-RDO 2017-08-02 07:19:13.410 | Importing GPG key 0x61E8806C: 2017-08-02 07:19:27.566 | Userid : "CentOS Virtualization SIG (http://wiki.centos.org/SpecialInterestGroup/Virtualization) " 2017-08-02 07:19:27.566 | Fingerprint: a7c8 e761 309d 2f1c 92c5 0b62 7aeb be82 61e8 806c 2017-08-02 07:19:27.566 | Package : rdo-release-ocata-3.noarch (@/rdo-release) 2017-08-02 07:19:27.566 | From : /etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Virtualization-RDO 2017-08-02 07:19:27.566 | Running transaction check 2017-08-02 07:19:27.566 | Running transaction test 2017-08-02 07:19:27.566 | Transaction test succeeded 2017-08-02 07:19:27.566 | Running transaction 2017-08-02 07:19:27.566 | Updating : zlib-1.2.7-17.el7.x86_64 1/422 2017-08-02 07:19:27.567 | Updating : libgcc-4.8.5-16.el7.x86_64 2/422 2017-08-02 07:19:27.567 | Updating : libuuid-2.23.2-43.el7.x86_64 3/422 2017-08-02 07:19:27.567 | Updating : libcom_err-1.42.9-10.el7.x86_64 4/422 2017-08-02 07:19:27.567 | Updating : libstdc++-4.8.5-16.el7.x86_64 5/422 2017-08-02 07:19:27.567 | Updating : audit-libs-2.7.6-3.el7.x86_64 6/422 2017-08-02 07:19:27.567 | Updating : cyrus-sasl-lib-2.1.26-21.el7.x86_64 7/422 2017-08-02 07:19:27.567 | Updating : 1:dbus-libs-1.6.12-17.el7.x86_64 8/422 2017-08-02 07:19:27.567 | Updating : libnl3-3.2.28-4.el7.x86_64 9/422 2017-08-02 07:19:27.567 | Updating : libblkid-2.23.2-43.el7.x86_64 10/422 2017-08-02 07:19:27.567 | Updating : libsepol-2.5-6.el7.x86_64 11/422 2017-08-02 07:19:27.567 | Installing : 2:libpng-1.5.13-7.el7_2.x86_64 12/422 2017-08-02 07:19:27.567 | Updating : pcre-8.32-17.el7.x86_64 13/422 2017-08-02 07:19:27.567 | Updating : libselinux-2.5-11.el7.x86_64 14/422 2017-08-02 07:19:27.567 | Updating : xz-libs-5.2.2-1.el7.x86_64 15/422 2017-08-02 07:19:27.567 | Updating : libxml2-2.9.1-6.el7_2.3.x86_64 16/422 2017-08-02 07:19:27.567 | Installing : libICE-1.0.9-9.el7.x86_64 17/422 2017-08-02 07:19:27.567 | Installing : libSM-1.2.2-2.el7.x86_64 18/422 2017-08-02 07:19:27.567 | Updating : libmount-2.23.2-43.el7.x86_64 19/422 2017-08-02 07:19:27.567 | Updating : util-linux-2.23.2-43.el7.x86_64 20/422 2017-08-02 07:19:27.567 | Updating : 7:device-mapper-1.02.140-8.el7.x86_64 21/422 2017-08-02 07:19:27.567 | Updating : 7:device-mapper-libs-1.02.140-8.el7.x86_64 22/422 2017-08-02 07:19:27.568 | Installing : 2:libogg-1.3.0-7.el7.x86_64 23/422 2017-08-02 07:19:27.568 | Updating : gawk-4.0.2-4.el7_3.1.x86_64 24/422 2017-08-02 07:19:27.568 | Updating : 1:openssl-libs-1.0.2k-8.el7.x86_64 25/422 2017-08-02 07:19:27.568 | Updating : krb5-libs-1.15.1-8.el7.x86_64 26/422 2017-08-02 07:19:27.568 | Updating : libcurl-7.29.0-42.el7.x86_64 27/422 2017-08-02 07:19:27.568 | Updating : glusterfs-libs-3.8.4-18.4.el7.x86_64 28/422 2017-08-02 07:19:27.568 | Updating : 1:openssl-1.0.2k-8.el7.x86_64 29/422 2017-08-02 07:19:27.568 | Updating : libgcrypt-1.5.3-14.el7.x86_64 30/422 2017-08-02 07:19:27.568 | Updating : libffi-3.0.13-18.el7.x86_64 31/422 2017-08-02 07:19:27.568 | Updating : glib2-2.50.3-3.el7.x86_64 32/422 2017-08-02 07:19:27.568 | Updating : 7:device-mapper-event-libs-1.02.140-8.el7.x86_64 33/422 2017-08-02 07:19:27.568 | Updating : parted-3.1-28.el7.x86_64 34/422 2017-08-02 07:19:27.568 | Updating : xz-5.2.2-1.el7.x86_64 35/422 2017-08-02 07:19:27.568 | Updating : libsemanage-2.5-8.el7.x86_64 36/422 2017-08-02 07:19:27.568 | Installing : apr-1.4.8-3.el7.x86_64 37/422 2017-08-02 07:19:27.568 | Installing : pixman-0.34.0-1.el7.x86_64 38/422 2017-08-02 07:19:27.568 | Updating : libgomp-4.8.5-16.el7.x86_64 39/422 2017-08-02 07:19:27.568 | Installing : apr-util-1.5.2-6.el7.x86_64 40/422 2017-08-02 07:19:27.568 | Installing : atk-2.22.0-3.el7.x86_64 41/422 2017-08-02 07:19:27.568 | Installing : postgresql-libs-9.2.21-1.el7.x86_64 42/422 2017-08-02 07:19:27.568 | Updating : openssh-7.4p1-11.el7.x86_64 43/422 2017-08-02 07:19:27.568 | Installing : perl-hivex-1.3.10-5.8.el7.x86_64 44/422 2017-08-02 07:19:27.568 | Installing : hivex-1.3.10-5.8.el7.x86_64 45/422 2017-08-02 07:19:27.568 | Updating : 2:tar-1.26-32.el7.x86_64 46/422 2017-08-02 07:19:41.705 | Installing : mesa-libglapi-17.0.1-6.20170307.el7.x86_64 47/422 2017-08-02 07:19:41.705 | Updating : libselinux-utils-2.5-11.el7.x86_64 48/422 2017-08-02 07:19:41.705 | Updating : policycoreutils-2.5-17.1.el7.x86_64 49/422 2017-08-02 07:19:41.705 | Updating : selinux-policy-3.13.1-166.el7.noarch 50/422 2017-08-02 07:19:41.705 | Updating : 1:dbus-1.6.12-17.el7.x86_64 51/422 2017-08-02 07:19:41.705 | Updating : xfsprogs-4.5.0-12.el7.x86_64 52/422 2017-08-02 07:19:41.705 | Updating : e2fsprogs-libs-1.42.9-10.el7.x86_64 53/422 2017-08-02 07:19:41.705 | Installing : zlib-devel-1.2.7-17.el7.x86_64 54/422 2017-08-02 07:19:41.705 | Installing : libfontenc-1.1.3-3.el7.x86_64 55/422 2017-08-02 07:19:41.705 | Updating : libnetfilter_conntrack-1.0.6-1.el7_3.x86_64 56/422 2017-08-02 07:19:41.705 | Updating : iptables-1.4.21-18.el7.x86_64 57/422 2017-08-02 07:19:41.705 | Installing : libxshmfence-1.2-1.el7.x86_64 58/422 2017-08-02 07:19:41.705 | Installing : fontpackages-filesystem-1.44-8.el7.noarch 59/422 2017-08-02 07:19:41.705 | Installing : rdma-core-13-7.el7.x86_64 60/422 2017-08-02 07:19:41.705 | Installing : libibverbs-13-7.el7.x86_64 61/422 2017-08-02 07:19:41.705 | Installing : osinfo-db-20170423-2.el7.noarch 62/422 2017-08-02 07:19:41.705 | Installing : 1:sgabios-bin-0.20110622svn-4.el7.noarch 63/422 2017-08-02 07:19:41.706 | Installing : libquadmath-4.8.5-16.el7.x86_64 64/422 2017-08-02 07:19:41.706 | Installing : libgfortran-4.8.5-16.el7.x86_64 65/422 2017-08-02 07:19:41.706 | Installing : libseccomp-2.3.1-3.el7.x86_64 66/422 2017-08-02 07:19:41.706 | Updating : libusbx-1.0.20-1.el7.x86_64 67/422 2017-08-02 07:19:41.706 | Updating : sqlite-3.7.17-8.el7.x86_64 68/422 2017-08-02 07:19:41.706 | Updating : python-libs-2.7.5-58.el7.x86_64 69/422 2017-08-02 07:19:41.706 | Updating : python-2.7.5-58.el7.x86_64 70/422 2017-08-02 07:19:41.706 | Updating : iscsi-initiator-utils-iscsiuio-6.2.0.874-4.el7.x86_64 71/422 2017-08-02 07:19:41.706 | Updating : iscsi-initiator-utils-6.2.0.874-4.el7.x86_64 72/422 2017-08-02 07:19:41.706 | Updating : python-six-1.10.0-3.el7.noarch 73/422 2017-08-02 07:19:41.706 | Installing : 1:python-dateutil-2.4.2-1.el7.noarch 74/422 2017-08-02 07:19:41.706 | Installing : python-nose-1.3.7-7.el7.noarch 75/422 2017-08-02 07:19:41.706 | Installing : libsemanage-python-2.5-8.el7.x86_64 76/422 2017-08-02 07:19:41.706 | Installing : audit-libs-python-2.7.6-3.el7.x86_64 77/422 2017-08-02 07:19:41.706 | Updating : libxml2-python-2.9.1-6.el7_2.3.x86_64 78/422 2017-08-02 07:19:41.706 | Installing : python-dmidecode-3.12.2-1.el7.x86_64 79/422 2017-08-02 07:19:41.706 | Installing : python2-idna-2.5-1.el7.noarch 80/422 2017-08-02 07:19:41.706 | Installing : python-IPy-0.75-6.el7.noarch 81/422 2017-08-02 07:19:41.706 | Updating : libselinux-python-2.5-11.el7.x86_64 82/422 2017-08-02 07:19:41.706 | Installing : python-enum34-1.0.4-1.el7.noarch 83/422 2017-08-02 07:19:41.706 | Installing : python2-pyasn1-0.1.9-7.el7.noarch 84/422 2017-08-02 07:19:41.706 | Installing : python-ply-3.4-11.el7.noarch 85/422 2017-08-02 07:19:41.706 | Installing : python-pycparser-2.14-1.el7.noarch 86/422 2017-08-02 07:19:41.706 | Installing : python2-cffi-1.5.2-1.el7.x86_64 87/422 2017-08-02 07:19:41.706 | Installing : python-ethtool-0.8-5.el7.x86_64 88/422 2017-08-02 07:19:41.706 | Installing : python-ipaddress-1.0.16-3.el7.noarch 89/422 2017-08-02 07:19:41.706 | Installing : python2-cryptography-1.7.2-1.el7.x86_64 90/422 2017-08-02 07:19:41.706 | Installing : setools-libs-3.3.8-1.1.el7.x86_64 91/422 2017-08-02 07:19:41.706 | Installing : usbredir-0.7.1-2.el7.x86_64 92/422 2017-08-02 07:19:41.706 | Installing : atlas-3.10.1-12.el7.x86_64 93/422 2017-08-02 07:19:41.706 | Installing : librdmacm-13-7.el7.x86_64 94/422 2017-08-02 07:19:41.706 | Installing : lyx-fonts-2.2.3-1.el7.noarch 95/422 2017-08-02 07:19:41.706 | Installing : fontconfig-2.10.95-11.el7.x86_64 96/422 2017-08-02 07:19:41.706 | Installing : libXfont-1.5.2-1.el7.x86_64 97/422 2017-08-02 07:20:11.101 | Installing : 1:xorg-x11-font-utils-7.5-20.el7.x86_64 98/422 2017-08-02 07:20:11.101 | Installing : urw-fonts-2.4-16.el7.noarch 99/422 2017-08-02 07:20:11.101 | Installing : ghostscript-fonts-5.50-32.el7.noarch 100/422 2017-08-02 07:20:11.101 | Updating : polkit-0.112-12.el7_3.x86_64 101/422 2017-08-02 07:20:11.101 | Updating : selinux-policy-targeted-3.13.1-166.el7.noarch 102/422 2017-08-02 07:20:11.101 | Installing : mesa-libgbm-17.0.1-6.20170307.el7.x86_64 103/422 2017-08-02 07:20:11.101 | Installing : postgresql-9.2.21-1.el7.x86_64 104/422 2017-08-02 07:20:11.101 | Installing : httpd-tools-2.4.6-67.el7.x86_64 105/422 2017-08-02 07:20:11.101 | Installing : httpd-2.4.6-67.el7.x86_64 106/422 2017-08-02 07:20:11.101 | Updating : gettext-libs-0.19.8.1-2.el7.x86_64 107/422 2017-08-02 07:20:11.101 | Updating : gettext-0.19.8.1-2.el7.x86_64 108/422 2017-08-02 07:20:11.101 | Updating : 7:device-mapper-event-1.02.140-8.el7.x86_64 109/422 2017-08-02 07:20:11.101 | Updating : 7:lvm2-libs-2.02.171-8.el7.x86_64 110/422 2017-08-02 07:20:11.101 | Installing : json-glib-1.2.6-1.el7.x86_64 111/422 2017-08-02 07:20:11.101 | Installing : 1:atomic-registries-1.18.1-3.1.git0705b1b.el7.x86_64 112/422 2017-08-02 07:20:11.102 | Installing : usermode-1.111-5.el7.x86_64 113/422 2017-08-02 07:20:11.102 | Installing : 40:libcacard-2.5.2-2.1.el7.x86_64 114/422 2017-08-02 07:20:11.102 | Updating : gnupg2-2.0.22-4.el7.x86_64 115/422 2017-08-02 07:20:11.102 | Updating : cryptsetup-libs-1.7.4-3.el7.x86_64 116/422 2017-08-02 07:20:11.102 | Installing : cryptsetup-1.7.4-3.el7.x86_64 117/422 2017-08-02 07:20:11.102 | Installing : glusterfs-client-xlators-3.8.4-18.4.el7.x86_64 118/422 2017-08-02 07:20:11.102 | Installing : glusterfs-cli-3.8.4-18.4.el7.x86_64 119/422 2017-08-02 07:20:11.102 | Updating : glusterfs-3.8.4-18.4.el7.x86_64 120/422 2017-08-02 07:20:11.102 | Updating : glusterfs-api-3.8.4-18.4.el7.x86_64 121/422 2017-08-02 07:20:11.102 | Updating : cyrus-sasl-2.1.26-21.el7.x86_64 122/422 2017-08-02 07:20:11.102 | Installing : cyrus-sasl-gssapi-2.1.26-21.el7.x86_64 123/422 2017-08-02 07:20:11.102 | Installing : libvirt-libs-3.2.0-14.el7_4.2.x86_64 124/422 2017-08-02 07:20:11.102 | Updating : libvirt-daemon-3.2.0-14.el7_4.2.x86_64 125/422 2017-08-02 07:20:11.102 | Updating : libvirt-daemon-driver-secret-3.2.0-14.el7_4.2.x86_64 126/422 2017-08-02 07:20:11.102 | Updating : libvirt-daemon-driver-nodedev-3.2.0-14.el7_4.2.x86_64 127/422 2017-08-02 07:20:11.102 | Updating : libvirt-daemon-driver-interface-3.2.0-14.el7_4.2.x86_6 128/422 2017-08-02 07:20:11.102 | Updating : libvirt-client-3.2.0-14.el7_4.2.x86_64 129/422 2017-08-02 07:20:11.102 | Installing : libkadm5-1.15.1-8.el7.x86_64 130/422 2017-08-02 07:20:11.102 | Installing : libarchive-3.1.2-10.el7_2.x86_64 131/422 2017-08-02 07:20:11.103 | Installing : osinfo-db-tools-1.1.0-1.el7.x86_64 132/422 2017-08-02 07:20:11.103 | Installing : flac-libs-1.3.0-5.el7_1.x86_64 133/422 2017-08-02 07:20:11.103 | Installing : 1:libvorbis-1.3.3-8.el7.x86_64 134/422 2017-08-02 07:20:11.103 | Installing : celt051-0.5.1.3-8.el7.x86_64 135/422 2017-08-02 07:20:11.103 | Installing : spice-server-0.12.8-2.el7.x86_64 136/422 2017-08-02 07:20:11.103 | Installing : 1:oci-systemd-hook-0.1.8-4.1.gite533efa.el7.x86_64 137/422 2017-08-02 07:20:11.103 | Installing : squashfs-tools-4.3-0.21.gitaae0aff4.el7.x86_64 138/422 2017-08-02 07:20:11.103 | Installing : xz-devel-5.2.2-1.el7.x86_64 139/422 2017-08-02 07:20:11.103 | Installing : libxml2-devel-2.9.1-6.el7_2.3.x86_64 140/422 2017-08-02 07:20:11.103 | Installing : 2:oci-umount-1.12.6-48.git0fdc778.el7.x86_64 141/422 2017-08-02 07:20:11.103 | Installing : 2:docker-common-1.12.6-48.git0fdc778.el7.x86_64 142/422 2017-08-02 07:20:11.103 | Installing : 2:docker-client-1.12.6-48.git0fdc778.el7.x86_64 143/422 2017-08-02 07:20:11.103 | Updating : psmisc-22.20-15.el7.x86_64 144/422 2017-08-02 07:20:11.103 | Installing : pcre-devel-8.32-17.el7.x86_64 145/422 2017-08-02 07:20:11.103 | Installing : libsepol-devel-2.5-6.el7.x86_64 146/422 2017-08-02 07:20:11.103 | Installing : libselinux-devel-2.5-11.el7.x86_64 147/422 2017-08-02 07:20:51.503 | Updating : dnsmasq-2.76-2.el7.x86_64 148/422 2017-08-02 07:20:51.504 | Updating : libvirt-daemon-driver-network-3.2.0-14.el7_4.2.x86_64 149/422 2017-08-02 07:20:51.504 | Updating : libvirt-daemon-driver-lxc-3.2.0-14.el7_4.2.x86_64 150/422 2017-08-02 07:20:51.504 | Updating : libvirt-daemon-config-network-3.2.0-14.el7_4.2.x86_64 151/422 2017-08-02 07:20:51.504 | Installing : libstdc++-devel-4.8.5-16.el7.x86_64 152/422 2017-08-02 07:20:51.504 | Installing : libicu-50.1.2-15.el7.x86_64 153/422 2017-08-02 07:20:51.504 | Installing : gdisk-0.8.6-5.el7.x86_64 154/422 2017-08-02 07:20:51.504 | Updating : device-mapper-persistent-data-0.7.0-0.1.rc6.el7.x86_64 155/422 2017-08-02 07:20:51.504 | Updating : 7:lvm2-2.02.171-8.el7.x86_64 156/422 2017-08-02 07:20:51.504 | Created symlink from /etc/systemd/system/sysinit.target.wants/lvm2-lvmpolld.socket to /usr/lib/systemd/system/lvm2-lvmpolld.socket. 2017-08-02 07:20:51.504 | Installing : container-storage-setup-0.3.0-3.git927974f.el7.noarch 157/422 2017-08-02 07:20:51.504 | Installing : graphite2-1.3.10-1.el7_3.x86_64 158/422 2017-08-02 07:20:51.504 | Installing : harfbuzz-1.3.2-1.el7.x86_64 159/422 2017-08-02 07:20:51.504 | Updating : libss-1.42.9-10.el7.x86_64 160/422 2017-08-02 07:20:51.504 | Updating : e2fsprogs-1.42.9-10.el7.x86_64 161/422 2017-08-02 07:20:51.504 | Installing : supermin5-5.1.16-4.el7.x86_64 162/422 2017-08-02 07:20:51.504 | Installing : libcom_err-devel-1.42.9-10.el7.x86_64 163/422 2017-08-02 07:20:51.505 | Installing : mtools-4.0.18-5.el7.x86_64 164/422 2017-08-02 07:20:51.505 | Installing : syslinux-4.05-13.el7.x86_64 165/422 2017-08-02 07:20:51.505 | Installing : syslinux-extlinux-4.05-13.el7.x86_64 166/422 2017-08-02 07:20:51.505 | Installing : 2:libunwind-1.2-2.el7.x86_64 167/422 2017-08-02 07:20:51.505 | Installing : gperftools-libs-2.4.91-1.el7.x86_64 168/422 2017-08-02 07:20:51.505 | Installing : 10:qemu-img-ev-2.6.0-28.el7.10.1.x86_64 169/422 2017-08-02 07:20:51.505 | Installing : libvirt-daemon-driver-storage-core-3.2.0-14.el7_4.2.x8 170/422 2017-08-02 07:20:51.505 | Updating : libvirt-daemon-driver-qemu-3.2.0-14.el7_4.2.x86_64 171/422 2017-08-02 07:20:51.505 | Installing : libvirt-daemon-driver-storage-gluster-3.2.0-14.el7_4.2 172/422 2017-08-02 07:20:51.505 | Installing : libvirt-daemon-driver-storage-logical-3.2.0-14.el7_4.2 173/422 2017-08-02 07:20:51.505 | Installing : libvirt-daemon-driver-storage-scsi-3.2.0-14.el7_4.2.x8 174/422 2017-08-02 07:20:51.505 | Installing : libvirt-daemon-driver-storage-disk-3.2.0-14.el7_4.2.x8 175/422 2017-08-02 07:20:51.505 | Installing : libvirt-daemon-driver-storage-rbd-3.2.0-14.el7_4.2.x86 176/422 2017-08-02 07:20:51.505 | Installing : libvirt-daemon-driver-storage-iscsi-3.2.0-14.el7_4.2.x 177/422 2017-08-02 07:20:51.505 | Installing : libvirt-daemon-driver-storage-mpath-3.2.0-14.el7_4.2.x 178/422 2017-08-02 07:20:51.505 | Updating : libvirt-daemon-driver-storage-3.2.0-14.el7_4.2.x86_64 179/422 2017-08-02 07:20:51.505 | Installing : 10:qemu-kvm-common-ev-2.6.0-28.el7.10.1.x86_64 180/422 2017-08-02 07:20:51.505 | Updating : cpp-4.8.5-16.el7.x86_64 181/422 2017-08-02 07:20:51.506 | Updating : gcc-4.8.5-16.el7.x86_64 182/422 2017-08-02 07:20:51.506 | Installing : libthai-0.1.14-9.el7.x86_64 183/422 2017-08-02 07:20:51.506 | Installing : libX11-common-1.6.5-1.el7.noarch 184/422 2017-08-02 07:20:51.506 | Installing : 1:oci-register-machine-0-3.11.1.gitdd0daef.el7.x86_64 185/422 2017-08-02 07:20:51.506 | Installing : liberasurecode-1.4.0-1.el7.x86_64 186/422 2017-08-02 07:20:51.506 | Installing : ipset-libs-6.29-1.el7.x86_64 187/422 2017-08-02 07:20:51.506 | Installing : hicolor-icon-theme-0.12-7.el7.noarch 188/422 2017-08-02 07:20:51.506 | Installing : checkpolicy-2.5-4.el7.x86_64 189/422 2017-08-02 07:20:51.506 | Installing : policycoreutils-python-2.5-17.1.el7.x86_64 190/422 2017-08-02 07:20:51.506 | Installing : 2:container-selinux-2.21-1.el7.noarch 191/422 2017-08-02 07:20:51.506 | setsebool: SELinux is disabled. 2017-08-02 07:20:51.506 | Installing : seabios-bin-1.10.2-3.el7.noarch 192/422 2017-08-02 07:20:51.506 | Installing : libXau-1.0.8-2.1.el7.x86_64 193/422 2017-08-02 07:20:51.506 | Installing : libxcb-1.12-1.el7.x86_64 194/422 2017-08-02 07:20:51.506 | Installing : libX11-1.6.5-1.el7.x86_64 195/422 2017-08-02 07:20:51.506 | Installing : libXext-1.3.3-3.el7.x86_64 196/422 2017-08-02 07:20:58.944 | Installing : libXrender-0.9.10-1.el7.x86_64 197/422 2017-08-02 07:20:58.944 | Installing : libXfixes-5.0.3-1.el7.x86_64 198/422 2017-08-02 07:20:58.944 | Installing : libXt-1.1.5-3.el7.x86_64 199/422 2017-08-02 07:20:58.944 | Installing : libXpm-3.5.12-1.el7.x86_64 200/422 2017-08-02 07:20:58.944 | Installing : libXmu-1.1.2-2.el7.x86_64 201/422 2017-08-02 07:20:58.944 | Installing : libXdamage-1.1.4-4.1.el7.x86_64 202/422 2017-08-02 07:20:58.944 | Installing : libXi-1.7.9-1.el7.x86_64 203/422 2017-08-02 07:20:58.945 | Installing : libXtst-1.2.3-1.el7.x86_64 204/422 2017-08-02 07:20:58.945 | Installing : libXaw-1.0.13-4.el7.x86_64 205/422 2017-08-02 07:20:58.945 | Installing : gd-2.0.35-26.el7.x86_64 206/422 2017-08-02 07:20:58.945 | Installing : libXcursor-1.1.14-8.el7.x86_64 207/422 2017-08-02 07:20:58.945 | Installing : libXrandr-1.5.1-2.el7.x86_64 208/422 2017-08-02 07:20:58.945 | Installing : libXft-2.3.2-2.el7.x86_64 209/422 2017-08-02 07:20:58.945 | Installing : libXxf86vm-1.1.4-1.el7.x86_64 210/422 2017-08-02 07:20:58.945 | Installing : mesa-libGL-17.0.1-6.20170307.el7.x86_64 211/422 2017-08-02 07:20:58.945 | Installing : libXinerama-1.1.3-2.1.el7.x86_64 212/422 2017-08-02 07:20:58.945 | Installing : libXcomposite-0.4.4-4.1.el7.x86_64 213/422 2017-08-02 07:20:58.945 | Installing : mesa-libEGL-17.0.1-6.20170307.el7.x86_64 214/422 2017-08-02 07:20:58.945 | Installing : cairo-1.14.8-2.el7.x86_64 215/422 2017-08-02 07:20:58.945 | Installing : pango-1.40.4-1.el7.x86_64 216/422 2017-08-02 07:20:58.945 | Installing : libverto-devel-0.2.5-4.el7.x86_64 217/422 2017-08-02 07:20:58.945 | Installing : 3:mariadb-config-10.1.20-1.el7.x86_64 218/422 2017-08-02 07:20:58.945 | Installing : 3:mariadb-common-10.1.20-1.el7.x86_64 219/422 2017-08-02 07:20:58.945 | Updating : 3:mariadb-libs-10.1.20-1.el7.x86_64 220/422 2017-08-02 07:20:58.945 | Installing : seavgabios-bin-1.10.2-3.el7.noarch 221/422 2017-08-02 07:20:58.945 | Installing : jasper-libs-1.900.1-31.el7.x86_64 222/422 2017-08-02 07:20:58.946 | Installing : gdk-pixbuf2-2.36.5-1.el7.x86_64 223/422 2017-08-02 07:20:58.946 | Installing : librsvg2-2.40.16-1.el7.x86_64 224/422 2017-08-02 07:20:58.946 | g_module_open() failed for /usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-svg.so: /usr/lib64/libgbm.so.1: undefined symbol: drmGetDevice 2017-08-02 07:20:58.946 | Installing : gtk-update-icon-cache-3.22.10-4.el7.x86_64 225/422 2017-08-02 07:20:58.946 | Installing : gtk2-2.24.31-1.el7.x86_64 226/422 2017-08-02 07:20:58.946 | Installing : libnetfilter_queue-1.0.2-2.el7_2.x86_64 227/422 2017-08-02 07:20:58.946 | Installing : libgpg-error-devel-1.12-3.el7.x86_64 228/422 2017-08-02 07:20:58.946 | Installing : libgcrypt-devel-1.5.3-14.el7.x86_64 229/422 2017-08-02 07:20:58.946 | Installing : libsysfs-2.1.0-16.el7.x86_64 230/422 2017-08-02 07:20:58.946 | Installing : libasyncns-0.8-7.el7.x86_64 231/422 2017-08-02 07:20:58.946 | Installing : libtool-ltdl-2.4.2-22.el7_3.x86_64 232/422 2017-08-02 07:20:58.946 | Installing : libnetfilter_cthelper-1.0.0-9.el7.x86_64 233/422 2017-08-02 07:20:58.946 | Installing : lcms2-2.6-3.el7.x86_64 234/422 2017-08-02 07:20:58.946 | Installing : poppler-data-0.4.6-3.el7.noarch 235/422 2017-08-02 07:20:58.946 | Installing : ghostscript-9.07-28.el7.x86_64 236/422 2017-08-02 07:20:58.946 | Installing : scrub-2.5.2-7.el7.x86_64 237/422 2017-08-02 07:20:58.946 | Installing : dwz-0.11-3.el7.x86_64 238/422 2017-08-02 07:20:58.946 | Installing : lsscsi-0.27-6.el7.x86_64 239/422 2017-08-02 07:20:58.946 | Installing : keyutils-libs-devel-1.5.8-3.el7.x86_64 240/422 2017-08-02 07:20:58.946 | Installing : krb5-devel-1.15.1-8.el7.x86_64 241/422 2017-08-02 07:20:58.947 | Installing : 1:openssl-devel-1.0.2k-8.el7.x86_64 242/422 2017-08-02 07:20:58.947 | Updating : ebtables-2.0.10-15.el7.x86_64 243/422 2017-08-02 07:20:58.947 | Updating : libvirt-daemon-driver-nwfilter-3.2.0-14.el7_4.2.x86_64 244/422 2017-08-02 07:20:58.947 | Updating : libvirt-daemon-config-nwfilter-3.2.0-14.el7_4.2.x86_64 245/422 2017-08-02 07:21:13.118 | Installing : python-rhsm-certificates-1.19.9-1.el7.x86_64 246/422 2017-08-02 07:21:13.119 | Installing : python-rhsm-1.19.9-1.el7.x86_64 247/422 2017-08-02 07:21:13.119 | Installing : subscription-manager-1.19.21-1.el7.x86_64 248/422 2017-08-02 07:21:13.119 | warning: /etc/yum/pluginconf.d/subscription-manager.conf created as /etc/yum/pluginconf.d/subscription-manager.conf.rpmnew 2017-08-02 07:21:13.119 | Installing : subscription-manager-plugin-container-1.19.21-1.el7.x8 249/422 2017-08-02 07:21:13.119 | Installing : libusal-1.1.11-23.el7.x86_64 250/422 2017-08-02 07:21:13.119 | Installing : genisoimage-1.1.11-23.el7.x86_64 251/422 2017-08-02 07:21:13.119 | Installing : fuse-2.9.2-8.el7.x86_64 252/422 2017-08-02 07:21:13.120 | Installing : 2:docker-rhel-push-plugin-1.12.6-48.git0fdc778.el7.x86 253/422 2017-08-02 07:21:13.120 | Installing : perl-srpm-macros-1-8.el7.noarch 254/422 2017-08-02 07:21:13.120 | Installing : alsa-lib-1.1.3-3.el7.x86_64 255/422 2017-08-02 07:21:13.120 | Installing : 1:skopeo-containers-0.1.20-2.1.gite802625.el7.x86_64 256/422 2017-08-02 07:21:13.120 | Installing : ipxe-roms-qemu-20170123-1.git4e85b27.el7.noarch 257/422 2017-08-02 07:21:13.120 | Installing : gsm-1.0.13-11.el7.x86_64 258/422 2017-08-02 07:21:13.120 | Installing : libsndfile-1.0.25-10.el7.x86_64 259/422 2017-08-02 07:21:13.120 | Installing : pulseaudio-libs-10.0-3.el7.x86_64 260/422 2017-08-02 07:21:13.120 | Installing : 10:qemu-kvm-ev-2.6.0-28.el7.10.1.x86_64 261/422 2017-08-02 07:21:13.120 | Installing : libvirt-daemon-kvm-3.2.0-14.el7_4.2.x86_64 262/422 2017-08-02 07:21:13.120 | Installing : dosfstools-3.0.20-9.el7.x86_64 263/422 2017-08-02 07:21:13.120 | Installing : sg3_utils-libs-1.37-12.el7.x86_64 264/422 2017-08-02 07:21:13.120 | Installing : libnetfilter_cttimeout-1.0.0-6.el7.x86_64 265/422 2017-08-02 07:21:13.120 | Installing : conntrack-tools-1.4.4-3.el7_3.x86_64 266/422 2017-08-02 07:21:13.120 | Installing : sg3_utils-1.37-12.el7.x86_64 267/422 2017-08-02 07:21:13.120 | Installing : 1:libguestfs-1.36.3-6.el7_4.2.x86_64 268/422 2017-08-02 07:21:13.120 | Installing : 2:docker-1.12.6-48.git0fdc778.el7.x86_64 269/422 2017-08-02 07:21:13.120 | Installing : redhat-rpm-config-9.1.0-76.el7.noarch 270/422 2017-08-02 07:21:13.120 | Updating : libvirt-3.2.0-14.el7_4.2.x86_64 271/422 2017-08-02 07:21:13.120 | Installing : 3:mariadb-devel-10.1.20-1.el7.x86_64 272/422 2017-08-02 07:21:13.120 | Installing : graphviz-2.30.1-19.el7.x86_64 273/422 2017-08-02 07:21:13.120 | Installing : sysfsutils-2.1.0-16.el7.x86_64 274/422 2017-08-02 07:21:13.120 | Installing : libxslt-devel-1.1.28-5.el7.x86_64 275/422 2017-08-02 07:21:13.120 | Installing : MySQL-python-1.2.5-1.el7.x86_64 276/422 2017-08-02 07:21:13.120 | Installing : ipset-6.29-1.el7.x86_64 277/422 2017-08-02 07:21:13.120 | Installing : liberasurecode-devel-1.4.0-1.el7.x86_64 278/422 2017-08-02 07:21:13.120 | Installing : gcc-c++-4.8.5-16.el7.x86_64 279/422 2017-08-02 07:21:13.121 | Installing : libosinfo-1.0.0-1.el7.x86_64 280/422 2017-08-02 07:21:13.121 | Installing : libvirt-devel-3.2.0-14.el7_4.2.x86_64 281/422 2017-08-02 07:21:13.121 | Updating : libvirt-python-3.2.0-3.el7.x86_64 282/422 2017-08-02 07:21:13.121 | Installing : 1:mod_ssl-2.4.6-67.el7.x86_64 283/422 2017-08-02 07:21:13.121 | Installing : postgresql-devel-9.2.21-1.el7.x86_64 284/422 2017-08-02 07:21:13.121 | Installing : 1:python2-numpy-1.11.2-2.el7.x86_64 285/422 2017-08-02 07:21:13.121 | Installing : python2-pyOpenSSL-16.2.0-3.el7.noarch 286/422 2017-08-02 07:21:13.121 | Installing : dstat-0.7.2-12.el7.noarch 287/422 2017-08-02 07:21:13.121 | Installing : 1:openvswitch-2.6.1-4.1.git20161206.el7.x86_64 288/422 2017-08-02 07:21:13.121 | Installing : m2crypto-0.21.1-17.el7.x86_64 289/422 2017-08-02 07:21:13.121 | Installing : python-devel-2.7.5-58.el7.x86_64 290/422 2017-08-02 07:21:13.121 | Installing : 1:sgabios-0.20110622svn-4.el7.x86_64 291/422 2017-08-02 07:21:13.121 | Updating : iptables-services-1.4.21-18.el7.x86_64 292/422 2017-08-02 07:21:13.121 | warning: /etc/sysconfig/ip6tables created as /etc/sysconfig/ip6tables.rpmnew 2017-08-02 07:21:13.121 | Installing : keepalived-1.3.5-1.el7.x86_64 293/422 2017-08-02 07:21:18.943 | Updating : openssh-server-7.4p1-11.el7.x86_64 294/422 2017-08-02 07:21:18.943 | warning: /etc/ssh/sshd_config created as /etc/ssh/sshd_config.rpmnew 2017-08-02 07:21:18.943 | Updating : openssh-clients-7.4p1-11.el7.x86_64 295/422 2017-08-02 07:21:18.944 | Installing : libffi-devel-3.0.13-18.el7.x86_64 296/422 2017-08-02 07:21:18.944 | Updating : sudo-1.8.19p2-10.el7.x86_64 297/422 2017-08-02 07:21:18.944 | Installing : shellinabox-2.20-1.el7.x86_64 298/422 2017-08-02 07:21:18.944 | Updating : curl-7.29.0-42.el7.x86_64 299/422 2017-08-02 07:21:18.944 | Updating : audit-2.7.6-3.el7.x86_64 300/422 2017-08-02 07:21:18.944 | Installing : socat-1.7.3.2-2.el7.x86_64 301/422 2017-08-02 07:21:18.944 | Updating : ipmitool-1.8.18-5.el7.x86_64 302/422 2017-08-02 07:21:18.944 | Updating : cyrus-sasl-md5-2.1.26-21.el7.x86_64 303/422 2017-08-02 07:21:18.944 | Installing : wget-1.14-15.el7.x86_64 304/422 2017-08-02 07:21:18.944 | Updating : iputils-20160308-10.el7.x86_64 305/422 2017-08-02 07:21:18.944 | Updating : 14:tcpdump-4.9.0-5.el7.x86_64 306/422 2017-08-02 07:21:18.944 | Updating : kpartx-0.4.9-111.el7.x86_64 307/422 2017-08-02 07:21:18.944 | Updating : net-tools-2.0-0.22.20131004git.el7.x86_64 308/422 2017-08-02 07:21:18.944 | Installing : 2:xinetd-2.3.15-13.el7.x86_64 309/422 2017-08-02 07:21:18.944 | Installing : memcached-1.4.33-2.el7.x86_64 310/422 2017-08-02 07:21:18.944 | Updating : cyrus-sasl-plain-2.1.26-21.el7.x86_64 311/422 2017-08-02 07:21:18.944 | Installing : libjpeg-turbo-devel-1.2.90-5.el7.x86_64 312/422 2017-08-02 07:21:18.944 | Installing : tftp-server-5.2-13.el7.x86_64 313/422 2017-08-02 07:21:18.944 | Installing : ipxe-bootimgs-20170123-1.git4e85b27.el7.noarch 314/422 2017-08-02 07:21:18.944 | Installing : fping-3.10-4.el7.x86_64 315/422 2017-08-02 07:21:18.944 | Installing : dnsmasq-utils-2.76-2.el7.x86_64 316/422 2017-08-02 07:21:18.944 | Updating : screen-4.1.0-0.23.20120314git3c2946.el7_2.x86_64 317/422 2017-08-02 07:21:18.944 | Installing : libyaml-devel-0.1.4-11.el7_0.x86_64 318/422 2017-08-02 07:21:18.944 | Updating : unzip-6.0-16.el7.x86_64 319/422 2017-08-02 07:21:18.944 | Cleanup : libvirt-1.2.8-16.el7_1.4.x86_64 320/422 2017-08-02 07:21:18.944 | Cleanup : libvirt-python-1.2.8-7.el7_1.1.x86_64 321/422 2017-08-02 07:21:18.944 | Cleanup : libvirt-daemon-driver-storage-1.2.8-16.el7_1.4.x86_64 322/422 2017-08-02 07:21:18.944 | Cleanup : libvirt-daemon-driver-lxc-1.2.8-16.el7_1.4.x86_64 323/422 2017-08-02 07:21:18.944 | Cleanup : openssh-server-6.6.1p1-23.el7_2.x86_64 324/422 2017-08-02 07:21:18.945 | Cleanup : libvirt-daemon-driver-qemu-1.2.8-16.el7_1.4.x86_64 325/422 2017-08-02 07:21:18.945 | Cleanup : e2fsprogs-1.42.9-7.el7.x86_64 326/422 2017-08-02 07:21:18.945 | Cleanup : openssh-clients-6.6.1p1-23.el7_2.x86_64 327/422 2017-08-02 07:21:18.945 | Cleanup : libxml2-python-2.9.1-5.el7_1.2.x86_64 328/422 2017-08-02 07:21:18.945 | Cleanup : 1:openssl-1.0.1e-51.el7_2.7.x86_64 329/422 2017-08-02 07:21:18.945 | Cleanup : libvirt-daemon-config-network-1.2.8-16.el7_1.4.x86_64 330/422 2017-08-02 07:21:18.945 | Cleanup : libvirt-daemon-config-nwfilter-1.2.8-16.el7_1.4.x86_64 331/422 2017-08-02 07:21:18.945 | Cleanup : selinux-policy-targeted-3.13.1-23.el7_1.18.noarch 332/422 2017-08-02 07:21:18.945 | Cleanup : selinux-policy-3.13.1-23.el7_1.18.noarch 333/422 2017-08-02 07:21:18.945 | Cleanup : python-six-1.3.0-4.el7.noarch 334/422 2017-08-02 07:21:18.945 | Cleanup : iptables-services-1.4.21-13.el7.x86_64 335/422 2017-08-02 07:21:18.945 | Cleanup : libvirt-daemon-driver-network-1.2.8-16.el7_1.4.x86_64 336/422 2017-08-02 07:21:18.945 | Cleanup : policycoreutils-2.2.5-15.el7.x86_64 337/422 2017-08-02 07:21:18.945 | Cleanup : libvirt-daemon-driver-nwfilter-1.2.8-16.el7_1.4.x86_64 338/422 2017-08-02 07:21:18.945 | Cleanup : openssh-6.6.1p1-23.el7_2.x86_64 339/422 2017-08-02 07:21:18.945 | Erasing : 10:qemu-img-1.5.3-86.el7_1.6.x86_64 340/422 2017-08-02 07:21:18.945 | Cleanup : parted-3.1-20.el7.x86_64 341/422 2017-08-02 07:21:18.945 | Cleanup : 7:lvm2-2.02.115-3.el7_1.1.x86_64 342/422 2017-08-02 07:21:25.301 | Cleanup : 7:lvm2-libs-2.02.115-3.el7_1.1.x86_64 343/422 2017-08-02 07:21:25.301 | Cleanup : 7:device-mapper-event-1.02.93-3.el7_1.1.x86_64 344/422 2017-08-02 07:21:25.301 | Cleanup : glusterfs-3.6.0.29-2.el7.x86_64 345/422 2017-08-02 07:21:25.301 | Cleanup : glusterfs-api-3.6.0.29-2.el7.x86_64 346/422 2017-08-02 07:21:25.301 | Cleanup : gcc-4.8.3-9.el7.x86_64 347/422 2017-08-02 07:21:25.301 | Cleanup : sudo-1.8.6p7-23.el7_3.x86_64 348/422 2017-08-02 07:21:25.301 | Cleanup : libsemanage-2.1.10-16.el7.x86_64 349/422 2017-08-02 07:21:25.301 | Cleanup : iscsi-initiator-utils-iscsiuio-6.2.0.873-29.el7.x86_64 350/422 2017-08-02 07:21:25.301 | Cleanup : iscsi-initiator-utils-6.2.0.873-29.el7.x86_64 351/422 2017-08-02 07:21:25.301 | Cleanup : 1:mariadb-libs-5.5.44-1.el7_1.x86_64 352/422 2017-08-02 07:21:25.301 | Cleanup : cryptsetup-libs-1.6.6-3.el7.x86_64 353/422 2017-08-02 07:21:25.301 | Cleanup : gnupg2-2.0.22-3.el7.x86_64 354/422 2017-08-02 07:21:25.301 | Cleanup : device-mapper-persistent-data-0.4.1-2.el7.x86_64 355/422 2017-08-02 07:21:25.301 | Cleanup : curl-7.29.0-19.el7.x86_64 356/422 2017-08-02 07:21:25.301 | Cleanup : audit-2.4.1-5.el7.x86_64 357/422 2017-08-02 07:21:25.301 | Cleanup : xfsprogs-4.5.0-10.el7_3.x86_64 358/422 2017-08-02 07:21:25.301 | Cleanup : libselinux-python-2.2.2-6.el7.x86_64 359/422 2017-08-02 07:21:25.301 | Cleanup : cpp-4.8.3-9.el7.x86_64 360/422 2017-08-02 07:21:25.301 | Cleanup : glusterfs-libs-3.6.0.29-2.el7.x86_64 361/422 2017-08-02 07:21:25.301 | Cleanup : 7:device-mapper-event-libs-1.02.93-3.el7_1.1.x86_64 362/422 2017-08-02 07:21:25.302 | Cleanup : iptables-1.4.21-13.el7.x86_64 363/422 2017-08-02 07:21:25.302 | Cleanup : libselinux-utils-2.2.2-6.el7.x86_64 364/422 2017-08-02 07:21:25.302 | Cleanup : dnsmasq-2.66-14.el7_1.x86_64 365/422 2017-08-02 07:21:25.302 | Cleanup : e2fsprogs-libs-1.42.9-7.el7.x86_64 366/422 2017-08-02 07:21:25.302 | Cleanup : libss-1.42.9-7.el7.x86_64 367/422 2017-08-02 07:21:25.302 | Cleanup : xz-5.1.2-9alpha.el7.x86_64 368/422 2017-08-02 07:21:25.302 | Cleanup : libvirt-daemon-driver-interface-1.2.8-16.el7_1.4.x86_6 369/422 2017-08-02 07:21:25.302 | Cleanup : libvirt-daemon-driver-secret-1.2.8-16.el7_1.4.x86_64 370/422 2017-08-02 07:21:25.302 | Cleanup : libvirt-daemon-driver-nodedev-1.2.8-16.el7_1.4.x86_64 371/422 2017-08-02 07:21:25.302 | Cleanup : libvirt-daemon-1.2.8-16.el7_1.4.x86_64 372/422 2017-08-02 07:21:25.302 | Created symlink from /etc/systemd/system/sockets.target.wants/virtlogd.socket to /usr/lib/systemd/system/virtlogd.socket. 2017-08-02 07:21:25.302 | Cleanup : libvirt-client-1.2.8-16.el7_1.4.x86_64 373/422 2017-08-02 07:21:25.302 | Cleanup : cyrus-sasl-2.1.26-17.el7.x86_64 374/422 2017-08-02 07:21:25.302 | Cleanup : gettext-0.18.2.1-4.el7.x86_64 375/422 2017-08-02 07:21:25.302 | Cleanup : gettext-libs-0.18.2.1-4.el7.x86_64 376/422 2017-08-02 07:21:25.302 | Cleanup : libcurl-7.29.0-19.el7.x86_64 377/422 2017-08-02 07:21:25.302 | Cleanup : cyrus-sasl-md5-2.1.26-17.el7.x86_64 378/422 2017-08-02 07:21:25.302 | Cleanup : libxml2-2.9.1-5.el7_1.2.x86_64 379/422 2017-08-02 07:21:25.302 | Cleanup : polkit-0.112-5.el7.x86_64 380/422 2017-08-02 07:21:25.302 | Cleanup : 1:dbus-1.6.12-11.el7.x86_64 381/422 2017-08-02 07:21:25.302 | Cleanup : glib2-2.46.2-4.el7.x86_64 382/422 2017-08-02 07:21:25.302 | Cleanup : python-2.7.5-18.el7_1.1.x86_64 383/422 2017-08-02 07:21:25.302 | Cleanup : python-libs-2.7.5-18.el7_1.1.x86_64 384/422 2017-08-02 07:21:25.302 | Cleanup : 14:tcpdump-4.5.1-2.el7.x86_64 385/422 2017-08-02 07:21:25.302 | Cleanup : iputils-20121221-6.el7_1.1.x86_64 386/422 2017-08-02 07:21:25.302 | Cleanup : cyrus-sasl-plain-2.1.26-17.el7.x86_64 387/422 2017-08-02 07:21:25.302 | Cleanup : kpartx-0.4.9-77.el7_1.1.x86_64 388/422 2017-08-02 07:21:25.302 | Cleanup : 7:device-mapper-1.02.93-3.el7_1.1.x86_64 389/422 2017-08-02 07:21:25.302 | Cleanup : 7:device-mapper-libs-1.02.93-3.el7_1.1.x86_64 390/422 2017-08-02 07:21:25.302 | Cleanup : util-linux-2.23.2-22.el7_1.1.x86_64 391/422 2017-08-02 07:21:28.470 | Cleanup : libmount-2.23.2-22.el7_1.1.x86_64 392/422 2017-08-02 07:21:28.470 | Cleanup : libblkid-2.23.2-22.el7_1.1.x86_64 393/422 2017-08-02 07:21:28.470 | Cleanup : ipmitool-1.8.13-8.el7_1.x86_64 394/422 2017-08-02 07:21:28.470 | Cleanup : krb5-libs-1.12.2-15.el7_1.x86_64 395/422 2017-08-02 07:21:28.470 | Cleanup : 1:openssl-libs-1.0.1e-51.el7_2.7.x86_64 396/422 2017-08-02 07:21:28.470 | Cleanup : psmisc-22.20-9.el7.x86_64 397/422 2017-08-02 07:21:28.470 | Cleanup : 2:tar-1.26-29.el7.x86_64 398/422 2017-08-02 07:21:28.470 | Cleanup : net-tools-2.0-0.17.20131004git.el7.x86_64 399/422 2017-08-02 07:21:28.470 | Cleanup : libselinux-2.2.2-6.el7.x86_64 400/422 2017-08-02 07:21:28.470 | Cleanup : pcre-8.32-14.el7.x86_64 401/422 2017-08-02 07:21:28.470 | Cleanup : libstdc++-4.8.3-9.el7.x86_64 402/422 2017-08-02 07:21:28.470 | Cleanup : libgcc-4.8.3-9.el7.x86_64 403/422 2017-08-02 07:21:28.470 | Cleanup : xz-libs-5.1.2-9alpha.el7.x86_64 404/422 2017-08-02 07:21:28.470 | Cleanup : libsepol-2.1.9-3.el7.x86_64 405/422 2017-08-02 07:21:28.470 | Cleanup : libcom_err-1.42.9-7.el7.x86_64 406/422 2017-08-02 07:21:28.470 | Cleanup : zlib-1.2.7-13.el7.x86_64 407/422 2017-08-02 07:21:28.470 | Cleanup : gawk-4.0.2-4.el7.x86_64 408/422 2017-08-02 07:21:28.470 | Cleanup : libuuid-2.23.2-22.el7_1.1.x86_64 409/422 2017-08-02 07:21:28.470 | Cleanup : audit-libs-2.4.1-5.el7.x86_64 410/422 2017-08-02 07:21:28.470 | Cleanup : cyrus-sasl-lib-2.1.26-17.el7.x86_64 411/422 2017-08-02 07:21:28.470 | Cleanup : libffi-3.0.13-11.el7.x86_64 412/422 2017-08-02 07:21:28.470 | Cleanup : sqlite-3.7.17-6.el7_1.1.x86_64 413/422 2017-08-02 07:21:28.470 | Cleanup : 1:dbus-libs-1.6.12-11.el7.x86_64 414/422 2017-08-02 07:21:28.470 | Cleanup : libgomp-4.8.3-9.el7.x86_64 415/422 2017-08-02 07:21:28.470 | Cleanup : libnl3-3.2.21-8.el7.x86_64 416/422 2017-08-02 07:21:28.470 | Cleanup : libnetfilter_conntrack-1.0.4-2.el7.x86_64 417/422 2017-08-02 07:21:28.470 | Cleanup : libgcrypt-1.5.3-12.el7_1.1.x86_64 418/422 2017-08-02 07:21:28.470 | Cleanup : ebtables-2.0.10-13.el7.x86_64 419/422 2017-08-02 07:21:28.470 | Cleanup : screen-4.1.0-0.19.20120314git3c2946.el7.x86_64 420/422 2017-08-02 07:21:28.470 | Cleanup : libusbx-1.0.15-4.el7.x86_64 421/422 2017-08-02 07:21:28.470 | Cleanup : unzip-6.0-15.el7.x86_64 422/422 2017-08-02 07:21:28.470 | Verifying : libXext-1.3.3-3.el7.x86_64 1/422 2017-08-02 07:21:28.471 | Verifying : hivex-1.3.10-5.8.el7.x86_64 2/422 2017-08-02 07:21:28.471 | Verifying : libosinfo-1.0.0-1.el7.x86_64 3/422 2017-08-02 07:21:28.471 | Verifying : libvirt-daemon-kvm-3.2.0-14.el7_4.2.x86_64 4/422 2017-08-02 07:21:28.471 | Verifying : libXrender-0.9.10-1.el7.x86_64 5/422 2017-08-02 07:21:28.471 | Verifying : selinux-policy-3.13.1-166.el7.noarch 6/422 2017-08-02 07:21:28.471 | Verifying : iscsi-initiator-utils-6.2.0.874-4.el7.x86_64 7/422 2017-08-02 07:21:28.471 | Verifying : libnetfilter_cttimeout-1.0.0-6.el7.x86_64 8/422 2017-08-02 07:21:28.471 | Verifying : gettext-0.19.8.1-2.el7.x86_64 9/422 2017-08-02 07:21:28.471 | Verifying : gcc-c++-4.8.5-16.el7.x86_64 10/422 2017-08-02 07:21:28.471 | Verifying : libvirt-daemon-driver-storage-gluster-3.2.0-14.el7_4.2 11/422 2017-08-02 07:21:28.471 | Verifying : 1:python2-numpy-1.11.2-2.el7.x86_64 12/422 2017-08-02 07:21:28.471 | Verifying : 1:mod_ssl-2.4.6-67.el7.x86_64 13/422 2017-08-02 07:21:28.471 | Verifying : libffi-3.0.13-18.el7.x86_64 14/422 2017-08-02 07:21:28.471 | Verifying : 1:oci-systemd-hook-0.1.8-4.1.gite533efa.el7.x86_64 15/422 2017-08-02 07:21:28.471 | Verifying : krb5-libs-1.15.1-8.el7.x86_64 16/422 2017-08-02 07:21:28.471 | Verifying : polkit-0.112-12.el7_3.x86_64 17/422 2017-08-02 07:21:28.471 | Verifying : 10:qemu-kvm-ev-2.6.0-28.el7.10.1.x86_64 18/422 2017-08-02 07:21:28.471 | Verifying : postgresql-devel-9.2.21-1.el7.x86_64 19/422 2017-08-02 07:21:28.471 | Verifying : sqlite-3.7.17-8.el7.x86_64 20/422 2017-08-02 07:21:29.259 | Verifying : libgfortran-4.8.5-16.el7.x86_64 21/422 2017-08-02 07:21:29.259 | Verifying : net-tools-2.0-0.22.20131004git.el7.x86_64 22/422 2017-08-02 07:21:29.259 | Verifying : libXfont-1.5.2-1.el7.x86_64 23/422 2017-08-02 07:21:29.259 | Verifying : cryptsetup-1.7.4-3.el7.x86_64 24/422 2017-08-02 07:21:29.259 | Verifying : unzip-6.0-16.el7.x86_64 25/422 2017-08-02 07:21:29.259 | Verifying : sg3_utils-libs-1.37-12.el7.x86_64 26/422 2017-08-02 07:21:29.260 | Verifying : iptables-1.4.21-18.el7.x86_64 27/422 2017-08-02 07:21:29.260 | Verifying : libgomp-4.8.5-16.el7.x86_64 28/422 2017-08-02 07:21:29.260 | Verifying : libusbx-1.0.20-1.el7.x86_64 29/422 2017-08-02 07:21:29.260 | Verifying : dosfstools-3.0.20-9.el7.x86_64 30/422 2017-08-02 07:21:29.260 | Verifying : 1:openssl-devel-1.0.2k-8.el7.x86_64 31/422 2017-08-02 07:21:29.260 | Verifying : spice-server-0.12.8-2.el7.x86_64 32/422 2017-08-02 07:21:29.260 | Verifying : mesa-libGL-17.0.1-6.20170307.el7.x86_64 33/422 2017-08-02 07:21:29.260 | Verifying : gsm-1.0.13-11.el7.x86_64 34/422 2017-08-02 07:21:29.260 | Verifying : glusterfs-client-xlators-3.8.4-18.4.el7.x86_64 35/422 2017-08-02 07:21:29.260 | Verifying : gd-2.0.35-26.el7.x86_64 36/422 2017-08-02 07:21:29.260 | Verifying : pixman-0.34.0-1.el7.x86_64 37/422 2017-08-02 07:21:29.260 | Verifying : e2fsprogs-libs-1.42.9-10.el7.x86_64 38/422 2017-08-02 07:21:29.260 | Verifying : ipxe-roms-qemu-20170123-1.git4e85b27.el7.noarch 39/422 2017-08-02 07:21:29.260 | Verifying : 1:skopeo-containers-0.1.20-2.1.gite802625.el7.x86_64 40/422 2017-08-02 07:21:29.260 | Verifying : libvirt-daemon-driver-storage-logical-3.2.0-14.el7_4.2 41/422 2017-08-02 07:21:29.260 | Verifying : pulseaudio-libs-10.0-3.el7.x86_64 42/422 2017-08-02 07:21:29.261 | Verifying : libvirt-libs-3.2.0-14.el7_4.2.x86_64 43/422 2017-08-02 07:21:29.261 | Verifying : 2:oci-umount-1.12.6-48.git0fdc778.el7.x86_64 44/422 2017-08-02 07:21:29.261 | Verifying : alsa-lib-1.1.3-3.el7.x86_64 45/422 2017-08-02 07:21:29.261 | Verifying : 3:mariadb-devel-10.1.20-1.el7.x86_64 46/422 2017-08-02 07:21:29.261 | Verifying : libsepol-2.5-6.el7.x86_64 47/422 2017-08-02 07:21:29.261 | Verifying : libseccomp-2.3.1-3.el7.x86_64 48/422 2017-08-02 07:21:29.261 | Verifying : 7:device-mapper-event-libs-1.02.140-8.el7.x86_64 49/422 2017-08-02 07:21:29.261 | Verifying : perl-srpm-macros-1-8.el7.noarch 50/422 2017-08-02 07:21:29.261 | Verifying : 1:sgabios-0.20110622svn-4.el7.x86_64 51/422 2017-08-02 07:21:29.261 | Verifying : python-nose-1.3.7-7.el7.noarch 52/422 2017-08-02 07:21:29.261 | Verifying : 2:tar-1.26-32.el7.x86_64 53/422 2017-08-02 07:21:29.261 | Verifying : urw-fonts-2.4-16.el7.noarch 54/422 2017-08-02 07:21:29.261 | Verifying : libvirt-devel-3.2.0-14.el7_4.2.x86_64 55/422 2017-08-02 07:21:29.261 | Verifying : libXxf86vm-1.1.4-1.el7.x86_64 56/422 2017-08-02 07:21:29.261 | Verifying : xz-libs-5.2.2-1.el7.x86_64 57/422 2017-08-02 07:21:29.261 | Verifying : supermin5-5.1.16-4.el7.x86_64 58/422 2017-08-02 07:21:29.261 | Verifying : libquadmath-4.8.5-16.el7.x86_64 59/422 2017-08-02 07:21:29.261 | Verifying : libmount-2.23.2-43.el7.x86_64 60/422 2017-08-02 07:21:29.261 | Verifying : libvirt-python-3.2.0-3.el7.x86_64 61/422 2017-08-02 07:21:29.261 | Verifying : libnl3-3.2.28-4.el7.x86_64 62/422 2017-08-02 07:21:29.261 | Verifying : 2:docker-rhel-push-plugin-1.12.6-48.git0fdc778.el7.x86 63/422 2017-08-02 07:21:29.261 | Verifying : libss-1.42.9-10.el7.x86_64 64/422 2017-08-02 07:21:29.262 | Verifying : libXinerama-1.1.3-2.1.el7.x86_64 65/422 2017-08-02 07:21:29.262 | Verifying : libyaml-devel-0.1.4-11.el7_0.x86_64 66/422 2017-08-02 07:21:29.262 | Verifying : gtk2-2.24.31-1.el7.x86_64 67/422 2017-08-02 07:21:29.262 | Verifying : cairo-1.14.8-2.el7.x86_64 68/422 2017-08-02 07:21:29.262 | Verifying : 1:openssl-1.0.2k-8.el7.x86_64 69/422 2017-08-02 07:21:29.262 | Verifying : libstdc++-devel-4.8.5-16.el7.x86_64 70/422 2017-08-02 07:21:29.262 | Verifying : libstdc++-4.8.5-16.el7.x86_64 71/422 2017-08-02 07:21:31.424 | Verifying : flac-libs-1.3.0-5.el7_1.x86_64 72/422 2017-08-02 07:21:31.424 | Verifying : 7:lvm2-libs-2.02.171-8.el7.x86_64 73/422 2017-08-02 07:21:31.424 | Verifying : util-linux-2.23.2-43.el7.x86_64 74/422 2017-08-02 07:21:31.424 | Verifying : iptables-services-1.4.21-18.el7.x86_64 75/422 2017-08-02 07:21:31.424 | Verifying : libsemanage-2.5-8.el7.x86_64 76/422 2017-08-02 07:21:31.424 | Verifying : fuse-2.9.2-8.el7.x86_64 77/422 2017-08-02 07:21:31.424 | Verifying : libgcrypt-1.5.3-14.el7.x86_64 78/422 2017-08-02 07:21:31.424 | Verifying : setools-libs-3.3.8-1.1.el7.x86_64 79/422 2017-08-02 07:21:31.425 | Verifying : libXi-1.7.9-1.el7.x86_64 80/422 2017-08-02 07:21:31.425 | Verifying : libcom_err-devel-1.42.9-10.el7.x86_64 81/422 2017-08-02 07:21:31.425 | Verifying : 2:libpng-1.5.13-7.el7_2.x86_64 82/422 2017-08-02 07:21:31.425 | Verifying : libcurl-7.29.0-42.el7.x86_64 83/422 2017-08-02 07:21:31.425 | Verifying : cyrus-sasl-lib-2.1.26-21.el7.x86_64 84/422 2017-08-02 07:21:31.425 | Verifying : libXcomposite-0.4.4-4.1.el7.x86_64 85/422 2017-08-02 07:21:31.425 | Verifying : 7:lvm2-2.02.171-8.el7.x86_64 86/422 2017-08-02 07:21:31.425 | Verifying : libXpm-3.5.12-1.el7.x86_64 87/422 2017-08-02 07:21:31.425 | Verifying : 10:qemu-img-ev-2.6.0-28.el7.10.1.x86_64 88/422 2017-08-02 07:21:31.425 | Verifying : libsemanage-python-2.5-8.el7.x86_64 89/422 2017-08-02 07:21:31.425 | Verifying : pango-1.40.4-1.el7.x86_64 90/422 2017-08-02 07:21:31.425 | Verifying : sg3_utils-1.37-12.el7.x86_64 91/422 2017-08-02 07:21:31.425 | Verifying : libusal-1.1.11-23.el7.x86_64 92/422 2017-08-02 07:21:31.425 | Verifying : python-rhsm-1.19.9-1.el7.x86_64 93/422 2017-08-02 07:21:31.425 | Verifying : python-rhsm-certificates-1.19.9-1.el7.x86_64 94/422 2017-08-02 07:21:31.425 | Verifying : httpd-tools-2.4.6-67.el7.x86_64 95/422 2017-08-02 07:21:31.425 | Verifying : python-libs-2.7.5-58.el7.x86_64 96/422 2017-08-02 07:21:31.425 | Verifying : ebtables-2.0.10-15.el7.x86_64 97/422 2017-08-02 07:21:31.425 | Verifying : audit-libs-python-2.7.6-3.el7.x86_64 98/422 2017-08-02 07:21:31.425 | Verifying : libicu-50.1.2-15.el7.x86_64 99/422 2017-08-02 07:21:31.425 | Verifying : dstat-0.7.2-12.el7.noarch 100/422 2017-08-02 07:21:31.426 | Verifying : socat-1.7.3.2-2.el7.x86_64 101/422 2017-08-02 07:21:31.426 | Verifying : gnupg2-2.0.22-4.el7.x86_64 102/422 2017-08-02 07:21:31.426 | Verifying : libX11-1.6.5-1.el7.x86_64 103/422 2017-08-02 07:21:31.426 | Verifying : libICE-1.0.9-9.el7.x86_64 104/422 2017-08-02 07:21:31.426 | Verifying : keyutils-libs-devel-1.5.8-3.el7.x86_64 105/422 2017-08-02 07:21:31.426 | Verifying : squashfs-tools-4.3-0.21.gitaae0aff4.el7.x86_64 106/422 2017-08-02 07:21:31.426 | Verifying : atlas-3.10.1-12.el7.x86_64 107/422 2017-08-02 07:21:31.426 | Verifying : libuuid-2.23.2-43.el7.x86_64 108/422 2017-08-02 07:21:31.426 | Verifying : syslinux-4.05-13.el7.x86_64 109/422 2017-08-02 07:21:31.426 | Verifying : libvirt-daemon-driver-storage-scsi-3.2.0-14.el7_4.2.x8 110/422 2017-08-02 07:21:31.426 | Verifying : psmisc-22.20-15.el7.x86_64 111/422 2017-08-02 07:21:31.426 | Verifying : screen-4.1.0-0.23.20120314git3c2946.el7_2.x86_64 112/422 2017-08-02 07:21:31.426 | Verifying : osinfo-db-tools-1.1.0-1.el7.x86_64 113/422 2017-08-02 07:21:31.426 | Verifying : 2:xinetd-2.3.15-13.el7.x86_64 114/422 2017-08-02 07:21:31.426 | Verifying : keepalived-1.3.5-1.el7.x86_64 115/422 2017-08-02 07:21:31.426 | Verifying : python2-cryptography-1.7.2-1.el7.x86_64 116/422 2017-08-02 07:21:31.426 | Verifying : 1:libguestfs-1.36.3-6.el7_4.2.x86_64 117/422 2017-08-02 07:21:31.426 | Verifying : 1:libvorbis-1.3.3-8.el7.x86_64 118/422 2017-08-02 07:21:31.426 | Verifying : genisoimage-1.1.11-23.el7.x86_64 119/422 2017-08-02 07:21:31.426 | Verifying : 1:openvswitch-2.6.1-4.1.git20161206.el7.x86_64 120/422 2017-08-02 07:21:31.426 | Verifying : fontconfig-2.10.95-11.el7.x86_64 121/422 2017-08-02 07:21:32.340 | Verifying : 7:device-mapper-libs-1.02.140-8.el7.x86_64 122/422 2017-08-02 07:21:32.340 | Verifying : libXaw-1.0.13-4.el7.x86_64 123/422 2017-08-02 07:21:32.340 | Verifying : subscription-manager-plugin-container-1.19.21-1.el7.x8 124/422 2017-08-02 07:21:32.340 | Verifying : postgresql-libs-9.2.21-1.el7.x86_64 125/422 2017-08-02 07:21:32.340 | Verifying : 1:sgabios-bin-0.20110622svn-4.el7.noarch 126/422 2017-08-02 07:21:32.340 | Verifying : cryptsetup-libs-1.7.4-3.el7.x86_64 127/422 2017-08-02 07:21:32.340 | Verifying : gdisk-0.8.6-5.el7.x86_64 128/422 2017-08-02 07:21:32.340 | Verifying : 2:container-selinux-2.21-1.el7.noarch 129/422 2017-08-02 07:21:32.340 | Verifying : libvirt-client-3.2.0-14.el7_4.2.x86_64 130/422 2017-08-02 07:21:32.340 | Verifying : mtools-4.0.18-5.el7.x86_64 131/422 2017-08-02 07:21:32.340 | Verifying : glusterfs-cli-3.8.4-18.4.el7.x86_64 132/422 2017-08-02 07:21:32.340 | Verifying : python-dmidecode-3.12.2-1.el7.x86_64 133/422 2017-08-02 07:21:32.340 | Verifying : mesa-libEGL-17.0.1-6.20170307.el7.x86_64 134/422 2017-08-02 07:21:32.340 | Verifying : libXrandr-1.5.1-2.el7.x86_64 135/422 2017-08-02 07:21:32.340 | Verifying : libgcrypt-devel-1.5.3-14.el7.x86_64 136/422 2017-08-02 07:21:32.340 | Verifying : osinfo-db-20170423-2.el7.noarch 137/422 2017-08-02 07:21:32.340 | Verifying : ipmitool-1.8.18-5.el7.x86_64 138/422 2017-08-02 07:21:32.340 | Verifying : lsscsi-0.27-6.el7.x86_64 139/422 2017-08-02 07:21:32.340 | Verifying : libvirt-daemon-driver-lxc-3.2.0-14.el7_4.2.x86_64 140/422 2017-08-02 07:21:32.340 | Verifying : libibverbs-13-7.el7.x86_64 141/422 2017-08-02 07:21:32.340 | Verifying : perl-hivex-1.3.10-5.8.el7.x86_64 142/422 2017-08-02 07:21:32.340 | Verifying : kpartx-0.4.9-111.el7.x86_64 143/422 2017-08-02 07:21:32.340 | Verifying : python-2.7.5-58.el7.x86_64 144/422 2017-08-02 07:21:32.340 | Verifying : libvirt-daemon-driver-storage-disk-3.2.0-14.el7_4.2.x8 145/422 2017-08-02 07:21:32.340 | Verifying : dwz-0.11-3.el7.x86_64 146/422 2017-08-02 07:21:32.340 | Verifying : libvirt-daemon-driver-storage-rbd-3.2.0-14.el7_4.2.x86 147/422 2017-08-02 07:21:32.340 | Verifying : rdma-core-13-7.el7.x86_64 148/422 2017-08-02 07:21:32.340 | Verifying : libvirt-daemon-3.2.0-14.el7_4.2.x86_64 149/422 2017-08-02 07:21:32.340 | Verifying : 1:dbus-libs-1.6.12-17.el7.x86_64 150/422 2017-08-02 07:21:32.340 | Verifying : scrub-2.5.2-7.el7.x86_64 151/422 2017-08-02 07:21:32.340 | Verifying : usbredir-0.7.1-2.el7.x86_64 152/422 2017-08-02 07:21:32.340 | Verifying : 3:mariadb-libs-10.1.20-1.el7.x86_64 153/422 2017-08-02 07:21:32.341 | Verifying : librdmacm-13-7.el7.x86_64 154/422 2017-08-02 07:21:32.341 | Verifying : json-glib-1.2.6-1.el7.x86_64 155/422 2017-08-02 07:21:32.341 | Verifying : libselinux-devel-2.5-11.el7.x86_64 156/422 2017-08-02 07:21:32.341 | Verifying : libxml2-python-2.9.1-6.el7_2.3.x86_64 157/422 2017-08-02 07:21:32.341 | Verifying : 1:python-dateutil-2.4.2-1.el7.noarch 158/422 2017-08-02 07:21:32.341 | Verifying : poppler-data-0.4.6-3.el7.noarch 159/422 2017-08-02 07:21:32.341 | Verifying : gdk-pixbuf2-2.36.5-1.el7.x86_64 160/422 2017-08-02 07:21:32.341 | Verifying : lcms2-2.6-3.el7.x86_64 161/422 2017-08-02 07:21:32.341 | Verifying : cyrus-sasl-md5-2.1.26-21.el7.x86_64 162/422 2017-08-02 07:21:32.341 | Verifying : python2-cffi-1.5.2-1.el7.x86_64 163/422 2017-08-02 07:21:32.341 | Verifying : libvirt-daemon-driver-secret-3.2.0-14.el7_4.2.x86_64 164/422 2017-08-02 07:21:32.341 | Verifying : python2-idna-2.5-1.el7.noarch 165/422 2017-08-02 07:21:32.341 | Verifying : cyrus-sasl-2.1.26-21.el7.x86_64 166/422 2017-08-02 07:21:32.341 | Verifying : libxslt-devel-1.1.28-5.el7.x86_64 167/422 2017-08-02 07:21:32.341 | Verifying : memcached-1.4.33-2.el7.x86_64 168/422 2017-08-02 07:21:32.341 | Verifying : libnetfilter_cthelper-1.0.0-9.el7.x86_64 169/422 2017-08-02 07:21:32.341 | Verifying : ipset-6.29-1.el7.x86_64 170/422 2017-08-02 07:21:32.341 | Verifying : redhat-rpm-config-9.1.0-76.el7.noarch 171/422 2017-08-02 07:21:32.341 | Verifying : libtool-ltdl-2.4.2-22.el7_3.x86_64 172/422 2017-08-02 07:21:33.339 | Verifying : libasyncns-0.8-7.el7.x86_64 173/422 2017-08-02 07:21:33.339 | Verifying : subscription-manager-1.19.21-1.el7.x86_64 174/422 2017-08-02 07:21:33.339 | Verifying : xz-devel-5.2.2-1.el7.x86_64 175/422 2017-08-02 07:21:33.339 | Verifying : cyrus-sasl-plain-2.1.26-21.el7.x86_64 176/422 2017-08-02 07:21:33.340 | Verifying : libcom_err-1.42.9-10.el7.x86_64 177/422 2017-08-02 07:21:33.340 | Verifying : mesa-libglapi-17.0.1-6.20170307.el7.x86_64 178/422 2017-08-02 07:21:33.340 | Verifying : sudo-1.8.19p2-10.el7.x86_64 179/422 2017-08-02 07:21:33.340 | Verifying : libvirt-daemon-driver-storage-iscsi-3.2.0-14.el7_4.2.x 180/422 2017-08-02 07:21:33.340 | Verifying : libvirt-daemon-driver-storage-core-3.2.0-14.el7_4.2.x8 181/422 2017-08-02 07:21:33.340 | Verifying : libsysfs-2.1.0-16.el7.x86_64 182/422 2017-08-02 07:21:33.340 | Verifying : libgpg-error-devel-1.12-3.el7.x86_64 183/422 2017-08-02 07:21:33.340 | Verifying : 3:mariadb-common-10.1.20-1.el7.x86_64 184/422 2017-08-02 07:21:33.341 | Verifying : 2:docker-common-1.12.6-48.git0fdc778.el7.x86_64 185/422 2017-08-02 07:21:33.341 | Verifying : libselinux-utils-2.5-11.el7.x86_64 186/422 2017-08-02 07:21:33.341 | Verifying : dnsmasq-utils-2.76-2.el7.x86_64 187/422 2017-08-02 07:21:33.341 | Verifying : sysfsutils-2.1.0-16.el7.x86_64 188/422 2017-08-02 07:21:33.341 | Verifying : libvirt-daemon-config-network-3.2.0-14.el7_4.2.x86_64 189/422 2017-08-02 07:21:33.341 | Verifying : librsvg2-2.40.16-1.el7.x86_64 190/422 2017-08-02 07:21:33.341 | Verifying : python-IPy-0.75-6.el7.noarch 191/422 2017-08-02 07:21:33.341 | Verifying : python2-pyOpenSSL-16.2.0-3.el7.noarch 192/422 2017-08-02 07:21:33.341 | Verifying : glusterfs-api-3.8.4-18.4.el7.x86_64 193/422 2017-08-02 07:21:33.341 | Verifying : libxcb-1.12-1.el7.x86_64 194/422 2017-08-02 07:21:33.341 | Verifying : cyrus-sasl-gssapi-2.1.26-21.el7.x86_64 195/422 2017-08-02 07:21:33.341 | Verifying : ghostscript-fonts-5.50-32.el7.noarch 196/422 2017-08-02 07:21:33.341 | Verifying : libXmu-1.1.2-2.el7.x86_64 197/422 2017-08-02 07:21:33.341 | Verifying : 2:libunwind-1.2-2.el7.x86_64 198/422 2017-08-02 07:21:33.341 | Verifying : device-mapper-persistent-data-0.7.0-0.1.rc6.el7.x86_64 199/422 2017-08-02 07:21:33.341 | Verifying : libXfixes-5.0.3-1.el7.x86_64 200/422 2017-08-02 07:21:33.341 | Verifying : glusterfs-libs-3.8.4-18.4.el7.x86_64 201/422 2017-08-02 07:21:33.341 | Verifying : libselinux-python-2.5-11.el7.x86_64 202/422 2017-08-02 07:21:33.342 | Verifying : pcre-devel-8.32-17.el7.x86_64 203/422 2017-08-02 07:21:33.342 | Verifying : policycoreutils-python-2.5-17.1.el7.x86_64 204/422 2017-08-02 07:21:33.342 | Verifying : fontpackages-filesystem-1.44-8.el7.noarch 205/422 2017-08-02 07:21:33.342 | Verifying : gettext-libs-0.19.8.1-2.el7.x86_64 206/422 2017-08-02 07:21:33.342 | Verifying : gawk-4.0.2-4.el7_3.1.x86_64 207/422 2017-08-02 07:21:33.342 | Verifying : openssh-7.4p1-11.el7.x86_64 208/422 2017-08-02 07:21:33.342 | Verifying : libnetfilter_queue-1.0.2-2.el7_2.x86_64 209/422 2017-08-02 07:21:33.342 | Verifying : glusterfs-3.8.4-18.4.el7.x86_64 210/422 2017-08-02 07:21:33.342 | Verifying : jasper-libs-1.900.1-31.el7.x86_64 211/422 2017-08-02 07:21:33.342 | Verifying : 1:openssl-libs-1.0.2k-8.el7.x86_64 212/422 2017-08-02 07:21:33.342 | Verifying : libvirt-daemon-driver-network-3.2.0-14.el7_4.2.x86_64 213/422 2017-08-02 07:21:33.342 | Verifying : usermode-1.111-5.el7.x86_64 214/422 2017-08-02 07:21:33.342 | Verifying : libvirt-daemon-driver-nodedev-3.2.0-14.el7_4.2.x86_64 215/422 2017-08-02 07:21:33.342 | Verifying : libxshmfence-1.2-1.el7.x86_64 216/422 2017-08-02 07:21:33.342 | Verifying : libSM-1.2.2-2.el7.x86_64 217/422 2017-08-02 07:21:33.342 | Verifying : celt051-0.5.1.3-8.el7.x86_64 218/422 2017-08-02 07:21:33.342 | Verifying : seavgabios-bin-1.10.2-3.el7.noarch 219/422 2017-08-02 07:21:33.342 | Verifying : python-enum34-1.0.4-1.el7.noarch 220/422 2017-08-02 07:21:33.342 | Verifying : glib2-2.50.3-3.el7.x86_64 221/422 2017-08-02 07:21:33.342 | Verifying : xfsprogs-4.5.0-12.el7.x86_64 222/422 2017-08-02 07:21:33.885 | Verifying : 7:device-mapper-event-1.02.140-8.el7.x86_64 223/422 2017-08-02 07:21:33.885 | Verifying : liberasurecode-devel-1.4.0-1.el7.x86_64 224/422 2017-08-02 07:21:33.885 | Verifying : atk-2.22.0-3.el7.x86_64 225/422 2017-08-02 07:21:33.885 | Verifying : libselinux-2.5-11.el7.x86_64 226/422 2017-08-02 07:21:33.885 | Verifying : gcc-4.8.5-16.el7.x86_64 227/422 2017-08-02 07:21:33.885 | Verifying : fping-3.10-4.el7.x86_64 228/422 2017-08-02 07:21:33.885 | Verifying : libkadm5-1.15.1-8.el7.x86_64 229/422 2017-08-02 07:21:33.885 | Verifying : httpd-2.4.6-67.el7.x86_64 230/422 2017-08-02 07:21:33.885 | Verifying : libffi-devel-3.0.13-18.el7.x86_64 231/422 2017-08-02 07:21:33.885 | Verifying : 40:libcacard-2.5.2-2.1.el7.x86_64 232/422 2017-08-02 07:21:33.885 | Verifying : shellinabox-2.20-1.el7.x86_64 233/422 2017-08-02 07:21:33.885 | Verifying : parted-3.1-28.el7.x86_64 234/422 2017-08-02 07:21:33.885 | Verifying : gtk-update-icon-cache-3.22.10-4.el7.x86_64 235/422 2017-08-02 07:21:33.885 | Verifying : libXcursor-1.1.14-8.el7.x86_64 236/422 2017-08-02 07:21:33.885 | Verifying : libsndfile-1.0.25-10.el7.x86_64 237/422 2017-08-02 07:21:33.885 | Verifying : krb5-devel-1.15.1-8.el7.x86_64 238/422 2017-08-02 07:21:33.885 | Verifying : python2-pyasn1-0.1.9-7.el7.noarch 239/422 2017-08-02 07:21:33.885 | Verifying : zlib-devel-1.2.7-17.el7.x86_64 240/422 2017-08-02 07:21:33.885 | Verifying : libxml2-devel-2.9.1-6.el7_2.3.x86_64 241/422 2017-08-02 07:21:33.885 | Verifying : libvirt-daemon-driver-nwfilter-3.2.0-14.el7_4.2.x86_64 242/422 2017-08-02 07:21:33.885 | Verifying : 3:mariadb-config-10.1.20-1.el7.x86_64 243/422 2017-08-02 07:21:33.885 | Verifying : MySQL-python-1.2.5-1.el7.x86_64 244/422 2017-08-02 07:21:33.886 | Verifying : pcre-8.32-17.el7.x86_64 245/422 2017-08-02 07:21:33.886 | Verifying : conntrack-tools-1.4.4-3.el7_3.x86_64 246/422 2017-08-02 07:21:33.886 | Verifying : libvirt-daemon-driver-storage-mpath-3.2.0-14.el7_4.2.x 247/422 2017-08-02 07:21:33.886 | Verifying : libverto-devel-0.2.5-4.el7.x86_64 248/422 2017-08-02 07:21:33.886 | Verifying : 1:dbus-1.6.12-17.el7.x86_64 249/422 2017-08-02 07:21:33.886 | Verifying : 7:device-mapper-1.02.140-8.el7.x86_64 250/422 2017-08-02 07:21:33.886 | Verifying : audit-2.7.6-3.el7.x86_64 251/422 2017-08-02 07:21:33.886 | Verifying : libblkid-2.23.2-43.el7.x86_64 252/422 2017-08-02 07:21:33.886 | Verifying : wget-1.14-15.el7.x86_64 253/422 2017-08-02 07:21:33.886 | Verifying : apr-util-1.5.2-6.el7.x86_64 254/422 2017-08-02 07:21:33.886 | Verifying : ipxe-bootimgs-20170123-1.git4e85b27.el7.noarch 255/422 2017-08-02 07:21:33.886 | Verifying : python-pycparser-2.14-1.el7.noarch 256/422 2017-08-02 07:21:33.886 | Verifying : libXau-1.0.8-2.1.el7.x86_64 257/422 2017-08-02 07:21:33.886 | Verifying : postgresql-9.2.21-1.el7.x86_64 258/422 2017-08-02 07:21:33.886 | Verifying : libxml2-2.9.1-6.el7_2.3.x86_64 259/422 2017-08-02 07:21:33.886 | Verifying : tftp-server-5.2-13.el7.x86_64 260/422 2017-08-02 07:21:33.886 | Verifying : 1:xorg-x11-font-utils-7.5-20.el7.x86_64 261/422 2017-08-02 07:21:33.886 | Verifying : 1:atomic-registries-1.18.1-3.1.git0705b1b.el7.x86_64 262/422 2017-08-02 07:21:33.886 | Verifying : libsepol-devel-2.5-6.el7.x86_64 263/422 2017-08-02 07:21:33.886 | Verifying : harfbuzz-1.3.2-1.el7.x86_64 264/422 2017-08-02 07:21:33.886 | Verifying : ghostscript-9.07-28.el7.x86_64 265/422 2017-08-02 07:21:33.886 | Verifying : mesa-libgbm-17.0.1-6.20170307.el7.x86_64 266/422 2017-08-02 07:21:33.886 | Verifying : container-storage-setup-0.3.0-3.git927974f.el7.noarch 267/422 2017-08-02 07:21:33.886 | Verifying : libarchive-3.1.2-10.el7_2.x86_64 268/422 2017-08-02 07:21:33.886 | Verifying : curl-7.29.0-42.el7.x86_64 269/422 2017-08-02 07:21:33.886 | Verifying : libXtst-1.2.3-1.el7.x86_64 270/422 2017-08-02 07:21:33.886 | Verifying : seabios-bin-1.10.2-3.el7.noarch 271/422 2017-08-02 07:21:33.886 | Verifying : policycoreutils-2.5-17.1.el7.x86_64 272/422 2017-08-02 07:21:33.886 | Verifying : m2crypto-0.21.1-17.el7.x86_64 273/422 2017-08-02 07:21:34.542 | Verifying : python-ply-3.4-11.el7.noarch 274/422 2017-08-02 07:21:34.543 | Verifying : iscsi-initiator-utils-iscsiuio-6.2.0.874-4.el7.x86_64 275/422 2017-08-02 07:21:34.543 | Verifying : libvirt-daemon-driver-qemu-3.2.0-14.el7_4.2.x86_64 276/422 2017-08-02 07:21:34.543 | Verifying : iputils-20160308-10.el7.x86_64 277/422 2017-08-02 07:21:34.543 | Verifying : dnsmasq-2.76-2.el7.x86_64 278/422 2017-08-02 07:21:34.543 | Verifying : 2:libogg-1.3.0-7.el7.x86_64 279/422 2017-08-02 07:21:34.543 | Verifying : 2:docker-client-1.12.6-48.git0fdc778.el7.x86_64 280/422 2017-08-02 07:21:34.543 | Verifying : python-devel-2.7.5-58.el7.x86_64 281/422 2017-08-02 07:21:34.543 | Verifying : python-ethtool-0.8-5.el7.x86_64 282/422 2017-08-02 07:21:34.543 | Verifying : graphite2-1.3.10-1.el7_3.x86_64 283/422 2017-08-02 07:21:34.543 | Verifying : selinux-policy-targeted-3.13.1-166.el7.noarch 284/422 2017-08-02 07:21:34.543 | Verifying : checkpolicy-2.5-4.el7.x86_64 285/422 2017-08-02 07:21:34.543 | Verifying : python-six-1.10.0-3.el7.noarch 286/422 2017-08-02 07:21:34.543 | Verifying : lyx-fonts-2.2.3-1.el7.noarch 287/422 2017-08-02 07:21:34.543 | Verifying : syslinux-extlinux-4.05-13.el7.x86_64 288/422 2017-08-02 07:21:34.543 | Verifying : 2:docker-1.12.6-48.git0fdc778.el7.x86_64 289/422 2017-08-02 07:21:34.543 | Verifying : hicolor-icon-theme-0.12-7.el7.noarch 290/422 2017-08-02 07:21:34.543 | Verifying : audit-libs-2.7.6-3.el7.x86_64 291/422 2017-08-02 07:21:34.543 | Verifying : ipset-libs-6.29-1.el7.x86_64 292/422 2017-08-02 07:21:34.543 | Verifying : openssh-server-7.4p1-11.el7.x86_64 293/422 2017-08-02 07:21:34.543 | Verifying : python-ipaddress-1.0.16-3.el7.noarch 294/422 2017-08-02 07:21:34.543 | Verifying : openssh-clients-7.4p1-11.el7.x86_64 295/422 2017-08-02 07:21:34.543 | Verifying : libvirt-daemon-config-nwfilter-3.2.0-14.el7_4.2.x86_64 296/422 2017-08-02 07:21:34.543 | Verifying : liberasurecode-1.4.0-1.el7.x86_64 297/422 2017-08-02 07:21:34.543 | Verifying : 1:oci-register-machine-0-3.11.1.gitdd0daef.el7.x86_64 298/422 2017-08-02 07:21:34.543 | Verifying : cpp-4.8.5-16.el7.x86_64 299/422 2017-08-02 07:21:34.543 | Verifying : libX11-common-1.6.5-1.el7.noarch 300/422 2017-08-02 07:21:34.543 | Verifying : 14:tcpdump-4.9.0-5.el7.x86_64 301/422 2017-08-02 07:21:34.543 | Verifying : libXdamage-1.1.4-4.1.el7.x86_64 302/422 2017-08-02 07:21:34.543 | Verifying : gperftools-libs-2.4.91-1.el7.x86_64 303/422 2017-08-02 07:21:34.543 | Verifying : graphviz-2.30.1-19.el7.x86_64 304/422 2017-08-02 07:21:34.543 | Verifying : libvirt-3.2.0-14.el7_4.2.x86_64 305/422 2017-08-02 07:21:34.543 | Verifying : libnetfilter_conntrack-1.0.6-1.el7_3.x86_64 306/422 2017-08-02 07:21:34.544 | Verifying : libXt-1.1.5-3.el7.x86_64 307/422 2017-08-02 07:21:34.544 | Verifying : libgcc-4.8.5-16.el7.x86_64 308/422 2017-08-02 07:21:34.544 | Verifying : apr-1.4.8-3.el7.x86_64 309/422 2017-08-02 07:21:34.544 | Verifying : libvirt-daemon-driver-storage-3.2.0-14.el7_4.2.x86_64 310/422 2017-08-02 07:21:34.544 | Verifying : libthai-0.1.14-9.el7.x86_64 311/422 2017-08-02 07:21:34.544 | Verifying : zlib-1.2.7-17.el7.x86_64 312/422 2017-08-02 07:21:34.544 | Verifying : libXft-2.3.2-2.el7.x86_64 313/422 2017-08-02 07:21:34.544 | Verifying : xz-5.2.2-1.el7.x86_64 314/422 2017-08-02 07:21:34.544 | Verifying : libvirt-daemon-driver-interface-3.2.0-14.el7_4.2.x86_6 315/422 2017-08-02 07:21:34.544 | Verifying : 10:qemu-kvm-common-ev-2.6.0-28.el7.10.1.x86_64 316/422 2017-08-02 07:21:34.544 | Verifying : libjpeg-turbo-devel-1.2.90-5.el7.x86_64 317/422 2017-08-02 07:21:34.544 | Verifying : e2fsprogs-1.42.9-10.el7.x86_64 318/422 2017-08-02 07:21:34.544 | Verifying : libfontenc-1.1.3-3.el7.x86_64 319/422 2017-08-02 07:21:34.544 | Verifying : libvirt-1.2.8-16.el7_1.4.x86_64 320/422 2017-08-02 07:21:34.544 | Verifying : parted-3.1-20.el7.x86_64 321/422 2017-08-02 07:21:34.544 | Verifying : e2fsprogs-1.42.9-7.el7.x86_64 322/422 2017-08-02 07:21:34.544 | Verifying : python-six-1.3.0-4.el7.noarch 323/422 2017-08-02 07:21:34.586 | Verifying : libvirt-daemon-1.2.8-16.el7_1.4.x86_64 324/422 2017-08-02 07:21:34.586 | Verifying : libvirt-daemon-driver-secret-1.2.8-16.el7_1.4.x86_64 325/422 2017-08-02 07:21:34.586 | Verifying : 1:mariadb-libs-5.5.44-1.el7_1.x86_64 326/422 2017-08-02 07:21:34.586 | Verifying : 1:dbus-1.6.12-11.el7.x86_64 327/422 2017-08-02 07:21:34.586 | Verifying : iptables-services-1.4.21-13.el7.x86_64 328/422 2017-08-02 07:21:34.586 | Verifying : libffi-3.0.13-11.el7.x86_64 329/422 2017-08-02 07:21:34.586 | Verifying : xz-libs-5.1.2-9alpha.el7.x86_64 330/422 2017-08-02 07:21:34.586 | Verifying : libnl3-3.2.21-8.el7.x86_64 331/422 2017-08-02 07:21:34.586 | Verifying : dnsmasq-2.66-14.el7_1.x86_64 332/422 2017-08-02 07:21:34.586 | Verifying : libvirt-client-1.2.8-16.el7_1.4.x86_64 333/422 2017-08-02 07:21:34.586 | Verifying : glusterfs-libs-3.6.0.29-2.el7.x86_64 334/422 2017-08-02 07:21:34.586 | Verifying : policycoreutils-2.2.5-15.el7.x86_64 335/422 2017-08-02 07:21:34.586 | Verifying : curl-7.29.0-19.el7.x86_64 336/422 2017-08-02 07:21:34.586 | Verifying : util-linux-2.23.2-22.el7_1.1.x86_64 337/422 2017-08-02 07:21:34.586 | Verifying : libxml2-python-2.9.1-5.el7_1.2.x86_64 338/422 2017-08-02 07:21:34.586 | Verifying : libuuid-2.23.2-22.el7_1.1.x86_64 339/422 2017-08-02 07:21:34.587 | Verifying : 1:openssl-libs-1.0.1e-51.el7_2.7.x86_64 340/422 2017-08-02 07:21:34.587 | Verifying : libvirt-python-1.2.8-7.el7_1.1.x86_64 341/422 2017-08-02 07:21:34.587 | Verifying : cryptsetup-libs-1.6.6-3.el7.x86_64 342/422 2017-08-02 07:21:34.587 | Verifying : iptables-1.4.21-13.el7.x86_64 343/422 2017-08-02 07:21:34.587 | Verifying : unzip-6.0-15.el7.x86_64 344/422 2017-08-02 07:21:34.587 | Verifying : glusterfs-api-3.6.0.29-2.el7.x86_64 345/422 2017-08-02 07:21:34.587 | Verifying : cyrus-sasl-plain-2.1.26-17.el7.x86_64 346/422 2017-08-02 07:21:34.587 | Verifying : iscsi-initiator-utils-6.2.0.873-29.el7.x86_64 347/422 2017-08-02 07:21:34.587 | Verifying : cyrus-sasl-md5-2.1.26-17.el7.x86_64 348/422 2017-08-02 07:21:34.587 | Verifying : pcre-8.32-14.el7.x86_64 349/422 2017-08-02 07:21:34.587 | Verifying : cyrus-sasl-2.1.26-17.el7.x86_64 350/422 2017-08-02 07:21:34.587 | Verifying : 7:device-mapper-event-1.02.93-3.el7_1.1.x86_64 351/422 2017-08-02 07:21:34.587 | Verifying : device-mapper-persistent-data-0.4.1-2.el7.x86_64 352/422 2017-08-02 07:21:34.587 | Verifying : libselinux-2.2.2-6.el7.x86_64 353/422 2017-08-02 07:21:34.587 | Verifying : 1:openssl-1.0.1e-51.el7_2.7.x86_64 354/422 2017-08-02 07:21:34.587 | Verifying : krb5-libs-1.12.2-15.el7_1.x86_64 355/422 2017-08-02 07:21:34.587 | Verifying : python-2.7.5-18.el7_1.1.x86_64 356/422 2017-08-02 07:21:34.587 | Verifying : ebtables-2.0.10-13.el7.x86_64 357/422 2017-08-02 07:21:34.587 | Verifying : libvirt-daemon-driver-interface-1.2.8-16.el7_1.4.x86_6 358/422 2017-08-02 07:21:34.587 | Verifying : xz-5.1.2-9alpha.el7.x86_64 359/422 2017-08-02 07:21:34.587 | Verifying : libgcrypt-1.5.3-12.el7_1.1.x86_64 360/422 2017-08-02 07:21:34.587 | Verifying : zlib-1.2.7-13.el7.x86_64 361/422 2017-08-02 07:21:34.587 | Verifying : 7:device-mapper-event-libs-1.02.93-3.el7_1.1.x86_64 362/422 2017-08-02 07:21:34.587 | Verifying : xfsprogs-4.5.0-10.el7_3.x86_64 363/422 2017-08-02 07:21:34.587 | Verifying : net-tools-2.0-0.17.20131004git.el7.x86_64 364/422 2017-08-02 07:21:34.587 | Verifying : 7:device-mapper-libs-1.02.93-3.el7_1.1.x86_64 365/422 2017-08-02 07:21:34.588 | Verifying : ipmitool-1.8.13-8.el7_1.x86_64 366/422 2017-08-02 07:21:34.588 | Verifying : libvirt-daemon-config-network-1.2.8-16.el7_1.4.x86_64 367/422 2017-08-02 07:21:34.588 | Verifying : cyrus-sasl-lib-2.1.26-17.el7.x86_64 368/422 2017-08-02 07:21:34.588 | Verifying : libselinux-python-2.2.2-6.el7.x86_64 369/422 2017-08-02 07:21:34.588 | Verifying : libsepol-2.1.9-3.el7.x86_64 370/422 2017-08-02 07:21:34.588 | Verifying : 14:tcpdump-4.5.1-2.el7.x86_64 371/422 2017-08-02 07:21:34.588 | Verifying : gcc-4.8.3-9.el7.x86_64 372/422 2017-08-02 07:21:34.588 | Verifying : gnupg2-2.0.22-3.el7.x86_64 373/422 2017-08-02 07:21:34.588 | Verifying : 2:tar-1.26-29.el7.x86_64 374/422 2017-08-02 07:21:34.803 | Verifying : 7:lvm2-2.02.115-3.el7_1.1.x86_64 375/422 2017-08-02 07:21:34.803 | Verifying : libvirt-daemon-driver-nwfilter-1.2.8-16.el7_1.4.x86_64 376/422 2017-08-02 07:21:34.804 | Verifying : libvirt-daemon-driver-storage-1.2.8-16.el7_1.4.x86_64 377/422 2017-08-02 07:21:34.804 | Verifying : audit-2.4.1-5.el7.x86_64 378/422 2017-08-02 07:21:34.804 | Verifying : libvirt-daemon-driver-qemu-1.2.8-16.el7_1.4.x86_64 379/422 2017-08-02 07:21:34.804 | Verifying : gettext-0.18.2.1-4.el7.x86_64 380/422 2017-08-02 07:21:34.804 | Verifying : libselinux-utils-2.2.2-6.el7.x86_64 381/422 2017-08-02 07:21:34.804 | Verifying : glib2-2.46.2-4.el7.x86_64 382/422 2017-08-02 07:21:34.804 | Verifying : libvirt-daemon-driver-network-1.2.8-16.el7_1.4.x86_64 383/422 2017-08-02 07:21:34.804 | Verifying : 1:dbus-libs-1.6.12-11.el7.x86_64 384/422 2017-08-02 07:21:34.804 | Verifying : iputils-20121221-6.el7_1.1.x86_64 385/422 2017-08-02 07:21:34.804 | Verifying : libgomp-4.8.3-9.el7.x86_64 386/422 2017-08-02 07:21:34.804 | Verifying : 7:device-mapper-1.02.93-3.el7_1.1.x86_64 387/422 2017-08-02 07:21:34.804 | Verifying : libvirt-daemon-driver-lxc-1.2.8-16.el7_1.4.x86_64 388/422 2017-08-02 07:21:34.804 | Verifying : glusterfs-3.6.0.29-2.el7.x86_64 389/422 2017-08-02 07:21:34.804 | Verifying : polkit-0.112-5.el7.x86_64 390/422 2017-08-02 07:21:34.804 | Verifying : libvirt-daemon-config-nwfilter-1.2.8-16.el7_1.4.x86_64 391/422 2017-08-02 07:21:34.804 | Verifying : sudo-1.8.6p7-23.el7_3.x86_64 392/422 2017-08-02 07:21:34.804 | Verifying : selinux-policy-targeted-3.13.1-23.el7_1.18.noarch 393/422 2017-08-02 07:21:34.804 | Verifying : selinux-policy-3.13.1-23.el7_1.18.noarch 394/422 2017-08-02 07:21:34.804 | Verifying : sqlite-3.7.17-6.el7_1.1.x86_64 395/422 2017-08-02 07:21:34.805 | Verifying : e2fsprogs-libs-1.42.9-7.el7.x86_64 396/422 2017-08-02 07:21:34.805 | Verifying : libsemanage-2.1.10-16.el7.x86_64 397/422 2017-08-02 07:21:34.805 | Verifying : libxml2-2.9.1-5.el7_1.2.x86_64 398/422 2017-08-02 07:21:34.805 | Verifying : libblkid-2.23.2-22.el7_1.1.x86_64 399/422 2017-08-02 07:21:34.805 | Verifying : libusbx-1.0.15-4.el7.x86_64 400/422 2017-08-02 07:21:34.805 | Verifying : openssh-clients-6.6.1p1-23.el7_2.x86_64 401/422 2017-08-02 07:21:34.805 | Verifying : gawk-4.0.2-4.el7.x86_64 402/422 2017-08-02 07:21:34.805 | Verifying : python-libs-2.7.5-18.el7_1.1.x86_64 403/422 2017-08-02 07:21:34.805 | Verifying : libss-1.42.9-7.el7.x86_64 404/422 2017-08-02 07:21:34.805 | Verifying : libstdc++-4.8.3-9.el7.x86_64 405/422 2017-08-02 07:21:34.805 | Verifying : libcom_err-1.42.9-7.el7.x86_64 406/422 2017-08-02 07:21:34.805 | Verifying : libmount-2.23.2-22.el7_1.1.x86_64 407/422 2017-08-02 07:21:34.805 | Verifying : psmisc-22.20-9.el7.x86_64 408/422 2017-08-02 07:21:34.805 | Verifying : libcurl-7.29.0-19.el7.x86_64 409/422 2017-08-02 07:21:34.805 | Verifying : libnetfilter_conntrack-1.0.4-2.el7.x86_64 410/422 2017-08-02 07:21:34.805 | Verifying : 7:lvm2-libs-2.02.115-3.el7_1.1.x86_64 411/422 2017-08-02 07:21:34.805 | Verifying : libvirt-daemon-driver-nodedev-1.2.8-16.el7_1.4.x86_64 412/422 2017-08-02 07:21:34.805 | Verifying : screen-4.1.0-0.19.20120314git3c2946.el7.x86_64 413/422 2017-08-02 07:21:34.805 | Verifying : openssh-server-6.6.1p1-23.el7_2.x86_64 414/422 2017-08-02 07:21:34.805 | Verifying : audit-libs-2.4.1-5.el7.x86_64 415/422 2017-08-02 07:21:34.806 | Verifying : openssh-6.6.1p1-23.el7_2.x86_64 416/422 2017-08-02 07:21:34.806 | Verifying : kpartx-0.4.9-77.el7_1.1.x86_64 417/422 2017-08-02 07:21:34.806 | Verifying : gettext-libs-0.18.2.1-4.el7.x86_64 418/422 2017-08-02 07:21:34.806 | Verifying : cpp-4.8.3-9.el7.x86_64 419/422 2017-08-02 07:21:34.806 | Verifying : libgcc-4.8.3-9.el7.x86_64 420/422 2017-08-02 07:21:34.806 | Verifying : 10:qemu-img-1.5.3-86.el7_1.6.x86_64 421/422 2017-08-02 07:21:34.806 | Verifying : iscsi-initiator-utils-iscsiuio-6.2.0.873-29.el7.x86_64 422/422 2017-08-02 07:21:34.806 | 2017-08-02 07:21:34.806 | Installed: 2017-08-02 07:21:34.806 | MySQL-python.x86_64 0:1.2.5-1.el7 2017-08-02 07:21:34.806 | conntrack-tools.x86_64 0:1.4.4-3.el7_3 2017-08-02 07:21:34.806 | cryptsetup.x86_64 0:1.7.4-3.el7 2017-08-02 07:21:34.806 | dnsmasq-utils.x86_64 0:2.76-2.el7 2017-08-02 07:21:34.806 | docker.x86_64 2:1.12.6-48.git0fdc778.el7 2017-08-02 07:21:34.806 | dstat.noarch 0:0.7.2-12.el7 2017-08-02 07:21:34.807 | fping.x86_64 0:3.10-4.el7 2017-08-02 07:21:34.807 | gcc-c++.x86_64 0:4.8.5-16.el7 2017-08-02 07:21:34.807 | genisoimage.x86_64 0:1.1.11-23.el7 2017-08-02 07:21:34.807 | graphviz.x86_64 0:2.30.1-19.el7 2017-08-02 07:21:34.807 | ipset.x86_64 0:6.29-1.el7 2017-08-02 07:21:34.807 | ipxe-bootimgs.noarch 0:20170123-1.git4e85b27.el7 2017-08-02 07:21:34.807 | ipxe-roms-qemu.noarch 0:20170123-1.git4e85b27.el7 2017-08-02 07:21:34.807 | keepalived.x86_64 0:1.3.5-1.el7 2017-08-02 07:21:34.807 | liberasurecode-devel.x86_64 0:1.4.0-1.el7 2017-08-02 07:21:34.807 | libffi-devel.x86_64 0:3.0.13-18.el7 2017-08-02 07:21:34.807 | libguestfs.x86_64 1:1.36.3-6.el7_4.2 2017-08-02 07:21:34.807 | libjpeg-turbo-devel.x86_64 0:1.2.90-5.el7 2017-08-02 07:21:34.807 | libosinfo.x86_64 0:1.0.0-1.el7 2017-08-02 07:21:34.807 | libvirt-devel.x86_64 0:3.2.0-14.el7_4.2 2017-08-02 07:21:34.807 | libxml2-devel.x86_64 0:2.9.1-6.el7_2.3 2017-08-02 07:21:34.807 | libxslt-devel.x86_64 0:1.1.28-5.el7 2017-08-02 07:21:34.807 | libyaml-devel.x86_64 0:0.1.4-11.el7_0 2017-08-02 07:21:34.807 | m2crypto.x86_64 0:0.21.1-17.el7 2017-08-02 07:21:34.807 | mariadb-devel.x86_64 3:10.1.20-1.el7 2017-08-02 07:21:34.807 | memcached.x86_64 0:1.4.33-2.el7 2017-08-02 07:21:34.808 | mod_ssl.x86_64 1:2.4.6-67.el7 2017-08-02 07:21:34.808 | openssl-devel.x86_64 1:1.0.2k-8.el7 2017-08-02 07:21:34.808 | openvswitch.x86_64 1:2.6.1-4.1.git20161206.el7 2017-08-02 07:21:34.808 | postgresql-devel.x86_64 0:9.2.21-1.el7 2017-08-02 07:21:34.808 | python-devel.x86_64 0:2.7.5-58.el7 2017-08-02 07:21:34.808 | python2-numpy.x86_64 1:1.11.2-2.el7 2017-08-02 07:21:34.808 | python2-pyOpenSSL.noarch 0:16.2.0-3.el7 2017-08-02 07:21:34.808 | qemu-img-ev.x86_64 10:2.6.0-28.el7.10.1 2017-08-02 07:21:34.808 | redhat-rpm-config.noarch 0:9.1.0-76.el7 2017-08-02 07:21:34.808 | sg3_utils.x86_64 0:1.37-12.el7 2017-08-02 07:21:34.808 | sgabios.x86_64 1:0.20110622svn-4.el7 2017-08-02 07:21:34.808 | shellinabox.x86_64 0:2.20-1.el7 2017-08-02 07:21:34.808 | socat.x86_64 0:1.7.3.2-2.el7 2017-08-02 07:21:34.808 | squashfs-tools.x86_64 0:4.3-0.21.gitaae0aff4.el7 2017-08-02 07:21:34.808 | sysfsutils.x86_64 0:2.1.0-16.el7 2017-08-02 07:21:34.808 | syslinux.x86_64 0:4.05-13.el7 2017-08-02 07:21:34.808 | tftp-server.x86_64 0:5.2-13.el7 2017-08-02 07:21:34.808 | wget.x86_64 0:1.14-15.el7 2017-08-02 07:21:34.808 | xinetd.x86_64 2:2.3.15-13.el7 2017-08-02 07:21:34.808 | zlib-devel.x86_64 0:1.2.7-17.el7 2017-08-02 07:21:34.808 | 2017-08-02 07:21:34.808 | Dependency Installed: 2017-08-02 07:21:34.808 | alsa-lib.x86_64 0:1.1.3-3.el7 2017-08-02 07:21:34.808 | apr.x86_64 0:1.4.8-3.el7 2017-08-02 07:21:34.808 | apr-util.x86_64 0:1.5.2-6.el7 2017-08-02 07:21:34.808 | atk.x86_64 0:2.22.0-3.el7 2017-08-02 07:21:34.808 | atlas.x86_64 0:3.10.1-12.el7 2017-08-02 07:21:34.808 | atomic-registries.x86_64 1:1.18.1-3.1.git0705b1b.el7 2017-08-02 07:21:34.808 | audit-libs-python.x86_64 0:2.7.6-3.el7 2017-08-02 07:21:34.808 | cairo.x86_64 0:1.14.8-2.el7 2017-08-02 07:21:34.808 | celt051.x86_64 0:0.5.1.3-8.el7 2017-08-02 07:21:34.808 | checkpolicy.x86_64 0:2.5-4.el7 2017-08-02 07:21:34.808 | container-selinux.noarch 2:2.21-1.el7 2017-08-02 07:21:34.808 | container-storage-setup.noarch 0:0.3.0-3.git927974f.el7 2017-08-02 07:21:34.808 | cyrus-sasl-gssapi.x86_64 0:2.1.26-21.el7 2017-08-02 07:21:34.808 | docker-client.x86_64 2:1.12.6-48.git0fdc778.el7 2017-08-02 07:21:34.808 | docker-common.x86_64 2:1.12.6-48.git0fdc778.el7 2017-08-02 07:21:34.808 | docker-rhel-push-plugin.x86_64 2:1.12.6-48.git0fdc778.el7 2017-08-02 07:21:34.808 | dosfstools.x86_64 0:3.0.20-9.el7 2017-08-02 07:21:34.808 | dwz.x86_64 0:0.11-3.el7 2017-08-02 07:21:34.808 | flac-libs.x86_64 0:1.3.0-5.el7_1 2017-08-02 07:21:34.808 | fontconfig.x86_64 0:2.10.95-11.el7 2017-08-02 07:21:34.808 | fontpackages-filesystem.noarch 0:1.44-8.el7 2017-08-02 07:21:34.808 | fuse.x86_64 0:2.9.2-8.el7 2017-08-02 07:21:34.808 | gd.x86_64 0:2.0.35-26.el7 2017-08-02 07:21:34.808 | gdisk.x86_64 0:0.8.6-5.el7 2017-08-02 07:21:34.808 | gdk-pixbuf2.x86_64 0:2.36.5-1.el7 2017-08-02 07:21:34.809 | ghostscript.x86_64 0:9.07-28.el7 2017-08-02 07:21:34.809 | ghostscript-fonts.noarch 0:5.50-32.el7 2017-08-02 07:21:34.809 | glusterfs-cli.x86_64 0:3.8.4-18.4.el7 2017-08-02 07:21:34.809 | glusterfs-client-xlators.x86_64 0:3.8.4-18.4.el7 2017-08-02 07:21:34.809 | gperftools-libs.x86_64 0:2.4.91-1.el7 2017-08-02 07:21:34.809 | graphite2.x86_64 0:1.3.10-1.el7_3 2017-08-02 07:21:34.809 | gsm.x86_64 0:1.0.13-11.el7 2017-08-02 07:21:34.809 | gtk-update-icon-cache.x86_64 0:3.22.10-4.el7 2017-08-02 07:21:34.809 | gtk2.x86_64 0:2.24.31-1.el7 2017-08-02 07:21:34.809 | harfbuzz.x86_64 0:1.3.2-1.el7 2017-08-02 07:21:34.809 | hicolor-icon-theme.noarch 0:0.12-7.el7 2017-08-02 07:21:34.809 | hivex.x86_64 0:1.3.10-5.8.el7 2017-08-02 07:21:34.809 | httpd.x86_64 0:2.4.6-67.el7 2017-08-02 07:21:34.809 | httpd-tools.x86_64 0:2.4.6-67.el7 2017-08-02 07:21:34.809 | ipset-libs.x86_64 0:6.29-1.el7 2017-08-02 07:21:34.809 | jasper-libs.x86_64 0:1.900.1-31.el7 2017-08-02 07:21:34.809 | json-glib.x86_64 0:1.2.6-1.el7 2017-08-02 07:21:34.809 | keyutils-libs-devel.x86_64 0:1.5.8-3.el7 2017-08-02 07:21:34.809 | krb5-devel.x86_64 0:1.15.1-8.el7 2017-08-02 07:21:34.809 | lcms2.x86_64 0:2.6-3.el7 2017-08-02 07:21:34.809 | libICE.x86_64 0:1.0.9-9.el7 2017-08-02 07:21:34.809 | libSM.x86_64 0:1.2.2-2.el7 2017-08-02 07:21:34.809 | libX11.x86_64 0:1.6.5-1.el7 2017-08-02 07:21:34.809 | libX11-common.noarch 0:1.6.5-1.el7 2017-08-02 07:21:34.809 | libXau.x86_64 0:1.0.8-2.1.el7 2017-08-02 07:21:34.809 | libXaw.x86_64 0:1.0.13-4.el7 2017-08-02 07:21:34.809 | libXcomposite.x86_64 0:0.4.4-4.1.el7 2017-08-02 07:21:34.809 | libXcursor.x86_64 0:1.1.14-8.el7 2017-08-02 07:21:34.809 | libXdamage.x86_64 0:1.1.4-4.1.el7 2017-08-02 07:21:34.809 | libXext.x86_64 0:1.3.3-3.el7 2017-08-02 07:21:34.809 | libXfixes.x86_64 0:5.0.3-1.el7 2017-08-02 07:21:34.809 | libXfont.x86_64 0:1.5.2-1.el7 2017-08-02 07:21:34.809 | libXft.x86_64 0:2.3.2-2.el7 2017-08-02 07:21:34.809 | libXi.x86_64 0:1.7.9-1.el7 2017-08-02 07:21:34.809 | libXinerama.x86_64 0:1.1.3-2.1.el7 2017-08-02 07:21:34.809 | libXmu.x86_64 0:1.1.2-2.el7 2017-08-02 07:21:34.809 | libXpm.x86_64 0:3.5.12-1.el7 2017-08-02 07:21:34.809 | libXrandr.x86_64 0:1.5.1-2.el7 2017-08-02 07:21:34.809 | libXrender.x86_64 0:0.9.10-1.el7 2017-08-02 07:21:34.809 | libXt.x86_64 0:1.1.5-3.el7 2017-08-02 07:21:34.809 | libXtst.x86_64 0:1.2.3-1.el7 2017-08-02 07:21:34.809 | libXxf86vm.x86_64 0:1.1.4-1.el7 2017-08-02 07:21:34.809 | libarchive.x86_64 0:3.1.2-10.el7_2 2017-08-02 07:21:34.809 | libasyncns.x86_64 0:0.8-7.el7 2017-08-02 07:21:34.809 | libcacard.x86_64 40:2.5.2-2.1.el7 2017-08-02 07:21:34.810 | libcom_err-devel.x86_64 0:1.42.9-10.el7 2017-08-02 07:21:34.810 | liberasurecode.x86_64 0:1.4.0-1.el7 2017-08-02 07:21:34.810 | libfontenc.x86_64 0:1.1.3-3.el7 2017-08-02 07:21:34.810 | libgcrypt-devel.x86_64 0:1.5.3-14.el7 2017-08-02 07:21:34.810 | libgfortran.x86_64 0:4.8.5-16.el7 2017-08-02 07:21:34.810 | libgpg-error-devel.x86_64 0:1.12-3.el7 2017-08-02 07:21:34.810 | libibverbs.x86_64 0:13-7.el7 2017-08-02 07:21:34.810 | libicu.x86_64 0:50.1.2-15.el7 2017-08-02 07:21:34.810 | libkadm5.x86_64 0:1.15.1-8.el7 2017-08-02 07:21:34.810 | libnetfilter_cthelper.x86_64 0:1.0.0-9.el7 2017-08-02 07:21:34.810 | libnetfilter_cttimeout.x86_64 0:1.0.0-6.el7 2017-08-02 07:21:34.810 | libnetfilter_queue.x86_64 0:1.0.2-2.el7_2 2017-08-02 07:21:34.810 | libogg.x86_64 2:1.3.0-7.el7 2017-08-02 07:21:34.810 | libpng.x86_64 2:1.5.13-7.el7_2 2017-08-02 07:21:34.810 | libquadmath.x86_64 0:4.8.5-16.el7 2017-08-02 07:21:34.810 | librdmacm.x86_64 0:13-7.el7 2017-08-02 07:21:34.810 | librsvg2.x86_64 0:2.40.16-1.el7 2017-08-02 07:21:34.810 | libseccomp.x86_64 0:2.3.1-3.el7 2017-08-02 07:21:34.810 | libselinux-devel.x86_64 0:2.5-11.el7 2017-08-02 07:21:34.810 | libsemanage-python.x86_64 0:2.5-8.el7 2017-08-02 07:21:34.810 | libsepol-devel.x86_64 0:2.5-6.el7 2017-08-02 07:21:34.810 | libsndfile.x86_64 0:1.0.25-10.el7 2017-08-02 07:21:34.810 | libstdc++-devel.x86_64 0:4.8.5-16.el7 2017-08-02 07:21:34.810 | libsysfs.x86_64 0:2.1.0-16.el7 2017-08-02 07:21:34.810 | libthai.x86_64 0:0.1.14-9.el7 2017-08-02 07:21:34.810 | libtool-ltdl.x86_64 0:2.4.2-22.el7_3 2017-08-02 07:21:34.810 | libunwind.x86_64 2:1.2-2.el7 2017-08-02 07:21:34.810 | libusal.x86_64 0:1.1.11-23.el7 2017-08-02 07:21:34.810 | libverto-devel.x86_64 0:0.2.5-4.el7 2017-08-02 07:21:34.810 | libvirt-daemon-driver-storage-core.x86_64 0:3.2.0-14.el7_4.2 2017-08-02 07:21:34.810 | libvirt-daemon-driver-storage-disk.x86_64 0:3.2.0-14.el7_4.2 2017-08-02 07:21:34.810 | libvirt-daemon-driver-storage-gluster.x86_64 0:3.2.0-14.el7_4.2 2017-08-02 07:21:34.810 | libvirt-daemon-driver-storage-iscsi.x86_64 0:3.2.0-14.el7_4.2 2017-08-02 07:21:34.810 | libvirt-daemon-driver-storage-logical.x86_64 0:3.2.0-14.el7_4.2 2017-08-02 07:21:34.810 | libvirt-daemon-driver-storage-mpath.x86_64 0:3.2.0-14.el7_4.2 2017-08-02 07:21:34.810 | libvirt-daemon-driver-storage-rbd.x86_64 0:3.2.0-14.el7_4.2 2017-08-02 07:21:34.810 | libvirt-daemon-driver-storage-scsi.x86_64 0:3.2.0-14.el7_4.2 2017-08-02 07:21:34.810 | libvirt-daemon-kvm.x86_64 0:3.2.0-14.el7_4.2 2017-08-02 07:21:34.810 | libvirt-libs.x86_64 0:3.2.0-14.el7_4.2 2017-08-02 07:21:34.810 | libvorbis.x86_64 1:1.3.3-8.el7 2017-08-02 07:21:34.810 | libxcb.x86_64 0:1.12-1.el7 2017-08-02 07:21:34.810 | libxshmfence.x86_64 0:1.2-1.el7 2017-08-02 07:21:34.810 | lsscsi.x86_64 0:0.27-6.el7 2017-08-02 07:21:34.810 | lyx-fonts.noarch 0:2.2.3-1.el7 2017-08-02 07:21:34.811 | mariadb-common.x86_64 3:10.1.20-1.el7 2017-08-02 07:21:34.811 | mariadb-config.x86_64 3:10.1.20-1.el7 2017-08-02 07:21:34.811 | mesa-libEGL.x86_64 0:17.0.1-6.20170307.el7 2017-08-02 07:21:34.811 | mesa-libGL.x86_64 0:17.0.1-6.20170307.el7 2017-08-02 07:21:34.811 | mesa-libgbm.x86_64 0:17.0.1-6.20170307.el7 2017-08-02 07:21:34.811 | mesa-libglapi.x86_64 0:17.0.1-6.20170307.el7 2017-08-02 07:21:34.811 | mtools.x86_64 0:4.0.18-5.el7 2017-08-02 07:21:34.811 | oci-register-machine.x86_64 1:0-3.11.1.gitdd0daef.el7 2017-08-02 07:21:34.811 | oci-systemd-hook.x86_64 1:0.1.8-4.1.gite533efa.el7 2017-08-02 07:21:34.811 | oci-umount.x86_64 2:1.12.6-48.git0fdc778.el7 2017-08-02 07:21:34.811 | osinfo-db.noarch 0:20170423-2.el7 2017-08-02 07:21:34.811 | osinfo-db-tools.x86_64 0:1.1.0-1.el7 2017-08-02 07:21:34.811 | pango.x86_64 0:1.40.4-1.el7 2017-08-02 07:21:34.811 | pcre-devel.x86_64 0:8.32-17.el7 2017-08-02 07:21:34.811 | perl-hivex.x86_64 0:1.3.10-5.8.el7 2017-08-02 07:21:34.811 | perl-srpm-macros.noarch 0:1-8.el7 2017-08-02 07:21:34.811 | pixman.x86_64 0:0.34.0-1.el7 2017-08-02 07:21:34.811 | policycoreutils-python.x86_64 0:2.5-17.1.el7 2017-08-02 07:21:34.811 | poppler-data.noarch 0:0.4.6-3.el7 2017-08-02 07:21:34.811 | postgresql.x86_64 0:9.2.21-1.el7 2017-08-02 07:21:34.811 | postgresql-libs.x86_64 0:9.2.21-1.el7 2017-08-02 07:21:34.811 | pulseaudio-libs.x86_64 0:10.0-3.el7 2017-08-02 07:21:34.811 | python-IPy.noarch 0:0.75-6.el7 2017-08-02 07:21:34.811 | python-dateutil.noarch 1:2.4.2-1.el7 2017-08-02 07:21:34.811 | python-dmidecode.x86_64 0:3.12.2-1.el7 2017-08-02 07:21:34.811 | python-enum34.noarch 0:1.0.4-1.el7 2017-08-02 07:21:34.811 | python-ethtool.x86_64 0:0.8-5.el7 2017-08-02 07:21:34.811 | python-ipaddress.noarch 0:1.0.16-3.el7 2017-08-02 07:21:34.811 | python-nose.noarch 0:1.3.7-7.el7 2017-08-02 07:21:34.811 | python-ply.noarch 0:3.4-11.el7 2017-08-02 07:21:34.811 | python-pycparser.noarch 0:2.14-1.el7 2017-08-02 07:21:34.811 | python-rhsm.x86_64 0:1.19.9-1.el7 2017-08-02 07:21:34.811 | python-rhsm-certificates.x86_64 0:1.19.9-1.el7 2017-08-02 07:21:34.811 | python2-cffi.x86_64 0:1.5.2-1.el7 2017-08-02 07:21:34.811 | python2-cryptography.x86_64 0:1.7.2-1.el7 2017-08-02 07:21:34.811 | python2-idna.noarch 0:2.5-1.el7 2017-08-02 07:21:34.811 | python2-pyasn1.noarch 0:0.1.9-7.el7 2017-08-02 07:21:34.811 | qemu-kvm-common-ev.x86_64 10:2.6.0-28.el7.10.1 2017-08-02 07:21:34.811 | qemu-kvm-ev.x86_64 10:2.6.0-28.el7.10.1 2017-08-02 07:21:34.812 | rdma-core.x86_64 0:13-7.el7 2017-08-02 07:21:34.812 | scrub.x86_64 0:2.5.2-7.el7 2017-08-02 07:21:34.812 | seabios-bin.noarch 0:1.10.2-3.el7 2017-08-02 07:21:34.812 | seavgabios-bin.noarch 0:1.10.2-3.el7 2017-08-02 07:21:34.812 | setools-libs.x86_64 0:3.3.8-1.1.el7 2017-08-02 07:21:34.812 | sg3_utils-libs.x86_64 0:1.37-12.el7 2017-08-02 07:21:34.812 | sgabios-bin.noarch 1:0.20110622svn-4.el7 2017-08-02 07:21:34.812 | skopeo-containers.x86_64 1:0.1.20-2.1.gite802625.el7 2017-08-02 07:21:34.812 | spice-server.x86_64 0:0.12.8-2.el7 2017-08-02 07:21:34.812 | subscription-manager.x86_64 0:1.19.21-1.el7 2017-08-02 07:21:34.812 | subscription-manager-plugin-container.x86_64 0:1.19.21-1.el7 2017-08-02 07:21:34.812 | supermin5.x86_64 0:5.1.16-4.el7 2017-08-02 07:21:34.812 | syslinux-extlinux.x86_64 0:4.05-13.el7 2017-08-02 07:21:34.812 | urw-fonts.noarch 0:2.4-16.el7 2017-08-02 07:21:34.812 | usbredir.x86_64 0:0.7.1-2.el7 2017-08-02 07:21:34.812 | usermode.x86_64 0:1.111-5.el7 2017-08-02 07:21:34.812 | xorg-x11-font-utils.x86_64 1:7.5-20.el7 2017-08-02 07:21:34.812 | xz-devel.x86_64 0:5.2.2-1.el7 2017-08-02 07:21:34.812 | 2017-08-02 07:21:34.812 | Updated: 2017-08-02 07:21:34.812 | curl.x86_64 0:7.29.0-42.el7 2017-08-02 07:21:34.812 | dbus.x86_64 1:1.6.12-17.el7 2017-08-02 07:21:34.812 | dnsmasq.x86_64 0:2.76-2.el7 2017-08-02 07:21:34.812 | ebtables.x86_64 0:2.0.10-15.el7 2017-08-02 07:21:34.812 | gawk.x86_64 0:4.0.2-4.el7_3.1 2017-08-02 07:21:34.812 | gcc.x86_64 0:4.8.5-16.el7 2017-08-02 07:21:34.812 | gettext.x86_64 0:0.19.8.1-2.el7 2017-08-02 07:21:34.812 | gnupg2.x86_64 0:2.0.22-4.el7 2017-08-02 07:21:34.812 | ipmitool.x86_64 0:1.8.18-5.el7 2017-08-02 07:21:34.812 | iptables.x86_64 0:1.4.21-18.el7 2017-08-02 07:21:34.812 | iputils.x86_64 0:20160308-10.el7 2017-08-02 07:21:34.812 | iscsi-initiator-utils.x86_64 0:6.2.0.874-4.el7 2017-08-02 07:21:34.812 | kpartx.x86_64 0:0.4.9-111.el7 2017-08-02 07:21:34.812 | libvirt.x86_64 0:3.2.0-14.el7_4.2 2017-08-02 07:21:34.812 | libvirt-python.x86_64 0:3.2.0-3.el7 2017-08-02 07:21:34.812 | libxml2-python.x86_64 0:2.9.1-6.el7_2.3 2017-08-02 07:21:34.812 | lvm2.x86_64 7:2.02.171-8.el7 2017-08-02 07:21:34.812 | net-tools.x86_64 0:2.0-0.22.20131004git.el7 2017-08-02 07:21:34.812 | openssh-clients.x86_64 0:7.4p1-11.el7 2017-08-02 07:21:34.812 | openssh-server.x86_64 0:7.4p1-11.el7 2017-08-02 07:21:34.812 | openssl.x86_64 1:1.0.2k-8.el7 2017-08-02 07:21:34.812 | parted.x86_64 0:3.1-28.el7 2017-08-02 07:21:34.812 | polkit.x86_64 0:0.112-12.el7_3 2017-08-02 07:21:34.812 | psmisc.x86_64 0:22.20-15.el7 2017-08-02 07:21:34.812 | screen.x86_64 0:4.1.0-0.23.20120314git3c2946.el7_2 2017-08-02 07:21:34.812 | sqlite.x86_64 0:3.7.17-8.el7 2017-08-02 07:21:34.813 | sudo.x86_64 0:1.8.19p2-10.el7 2017-08-02 07:21:34.813 | tar.x86_64 2:1.26-32.el7 2017-08-02 07:21:34.813 | tcpdump.x86_64 14:4.9.0-5.el7 2017-08-02 07:21:34.813 | unzip.x86_64 0:6.0-16.el7 2017-08-02 07:21:34.813 | util-linux.x86_64 0:2.23.2-43.el7 2017-08-02 07:21:34.813 | xfsprogs.x86_64 0:4.5.0-12.el7 2017-08-02 07:21:34.813 | 2017-08-02 07:21:34.813 | Dependency Updated: 2017-08-02 07:21:34.813 | audit.x86_64 0:2.7.6-3.el7 2017-08-02 07:21:34.813 | audit-libs.x86_64 0:2.7.6-3.el7 2017-08-02 07:21:34.813 | cpp.x86_64 0:4.8.5-16.el7 2017-08-02 07:21:34.813 | cryptsetup-libs.x86_64 0:1.7.4-3.el7 2017-08-02 07:21:34.813 | cyrus-sasl.x86_64 0:2.1.26-21.el7 2017-08-02 07:21:34.813 | cyrus-sasl-lib.x86_64 0:2.1.26-21.el7 2017-08-02 07:21:34.813 | cyrus-sasl-md5.x86_64 0:2.1.26-21.el7 2017-08-02 07:21:34.813 | cyrus-sasl-plain.x86_64 0:2.1.26-21.el7 2017-08-02 07:21:34.813 | dbus-libs.x86_64 1:1.6.12-17.el7 2017-08-02 07:21:34.813 | device-mapper.x86_64 7:1.02.140-8.el7 2017-08-02 07:21:34.813 | device-mapper-event.x86_64 7:1.02.140-8.el7 2017-08-02 07:21:34.813 | device-mapper-event-libs.x86_64 7:1.02.140-8.el7 2017-08-02 07:21:34.813 | device-mapper-libs.x86_64 7:1.02.140-8.el7 2017-08-02 07:21:34.813 | device-mapper-persistent-data.x86_64 0:0.7.0-0.1.rc6.el7 2017-08-02 07:21:34.813 | e2fsprogs.x86_64 0:1.42.9-10.el7 2017-08-02 07:21:34.813 | e2fsprogs-libs.x86_64 0:1.42.9-10.el7 2017-08-02 07:21:34.813 | gettext-libs.x86_64 0:0.19.8.1-2.el7 2017-08-02 07:21:34.813 | glib2.x86_64 0:2.50.3-3.el7 2017-08-02 07:21:34.813 | glusterfs.x86_64 0:3.8.4-18.4.el7 2017-08-02 07:21:34.813 | glusterfs-api.x86_64 0:3.8.4-18.4.el7 2017-08-02 07:21:34.813 | glusterfs-libs.x86_64 0:3.8.4-18.4.el7 2017-08-02 07:21:34.813 | iptables-services.x86_64 0:1.4.21-18.el7 2017-08-02 07:21:34.813 | iscsi-initiator-utils-iscsiuio.x86_64 0:6.2.0.874-4.el7 2017-08-02 07:21:34.813 | krb5-libs.x86_64 0:1.15.1-8.el7 2017-08-02 07:21:34.813 | libblkid.x86_64 0:2.23.2-43.el7 2017-08-02 07:21:34.813 | libcom_err.x86_64 0:1.42.9-10.el7 2017-08-02 07:21:34.813 | libcurl.x86_64 0:7.29.0-42.el7 2017-08-02 07:21:34.813 | libffi.x86_64 0:3.0.13-18.el7 2017-08-02 07:21:34.813 | libgcc.x86_64 0:4.8.5-16.el7 2017-08-02 07:21:34.813 | libgcrypt.x86_64 0:1.5.3-14.el7 2017-08-02 07:21:34.813 | libgomp.x86_64 0:4.8.5-16.el7 2017-08-02 07:21:34.813 | libmount.x86_64 0:2.23.2-43.el7 2017-08-02 07:21:34.813 | libnetfilter_conntrack.x86_64 0:1.0.6-1.el7_3 2017-08-02 07:21:34.813 | libnl3.x86_64 0:3.2.28-4.el7 2017-08-02 07:21:34.813 | libselinux.x86_64 0:2.5-11.el7 2017-08-02 07:21:34.813 | libselinux-python.x86_64 0:2.5-11.el7 2017-08-02 07:21:34.813 | libselinux-utils.x86_64 0:2.5-11.el7 2017-08-02 07:21:34.813 | libsemanage.x86_64 0:2.5-8.el7 2017-08-02 07:21:34.813 | libsepol.x86_64 0:2.5-6.el7 2017-08-02 07:21:34.813 | libss.x86_64 0:1.42.9-10.el7 2017-08-02 07:21:34.814 | libstdc++.x86_64 0:4.8.5-16.el7 2017-08-02 07:21:34.814 | libusbx.x86_64 0:1.0.20-1.el7 2017-08-02 07:21:34.814 | libuuid.x86_64 0:2.23.2-43.el7 2017-08-02 07:21:34.814 | libvirt-client.x86_64 0:3.2.0-14.el7_4.2 2017-08-02 07:21:34.814 | libvirt-daemon.x86_64 0:3.2.0-14.el7_4.2 2017-08-02 07:21:34.814 | libvirt-daemon-config-network.x86_64 0:3.2.0-14.el7_4.2 2017-08-02 07:21:34.814 | libvirt-daemon-config-nwfilter.x86_64 0:3.2.0-14.el7_4.2 2017-08-02 07:21:34.814 | libvirt-daemon-driver-interface.x86_64 0:3.2.0-14.el7_4.2 2017-08-02 07:21:34.814 | libvirt-daemon-driver-lxc.x86_64 0:3.2.0-14.el7_4.2 2017-08-02 07:21:34.814 | libvirt-daemon-driver-network.x86_64 0:3.2.0-14.el7_4.2 2017-08-02 07:21:34.814 | libvirt-daemon-driver-nodedev.x86_64 0:3.2.0-14.el7_4.2 2017-08-02 07:21:34.814 | libvirt-daemon-driver-nwfilter.x86_64 0:3.2.0-14.el7_4.2 2017-08-02 07:21:34.814 | libvirt-daemon-driver-qemu.x86_64 0:3.2.0-14.el7_4.2 2017-08-02 07:21:34.814 | libvirt-daemon-driver-secret.x86_64 0:3.2.0-14.el7_4.2 2017-08-02 07:21:34.814 | libvirt-daemon-driver-storage.x86_64 0:3.2.0-14.el7_4.2 2017-08-02 07:21:34.814 | libxml2.x86_64 0:2.9.1-6.el7_2.3 2017-08-02 07:21:34.895 | lvm2-libs.x86_64 7:2.02.171-8.el7 2017-08-02 07:21:34.896 | mariadb-libs.x86_64 3:10.1.20-1.el7 2017-08-02 07:21:34.896 | openssh.x86_64 0:7.4p1-11.el7 2017-08-02 07:21:34.896 | openssl-libs.x86_64 1:1.0.2k-8.el7 2017-08-02 07:21:34.896 | pcre.x86_64 0:8.32-17.el7 2017-08-02 07:21:34.896 | policycoreutils.x86_64 0:2.5-17.1.el7 2017-08-02 07:21:34.896 | python.x86_64 0:2.7.5-58.el7 2017-08-02 07:21:34.896 | python-libs.x86_64 0:2.7.5-58.el7 2017-08-02 07:21:34.896 | python-six.noarch 0:1.10.0-3.el7 2017-08-02 07:21:34.896 | selinux-policy.noarch 0:3.13.1-166.el7 2017-08-02 07:21:34.896 | selinux-policy-targeted.noarch 0:3.13.1-166.el7 2017-08-02 07:21:34.896 | xz.x86_64 0:5.2.2-1.el7 2017-08-02 07:21:34.896 | xz-libs.x86_64 0:5.2.2-1.el7 2017-08-02 07:21:34.896 | zlib.x86_64 0:1.2.7-17.el7 2017-08-02 07:21:34.896 | 2017-08-02 07:21:34.896 | Replaced: 2017-08-02 07:21:34.896 | qemu-img.x86_64 10:1.5.3-86.el7_1.6 2017-08-02 07:21:34.896 | 2017-08-02 07:21:34.897 | Complete! 2017-08-02 07:21:34.900 | ++ functions-common:yum_install:1356 : result=0 2017-08-02 07:21:34.903 | ++ functions-common:yum_install:1358 : time_stop yum_install 2017-08-02 07:21:34.907 | ++ functions-common:time_stop:2398 : local name 2017-08-02 07:21:34.910 | ++ functions-common:time_stop:2399 : local end_time 2017-08-02 07:21:34.913 | ++ functions-common:time_stop:2400 : local elapsed_time 2017-08-02 07:21:34.916 | ++ functions-common:time_stop:2401 : local total 2017-08-02 07:21:34.919 | ++ functions-common:time_stop:2402 : local start_time 2017-08-02 07:21:34.921 | ++ functions-common:time_stop:2404 : name=yum_install 2017-08-02 07:21:34.924 | ++ functions-common:time_stop:2405 : start_time=1501658231 2017-08-02 07:21:34.928 | ++ functions-common:time_stop:2407 : [[ -z 1501658231 ]] 2017-08-02 07:21:34.932 | +++ functions-common:time_stop:2410 : date +%s 2017-08-02 07:21:34.938 | ++ functions-common:time_stop:2410 : end_time=1501658494 2017-08-02 07:21:34.942 | ++ functions-common:time_stop:2411 : elapsed_time=263 2017-08-02 07:21:34.947 | ++ functions-common:time_stop:2412 : total=8 2017-08-02 07:21:34.950 | ++ functions-common:time_stop:2414 : _TIME_START[$name]= 2017-08-02 07:21:34.954 | ++ functions-common:time_stop:2415 : _TIME_TOTAL[$name]=271 2017-08-02 07:21:34.958 | ++ functions-common:yum_install:1367 : '[' 0 == 2 ']' 2017-08-02 07:21:34.962 | ++ functions-common:yum_install:1371 : return 0 2017-08-02 07:21:34.966 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2017-08-02 07:21:34.970 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2017-08-02 07:21:34.974 | ++ tools/install_prereqs.sh:source:84 : python3_enabled 2017-08-02 07:21:34.978 | ++ inc/python:python3_enabled:430 : [[ False == \T\r\u\e ]] 2017-08-02 07:21:34.981 | ++ inc/python:python3_enabled:433 : return 1 2017-08-02 07:21:34.986 | +++ tools/install_prereqs.sh:source:88 : which python 2017-08-02 07:21:34.995 | ++ tools/install_prereqs.sh:source:88 : export PYTHON=/bin/python 2017-08-02 07:21:35.000 | ++ tools/install_prereqs.sh:source:88 : PYTHON=/bin/python 2017-08-02 07:21:35.005 | ++ tools/install_prereqs.sh:source:94 : date +%s 2017-08-02 07:21:35.011 | ++ tools/install_prereqs.sh:source:95 : date 2017-08-02 07:21:35.019 | + stack.sh:main:735 : [[ False != \T\r\u\e ]] 2017-08-02 07:21:35.022 | + stack.sh:main:736 : PYPI_ALTERNATIVE_URL= 2017-08-02 07:21:35.026 | + stack.sh:main:736 : /opt/stack/devstack/tools/install_pip.sh 2017-08-02 07:21:35.730 | + tools/install_pip.sh:main:25 : FILES=/opt/stack/devstack/files 2017-08-02 07:21:35.733 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2017-08-02 07:21:35.736 | ++ tools/install_pip.sh:main:41 : basename https://bootstrap.pypa.io/get-pip.py 2017-08-02 07:21:35.740 | + tools/install_pip.sh:main:41 : LOCAL_PIP=/opt/stack/devstack/files/get-pip.py 2017-08-02 07:21:35.742 | + tools/install_pip.sh:main:43 : GetDistro 2017-08-02 07:21:35.744 | + functions-common:GetDistro:367 : GetOSVersion 2017-08-02 07:21:35.747 | + functions-common:GetOSVersion:344 : _ensure_lsb_release 2017-08-02 07:21:35.750 | ++ functions-common:_ensure_lsb_release:315 : command -v lsb_release 2017-08-02 07:21:35.753 | + functions-common:_ensure_lsb_release:315 : [[ -x /bin/lsb_release ]] 2017-08-02 07:21:35.755 | + functions-common:_ensure_lsb_release:316 : return 2017-08-02 07:21:35.759 | ++ functions-common:GetOSVersion:346 : lsb_release -r -s 2017-08-02 07:21:35.788 | + functions-common:GetOSVersion:346 : os_RELEASE=7.1 2017-08-02 07:21:35.791 | ++ functions-common:GetOSVersion:347 : lsb_release -c -s 2017-08-02 07:21:35.822 | + functions-common:GetOSVersion:347 : os_CODENAME=Maipo 2017-08-02 07:21:35.825 | ++ functions-common:GetOSVersion:348 : lsb_release -i -s 2017-08-02 07:21:35.847 | + functions-common:GetOSVersion:348 : os_VENDOR=RedHatEnterpriseServer 2017-08-02 07:21:35.848 | + functions-common:GetOSVersion:350 : [[ RedHatEnterpriseServer =~ (Debian|Ubuntu|LinuxMint) ]] 2017-08-02 07:21:35.850 | + functions-common:GetOSVersion:353 : os_PACKAGE=rpm 2017-08-02 07:21:35.851 | + functions-common:GetOSVersion:356 : typeset -xr os_VENDOR 2017-08-02 07:21:35.852 | + functions-common:GetOSVersion:357 : typeset -xr os_RELEASE 2017-08-02 07:21:35.853 | + functions-common:GetOSVersion:358 : typeset -xr os_PACKAGE 2017-08-02 07:21:35.854 | + functions-common:GetOSVersion:359 : typeset -xr os_CODENAME 2017-08-02 07:21:35.856 | + functions-common:GetDistro:369 : [[ RedHatEnterpriseServer =~ (Ubuntu) ]] 2017-08-02 07:21:35.859 | + functions-common:GetDistro:369 : [[ RedHatEnterpriseServer =~ (Debian) ]] 2017-08-02 07:21:35.860 | + functions-common:GetDistro:369 : [[ RedHatEnterpriseServer =~ (LinuxMint) ]] 2017-08-02 07:21:35.861 | + functions-common:GetDistro:373 : [[ RedHatEnterpriseServer =~ (Fedora) ]] 2017-08-02 07:21:35.862 | + functions-common:GetDistro:376 : [[ RedHatEnterpriseServer =~ (openSUSE) ]] 2017-08-02 07:21:35.868 | + functions-common:GetDistro:378 : [[ RedHatEnterpriseServer =~ (SUSE LINUX) ]] 2017-08-02 07:21:35.869 | + functions-common:GetDistro:385 : [[ RedHatEnterpriseServer =~ (Red.*Hat) ]] 2017-08-02 07:21:35.871 | + functions-common:GetDistro:388 : DISTRO=rhel7 2017-08-02 07:21:35.873 | + functions-common:GetDistro:415 : typeset -xr DISTRO 2017-08-02 07:21:35.875 | + tools/install_pip.sh:main:44 : echo 'Distro: rhel7' 2017-08-02 07:21:35.875 | Distro: rhel7 2017-08-02 07:21:35.877 | + tools/install_pip.sh:main:126 : get_versions 2017-08-02 07:21:35.880 | ++ tools/install_pip.sh:get_versions:49 : which pip 2017-08-02 07:21:35.885 | + tools/install_pip.sh:get_versions:49 : PIP=/bin/pip 2017-08-02 07:21:35.888 | + tools/install_pip.sh:get_versions:50 : [[ -n /bin/pip ]] 2017-08-02 07:21:35.892 | ++ tools/install_pip.sh:get_versions:51 : /bin/pip --version 2017-08-02 07:21:35.892 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2017-08-02 07:21:37.477 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=8.1.2 2017-08-02 07:21:37.480 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 8.1.2' 2017-08-02 07:21:37.480 | pip: 8.1.2 2017-08-02 07:21:37.482 | + tools/install_pip.sh:main:135 : is_fedora 2017-08-02 07:21:37.484 | + functions-common:is_fedora:439 : [[ -z RedHatEnterpriseServer ]] 2017-08-02 07:21:37.486 | + functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = Fedora ']' 2017-08-02 07:21:37.488 | + functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = 'Red Hat' ']' 2017-08-02 07:21:37.491 | + functions-common:is_fedora:444 : '[' RedHatEnterpriseServer = RedHatEnterpriseServer ']' 2017-08-02 07:21:37.492 | + tools/install_pip.sh:main:140 : install_get_pip 2017-08-02 07:21:37.494 | + tools/install_pip.sh:install_get_pip:62 : [[ -r /opt/stack/devstack/files/get-pip.py ]] 2017-08-02 07:21:37.496 | + tools/install_pip.sh:install_get_pip:79 : [[ ! -r /opt/stack/devstack/files/get-pip.py ]] 2017-08-02 07:21:37.498 | + tools/install_pip.sh:install_get_pip:82 : local timecond= 2017-08-02 07:21:37.499 | + tools/install_pip.sh:install_get_pip:83 : [[ -r /opt/stack/devstack/files/get-pip.py ]] 2017-08-02 07:21:37.502 | + tools/install_pip.sh:install_get_pip:87 : curl -f --retry 6 --retry-delay 5 -o /opt/stack/devstack/files/get-pip.py https://bootstrap.pypa.io/get-pip.py 2017-08-02 07:21:37.506 | % Total % Received % Xferd Average Speed Time Time Time Current 2017-08-02 07:21:37.506 | Dload Upload Total Spent Left Speed 2017-08-02 07:21:38.289 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 9 1558k 9 143k 0 0 240k 0 0:00:06 --:--:-- 0:00:06 239k 100 1558k 100 1558k 0 0 1990k 0 --:--:-- --:--:-- --:--:-- 1989k 2017-08-02 07:21:38.298 | + tools/install_pip.sh:install_get_pip:90 : touch /opt/stack/devstack/files/get-pip.py.downloaded 2017-08-02 07:21:38.301 | + tools/install_pip.sh:install_get_pip:92 : sudo -H -E python /opt/stack/devstack/files/get-pip.py -c /opt/stack/devstack/tools/cap-pip.txt 2017-08-02 07:21:40.510 | Collecting pip!=8 (from -c /opt/stack/devstack/tools/cap-pip.txt (line 1)) 2017-08-02 07:21:40.631 | Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB) 2017-08-02 07:21:41.361 | Collecting wheel 2017-08-02 07:21:41.517 | Downloading wheel-0.29.0-py2.py3-none-any.whl (66kB) 2017-08-02 07:21:41.646 | Installing collected packages: pip, wheel 2017-08-02 07:21:41.646 | Found existing installation: pip 8.1.2 2017-08-02 07:21:41.650 | Uninstalling pip-8.1.2: 2017-08-02 07:21:41.654 | Successfully uninstalled pip-8.1.2 2017-08-02 07:21:42.610 | Successfully installed pip-9.0.1 wheel-0.29.0 2017-08-02 07:21:43.127 | + tools/install_pip.sh:install_get_pip:93 : python3_enabled 2017-08-02 07:21:43.130 | + inc/python:python3_enabled:430 : [[ False == \T\r\u\e ]] 2017-08-02 07:21:43.132 | + inc/python:python3_enabled:433 : return 1 2017-08-02 07:21:43.135 | + tools/install_pip.sh:main:142 : [[ -n '' ]] 2017-08-02 07:21:43.137 | + tools/install_pip.sh:main:146 : set -x 2017-08-02 07:21:43.140 | + tools/install_pip.sh:main:150 : pip_install_gr setuptools 2017-08-02 07:21:43.142 | + inc/python:pip_install_gr:66 : local name=setuptools 2017-08-02 07:21:43.145 | + inc/python:pip_install_gr:67 : local clean_name 2017-08-02 07:21:43.149 | ++ inc/python:pip_install_gr:68 : get_from_global_requirements setuptools 2017-08-02 07:21:43.151 | ++ inc/python:get_from_global_requirements:252 : local package=setuptools 2017-08-02 07:21:43.153 | ++ inc/python:get_from_global_requirements:253 : local required_pkg 2017-08-02 07:21:43.156 | +++ inc/python:get_from_global_requirements:254 : grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt 2017-08-02 07:21:43.156 | +++ inc/python:get_from_global_requirements:254 : cut -d# -f1 2017-08-02 07:21:43.160 | ++ inc/python:get_from_global_requirements:254 : 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,!=36.2.0 ' 2017-08-02 07:21:43.161 | ++ inc/python:get_from_global_requirements:255 : [[ 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,!=36.2.0 == '' ]] 2017-08-02 07:21:43.163 | ++ inc/python:get_from_global_requirements:258 : 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,!=36.2.0' 2017-08-02 07:21:43.165 | + 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,!=36.2.0' 2017-08-02 07:21:43.167 | + 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,!=36.2.0' 2017-08-02 07:21:43.735 | + inc/python:pip_install:222 : sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /bin/pip2.7 install -c /opt/stack/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,!=36.2.0' 2017-08-02 07:21:44.642 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2017-08-02 07:21:44.645 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2017-08-02 07:21:45.200 | Collecting 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,!=36.2.0,>=16.0 2017-08-02 07:21:46.755 | Downloading setuptools-36.2.7-py2.py3-none-any.whl (477kB) 2017-08-02 07:21:47.005 | Installing collected packages: setuptools 2017-08-02 07:21:47.006 | Found existing installation: setuptools 0.9.8 2017-08-02 07:21:47.021 | Uninstalling setuptools-0.9.8: 2017-08-02 07:21:47.028 | Successfully uninstalled setuptools-0.9.8 2017-08-02 07:21:47.297 | Successfully installed setuptools-36.2.7 2017-08-02 07:21:47.521 | + inc/python:pip_install:229 : result=0 2017-08-02 07:21:47.523 | + inc/python:pip_install:232 : 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,!=36.2.0/test-requirements.txt' 2017-08-02 07:21:47.526 | + inc/python:pip_install:233 : [[ 0 == 0 ]] 2017-08-02 07:21:47.529 | + inc/python:pip_install:233 : [[ -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,!=36.2.0/test-requirements.txt ]] 2017-08-02 07:21:47.532 | + inc/python:pip_install:245 : time_stop pip_install 2017-08-02 07:21:47.535 | + functions-common:time_stop:2398 : local name 2017-08-02 07:21:47.537 | + functions-common:time_stop:2399 : local end_time 2017-08-02 07:21:47.540 | + functions-common:time_stop:2400 : local elapsed_time 2017-08-02 07:21:47.543 | + functions-common:time_stop:2401 : local total 2017-08-02 07:21:47.546 | + functions-common:time_stop:2402 : local start_time 2017-08-02 07:21:47.548 | + functions-common:time_stop:2404 : name=pip_install 2017-08-02 07:21:47.551 | + functions-common:time_stop:2405 : start_time=1501658503 2017-08-02 07:21:47.553 | + functions-common:time_stop:2407 : [[ -z 1501658503 ]] 2017-08-02 07:21:47.555 | ++ functions-common:time_stop:2410 : date +%s 2017-08-02 07:21:47.558 | + functions-common:time_stop:2410 : end_time=1501658507 2017-08-02 07:21:47.561 | + functions-common:time_stop:2411 : elapsed_time=4 2017-08-02 07:21:47.562 | + functions-common:time_stop:2412 : total=0 2017-08-02 07:21:47.564 | + functions-common:time_stop:2414 : _TIME_START[$name]= 2017-08-02 07:21:47.565 | + functions-common:time_stop:2415 : _TIME_TOTAL[$name]=4 2017-08-02 07:21:47.568 | + inc/python:pip_install:246 : return 0 2017-08-02 07:21:47.569 | + tools/install_pip.sh:main:152 : get_versions 2017-08-02 07:21:47.572 | ++ tools/install_pip.sh:get_versions:49 : which pip 2017-08-02 07:21:47.576 | + tools/install_pip.sh:get_versions:49 : PIP=/bin/pip 2017-08-02 07:21:47.579 | + tools/install_pip.sh:get_versions:50 : [[ -n /bin/pip ]] 2017-08-02 07:21:47.581 | ++ tools/install_pip.sh:get_versions:51 : /bin/pip --version 2017-08-02 07:21:47.582 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2017-08-02 07:21:48.233 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=9.0.1 2017-08-02 07:21:48.235 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 9.0.1' 2017-08-02 07:21:48.235 | pip: 9.0.1 2017-08-02 07:21:48.239 | + stack.sh:main:740 : pip_install -U os-testr 2017-08-02 07:21:48.747 | + inc/python:pip_install:222 : sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -U os-testr 2017-08-02 07:21:49.599 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2017-08-02 07:21:49.601 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2017-08-02 07:21:50.301 | Collecting os-testr===0.8.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 230)) 2017-08-02 07:21:50.678 | Downloading os_testr-0.8.0-py2-none-any.whl (41kB) 2017-08-02 07:21:51.138 | Collecting pbr===1.10.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 262)) 2017-08-02 07:21:51.309 | Downloading pbr-1.10.0-py2.py3-none-any.whl (96kB) 2017-08-02 07:21:51.747 | Collecting python-subunit===1.2.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) 2017-08-02 07:21:51.870 | Downloading python_subunit-1.2.0-py2.py3-none-any.whl (112kB) 2017-08-02 07:21:52.269 | Collecting testrepository===0.0.20 (from -c /opt/stack/requirements/upper-constraints.txt (line 409)) 2017-08-02 07:21:52.400 | Downloading testrepository-0.0.20.tar.gz (84kB) 2017-08-02 07:21:53.681 | Collecting testtools===2.2.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 412)) 2017-08-02 07:21:53.851 | Downloading testtools-2.2.0-py2.py3-none-any.whl (195kB) 2017-08-02 07:21:54.259 | Collecting traceback2===1.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 417)) 2017-08-02 07:21:54.387 | Downloading traceback2-1.4.0-py2.py3-none-any.whl 2017-08-02 07:21:54.727 | Collecting unittest2===1.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 425)) 2017-08-02 07:21:54.868 | Downloading unittest2-1.1.0-py2.py3-none-any.whl (96kB) 2017-08-02 07:21:55.074 | Collecting Babel===2.3.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 2)) 2017-08-02 07:21:55.205 | Downloading Babel-2.3.4-py2.py3-none-any.whl (7.1MB) 2017-08-02 07:21:56.751 | Collecting extras===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 133)) 2017-08-02 07:21:56.876 | Downloading extras-1.0.0-py2.py3-none-any.whl 2017-08-02 07:21:57.256 | Collecting fixtures===3.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2017-08-02 07:21:57.396 | Downloading fixtures-3.0.0-py2.py3-none-any.whl (67kB) 2017-08-02 07:21:57.686 | Requirement already up-to-date: six===1.10.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 382)) 2017-08-02 07:21:57.883 | Collecting python-mimeparse===1.6.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) 2017-08-02 07:21:58.006 | Downloading python_mimeparse-1.6.0-py2.py3-none-any.whl 2017-08-02 07:21:58.508 | Collecting linecache2===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 185)) 2017-08-02 07:21:58.638 | Downloading linecache2-1.0.0-py2.py3-none-any.whl 2017-08-02 07:21:59.483 | Collecting argparse (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 425)) 2017-08-02 07:21:59.640 | Downloading argparse-1.4.0-py2.py3-none-any.whl 2017-08-02 07:22:00.422 | Collecting pytz===2016.10 (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) 2017-08-02 07:22:00.980 | Downloading pytz-2016.10-py2.py3-none-any.whl (483kB) 2017-08-02 07:22:01.346 | Building wheels for collected packages: testrepository 2017-08-02 07:22:01.347 | Running setup.py bdist_wheel for testrepository: started 2017-08-02 07:22:01.919 | Running setup.py bdist_wheel for testrepository: finished with status 'done' 2017-08-02 07:22:01.919 | Stored in directory: /root/.cache/pip/wheels/24/69/16/7ebd1d6ca5343cb465b59e40cf15c1a3d24db4d0e925c96078 2017-08-02 07:22:01.947 | Successfully built testrepository 2017-08-02 07:22:01.948 | Installing collected packages: pytz, Babel, extras, pbr, linecache2, traceback2, argparse, unittest2, python-mimeparse, testtools, fixtures, python-subunit, testrepository, os-testr 2017-08-02 07:22:02.158 | Found existing installation: Babel 0.9.6 2017-08-02 07:22:02.167 | Uninstalling Babel-0.9.6: 2017-08-02 07:22:02.169 | Successfully uninstalled Babel-0.9.6 2017-08-02 07:22:03.766 | 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-1.10.0 python-mimeparse-1.6.0 python-subunit-1.2.0 pytz-2016.10 testrepository-0.0.20 testtools-2.2.0 traceback2-1.4.0 unittest2-1.1.0 2017-08-02 07:22:04.078 | + inc/python:pip_install:229 : result=0 2017-08-02 07:22:04.080 | + inc/python:pip_install:232 : local test_req=os-testr/test-requirements.txt 2017-08-02 07:22:04.082 | + inc/python:pip_install:233 : [[ 0 == 0 ]] 2017-08-02 07:22:04.083 | + inc/python:pip_install:233 : [[ -e os-testr/test-requirements.txt ]] 2017-08-02 07:22:04.085 | + inc/python:pip_install:245 : time_stop pip_install 2017-08-02 07:22:04.086 | + functions-common:time_stop:2398 : local name 2017-08-02 07:22:04.088 | + functions-common:time_stop:2399 : local end_time 2017-08-02 07:22:04.089 | + functions-common:time_stop:2400 : local elapsed_time 2017-08-02 07:22:04.091 | + functions-common:time_stop:2401 : local total 2017-08-02 07:22:04.092 | + functions-common:time_stop:2402 : local start_time 2017-08-02 07:22:04.094 | + functions-common:time_stop:2404 : name=pip_install 2017-08-02 07:22:04.095 | + functions-common:time_stop:2405 : start_time=1501658508 2017-08-02 07:22:04.097 | + functions-common:time_stop:2407 : [[ -z 1501658508 ]] 2017-08-02 07:22:04.099 | ++ functions-common:time_stop:2410 : date +%s 2017-08-02 07:22:04.102 | + functions-common:time_stop:2410 : end_time=1501658524 2017-08-02 07:22:04.103 | + functions-common:time_stop:2411 : elapsed_time=16 2017-08-02 07:22:04.105 | + functions-common:time_stop:2412 : total=0 2017-08-02 07:22:04.106 | + functions-common:time_stop:2414 : _TIME_START[$name]= 2017-08-02 07:22:04.108 | + functions-common:time_stop:2415 : _TIME_TOTAL[$name]=16 2017-08-02 07:22:04.110 | + inc/python:pip_install:246 : return 0 2017-08-02 07:22:04.111 | + stack.sh:main:742 : TRACK_DEPENDS=False 2017-08-02 07:22:04.113 | + stack.sh:main:745 : [[ False = True ]] 2017-08-02 07:22:04.115 | + stack.sh:main:756 : source /opt/stack/devstack/tools/fixup_stuff.sh 2017-08-02 07:22:04.116 | ++ tools/fixup_stuff.sh:source:22 : [[ -z /opt/stack/devstack ]] 2017-08-02 07:22:04.118 | ++ tools/fixup_stuff.sh:source:48 : keystone_ports=35357,35358 2017-08-02 07:22:04.120 | ++ tools/fixup_stuff.sh:source:53 : sysctl net.ipv4.ip_local_reserved_ports 2017-08-02 07:22:04.124 | +++ tools/fixup_stuff.sh:source:55 : sysctl net.ipv4.ip_local_reserved_ports 2017-08-02 07:22:04.125 | +++ tools/fixup_stuff.sh:source:55 : awk -F= '{print $2;}' 2017-08-02 07:22:04.125 | +++ tools/fixup_stuff.sh:source:55 : sed 's/^ //' 2017-08-02 07:22:04.128 | ++ tools/fixup_stuff.sh:source:55 : reserved_ports= 2017-08-02 07:22:04.130 | ++ tools/fixup_stuff.sh:source:57 : [[ -z '' ]] 2017-08-02 07:22:04.132 | ++ tools/fixup_stuff.sh:source:59 : sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358 2017-08-02 07:22:04.139 | net.ipv4.ip_local_reserved_ports = 35357,35358 2017-08-02 07:22:04.142 | ++ tools/fixup_stuff.sh:source:75 : [[ rhel7 = \x\e\n\i\a\l ]] 2017-08-02 07:22:04.144 | ++ tools/fixup_stuff.sh:source:113 : pip_install 'prettytable>=0.7' 2017-08-02 07:22:04.646 | ++ inc/python:pip_install:222 : sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt 'prettytable>=0.7' 2017-08-02 07:22:05.545 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2017-08-02 07:22:05.548 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2017-08-02 07:22:06.094 | Requirement already satisfied: prettytable===0.7.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 270)) 2017-08-02 07:22:06.316 | ++ inc/python:pip_install:229 : result=0 2017-08-02 07:22:06.320 | ++ inc/python:pip_install:232 : local 'test_req=prettytable>=0.7/test-requirements.txt' 2017-08-02 07:22:06.321 | ++ inc/python:pip_install:233 : [[ 0 == 0 ]] 2017-08-02 07:22:06.324 | ++ inc/python:pip_install:233 : [[ -e prettytable>=0.7/test-requirements.txt ]] 2017-08-02 07:22:06.326 | ++ inc/python:pip_install:245 : time_stop pip_install 2017-08-02 07:22:06.329 | ++ functions-common:time_stop:2398 : local name 2017-08-02 07:22:06.331 | ++ functions-common:time_stop:2399 : local end_time 2017-08-02 07:22:06.332 | ++ functions-common:time_stop:2400 : local elapsed_time 2017-08-02 07:22:06.335 | ++ functions-common:time_stop:2401 : local total 2017-08-02 07:22:06.337 | ++ functions-common:time_stop:2402 : local start_time 2017-08-02 07:22:06.340 | ++ functions-common:time_stop:2404 : name=pip_install 2017-08-02 07:22:06.341 | ++ functions-common:time_stop:2405 : start_time=1501658524 2017-08-02 07:22:06.344 | ++ functions-common:time_stop:2407 : [[ -z 1501658524 ]] 2017-08-02 07:22:06.347 | +++ functions-common:time_stop:2410 : date +%s 2017-08-02 07:22:06.352 | ++ functions-common:time_stop:2410 : end_time=1501658526 2017-08-02 07:22:06.354 | ++ functions-common:time_stop:2411 : elapsed_time=2 2017-08-02 07:22:06.357 | ++ functions-common:time_stop:2412 : total=16 2017-08-02 07:22:06.361 | ++ functions-common:time_stop:2414 : _TIME_START[$name]= 2017-08-02 07:22:06.362 | ++ functions-common:time_stop:2415 : _TIME_TOTAL[$name]=18 2017-08-02 07:22:06.366 | ++ inc/python:pip_install:246 : return 0 2017-08-02 07:22:06.369 | +++ tools/fixup_stuff.sh:source:114 : get_package_path prettytable 2017-08-02 07:22:06.372 | +++ tools/fixup_stuff.sh:get_package_path:103 : local package=prettytable 2017-08-02 07:22:06.375 | ++++ tools/fixup_stuff.sh:get_package_path:104 : python -c 'import os; import prettytable; print(os.path.split(os.path.realpath(prettytable.__file__))[0])' 2017-08-02 07:22:06.422 | +++ tools/fixup_stuff.sh:get_package_path:104 : echo /usr/lib/python2.7/site-packages 2017-08-02 07:22:06.425 | ++ tools/fixup_stuff.sh:source:114 : PACKAGE_DIR=/usr/lib/python2.7/site-packages 2017-08-02 07:22:06.429 | +++ tools/fixup_stuff.sh:source:116 : echo /usr/lib/python2.7/site-packages/prettytable-0.7.2-py2.7.egg-info 2017-08-02 07:22:06.432 | ++ tools/fixup_stuff.sh:source:116 : dir=/usr/lib/python2.7/site-packages/prettytable-0.7.2-py2.7.egg-info 2017-08-02 07:22:06.435 | ++ tools/fixup_stuff.sh:source:117 : [[ -d /usr/lib/python2.7/site-packages/prettytable-0.7.2-py2.7.egg-info ]] 2017-08-02 07:22:06.437 | ++ tools/fixup_stuff.sh:source:118 : sudo chmod +r /usr/lib/python2.7/site-packages/prettytable-0.7.2-py2.7.egg-info/PKG-INFO /usr/lib/python2.7/site-packages/prettytable-0.7.2-py2.7.egg-info/SOURCES.txt /usr/lib/python2.7/site-packages/prettytable-0.7.2-py2.7.egg-info/dependency_links.txt /usr/lib/python2.7/site-packages/prettytable-0.7.2-py2.7.egg-info/top_level.txt 2017-08-02 07:22:06.448 | ++ tools/fixup_stuff.sh:source:123 : pip_install httplib2 2017-08-02 07:22:06.971 | ++ inc/python:pip_install:222 : sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt httplib2 2017-08-02 07:22:07.888 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2017-08-02 07:22:07.891 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2017-08-02 07:22:08.623 | Collecting httplib2===0.9.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 159)) 2017-08-02 07:22:09.353 | Downloading httplib2-0.9.2.zip (210kB) 2017-08-02 07:22:10.631 | Building wheels for collected packages: httplib2 2017-08-02 07:22:10.632 | Running setup.py bdist_wheel for httplib2: started 2017-08-02 07:22:11.185 | Running setup.py bdist_wheel for httplib2: finished with status 'done' 2017-08-02 07:22:11.185 | Stored in directory: /root/.cache/pip/wheels/c7/67/60/e0be8ccfc1e08f8ff1f50d99ea5378e204580ea77b0169fb55 2017-08-02 07:22:11.199 | Successfully built httplib2 2017-08-02 07:22:11.200 | Installing collected packages: httplib2 2017-08-02 07:22:11.338 | Successfully installed httplib2-0.9.2 2017-08-02 07:22:11.558 | ++ inc/python:pip_install:229 : result=0 2017-08-02 07:22:11.559 | ++ inc/python:pip_install:232 : local test_req=httplib2/test-requirements.txt 2017-08-02 07:22:11.561 | ++ inc/python:pip_install:233 : [[ 0 == 0 ]] 2017-08-02 07:22:11.564 | ++ inc/python:pip_install:233 : [[ -e httplib2/test-requirements.txt ]] 2017-08-02 07:22:11.566 | ++ inc/python:pip_install:245 : time_stop pip_install 2017-08-02 07:22:11.568 | ++ functions-common:time_stop:2398 : local name 2017-08-02 07:22:11.570 | ++ functions-common:time_stop:2399 : local end_time 2017-08-02 07:22:11.573 | ++ functions-common:time_stop:2400 : local elapsed_time 2017-08-02 07:22:11.576 | ++ functions-common:time_stop:2401 : local total 2017-08-02 07:22:11.578 | ++ functions-common:time_stop:2402 : local start_time 2017-08-02 07:22:11.581 | ++ functions-common:time_stop:2404 : name=pip_install 2017-08-02 07:22:11.584 | ++ functions-common:time_stop:2405 : start_time=1501658526 2017-08-02 07:22:11.587 | ++ functions-common:time_stop:2407 : [[ -z 1501658526 ]] 2017-08-02 07:22:11.590 | +++ functions-common:time_stop:2410 : date +%s 2017-08-02 07:22:11.597 | ++ functions-common:time_stop:2410 : end_time=1501658531 2017-08-02 07:22:11.600 | ++ functions-common:time_stop:2411 : elapsed_time=5 2017-08-02 07:22:11.603 | ++ functions-common:time_stop:2412 : total=18 2017-08-02 07:22:11.606 | ++ functions-common:time_stop:2414 : _TIME_START[$name]= 2017-08-02 07:22:11.609 | ++ functions-common:time_stop:2415 : _TIME_TOTAL[$name]=23 2017-08-02 07:22:11.613 | ++ inc/python:pip_install:246 : return 0 2017-08-02 07:22:11.616 | +++ tools/fixup_stuff.sh:source:124 : get_package_path httplib2 2017-08-02 07:22:11.619 | +++ tools/fixup_stuff.sh:get_package_path:103 : local package=httplib2 2017-08-02 07:22:11.621 | ++++ tools/fixup_stuff.sh:get_package_path:104 : python -c 'import os; import httplib2; print(os.path.split(os.path.realpath(httplib2.__file__))[0])' 2017-08-02 07:22:11.680 | +++ tools/fixup_stuff.sh:get_package_path:104 : echo /usr/lib/python2.7/site-packages/httplib2 2017-08-02 07:22:11.682 | ++ tools/fixup_stuff.sh:source:124 : PACKAGE_DIR=/usr/lib/python2.7/site-packages/httplib2 2017-08-02 07:22:11.686 | +++ tools/fixup_stuff.sh:source:126 : echo '/usr/lib/python2.7/site-packages/httplib2-0.8*' 2017-08-02 07:22:11.690 | ++ tools/fixup_stuff.sh:source:126 : dir='/usr/lib/python2.7/site-packages/httplib2-0.8*' 2017-08-02 07:22:11.693 | ++ tools/fixup_stuff.sh:source:127 : [[ -d /usr/lib/python2.7/site-packages/httplib2-0.8* ]] 2017-08-02 07:22:11.697 | ++ tools/fixup_stuff.sh:source:131 : is_fedora 2017-08-02 07:22:11.701 | ++ functions-common:is_fedora:439 : [[ -z RedHatEnterpriseServer ]] 2017-08-02 07:22:11.704 | ++ functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = Fedora ']' 2017-08-02 07:22:11.706 | ++ functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = 'Red Hat' ']' 2017-08-02 07:22:11.710 | ++ functions-common:is_fedora:444 : '[' RedHatEnterpriseServer = RedHatEnterpriseServer ']' 2017-08-02 07:22:11.712 | ++ tools/fixup_stuff.sh:source:134 : selinuxenabled 2017-08-02 07:22:11.718 | +++ tools/fixup_stuff.sh:source:138 : trueorfalse False FORCE_FIREWALLD 2017-08-02 07:22:11.738 | ++ tools/fixup_stuff.sh:source:138 : FORCE_FIREWALLD=False 2017-08-02 07:22:11.741 | ++ tools/fixup_stuff.sh:source:139 : [[ False == \F\a\l\s\e ]] 2017-08-02 07:22:11.745 | ++ tools/fixup_stuff.sh:source:154 : is_package_installed firewalld 2017-08-02 07:22:11.748 | ++ functions-common:is_package_installed:1294 : [[ -z firewalld ]] 2017-08-02 07:22:11.752 | ++ functions-common:is_package_installed:1298 : [[ -z rpm ]] 2017-08-02 07:22:11.755 | ++ functions-common:is_package_installed:1302 : [[ rpm = \d\e\b ]] 2017-08-02 07:22:11.758 | ++ functions-common:is_package_installed:1304 : [[ rpm = \r\p\m ]] 2017-08-02 07:22:11.760 | ++ functions-common:is_package_installed:1305 : rpm --quiet -q firewalld 2017-08-02 07:22:11.799 | ++ tools/fixup_stuff.sh:source:155 : sudo systemctl disable firewalld 2017-08-02 07:22:11.861 | ++ tools/fixup_stuff.sh:source:158 : install_package iptables-services 2017-08-02 07:22:11.863 | ++ functions-common:install_package:1285 : update_package_repo 2017-08-02 07:22:11.865 | ++ functions-common:update_package_repo:1257 : NO_UPDATE_REPOS=False 2017-08-02 07:22:11.867 | ++ functions-common:update_package_repo:1258 : REPOS_UPDATED=False 2017-08-02 07:22:11.869 | ++ functions-common:update_package_repo:1259 : RETRY_UPDATE=False 2017-08-02 07:22:11.871 | ++ functions-common:update_package_repo:1261 : [[ False = \T\r\u\e ]] 2017-08-02 07:22:11.872 | ++ functions-common:update_package_repo:1265 : is_ubuntu 2017-08-02 07:22:11.874 | ++ functions-common:is_ubuntu:466 : [[ -z rpm ]] 2017-08-02 07:22:11.877 | ++ functions-common:is_ubuntu:469 : '[' rpm = deb ']' 2017-08-02 07:22:11.879 | ++ functions-common:install_package:1286 : real_install_package iptables-services 2017-08-02 07:22:11.880 | ++ functions-common:real_install_package:1271 : is_ubuntu 2017-08-02 07:22:11.882 | ++ functions-common:is_ubuntu:466 : [[ -z rpm ]] 2017-08-02 07:22:11.886 | ++ functions-common:is_ubuntu:469 : '[' rpm = deb ']' 2017-08-02 07:22:11.887 | ++ functions-common:real_install_package:1273 : is_fedora 2017-08-02 07:22:11.889 | ++ functions-common:is_fedora:439 : [[ -z RedHatEnterpriseServer ]] 2017-08-02 07:22:11.891 | ++ functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = Fedora ']' 2017-08-02 07:22:11.892 | ++ functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = 'Red Hat' ']' 2017-08-02 07:22:11.894 | ++ functions-common:is_fedora:444 : '[' RedHatEnterpriseServer = RedHatEnterpriseServer ']' 2017-08-02 07:22:11.896 | ++ functions-common:real_install_package:1274 : yum_install iptables-services 2017-08-02 07:22:11.899 | ++ functions-common:yum_install:1329 : local result parse_yum_result 2017-08-02 07:22:11.902 | ++ functions-common:yum_install:1331 : [[ False = \T\r\u\e ]] 2017-08-02 07:22:11.904 | ++ functions-common:yum_install:1333 : time_start yum_install 2017-08-02 07:22:11.907 | ++ functions-common:time_start:2384 : local name=yum_install 2017-08-02 07:22:11.909 | ++ functions-common:time_start:2385 : local start_time= 2017-08-02 07:22:11.912 | ++ functions-common:time_start:2386 : [[ -n '' ]] 2017-08-02 07:22:11.916 | +++ functions-common:time_start:2389 : date +%s 2017-08-02 07:22:11.921 | ++ functions-common:time_start:2389 : _TIME_START[$name]=1501658531 2017-08-02 07:22:11.924 | ++ functions-common:yum_install:1354 : parse_yum_result=' \ 2017-08-02 07:22:11.924 | BEGIN { result=0 } \ 2017-08-02 07:22:11.924 | /^YUM_FAILED/ { result=$2 } \ 2017-08-02 07:22:11.924 | /^No package/ { result=2 } \ 2017-08-02 07:22:11.924 | /^Failed:/ { result=2 } \ 2017-08-02 07:22:11.924 | //{ print } \ 2017-08-02 07:22:11.924 | END { exit result }' 2017-08-02 07:22:11.927 | ++ functions-common:yum_install:1356 : awk ' \ 2017-08-02 07:22:11.927 | BEGIN { result=0 } \ 2017-08-02 07:22:11.927 | /^YUM_FAILED/ { result=$2 } \ 2017-08-02 07:22:11.927 | /^No package/ { result=2 } \ 2017-08-02 07:22:11.927 | /^Failed:/ { result=2 } \ 2017-08-02 07:22:11.927 | //{ print } \ 2017-08-02 07:22:11.927 | END { exit result }' 2017-08-02 07:22:11.928 | ++ functions-common:yum_install:1355 : sudo_with_proxies yum install -y iptables-services 2017-08-02 07:22:13.350 | ++ functions-common:sudo_with_proxies:2352 : local sudo 2017-08-02 07:22:13.350 | +++ functions-common:sudo_with_proxies:2354 : id -u 2017-08-02 07:22:13.350 | ++ functions-common:sudo_with_proxies:2354 : [[ 1000 = \0 ]] 2017-08-02 07:22:13.350 | ++ functions-common:sudo_with_proxies:2354 : sudo=sudo 2017-08-02 07:22:13.350 | ++ functions-common:sudo_with_proxies:2356 : sudo http_proxy= https_proxy= no_proxy= yum install -y iptables-services 2017-08-02 07:22:13.350 | Plugin "search-disabled-repos" requires API 2.7. Supported API is 2.6. 2017-08-02 07:22:13.351 | Loaded plugins: product-id, versionlock 2017-08-02 07:22:13.351 | Package iptables-services-1.4.21-18.el7.x86_64 already installed and latest version 2017-08-02 07:22:13.351 | Nothing to do 2017-08-02 07:22:13.354 | ++ functions-common:yum_install:1356 : result=0 2017-08-02 07:22:13.356 | ++ functions-common:yum_install:1358 : time_stop yum_install 2017-08-02 07:22:13.359 | ++ functions-common:time_stop:2398 : local name 2017-08-02 07:22:13.382 | ++ functions-common:time_stop:2399 : local end_time 2017-08-02 07:22:13.382 | ++ functions-common:time_stop:2400 : local elapsed_time 2017-08-02 07:22:13.382 | ++ functions-common:time_stop:2401 : local total 2017-08-02 07:22:13.382 | ++ functions-common:time_stop:2402 : local start_time 2017-08-02 07:22:13.382 | ++ functions-common:time_stop:2404 : name=yum_install 2017-08-02 07:22:13.382 | ++ functions-common:time_stop:2405 : start_time=1501658531 2017-08-02 07:22:13.382 | ++ functions-common:time_stop:2407 : [[ -z 1501658531 ]] 2017-08-02 07:22:13.382 | +++ functions-common:time_stop:2410 : date +%s 2017-08-02 07:22:13.382 | ++ functions-common:time_stop:2410 : end_time=1501658533 2017-08-02 07:22:13.382 | ++ functions-common:time_stop:2411 : elapsed_time=2 2017-08-02 07:22:13.382 | ++ functions-common:time_stop:2412 : total=271 2017-08-02 07:22:13.382 | ++ functions-common:time_stop:2414 : _TIME_START[$name]= 2017-08-02 07:22:13.384 | ++ functions-common:time_stop:2415 : _TIME_TOTAL[$name]=273 2017-08-02 07:22:13.387 | ++ functions-common:yum_install:1367 : '[' 0 == 2 ']' 2017-08-02 07:22:13.388 | ++ functions-common:yum_install:1371 : return 0 2017-08-02 07:22:13.392 | ++ tools/fixup_stuff.sh:source:159 : sudo systemctl enable iptables 2017-08-02 07:22:13.446 | ++ tools/fixup_stuff.sh:source:160 : sudo systemctl stop firewalld 2017-08-02 07:22:13.458 | ++ tools/fixup_stuff.sh:source:161 : sudo systemctl start iptables 2017-08-02 07:22:13.470 | ++ tools/fixup_stuff.sh:source:165 : [[ RedHatEnterpriseServer == \F\e\d\o\r\a ]] 2017-08-02 07:22:13.471 | ++ tools/fixup_stuff.sh:source:198 : install_package python-virtualenv 2017-08-02 07:22:13.473 | ++ functions-common:install_package:1285 : update_package_repo 2017-08-02 07:22:13.475 | ++ functions-common:update_package_repo:1257 : NO_UPDATE_REPOS=False 2017-08-02 07:22:13.476 | ++ functions-common:update_package_repo:1258 : REPOS_UPDATED=False 2017-08-02 07:22:13.478 | ++ functions-common:update_package_repo:1259 : RETRY_UPDATE=False 2017-08-02 07:22:13.480 | ++ functions-common:update_package_repo:1261 : [[ False = \T\r\u\e ]] 2017-08-02 07:22:13.481 | ++ functions-common:update_package_repo:1265 : is_ubuntu 2017-08-02 07:22:13.483 | ++ functions-common:is_ubuntu:466 : [[ -z rpm ]] 2017-08-02 07:22:13.485 | ++ functions-common:is_ubuntu:469 : '[' rpm = deb ']' 2017-08-02 07:22:13.486 | ++ functions-common:install_package:1286 : real_install_package python-virtualenv 2017-08-02 07:22:13.488 | ++ functions-common:real_install_package:1271 : is_ubuntu 2017-08-02 07:22:13.489 | ++ functions-common:is_ubuntu:466 : [[ -z rpm ]] 2017-08-02 07:22:13.491 | ++ functions-common:is_ubuntu:469 : '[' rpm = deb ']' 2017-08-02 07:22:13.493 | ++ functions-common:real_install_package:1273 : is_fedora 2017-08-02 07:22:13.494 | ++ functions-common:is_fedora:439 : [[ -z RedHatEnterpriseServer ]] 2017-08-02 07:22:13.496 | ++ functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = Fedora ']' 2017-08-02 07:22:13.499 | ++ functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = 'Red Hat' ']' 2017-08-02 07:22:13.501 | ++ functions-common:is_fedora:444 : '[' RedHatEnterpriseServer = RedHatEnterpriseServer ']' 2017-08-02 07:22:13.504 | ++ functions-common:real_install_package:1274 : yum_install python-virtualenv 2017-08-02 07:22:13.506 | ++ functions-common:yum_install:1329 : local result parse_yum_result 2017-08-02 07:22:13.510 | ++ functions-common:yum_install:1331 : [[ False = \T\r\u\e ]] 2017-08-02 07:22:13.513 | ++ functions-common:yum_install:1333 : time_start yum_install 2017-08-02 07:22:13.516 | ++ functions-common:time_start:2384 : local name=yum_install 2017-08-02 07:22:13.519 | ++ functions-common:time_start:2385 : local start_time= 2017-08-02 07:22:13.522 | ++ functions-common:time_start:2386 : [[ -n '' ]] 2017-08-02 07:22:13.527 | +++ functions-common:time_start:2389 : date +%s 2017-08-02 07:22:13.531 | ++ functions-common:time_start:2389 : _TIME_START[$name]=1501658533 2017-08-02 07:22:13.534 | ++ functions-common:yum_install:1354 : parse_yum_result=' \ 2017-08-02 07:22:13.534 | BEGIN { result=0 } \ 2017-08-02 07:22:13.534 | /^YUM_FAILED/ { result=$2 } \ 2017-08-02 07:22:13.534 | /^No package/ { result=2 } \ 2017-08-02 07:22:13.534 | /^Failed:/ { result=2 } \ 2017-08-02 07:22:13.534 | //{ print } \ 2017-08-02 07:22:13.534 | END { exit result }' 2017-08-02 07:22:13.537 | ++ functions-common:yum_install:1355 : sudo_with_proxies yum install -y python-virtualenv 2017-08-02 07:22:13.537 | ++ functions-common:yum_install:1356 : awk ' \ 2017-08-02 07:22:13.538 | BEGIN { result=0 } \ 2017-08-02 07:22:13.538 | /^YUM_FAILED/ { result=$2 } \ 2017-08-02 07:22:13.538 | /^No package/ { result=2 } \ 2017-08-02 07:22:13.538 | /^Failed:/ { result=2 } \ 2017-08-02 07:22:13.538 | //{ print } \ 2017-08-02 07:22:13.538 | END { exit result }' 2017-08-02 07:22:21.485 | ++ functions-common:sudo_with_proxies:2352 : local sudo 2017-08-02 07:22:21.485 | +++ functions-common:sudo_with_proxies:2354 : id -u 2017-08-02 07:22:21.485 | ++ functions-common:sudo_with_proxies:2354 : [[ 1000 = \0 ]] 2017-08-02 07:22:21.485 | ++ functions-common:sudo_with_proxies:2354 : sudo=sudo 2017-08-02 07:22:21.485 | ++ functions-common:sudo_with_proxies:2356 : sudo http_proxy= https_proxy= no_proxy= yum install -y python-virtualenv 2017-08-02 07:22:21.485 | Plugin "search-disabled-repos" requires API 2.7. Supported API is 2.6. 2017-08-02 07:22:21.485 | Loaded plugins: product-id, versionlock 2017-08-02 07:22:21.485 | Resolving Dependencies 2017-08-02 07:22:21.485 | --> Running transaction check 2017-08-02 07:22:21.485 | ---> Package python-virtualenv.noarch 0:1.10.1-4.el7 will be installed 2017-08-02 07:22:21.485 | --> Finished Dependency Resolution 2017-08-02 07:22:21.485 | 2017-08-02 07:22:21.485 | Dependencies Resolved 2017-08-02 07:22:21.485 | 2017-08-02 07:22:21.486 | ================================================================================ 2017-08-02 07:22:21.486 | Package Arch Version Repository Size 2017-08-02 07:22:21.486 | ================================================================================ 2017-08-02 07:22:21.486 | Installing: 2017-08-02 07:22:21.486 | python-virtualenv noarch 1.10.1-4.el7 latest-rhel-7-server-rpms 1.2 M 2017-08-02 07:22:21.486 | 2017-08-02 07:22:21.486 | Transaction Summary 2017-08-02 07:22:21.486 | ================================================================================ 2017-08-02 07:22:21.486 | Install 1 Package 2017-08-02 07:22:21.486 | 2017-08-02 07:22:21.486 | Total download size: 1.2 M 2017-08-02 07:22:21.486 | Installed size: 1.6 M 2017-08-02 07:22:21.486 | Downloading packages: 2017-08-02 07:22:21.486 | Running transaction check 2017-08-02 07:22:21.486 | Running transaction test 2017-08-02 07:22:21.486 | Transaction test succeeded 2017-08-02 07:22:21.486 | Running transaction 2017-08-02 07:22:21.486 | Installing : python-virtualenv-1.10.1-4.el7.noarch 1/1 2017-08-02 07:22:21.486 | Verifying : python-virtualenv-1.10.1-4.el7.noarch 1/1 2017-08-02 07:22:21.486 | 2017-08-02 07:22:21.486 | Installed: 2017-08-02 07:22:21.486 | python-virtualenv.noarch 0:1.10.1-4.el7 2017-08-02 07:22:21.486 | 2017-08-02 07:22:21.487 | Complete! 2017-08-02 07:22:21.488 | ++ functions-common:yum_install:1356 : result=0 2017-08-02 07:22:21.491 | ++ functions-common:yum_install:1358 : time_stop yum_install 2017-08-02 07:22:21.493 | ++ functions-common:time_stop:2398 : local name 2017-08-02 07:22:21.496 | ++ functions-common:time_stop:2399 : local end_time 2017-08-02 07:22:21.499 | ++ functions-common:time_stop:2400 : local elapsed_time 2017-08-02 07:22:21.502 | ++ functions-common:time_stop:2401 : local total 2017-08-02 07:22:21.506 | ++ functions-common:time_stop:2402 : local start_time 2017-08-02 07:22:21.509 | ++ functions-common:time_stop:2404 : name=yum_install 2017-08-02 07:22:21.513 | ++ functions-common:time_stop:2405 : start_time=1501658533 2017-08-02 07:22:21.516 | ++ functions-common:time_stop:2407 : [[ -z 1501658533 ]] 2017-08-02 07:22:21.519 | +++ functions-common:time_stop:2410 : date +%s 2017-08-02 07:22:21.526 | ++ functions-common:time_stop:2410 : end_time=1501658541 2017-08-02 07:22:21.529 | ++ functions-common:time_stop:2411 : elapsed_time=8 2017-08-02 07:22:21.532 | ++ functions-common:time_stop:2412 : total=273 2017-08-02 07:22:21.535 | ++ functions-common:time_stop:2414 : _TIME_START[$name]= 2017-08-02 07:22:21.539 | ++ functions-common:time_stop:2415 : _TIME_TOTAL[$name]=281 2017-08-02 07:22:21.542 | ++ functions-common:yum_install:1367 : '[' 0 == 2 ']' 2017-08-02 07:22:21.545 | ++ functions-common:yum_install:1371 : return 0 2017-08-02 07:22:21.548 | ++ tools/fixup_stuff.sh:source:199 : pip_install -U --force-reinstall virtualenv 2017-08-02 07:22:22.072 | ++ inc/python:pip_install:222 : sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -U --force-reinstall virtualenv 2017-08-02 07:22:22.952 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2017-08-02 07:22:22.954 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2017-08-02 07:22:23.479 | Collecting virtualenv===15.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 428)) 2017-08-02 07:22:23.918 | Downloading virtualenv-15.1.0-py2.py3-none-any.whl (1.8MB) 2017-08-02 07:22:24.653 | Installing collected packages: virtualenv 2017-08-02 07:22:24.654 | Found existing installation: virtualenv 1.10.1 2017-08-02 07:22:24.657 | DEPRECATION: Uninstalling a distutils installed project (virtualenv) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project. 2017-08-02 07:22:24.658 | Uninstalling virtualenv-1.10.1: 2017-08-02 07:22:24.661 | Successfully uninstalled virtualenv-1.10.1 2017-08-02 07:22:24.730 | Successfully installed virtualenv-15.1.0 2017-08-02 07:22:24.938 | ++ inc/python:pip_install:229 : result=0 2017-08-02 07:22:24.940 | ++ inc/python:pip_install:232 : local test_req=virtualenv/test-requirements.txt 2017-08-02 07:22:24.943 | ++ inc/python:pip_install:233 : [[ 0 == 0 ]] 2017-08-02 07:22:24.945 | ++ inc/python:pip_install:233 : [[ -e virtualenv/test-requirements.txt ]] 2017-08-02 07:22:24.949 | ++ inc/python:pip_install:245 : time_stop pip_install 2017-08-02 07:22:24.951 | ++ functions-common:time_stop:2398 : local name 2017-08-02 07:22:24.954 | ++ functions-common:time_stop:2399 : local end_time 2017-08-02 07:22:24.956 | ++ functions-common:time_stop:2400 : local elapsed_time 2017-08-02 07:22:24.959 | ++ functions-common:time_stop:2401 : local total 2017-08-02 07:22:24.962 | ++ functions-common:time_stop:2402 : local start_time 2017-08-02 07:22:24.964 | ++ functions-common:time_stop:2404 : name=pip_install 2017-08-02 07:22:24.968 | ++ functions-common:time_stop:2405 : start_time=1501658541 2017-08-02 07:22:24.970 | ++ functions-common:time_stop:2407 : [[ -z 1501658541 ]] 2017-08-02 07:22:24.974 | +++ functions-common:time_stop:2410 : date +%s 2017-08-02 07:22:24.980 | ++ functions-common:time_stop:2410 : end_time=1501658544 2017-08-02 07:22:24.984 | ++ functions-common:time_stop:2411 : elapsed_time=3 2017-08-02 07:22:24.987 | ++ functions-common:time_stop:2412 : total=23 2017-08-02 07:22:24.990 | ++ functions-common:time_stop:2414 : _TIME_START[$name]= 2017-08-02 07:22:24.993 | ++ functions-common:time_stop:2415 : _TIME_TOTAL[$name]=26 2017-08-02 07:22:24.996 | ++ inc/python:pip_install:246 : return 0 2017-08-02 07:22:25.000 | + stack.sh:main:763 : install_infra 2017-08-02 07:22:25.004 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2017-08-02 07:22:25.007 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2017-08-02 07:22:25.011 | + lib/infra:install_infra:32 : virtualenv /opt/stack/requirements/.venv 2017-08-02 07:22:25.119 | New python executable in /opt/stack/requirements/.venv/bin/python 2017-08-02 07:22:29.017 | Installing setuptools, pip, wheel...done. 2017-08-02 07:22:29.029 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2017-08-02 07:22:29.031 | + lib/infra:install_infra:34 : pip_install -U pbr 2017-08-02 07:22:29.550 | + inc/python:pip_install:222 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2017-08-02 07:22:30.207 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2017-08-02 07:22:30.210 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2017-08-02 07:22:30.794 | Collecting pbr===1.10.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 262)) 2017-08-02 07:22:31.201 | Downloading pbr-1.10.0-py2.py3-none-any.whl (96kB) 2017-08-02 07:22:31.407 | Installing collected packages: pbr 2017-08-02 07:22:31.487 | Successfully installed pbr-1.10.0 2017-08-02 07:22:31.592 | + inc/python:pip_install:229 : result=0 2017-08-02 07:22:31.595 | + inc/python:pip_install:232 : local test_req=pbr/test-requirements.txt 2017-08-02 07:22:31.599 | + inc/python:pip_install:233 : [[ 0 == 0 ]] 2017-08-02 07:22:31.602 | + inc/python:pip_install:233 : [[ -e pbr/test-requirements.txt ]] 2017-08-02 07:22:31.605 | + inc/python:pip_install:245 : time_stop pip_install 2017-08-02 07:22:31.609 | + functions-common:time_stop:2398 : local name 2017-08-02 07:22:31.611 | + functions-common:time_stop:2399 : local end_time 2017-08-02 07:22:31.614 | + functions-common:time_stop:2400 : local elapsed_time 2017-08-02 07:22:31.617 | + functions-common:time_stop:2401 : local total 2017-08-02 07:22:31.620 | + functions-common:time_stop:2402 : local start_time 2017-08-02 07:22:31.623 | + functions-common:time_stop:2404 : name=pip_install 2017-08-02 07:22:31.626 | + functions-common:time_stop:2405 : start_time=1501658549 2017-08-02 07:22:31.629 | + functions-common:time_stop:2407 : [[ -z 1501658549 ]] 2017-08-02 07:22:31.634 | ++ functions-common:time_stop:2410 : date +%s 2017-08-02 07:22:31.638 | + functions-common:time_stop:2410 : end_time=1501658551 2017-08-02 07:22:31.642 | + functions-common:time_stop:2411 : elapsed_time=2 2017-08-02 07:22:31.645 | + functions-common:time_stop:2412 : total=26 2017-08-02 07:22:31.648 | + functions-common:time_stop:2414 : _TIME_START[$name]= 2017-08-02 07:22:31.651 | + functions-common:time_stop:2415 : _TIME_TOTAL[$name]=28 2017-08-02 07:22:31.654 | + inc/python:pip_install:246 : return 0 2017-08-02 07:22:31.658 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2017-08-02 07:22:31.661 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2017-08-02 07:22:32.170 | + inc/python:pip_install:222 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt /opt/stack/requirements 2017-08-02 07:22:32.816 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2017-08-02 07:22:32.819 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2017-08-02 07:22:33.341 | Processing /opt/stack/requirements 2017-08-02 07:22:34.743 | Collecting Parsley===1.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) 2017-08-02 07:22:35.120 | Downloading Parsley-1.3-py2.py3-none-any.whl (88kB) 2017-08-02 07:22:35.393 | Collecting PyYAML===3.12 (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) 2017-08-02 07:22:35.530 | Downloading PyYAML-3.12.tar.gz (253kB) 2017-08-02 07:22:36.327 | Collecting fixtures===3.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2017-08-02 07:22:36.463 | Downloading fixtures-3.0.0-py2.py3-none-any.whl (67kB) 2017-08-02 07:22:36.613 | Collecting packaging===16.8 (from -c /opt/stack/requirements/upper-constraints.txt (line 257)) 2017-08-02 07:22:36.746 | Downloading packaging-16.8-py2.py3-none-any.whl 2017-08-02 07:22:36.818 | Requirement already satisfied: pbr===1.10.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 262)) 2017-08-02 07:22:36.877 | Collecting pyparsing===2.1.10 (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) 2017-08-02 07:22:37.082 | Downloading pyparsing-2.1.10-py2.py3-none-any.whl (56kB) 2017-08-02 07:22:37.212 | Collecting requests===2.12.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 359)) 2017-08-02 07:22:37.419 | Downloading requests-2.12.5-py2.py3-none-any.whl (576kB) 2017-08-02 07:22:37.756 | Collecting six===1.10.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 382)) 2017-08-02 07:22:37.886 | Downloading six-1.10.0-py2.py3-none-any.whl 2017-08-02 07:22:38.011 | Collecting testtools===2.2.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 412)) 2017-08-02 07:22:38.161 | Downloading testtools-2.2.0-py2.py3-none-any.whl (195kB) 2017-08-02 07:22:38.360 | Collecting traceback2===1.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 417)) 2017-08-02 07:22:38.482 | Downloading traceback2-1.4.0-py2.py3-none-any.whl 2017-08-02 07:22:38.608 | Collecting unittest2===1.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 425)) 2017-08-02 07:22:38.741 | Downloading unittest2-1.1.0-py2.py3-none-any.whl (96kB) 2017-08-02 07:22:38.900 | Collecting extras===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 133)) 2017-08-02 07:22:39.017 | Downloading extras-1.0.0-py2.py3-none-any.whl 2017-08-02 07:22:39.139 | Collecting python-mimeparse===1.6.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) 2017-08-02 07:22:39.257 | Downloading python_mimeparse-1.6.0-py2.py3-none-any.whl 2017-08-02 07:22:39.375 | Collecting linecache2===1.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 185)) 2017-08-02 07:22:39.494 | Downloading linecache2-1.0.0-py2.py3-none-any.whl 2017-08-02 07:22:39.617 | Collecting argparse (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 425)) 2017-08-02 07:22:39.749 | Downloading argparse-1.4.0-py2.py3-none-any.whl 2017-08-02 07:22:39.820 | Building wheels for collected packages: PyYAML 2017-08-02 07:22:39.821 | Running setup.py bdist_wheel for PyYAML: started 2017-08-02 07:22:46.537 | Running setup.py bdist_wheel for PyYAML: finished with status 'done' 2017-08-02 07:22:46.537 | Stored in directory: /opt/stack/.cache/pip/wheels/2c/f7/79/13f3a12cd723892437c0cfbde1230ab4d82947ff7b3839a4fc 2017-08-02 07:22:46.578 | Successfully built PyYAML 2017-08-02 07:22:46.579 | Installing collected packages: Parsley, PyYAML, extras, six, linecache2, traceback2, argparse, unittest2, python-mimeparse, testtools, fixtures, pyparsing, packaging, requests, openstack-requirements 2017-08-02 07:22:47.762 | Running setup.py install for openstack-requirements: started 2017-08-02 07:22:49.217 | Running setup.py install for openstack-requirements: finished with status 'done' 2017-08-02 07:22:49.447 | Successfully installed Parsley-1.3 PyYAML-3.12 argparse-1.4.0 extras-1.0.0 fixtures-3.0.0 linecache2-1.0.0 openstack-requirements-1.0.1.dev796 packaging-16.8 pyparsing-2.1.10 python-mimeparse-1.6.0 requests-2.12.5 six-1.10.0 testtools-2.2.0 traceback2-1.4.0 unittest2-1.1.0 2017-08-02 07:22:49.588 | + inc/python:pip_install:229 : result=0 2017-08-02 07:22:49.590 | + inc/python:pip_install:232 : local test_req=/opt/stack/requirements/test-requirements.txt 2017-08-02 07:22:49.593 | + inc/python:pip_install:233 : [[ 0 == 0 ]] 2017-08-02 07:22:49.596 | + inc/python:pip_install:233 : [[ -e /opt/stack/requirements/test-requirements.txt ]] 2017-08-02 07:22:49.599 | + inc/python:pip_install:234 : echo 'Installing test-requirements for /opt/stack/requirements/test-requirements.txt' 2017-08-02 07:22:49.599 | Installing test-requirements for /opt/stack/requirements/test-requirements.txt 2017-08-02 07:22:49.601 | + inc/python:pip_install:236 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -r /opt/stack/requirements/test-requirements.txt 2017-08-02 07:22:50.293 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2017-08-02 07:22:50.296 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2017-08-02 07:22:50.900 | Collecting Sphinx===1.3.6 (from -c /opt/stack/requirements/upper-constraints.txt (line 27)) 2017-08-02 07:22:51.421 | Downloading Sphinx-1.3.6-py2.py3-none-any.whl (1.5MB) 2017-08-02 07:22:52.403 | Collecting alabaster===0.7.9 (from -c /opt/stack/requirements/upper-constraints.txt (line 65)) 2017-08-02 07:22:52.532 | Downloading alabaster-0.7.9-py2.py3-none-any.whl 2017-08-02 07:22:52.664 | Collecting docutils===0.12 (from -c /opt/stack/requirements/upper-constraints.txt (line 125)) 2017-08-02 07:22:52.788 | Downloading docutils-0.12.tar.gz (1.6MB) 2017-08-02 07:22:54.368 | Collecting mock===2.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 192)) 2017-08-02 07:22:54.500 | Downloading mock-2.0.0-py2.py3-none-any.whl (56kB) 2017-08-02 07:22:54.696 | Collecting oslosphinx===4.10.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) 2017-08-02 07:22:54.847 | Downloading oslosphinx-4.10.1-py2.py3-none-any.whl 2017-08-02 07:22:54.934 | Requirement already satisfied: pbr===1.10.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 262)) 2017-08-02 07:22:54.937 | Requirement already satisfied: requests===2.12.5 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 359)) 2017-08-02 07:22:54.953 | Requirement already satisfied: six===1.10.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 382)) 2017-08-02 07:22:55.017 | Collecting snowballstemmer===1.2.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) 2017-08-02 07:22:55.135 | Downloading snowballstemmer-1.2.1-py2.py3-none-any.whl (64kB) 2017-08-02 07:22:55.315 | Collecting sphinx-rtd-theme===0.1.9 (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) 2017-08-02 07:22:55.454 | Downloading sphinx_rtd_theme-0.1.9-py2-none-any.whl (693kB) 2017-08-02 07:22:55.789 | Collecting testrepository===0.0.20 (from -c /opt/stack/requirements/upper-constraints.txt (line 409)) 2017-08-02 07:22:55.915 | Downloading testrepository-0.0.20.tar.gz (84kB) 2017-08-02 07:22:56.527 | Collecting testscenarios===0.5.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 411)) 2017-08-02 07:22:56.644 | Downloading testscenarios-0.5.0-py2.py3-none-any.whl 2017-08-02 07:22:56.731 | Requirement already satisfied: testtools===2.2.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 412)) 2017-08-02 07:22:56.748 | Requirement already satisfied: traceback2===1.4.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 417)) 2017-08-02 07:22:56.752 | Requirement already satisfied: unittest2===1.1.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 425)) 2017-08-02 07:22:56.826 | Collecting virtualenv===15.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 428)) 2017-08-02 07:22:57.031 | Downloading virtualenv-15.1.0-py2.py3-none-any.whl (1.8MB) 2017-08-02 07:22:57.645 | Collecting hacking!=0.13.0,<0.14,>=0.12.0 (from -r /opt/stack/requirements/test-requirements.txt (line 6)) 2017-08-02 07:22:57.792 | Downloading hacking-0.12.0-py2.py3-none-any.whl 2017-08-02 07:22:57.897 | 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,!=36.2.0,>=16.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -r /opt/stack/requirements/test-requirements.txt (line 11)) 2017-08-02 07:22:58.008 | Collecting Jinja2===2.8.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 8)) 2017-08-02 07:22:58.155 | Downloading Jinja2-2.8.1-py2.py3-none-any.whl (264kB) 2017-08-02 07:22:58.487 | Collecting Babel===2.3.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 2)) 2017-08-02 07:22:58.633 | Downloading Babel-2.3.4-py2.py3-none-any.whl (7.1MB) 2017-08-02 07:23:01.170 | Collecting Pygments===2.2.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) 2017-08-02 07:23:01.334 | Downloading Pygments-2.2.0-py2.py3-none-any.whl (841kB) 2017-08-02 07:23:01.741 | Collecting funcsigs===1.0.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) 2017-08-02 07:23:01.860 | Downloading funcsigs-1.0.2-py2.py3-none-any.whl 2017-08-02 07:23:01.948 | Requirement already satisfied: fixtures===3.0.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2017-08-02 07:23:02.020 | Collecting python-subunit===1.2.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) 2017-08-02 07:23:02.144 | Downloading python_subunit-1.2.0-py2.py3-none-any.whl (112kB) 2017-08-02 07:23:02.256 | Requirement already satisfied: extras===1.0.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 133)) 2017-08-02 07:23:02.259 | Requirement already satisfied: python-mimeparse===1.6.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) 2017-08-02 07:23:02.262 | Requirement already satisfied: linecache2===1.0.0 in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 185)) 2017-08-02 07:23:02.265 | Requirement already satisfied: argparse in /opt/stack/requirements/.venv/lib/python2.7/site-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 425)) 2017-08-02 07:23:02.328 | Collecting pyflakes==0.8.1 (from hacking!=0.13.0,<0.14,>=0.12.0->-r /opt/stack/requirements/test-requirements.txt (line 6)) 2017-08-02 07:23:02.458 | Downloading pyflakes-0.8.1-py2.py3-none-any.whl 2017-08-02 07:23:02.624 | Collecting flake8<2.6.0,>=2.5.4 (from hacking!=0.13.0,<0.14,>=0.12.0->-r /opt/stack/requirements/test-requirements.txt (line 6)) 2017-08-02 07:23:02.786 | Downloading flake8-2.5.5-py2.py3-none-any.whl 2017-08-02 07:23:02.936 | Collecting pep8==1.5.7 (from hacking!=0.13.0,<0.14,>=0.12.0->-r /opt/stack/requirements/test-requirements.txt (line 6)) 2017-08-02 07:23:03.076 | Downloading pep8-1.5.7-py2.py3-none-any.whl 2017-08-02 07:23:03.220 | Collecting mccabe==0.2.1 (from hacking!=0.13.0,<0.14,>=0.12.0->-r /opt/stack/requirements/test-requirements.txt (line 6)) 2017-08-02 07:23:03.344 | Downloading mccabe-0.2.1.tar.gz 2017-08-02 07:23:03.876 | Collecting MarkupSafe===0.23 (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) 2017-08-02 07:23:04.006 | Downloading MarkupSafe-0.23.tar.gz 2017-08-02 07:23:04.550 | Collecting pytz===2016.10 (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) 2017-08-02 07:23:04.954 | Downloading pytz-2016.10-py2.py3-none-any.whl (483kB) 2017-08-02 07:23:05.237 | Building wheels for collected packages: MarkupSafe, docutils, testrepository, mccabe 2017-08-02 07:23:05.238 | Running setup.py bdist_wheel for MarkupSafe: started 2017-08-02 07:23:05.847 | Running setup.py bdist_wheel for MarkupSafe: finished with status 'done' 2017-08-02 07:23:05.847 | Stored in directory: /opt/stack/.cache/pip/wheels/a3/fa/dc/0198eed9ad95489b8a4f45d14dd5d2aee3f8984e46862c5748 2017-08-02 07:23:05.863 | Running setup.py bdist_wheel for docutils: started 2017-08-02 07:23:06.601 | Running setup.py bdist_wheel for docutils: finished with status 'done' 2017-08-02 07:23:06.601 | Stored in directory: /opt/stack/.cache/pip/wheels/db/de/bd/b99b1e12d321fbc950766c58894c6576b1a73ae3131b29a151 2017-08-02 07:23:06.674 | Running setup.py bdist_wheel for testrepository: started 2017-08-02 07:23:07.221 | Running setup.py bdist_wheel for testrepository: finished with status 'done' 2017-08-02 07:23:07.222 | Stored in directory: /opt/stack/.cache/pip/wheels/24/69/16/7ebd1d6ca5343cb465b59e40cf15c1a3d24db4d0e925c96078 2017-08-02 07:23:07.257 | Running setup.py bdist_wheel for mccabe: started 2017-08-02 07:23:07.686 | Running setup.py bdist_wheel for mccabe: finished with status 'done' 2017-08-02 07:23:07.686 | Stored in directory: /opt/stack/.cache/pip/wheels/9d/d5/0e/f0c284385c804a432dc3dd6470a0ffee123bba391de1df29dd 2017-08-02 07:23:07.690 | Successfully built MarkupSafe docutils testrepository mccabe 2017-08-02 07:23:07.691 | Installing collected packages: pytz, Babel, MarkupSafe, Jinja2, Pygments, alabaster, snowballstemmer, sphinx-rtd-theme, docutils, Sphinx, funcsigs, mock, oslosphinx, python-subunit, testrepository, testscenarios, virtualenv, pyflakes, pep8, mccabe, flake8, hacking 2017-08-02 07:23:10.945 | Successfully installed Babel-2.3.4 Jinja2-2.8.1 MarkupSafe-0.23 Pygments-2.2.0 Sphinx-1.3.6 alabaster-0.7.9 docutils-0.12 flake8-2.5.5 funcsigs-1.0.2 hacking-0.12.0 mccabe-0.2.1 mock-2.0.0 oslosphinx-4.10.1 pep8-1.5.7 pyflakes-0.8.1 python-subunit-1.2.0 pytz-2016.10 snowballstemmer-1.2.1 sphinx-rtd-theme-0.1.9 testrepository-0.0.20 testscenarios-0.5.0 virtualenv-15.1.0 2017-08-02 07:23:11.197 | + inc/python:pip_install:242 : result=0 2017-08-02 07:23:11.199 | + inc/python:pip_install:245 : time_stop pip_install 2017-08-02 07:23:11.201 | + functions-common:time_stop:2398 : local name 2017-08-02 07:23:11.203 | + functions-common:time_stop:2399 : local end_time 2017-08-02 07:23:11.205 | + functions-common:time_stop:2400 : local elapsed_time 2017-08-02 07:23:11.206 | + functions-common:time_stop:2401 : local total 2017-08-02 07:23:11.209 | + functions-common:time_stop:2402 : local start_time 2017-08-02 07:23:11.211 | + functions-common:time_stop:2404 : name=pip_install 2017-08-02 07:23:11.213 | + functions-common:time_stop:2405 : start_time=1501658551 2017-08-02 07:23:11.214 | + functions-common:time_stop:2407 : [[ -z 1501658551 ]] 2017-08-02 07:23:11.217 | ++ functions-common:time_stop:2410 : date +%s 2017-08-02 07:23:11.221 | + functions-common:time_stop:2410 : end_time=1501658591 2017-08-02 07:23:11.223 | + functions-common:time_stop:2411 : elapsed_time=40 2017-08-02 07:23:11.224 | + functions-common:time_stop:2412 : total=28 2017-08-02 07:23:11.227 | + functions-common:time_stop:2414 : _TIME_START[$name]= 2017-08-02 07:23:11.228 | + functions-common:time_stop:2415 : _TIME_TOTAL[$name]=68 2017-08-02 07:23:11.230 | + inc/python:pip_install:246 : return 0 2017-08-02 07:23:11.233 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2017-08-02 07:23:11.235 | + lib/infra:install_infra:42 : use_library_from_git pbr 2017-08-02 07:23:11.237 | + inc/python:use_library_from_git:264 : local name=pbr 2017-08-02 07:23:11.239 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:23:11.242 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:23:11.244 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,pbr, ]] 2017-08-02 07:23:11.247 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:23:11.249 | + lib/infra:install_infra:48 : pip_install -U pbr 2017-08-02 07:23:11.757 | + inc/python:pip_install:222 : sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2017-08-02 07:23:12.654 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2017-08-02 07:23:12.660 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2017-08-02 07:23:13.292 | Requirement already up-to-date: pbr===1.10.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 262)) 2017-08-02 07:23:13.514 | + inc/python:pip_install:229 : result=0 2017-08-02 07:23:13.516 | + inc/python:pip_install:232 : local test_req=pbr/test-requirements.txt 2017-08-02 07:23:13.517 | + inc/python:pip_install:233 : [[ 0 == 0 ]] 2017-08-02 07:23:13.519 | + inc/python:pip_install:233 : [[ -e pbr/test-requirements.txt ]] 2017-08-02 07:23:13.520 | + inc/python:pip_install:245 : time_stop pip_install 2017-08-02 07:23:13.522 | + functions-common:time_stop:2398 : local name 2017-08-02 07:23:13.523 | + functions-common:time_stop:2399 : local end_time 2017-08-02 07:23:13.525 | + functions-common:time_stop:2400 : local elapsed_time 2017-08-02 07:23:13.526 | + functions-common:time_stop:2401 : local total 2017-08-02 07:23:13.528 | + functions-common:time_stop:2402 : local start_time 2017-08-02 07:23:13.530 | + functions-common:time_stop:2404 : name=pip_install 2017-08-02 07:23:13.531 | + functions-common:time_stop:2405 : start_time=1501658591 2017-08-02 07:23:13.533 | + functions-common:time_stop:2407 : [[ -z 1501658591 ]] 2017-08-02 07:23:13.534 | ++ functions-common:time_stop:2410 : date +%s 2017-08-02 07:23:13.537 | + functions-common:time_stop:2410 : end_time=1501658593 2017-08-02 07:23:13.538 | + functions-common:time_stop:2411 : elapsed_time=2 2017-08-02 07:23:13.540 | + functions-common:time_stop:2412 : total=68 2017-08-02 07:23:13.541 | + functions-common:time_stop:2414 : _TIME_START[$name]= 2017-08-02 07:23:13.543 | + functions-common:time_stop:2415 : _TIME_TOTAL[$name]=70 2017-08-02 07:23:13.544 | + inc/python:pip_install:246 : return 0 2017-08-02 07:23:13.546 | + stack.sh:main:768 : run_phase stack pre-install 2017-08-02 07:23:13.548 | + functions-common:run_phase:1869 : local mode=stack 2017-08-02 07:23:13.549 | + functions-common:run_phase:1870 : local phase=pre-install 2017-08-02 07:23:13.551 | + functions-common:run_phase:1871 : [[ -d /opt/stack/devstack/extras.d ]] 2017-08-02 07:23:13.552 | + functions-common:run_phase:1872 : local extra_plugin_file_name 2017-08-02 07:23:13.554 | + functions-common:run_phase:1873 : for extra_plugin_file_name in '$TOP_DIR/extras.d/*.sh' 2017-08-02 07:23:13.556 | + functions-common:run_phase:1878 : local exceptions=80-tempest.sh 2017-08-02 07:23:13.558 | + functions-common:run_phase:1879 : local extra 2017-08-02 07:23:13.559 | ++ functions-common:run_phase:1880 : basename /opt/stack/devstack/extras.d/80-tempest.sh 2017-08-02 07:23:13.563 | + functions-common:run_phase:1880 : extra=80-tempest.sh 2017-08-02 07:23:13.564 | + functions-common:run_phase:1881 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2017-08-02 07:23:13.566 | + functions-common:run_phase:1885 : [[ -r /opt/stack/devstack/extras.d/80-tempest.sh ]] 2017-08-02 07:23:13.568 | + functions-common:run_phase:1885 : source /opt/stack/devstack/extras.d/80-tempest.sh stack pre-install 2017-08-02 07:23:13.569 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2017-08-02 07:23:13.578 | ++ functions-common:is_service_enabled:2073 : return 1 2017-08-02 07:23:13.580 | + functions-common:run_phase:1890 : [[ stack == \s\o\u\r\c\e ]] 2017-08-02 07:23:13.581 | + functions-common:run_phase:1893 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2017-08-02 07:23:13.583 | + functions-common:run_phase:1896 : run_plugins stack pre-install 2017-08-02 07:23:13.584 | + functions-common:run_plugins:1855 : local mode=stack 2017-08-02 07:23:13.586 | + functions-common:run_plugins:1856 : local phase=pre-install 2017-08-02 07:23:13.587 | + functions-common:run_plugins:1858 : local plugins=,ironic 2017-08-02 07:23:13.588 | + functions-common:run_plugins:1859 : local plugin 2017-08-02 07:23:13.590 | + functions-common:run_plugins:1860 : for plugin in '${plugins//,/ }' 2017-08-02 07:23:13.593 | + functions-common:run_plugins:1861 : local dir=/opt/stack/ironic 2017-08-02 07:23:13.595 | + functions-common:run_plugins:1862 : [[ -f /opt/stack/ironic/devstack/plugin.sh ]] 2017-08-02 07:23:13.596 | + functions-common:run_plugins:1863 : source /opt/stack/ironic/devstack/plugin.sh stack pre-install 2017-08-02 07:23:13.598 | ++ /opt/stack/ironic/devstack/plugin.sh:source:7 : echo_summary 'ironic devstack plugin.sh called: stack/pre-install' 2017-08-02 07:23:13.600 | ++ stack.sh:echo_summary:399 : [[ -t 3 ]] 2017-08-02 07:23:13.601 | ++ stack.sh:echo_summary:405 : echo -e ironic devstack plugin.sh called: stack/pre-install 2017-08-02 07:23:13.603 | ++ /opt/stack/ironic/devstack/plugin.sh:source:8 : source /opt/stack/ironic/devstack/lib/ironic 2017-08-02 07:23:13.605 | +++ /opt/stack/ironic/devstack/lib/ironic:source:24 : [[ -z '' ]] 2017-08-02 07:23:13.606 | +++ /opt/stack/ironic/devstack/lib/ironic:source:25 : declare -r _IRONIC_DEVSTACK_LIB=1 2017-08-02 07:23:13.615 | ++++ /opt/stack/ironic/devstack/lib/ironic:source:29 : grep pipefail 2017-08-02 07:23:13.623 | +++ /opt/stack/ironic/devstack/lib/ironic:source:37 : GITDIR["python-ironicclient"]=/opt/stack/python-ironicclient 2017-08-02 07:23:13.624 | +++ /opt/stack/ironic/devstack/lib/ironic:source:38 : GITDIR["ironic-lib"]=/opt/stack/ironic-lib 2017-08-02 07:23:13.626 | +++ /opt/stack/ironic/devstack/lib/ironic:source:40 : GITREPO["pyghmi"]=git://git.openstack.org/openstack/pyghmi.git 2017-08-02 07:23:13.628 | +++ /opt/stack/ironic/devstack/lib/ironic:source:41 : GITBRANCH["pyghmi"]=master 2017-08-02 07:23:13.629 | +++ /opt/stack/ironic/devstack/lib/ironic:source:42 : GITDIR["pyghmi"]=/opt/stack/pyghmi 2017-08-02 07:23:13.631 | +++ /opt/stack/ironic/devstack/lib/ironic:source:44 : GITREPO["virtualbmc"]=git://git.openstack.org/openstack/virtualbmc.git 2017-08-02 07:23:13.633 | +++ /opt/stack/ironic/devstack/lib/ironic:source:45 : GITBRANCH["virtualbmc"]=master 2017-08-02 07:23:13.634 | +++ /opt/stack/ironic/devstack/lib/ironic:source:46 : GITDIR["virtualbmc"]=/opt/stack/virtualbmc 2017-08-02 07:23:13.636 | +++ /opt/stack/ironic/devstack/lib/ironic:source:48 : GITREPO["virtualpdu"]=git://git.openstack.org/openstack/virtualpdu.git 2017-08-02 07:23:13.638 | +++ /opt/stack/ironic/devstack/lib/ironic:source:49 : GITBRANCH["virtualpdu"]=master 2017-08-02 07:23:13.639 | +++ /opt/stack/ironic/devstack/lib/ironic:source:50 : GITDIR["virtualpdu"]=/opt/stack/virtualpdu 2017-08-02 07:23:13.641 | +++ /opt/stack/ironic/devstack/lib/ironic:source:52 : IRONIC_DIR=/opt/stack/ironic 2017-08-02 07:23:13.643 | +++ /opt/stack/ironic/devstack/lib/ironic:source:53 : IRONIC_DEVSTACK_DIR=/opt/stack/ironic/devstack 2017-08-02 07:23:13.645 | +++ /opt/stack/ironic/devstack/lib/ironic:source:54 : IRONIC_DEVSTACK_FILES_DIR=/opt/stack/ironic/devstack/files 2017-08-02 07:23:13.647 | +++ /opt/stack/ironic/devstack/lib/ironic:source:55 : IRONIC_PYTHON_AGENT_DIR=/opt/stack/ironic-python-agent 2017-08-02 07:23:13.648 | +++ /opt/stack/ironic/devstack/lib/ironic:source:56 : IRONIC_DATA_DIR=/opt/stack/data/ironic 2017-08-02 07:23:13.650 | +++ /opt/stack/ironic/devstack/lib/ironic:source:57 : IRONIC_STATE_PATH=/var/lib/ironic 2017-08-02 07:23:13.652 | +++ /opt/stack/ironic/devstack/lib/ironic:source:58 : IRONIC_AUTH_CACHE_DIR=/var/cache/ironic 2017-08-02 07:23:13.653 | +++ /opt/stack/ironic/devstack/lib/ironic:source:59 : IRONIC_CONF_DIR=/etc/ironic 2017-08-02 07:23:13.655 | +++ /opt/stack/ironic/devstack/lib/ironic:source:60 : IRONIC_CONF_FILE=/etc/ironic/ironic.conf 2017-08-02 07:23:13.656 | +++ /opt/stack/ironic/devstack/lib/ironic:source:61 : IRONIC_ROOTWRAP_CONF=/etc/ironic/rootwrap.conf 2017-08-02 07:23:13.658 | +++ /opt/stack/ironic/devstack/lib/ironic:source:62 : IRONIC_POLICY_JSON=/etc/ironic/policy.json 2017-08-02 07:23:13.660 | +++ /opt/stack/ironic/devstack/lib/ironic:source:65 : IRONIC_CALLBACK_TIMEOUT= 2017-08-02 07:23:13.662 | +++ /opt/stack/ironic/devstack/lib/ironic:source:68 : IRONIC_HW_NODE_CPU=1 2017-08-02 07:23:13.664 | +++ /opt/stack/ironic/devstack/lib/ironic:source:69 : IRONIC_HW_NODE_RAM=512 2017-08-02 07:23:13.665 | +++ /opt/stack/ironic/devstack/lib/ironic:source:70 : IRONIC_HW_NODE_DISK=10 2017-08-02 07:23:13.667 | +++ /opt/stack/ironic/devstack/lib/ironic:source:71 : IRONIC_HW_EPHEMERAL_DISK=0 2017-08-02 07:23:13.669 | +++ /opt/stack/ironic/devstack/lib/ironic:source:72 : IRONIC_HW_ARCH=x86_64 2017-08-02 07:23:13.671 | +++ /opt/stack/ironic/devstack/lib/ironic:source:99 : IRONIC_HWINFO_FILE=/opt/stack/data/ironic/hardware_info 2017-08-02 07:23:13.673 | ++++ /opt/stack/ironic/devstack/lib/ironic:source:102 : uuidgen 2017-08-02 07:23:13.677 | +++ /opt/stack/ironic/devstack/lib/ironic:source:102 : IRONIC_NODE_UUID=a73bbf21-ba65-4637-9ec0-b21d12b8035e 2017-08-02 07:23:13.679 | +++ /opt/stack/ironic/devstack/lib/ironic:source:103 : IRONIC_SCRIPTS_DIR=/opt/stack/ironic/devstack/tools/ironic/scripts 2017-08-02 07:23:13.681 | +++ /opt/stack/ironic/devstack/lib/ironic:source:104 : IRONIC_TEMPLATES_DIR=/opt/stack/ironic/devstack/tools/ironic/templates 2017-08-02 07:23:13.684 | ++++ /opt/stack/ironic/devstack/lib/ironic:source:105 : trueorfalse False IRONIC_BAREMETAL_BASIC_OPS 2017-08-02 07:23:13.697 | +++ /opt/stack/ironic/devstack/lib/ironic:source:105 : IRONIC_BAREMETAL_BASIC_OPS=False 2017-08-02 07:23:13.701 | ++++ /opt/stack/ironic/devstack/lib/ironic:source:106 : whoami 2017-08-02 07:23:13.707 | +++ /opt/stack/ironic/devstack/lib/ironic:source:106 : IRONIC_SSH_USERNAME=stack 2017-08-02 07:23:13.710 | +++ /opt/stack/ironic/devstack/lib/ironic:source:107 : IRONIC_SSH_TIMEOUT=15 2017-08-02 07:23:13.713 | +++ /opt/stack/ironic/devstack/lib/ironic:source:108 : IRONIC_SSH_ATTEMPTS=5 2017-08-02 07:23:13.715 | +++ /opt/stack/ironic/devstack/lib/ironic:source:109 : IRONIC_SSH_KEY_DIR=/opt/stack/data/ironic/ssh_keys 2017-08-02 07:23:13.718 | +++ /opt/stack/ironic/devstack/lib/ironic:source:110 : IRONIC_SSH_KEY_FILENAME=ironic_key 2017-08-02 07:23:13.720 | +++ /opt/stack/ironic/devstack/lib/ironic:source:111 : IRONIC_KEY_FILE=/opt/stack/data/ironic/ssh_keys/ironic_key 2017-08-02 07:23:13.722 | +++ /opt/stack/ironic/devstack/lib/ironic:source:112 : IRONIC_SSH_VIRT_TYPE=virsh 2017-08-02 07:23:13.725 | +++ /opt/stack/ironic/devstack/lib/ironic:source:113 : IRONIC_TFTPBOOT_DIR=/opt/stack/data/ironic/tftpboot 2017-08-02 07:23:13.727 | +++ /opt/stack/ironic/devstack/lib/ironic:source:114 : IRONIC_TFTPSERVER_IP=127.0.0.1 2017-08-02 07:23:13.729 | +++ /opt/stack/ironic/devstack/lib/ironic:source:115 : IRONIC_VM_SSH_PORT=22 2017-08-02 07:23:13.732 | +++ /opt/stack/ironic/devstack/lib/ironic:source:116 : IRONIC_VM_SSH_ADDRESS=127.0.0.1 2017-08-02 07:23:13.734 | +++ /opt/stack/ironic/devstack/lib/ironic:source:117 : IRONIC_VM_COUNT=3 2017-08-02 07:23:13.736 | +++ /opt/stack/ironic/devstack/lib/ironic:source:118 : IRONIC_VM_SPECS_CPU=1 2017-08-02 07:23:13.739 | +++ /opt/stack/ironic/devstack/lib/ironic:source:119 : IRONIC_VM_SPECS_RAM=3072 2017-08-02 07:23:13.742 | +++ /opt/stack/ironic/devstack/lib/ironic:source:120 : IRONIC_VM_SPECS_CPU_ARCH=x86_64 2017-08-02 07:23:13.744 | +++ /opt/stack/ironic/devstack/lib/ironic:source:121 : IRONIC_VM_SPECS_DISK=15 2017-08-02 07:23:13.746 | +++ /opt/stack/ironic/devstack/lib/ironic:source:122 : IRONIC_VM_SPECS_DISK_FORMAT=qcow2 2017-08-02 07:23:13.748 | +++ /opt/stack/ironic/devstack/lib/ironic:source:123 : IRONIC_VM_EPHEMERAL_DISK=0 2017-08-02 07:23:13.750 | +++ /opt/stack/ironic/devstack/lib/ironic:source:124 : IRONIC_VM_EMULATOR=/usr/bin/qemu-system-x86_64 2017-08-02 07:23:13.751 | +++ /opt/stack/ironic/devstack/lib/ironic:source:125 : IRONIC_VM_ENGINE=qemu 2017-08-02 07:23:13.753 | +++ /opt/stack/ironic/devstack/lib/ironic:source:126 : IRONIC_VM_NETWORK_BRIDGE=brbm 2017-08-02 07:23:13.754 | +++ /opt/stack/ironic/devstack/lib/ironic:source:127 : IRONIC_VM_NETWORK_RANGE=192.0.2.0/24 2017-08-02 07:23:13.756 | +++ /opt/stack/ironic/devstack/lib/ironic:source:128 : IRONIC_VM_MACS_CSV_FILE=/opt/stack/data/ironic/ironic_macs.csv 2017-08-02 07:23:13.757 | +++ /opt/stack/ironic/devstack/lib/ironic:source:129 : IRONIC_AUTHORIZED_KEYS_FILE=/opt/stack/.ssh/authorized_keys 2017-08-02 07:23:13.760 | +++ /opt/stack/ironic/devstack/lib/ironic:source:130 : IRONIC_CLEAN_NET_NAME=private 2017-08-02 07:23:13.761 | +++ /opt/stack/ironic/devstack/lib/ironic:source:131 : IRONIC_EXTRA_PXE_PARAMS= 2017-08-02 07:23:13.765 | +++ /opt/stack/ironic/devstack/lib/ironic:source:132 : IRONIC_TTY_DEV=ttyS0 2017-08-02 07:23:13.767 | +++ /opt/stack/ironic/devstack/lib/ironic:source:134 : IRONIC_TEMPEST_BUILD_TIMEOUT= 2017-08-02 07:23:13.769 | +++ /opt/stack/ironic/devstack/lib/ironic:source:135 : [[ -n '' ]] 2017-08-02 07:23:13.772 | +++ /opt/stack/ironic/devstack/lib/ironic:source:140 : IRONIC_ENABLED_DRIVERS=fake,pxe_ssh,pxe_ipmitool,agent_ipmitool,agent_ssh 2017-08-02 07:23:13.774 | +++ /opt/stack/ironic/devstack/lib/ironic:source:142 : IRONIC_ENABLED_HARDWARE_TYPES=ipmi 2017-08-02 07:23:13.776 | +++ /opt/stack/ironic/devstack/lib/ironic:source:149 : [[ qemu == \a\u\t\o ]] 2017-08-02 07:23:13.779 | +++ /opt/stack/ironic/devstack/lib/ironic:source:162 : [[ qemu == \k\v\m ]] 2017-08-02 07:23:13.782 | ++++ /opt/stack/ironic/devstack/lib/ironic:source:169 : trueorfalse True IRONIC_VM_LOG_CONSOLE 2017-08-02 07:23:13.802 | +++ /opt/stack/ironic/devstack/lib/ironic:source:169 : IRONIC_VM_LOG_CONSOLE=True 2017-08-02 07:23:13.806 | +++ /opt/stack/ironic/devstack/lib/ironic:source:170 : IRONIC_VM_LOG_DIR=/opt/stack/ironic-bm-logs 2017-08-02 07:23:13.810 | ++++ /opt/stack/ironic/devstack/lib/ironic:source:171 : trueorfalse True IRONIC_VM_LOG_ROTATE 2017-08-02 07:23:13.831 | +++ /opt/stack/ironic/devstack/lib/ironic:source:171 : IRONIC_VM_LOG_ROTATE=True 2017-08-02 07:23:13.835 | ++++ /opt/stack/ironic/devstack/lib/ironic:source:174 : trueorfalse False IRONIC_USE_RESOURCE_CLASSES 2017-08-02 07:23:13.852 | +++ /opt/stack/ironic/devstack/lib/ironic:source:174 : IRONIC_USE_RESOURCE_CLASSES=False 2017-08-02 07:23:13.855 | ++++ /opt/stack/ironic/devstack/lib/ironic:source:177 : trueorfalse True IRONIC_BUILD_DEPLOY_RAMDISK 2017-08-02 07:23:13.869 | +++ /opt/stack/ironic/devstack/lib/ironic:source:177 : IRONIC_BUILD_DEPLOY_RAMDISK=True 2017-08-02 07:23:13.871 | +++ /opt/stack/ironic/devstack/lib/ironic:source:180 : IRONIC_SUPPORTED_RAMDISK_TYPES_RE='^(coreos|tinyipa|dib)$' 2017-08-02 07:23:13.875 | +++ /opt/stack/ironic/devstack/lib/ironic:source:181 : IRONIC_RAMDISK_TYPE=tinyipa 2017-08-02 07:23:13.879 | +++ /opt/stack/ironic/devstack/lib/ironic:source:184 : [[ ! tinyipa =~ ^(coreos|tinyipa|dib)$ ]] 2017-08-02 07:23:13.882 | +++ /opt/stack/ironic/devstack/lib/ironic:source:190 : IRONIC_DEPLOY_RAMDISK=/opt/stack/devstack/files/ir-deploy-agent_ssh.initramfs 2017-08-02 07:23:13.886 | +++ /opt/stack/ironic/devstack/lib/ironic:source:191 : IRONIC_DEPLOY_KERNEL=/opt/stack/devstack/files/ir-deploy-agent_ssh.kernel 2017-08-02 07:23:13.889 | +++ /opt/stack/ironic/devstack/lib/ironic:source:192 : IRONIC_DEPLOY_ISO=/opt/stack/devstack/files/ir-deploy-agent_ssh.iso 2017-08-02 07:23:13.892 | +++ /opt/stack/ironic/devstack/lib/ironic:source:196 : [[ -z '' ]] 2017-08-02 07:23:13.895 | +++ /opt/stack/ironic/devstack/lib/ironic:source:196 : [[ 0 == 0 ]] 2017-08-02 07:23:13.898 | +++ /opt/stack/ironic/devstack/lib/ironic:source:197 : IRONIC_TEMPEST_WHOLE_DISK_IMAGE=True 2017-08-02 07:23:13.902 | ++++ /opt/stack/ironic/devstack/lib/ironic:source:200 : trueorfalse False IRONIC_TEMPEST_WHOLE_DISK_IMAGE 2017-08-02 07:23:13.922 | +++ /opt/stack/ironic/devstack/lib/ironic:source:200 : IRONIC_TEMPEST_WHOLE_DISK_IMAGE=True 2017-08-02 07:23:13.925 | +++ /opt/stack/ironic/devstack/lib/ironic:source:203 : IPA_DOWNLOAD_BRANCH=stable/ocata 2017-08-02 07:23:13.931 | ++++ /opt/stack/ironic/devstack/lib/ironic:source:204 : echo stable/ocata 2017-08-02 07:23:13.931 | ++++ /opt/stack/ironic/devstack/lib/ironic:source:204 : tr / - 2017-08-02 07:23:13.937 | +++ /opt/stack/ironic/devstack/lib/ironic:source:204 : IPA_DOWNLOAD_BRANCH=stable-ocata 2017-08-02 07:23:13.938 | +++ /opt/stack/ironic/devstack/lib/ironic:source:211 : [[ True == \F\a\l\s\e ]] 2017-08-02 07:23:13.940 | +++ /opt/stack/ironic/devstack/lib/ironic:source:234 : IRONIC_DIB_RAMDISK_OPTIONS=ubuntu 2017-08-02 07:23:13.942 | ++++ /opt/stack/ironic/devstack/lib/ironic:source:239 : trueorfalse False IRONIC_DEPLOY_ISO_REQUIRED 2017-08-02 07:23:13.953 | +++ /opt/stack/ironic/devstack/lib/ironic:source:239 : IRONIC_DEPLOY_ISO_REQUIRED=False 2017-08-02 07:23:13.955 | +++ /opt/stack/ironic/devstack/lib/ironic:source:242 : [[ False = \T\r\u\e ]] 2017-08-02 07:23:13.957 | +++ /opt/stack/ironic/devstack/lib/ironic:source:253 : IRONIC_DEPLOY_DRIVER=agent_ssh 2017-08-02 07:23:13.960 | ++++ /opt/stack/ironic/devstack/lib/ironic:source:256 : echo fake,pxe_ssh,pxe_ipmitool,agent_ipmitool,agent_ssh,ipmi 2017-08-02 07:23:13.960 | ++++ /opt/stack/ironic/devstack/lib/ironic:source:256 : grep -w agent_ssh 2017-08-02 07:23:13.964 | +++ /opt/stack/ironic/devstack/lib/ironic:source:256 : [[ -z fake,pxe_ssh,pxe_ipmitool,agent_ipmitool,agent_ssh,ipmi ]] 2017-08-02 07:23:13.965 | ++++ /opt/stack/ironic/devstack/lib/ironic:source:262 : get_python_exec_prefix 2017-08-02 07:23:13.978 | ++++ inc/python:get_python_exec_prefix:52 : is_fedora 2017-08-02 07:23:13.980 | ++++ functions-common:is_fedora:439 : [[ -z RedHatEnterpriseServer ]] 2017-08-02 07:23:13.982 | ++++ functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = Fedora ']' 2017-08-02 07:23:13.983 | ++++ functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = 'Red Hat' ']' 2017-08-02 07:23:13.984 | ++++ functions-common:is_fedora:444 : '[' RedHatEnterpriseServer = RedHatEnterpriseServer ']' 2017-08-02 07:23:13.986 | ++++ inc/python:get_python_exec_prefix:53 : echo /usr/bin 2017-08-02 07:23:13.988 | +++ /opt/stack/ironic/devstack/lib/ironic:source:262 : IRONIC_BIN_DIR=/usr/bin 2017-08-02 07:23:13.990 | +++ /opt/stack/ironic/devstack/lib/ironic:source:265 : IRONIC_SERVICE_PROTOCOL=http 2017-08-02 07:23:13.991 | +++ /opt/stack/ironic/devstack/lib/ironic:source:266 : IRONIC_SERVICE_PORT=6385 2017-08-02 07:23:13.993 | +++ /opt/stack/ironic/devstack/lib/ironic:source:267 : IRONIC_HOSTPORT=127.0.0.1:6385 2017-08-02 07:23:13.995 | ++++ /opt/stack/ironic/devstack/lib/ironic:source:270 : trueorfalse True IRONIC_IPXE_ENABLED 2017-08-02 07:23:14.007 | +++ /opt/stack/ironic/devstack/lib/ironic:source:270 : IRONIC_IPXE_ENABLED=True 2017-08-02 07:23:14.010 | ++++ /opt/stack/ironic/devstack/lib/ironic:source:272 : trueorfalse False IRONIC_IPXE_USE_SWIFT 2017-08-02 07:23:14.024 | +++ /opt/stack/ironic/devstack/lib/ironic:source:272 : IRONIC_IPXE_USE_SWIFT=False 2017-08-02 07:23:14.027 | +++ /opt/stack/ironic/devstack/lib/ironic:source:273 : IRONIC_HTTP_DIR=/opt/stack/data/ironic/httpboot 2017-08-02 07:23:14.029 | +++ /opt/stack/ironic/devstack/lib/ironic:source:274 : IRONIC_HTTP_PORT=3928 2017-08-02 07:23:14.032 | ++++ /opt/stack/ironic/devstack/lib/ironic:source:277 : trueorfalse False IRONIC_IS_HARDWARE 2017-08-02 07:23:14.052 | +++ /opt/stack/ironic/devstack/lib/ironic:source:277 : IRONIC_IS_HARDWARE=False 2017-08-02 07:23:14.054 | +++ /opt/stack/ironic/devstack/lib/ironic:source:283 : IRONIC_VBMC_PORT_RANGE_START=6230 2017-08-02 07:23:14.056 | +++ /opt/stack/ironic/devstack/lib/ironic:source:284 : IRONIC_VBMC_CONFIG_FILE=/opt/stack/.vbmc/virtualbmc.conf 2017-08-02 07:23:14.059 | +++ /opt/stack/ironic/devstack/lib/ironic:source:285 : IRONIC_VBMC_LOGFILE=/opt/stack/ironic-bm-logs/virtualbmc.log 2017-08-02 07:23:14.063 | +++ /opt/stack/ironic/devstack/lib/ironic:source:288 : IRONIC_VPDU_CONFIG_FILE=/opt/stack/.vpdu/virtualpdu.conf 2017-08-02 07:23:14.066 | +++ /opt/stack/ironic/devstack/lib/ironic:source:289 : IRONIC_VPDU_PORT_RANGE_START=1 2017-08-02 07:23:14.069 | +++ /opt/stack/ironic/devstack/lib/ironic:source:290 : IRONIC_VPDU_LISTEN_PORT=1161 2017-08-02 07:23:14.072 | +++ /opt/stack/ironic/devstack/lib/ironic:source:291 : IRONIC_VPDU_COMMUNITY=private 2017-08-02 07:23:14.075 | +++ /opt/stack/ironic/devstack/lib/ironic:source:292 : IRONIC_VPDU_SNMPDRIVER=apc_rackpdu 2017-08-02 07:23:14.079 | ++++ /opt/stack/ironic/devstack/lib/ironic:source:298 : trueorfalse False IRONIC_CONFIGURE_GLANCE_WITH_SWIFT 2017-08-02 07:23:14.099 | +++ /opt/stack/ironic/devstack/lib/ironic:source:298 : IRONIC_CONFIGURE_GLANCE_WITH_SWIFT=False 2017-08-02 07:23:14.101 | +++ /opt/stack/ironic/devstack/lib/ironic:source:301 : IRONIC_LIBVIRT_HOOKS_PATH=/etc/libvirt/hooks/ 2017-08-02 07:23:14.103 | +++ /opt/stack/ironic/devstack/lib/ironic:source:305 : IRONIC_AUTH_STRATEGY=keystone 2017-08-02 07:23:14.105 | ++++ /opt/stack/ironic/devstack/lib/ironic:source:308 : trueorfalse False IRONIC_TERMINAL_SSL 2017-08-02 07:23:14.120 | +++ /opt/stack/ironic/devstack/lib/ironic:source:308 : IRONIC_TERMINAL_SSL=False 2017-08-02 07:23:14.122 | +++ /opt/stack/ironic/devstack/lib/ironic:source:309 : IRONIC_TERMINAL_CERT_DIR=/opt/stack/data/ironic/terminal_cert/ 2017-08-02 07:23:14.125 | ++++ /opt/stack/ironic/devstack/lib/ironic:source:314 : trueorfalse False IRONIC_USE_LINK_LOCAL 2017-08-02 07:23:14.142 | +++ /opt/stack/ironic/devstack/lib/ironic:source:314 : IRONIC_USE_LINK_LOCAL=False 2017-08-02 07:23:14.144 | +++ /opt/stack/ironic/devstack/lib/ironic:source:317 : IRONIC_DHCP_PROVIDER=neutron 2017-08-02 07:23:14.147 | +++ /opt/stack/ironic/devstack/lib/ironic:source:320 : IRONIC_ENABLED_NETWORK_INTERFACES= 2017-08-02 07:23:14.149 | +++ /opt/stack/ironic/devstack/lib/ironic:source:323 : IRONIC_NETWORK_INTERFACE= 2017-08-02 07:23:14.151 | +++ /opt/stack/ironic/devstack/lib/ironic:source:326 : IRONIC_PROVISION_NETWORK_NAME= 2017-08-02 07:23:14.153 | +++ /opt/stack/ironic/devstack/lib/ironic:source:329 : IRONIC_PROVISION_PROVIDER_NETWORK_TYPE=vlan 2017-08-02 07:23:14.156 | +++ /opt/stack/ironic/devstack/lib/ironic:source:333 : IRONIC_PROVISION_SEGMENTATION_ID= 2017-08-02 07:23:14.158 | +++ /opt/stack/ironic/devstack/lib/ironic:source:337 : IRONIC_PROVISION_ALLOCATION_POOL=start=10.0.5.10,end=10.0.5.100 2017-08-02 07:23:14.161 | +++ /opt/stack/ironic/devstack/lib/ironic:source:340 : IRONIC_PROVISION_PROVIDER_SUBNET_NAME=-subnet 2017-08-02 07:23:14.163 | +++ /opt/stack/ironic/devstack/lib/ironic:source:346 : IRONIC_PROVISION_SUBNET_GATEWAY=10.0.5.1 2017-08-02 07:23:14.165 | +++ /opt/stack/ironic/devstack/lib/ironic:source:347 : IRONIC_PROVISION_SUBNET_SUBNODE_IP=10.0.5.2 2017-08-02 07:23:14.167 | +++ /opt/stack/ironic/devstack/lib/ironic:source:351 : IRONIC_PROVISION_SUBNET_PREFIX=10.0.5.0/24 2017-08-02 07:23:14.169 | +++ /opt/stack/ironic/devstack/lib/ironic:source:353 : [[ '' == \p\r\i\m\a\r\y ]] 2017-08-02 07:23:14.172 | +++ /opt/stack/ironic/devstack/lib/ironic:source:357 : [[ '' == \s\u\b\n\o\d\e ]] 2017-08-02 07:23:14.174 | +++ /opt/stack/ironic/devstack/lib/ironic:source:362 : IRONIC_HTTP_SERVER=127.0.0.1 2017-08-02 07:23:14.177 | +++ /opt/stack/ironic/devstack/lib/ironic:source:372 : IRONIC_DEPLOY_LOGS_COLLECT=always 2017-08-02 07:23:14.179 | +++ /opt/stack/ironic/devstack/lib/ironic:source:376 : IRONIC_DEPLOY_LOGS_STORAGE_BACKEND=local 2017-08-02 07:23:14.181 | +++ /opt/stack/ironic/devstack/lib/ironic:source:378 : IRONIC_DEPLOY_LOGS_LOCAL_PATH=/opt/stack/ironic-bm-logs/deploy_logs 2017-08-02 07:23:14.184 | +++ /opt/stack/ironic/devstack/lib/ironic:source:382 : TEMPEST_BAREMETAL_MIN_MICROVERSION= 2017-08-02 07:23:14.186 | +++ /opt/stack/ironic/devstack/lib/ironic:source:385 : TEMPEST_BAREMETAL_MAX_MICROVERSION=1.31 2017-08-02 07:23:14.190 | ++++ /opt/stack/ironic/devstack/lib/ironic:source:414 : get_pxe_boot_file 2017-08-02 07:23:14.193 | ++++ /opt/stack/ironic/devstack/lib/ironic:get_pxe_boot_file:389 : local pxe_boot_file 2017-08-02 07:23:14.196 | ++++ /opt/stack/ironic/devstack/lib/ironic:get_pxe_boot_file:390 : [[ True == \T\r\u\e ]] 2017-08-02 07:23:14.199 | ++++ /opt/stack/ironic/devstack/lib/ironic:get_pxe_boot_file:391 : is_ubuntu 2017-08-02 07:23:14.202 | ++++ functions-common:is_ubuntu:466 : [[ -z rpm ]] 2017-08-02 07:23:14.205 | ++++ functions-common:is_ubuntu:469 : '[' rpm = deb ']' 2017-08-02 07:23:14.208 | ++++ /opt/stack/ironic/devstack/lib/ironic:get_pxe_boot_file:393 : is_fedora 2017-08-02 07:23:14.211 | ++++ functions-common:is_fedora:439 : [[ -z RedHatEnterpriseServer ]] 2017-08-02 07:23:14.214 | ++++ functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = Fedora ']' 2017-08-02 07:23:14.216 | ++++ functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = 'Red Hat' ']' 2017-08-02 07:23:14.219 | ++++ functions-common:is_fedora:444 : '[' RedHatEnterpriseServer = RedHatEnterpriseServer ']' 2017-08-02 07:23:14.222 | ++++ /opt/stack/ironic/devstack/lib/ironic:get_pxe_boot_file:394 : pxe_boot_file=/usr/share/ipxe/undionly.kpxe 2017-08-02 07:23:14.226 | ++++ /opt/stack/ironic/devstack/lib/ironic:get_pxe_boot_file:410 : echo /usr/share/ipxe/undionly.kpxe 2017-08-02 07:23:14.229 | +++ /opt/stack/ironic/devstack/lib/ironic:source:414 : IRONIC_PXE_BOOT_IMAGE=/usr/share/ipxe/undionly.kpxe 2017-08-02 07:23:14.232 | ++++ /opt/stack/ironic/devstack/lib/ironic:source:416 : trueorfalse True IRONIC_AUTOMATED_CLEAN_ENABLED 2017-08-02 07:23:14.252 | +++ /opt/stack/ironic/devstack/lib/ironic:source:416 : IRONIC_AUTOMATED_CLEAN_ENABLED=True 2017-08-02 07:23:14.256 | +++ /opt/stack/ironic/devstack/lib/ironic:source:424 : IRONIC_BOOT_MODE=bios 2017-08-02 07:23:14.259 | +++ /opt/stack/ironic/devstack/lib/ironic:source:425 : IRONIC_UEFI_FILES_DIR=/var/lib/libvirt/images 2017-08-02 07:23:14.262 | +++ /opt/stack/ironic/devstack/lib/ironic:source:426 : UEFI_LOADER_PATH=/var/lib/libvirt/images/OVMF_CODE.fd 2017-08-02 07:23:14.265 | +++ /opt/stack/ironic/devstack/lib/ironic:source:427 : UEFI_NVRAM_PATH=/var/lib/libvirt/images/OVMF_VARS.fd 2017-08-02 07:23:14.268 | +++ /opt/stack/ironic/devstack/lib/ironic:source:430 : [[ bios == \u\e\f\i ]] 2017-08-02 07:23:14.272 | +++ /opt/stack/ironic/devstack/lib/ironic:source:534 : IRONIC_DEFAULT_IMAGE_NAME=cirros-0.3.4-x86_64-uec 2017-08-02 07:23:14.275 | +++ /opt/stack/ironic/devstack/lib/ironic:source:535 : [[ bios == \u\e\f\i ]] 2017-08-02 07:23:14.278 | +++ /opt/stack/ironic/devstack/lib/ironic:source:539 : IRONIC_IMAGE_NAME=cirros-0.3.4-x86_64-uec 2017-08-02 07:23:14.281 | +++ /opt/stack/ironic/devstack/lib/ironic:source:554 : [[ bios == \u\e\f\i ]] 2017-08-02 07:23:14.284 | +++ /opt/stack/ironic/devstack/lib/ironic:source:560 : add_image_link http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-uec.tar.gz 2017-08-02 07:23:14.288 | +++ /opt/stack/ironic/devstack/lib/ironic:add_image_link:544 : local i_link=http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-uec.tar.gz 2017-08-02 07:23:14.291 | +++ /opt/stack/ironic/devstack/lib/ironic:add_image_link:545 : [[ '' =~ http://download\.cirros-cloud\.net/0\.3\.4/cirros-0\.3\.4-x86_64-uec\.tar\.gz ]] 2017-08-02 07:23:14.295 | +++ /opt/stack/ironic/devstack/lib/ironic:add_image_link:546 : [[ -z '' ]] 2017-08-02 07:23:14.298 | +++ /opt/stack/ironic/devstack/lib/ironic:add_image_link:547 : IMAGE_URLS+=http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-uec.tar.gz 2017-08-02 07:23:14.301 | +++ /opt/stack/ironic/devstack/lib/ironic:source:561 : add_image_link http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img 2017-08-02 07:23:14.305 | +++ /opt/stack/ironic/devstack/lib/ironic:add_image_link:544 : local i_link=http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img 2017-08-02 07:23:14.308 | +++ /opt/stack/ironic/devstack/lib/ironic:add_image_link:545 : [[ http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-uec.tar.gz =~ http://download\.cirros-cloud\.net/0\.3\.4/cirros-0\.3\.4-x86_64-disk\.img ]] 2017-08-02 07:23:14.312 | +++ /opt/stack/ironic/devstack/lib/ironic:add_image_link:546 : [[ -z http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-uec.tar.gz ]] 2017-08-02 07:23:14.315 | +++ /opt/stack/ironic/devstack/lib/ironic:add_image_link:546 : [[ z == \, ]] 2017-08-02 07:23:14.319 | +++ /opt/stack/ironic/devstack/lib/ironic:add_image_link:549 : IMAGE_URLS+=,http://download.cirros-cloud.net/0.3.4/cirros-0.3.4-x86_64-disk.img 2017-08-02 07:23:14.322 | +++ /opt/stack/ironic/devstack/lib/ironic:source:564 : [[ True == \T\r\u\e ]] 2017-08-02 07:23:14.325 | +++ /opt/stack/ironic/devstack/lib/ironic:source:565 : IRONIC_IMAGE_NAME=cirros-0.3.4-x86_64-disk 2017-08-02 07:23:14.329 | +++ /opt/stack/ironic/devstack/lib/ironic:source:572 : export DEFAULT_IMAGE_NAME=cirros-0.3.4-x86_64-disk 2017-08-02 07:23:14.333 | +++ /opt/stack/ironic/devstack/lib/ironic:source:572 : DEFAULT_IMAGE_NAME=cirros-0.3.4-x86_64-disk 2017-08-02 07:23:14.356 | ++ /opt/stack/ironic/devstack/plugin.sh:source:10 : is_service_enabled ir-api ir-cond 2017-08-02 07:23:14.376 | ++ functions-common:is_service_enabled:2073 : return 0 2017-08-02 07:23:14.379 | ++ /opt/stack/ironic/devstack/plugin.sh:source:11 : [[ stack == \s\t\a\c\k ]] 2017-08-02 07:23:14.382 | ++ /opt/stack/ironic/devstack/plugin.sh:source:12 : [[ pre-install == \i\n\s\t\a\l\l ]] 2017-08-02 07:23:14.385 | ++ /opt/stack/ironic/devstack/plugin.sh:source:21 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2017-08-02 07:23:14.388 | ++ /opt/stack/ironic/devstack/plugin.sh:source:33 : [[ pre-install == \e\x\t\r\a ]] 2017-08-02 07:23:14.391 | ++ /opt/stack/ironic/devstack/plugin.sh:source:58 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2017-08-02 07:23:14.395 | ++ /opt/stack/ironic/devstack/plugin.sh:source:68 : [[ stack == \u\n\s\t\a\c\k ]] 2017-08-02 07:23:14.398 | ++ /opt/stack/ironic/devstack/plugin.sh:source:76 : [[ stack == \c\l\e\a\n ]] 2017-08-02 07:23:14.402 | + stack.sh:main:770 : install_rpc_backend 2017-08-02 07:23:14.406 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2017-08-02 07:23:14.428 | + functions-common:is_service_enabled:2073 : return 0 2017-08-02 07:23:14.430 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2017-08-02 07:23:14.431 | + functions-common:install_package:1285 : update_package_repo 2017-08-02 07:23:14.433 | + functions-common:update_package_repo:1257 : NO_UPDATE_REPOS=False 2017-08-02 07:23:14.435 | + functions-common:update_package_repo:1258 : REPOS_UPDATED=False 2017-08-02 07:23:14.436 | + functions-common:update_package_repo:1259 : RETRY_UPDATE=False 2017-08-02 07:23:14.438 | + functions-common:update_package_repo:1261 : [[ False = \T\r\u\e ]] 2017-08-02 07:23:14.440 | + functions-common:update_package_repo:1265 : is_ubuntu 2017-08-02 07:23:14.441 | + functions-common:is_ubuntu:466 : [[ -z rpm ]] 2017-08-02 07:23:14.443 | + functions-common:is_ubuntu:469 : '[' rpm = deb ']' 2017-08-02 07:23:14.445 | + functions-common:install_package:1286 : real_install_package rabbitmq-server 2017-08-02 07:23:14.446 | + functions-common:real_install_package:1271 : is_ubuntu 2017-08-02 07:23:14.449 | + functions-common:is_ubuntu:466 : [[ -z rpm ]] 2017-08-02 07:23:14.453 | + functions-common:is_ubuntu:469 : '[' rpm = deb ']' 2017-08-02 07:23:14.456 | + functions-common:real_install_package:1273 : is_fedora 2017-08-02 07:23:14.460 | + functions-common:is_fedora:439 : [[ -z RedHatEnterpriseServer ]] 2017-08-02 07:23:14.464 | + functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = Fedora ']' 2017-08-02 07:23:14.467 | + functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = 'Red Hat' ']' 2017-08-02 07:23:14.471 | + functions-common:is_fedora:444 : '[' RedHatEnterpriseServer = RedHatEnterpriseServer ']' 2017-08-02 07:23:14.474 | + functions-common:real_install_package:1274 : yum_install rabbitmq-server 2017-08-02 07:23:14.478 | + functions-common:yum_install:1329 : local result parse_yum_result 2017-08-02 07:23:14.481 | + functions-common:yum_install:1331 : [[ False = \T\r\u\e ]] 2017-08-02 07:23:14.485 | + functions-common:yum_install:1333 : time_start yum_install 2017-08-02 07:23:14.488 | + functions-common:time_start:2384 : local name=yum_install 2017-08-02 07:23:14.492 | + functions-common:time_start:2385 : local start_time= 2017-08-02 07:23:14.495 | + functions-common:time_start:2386 : [[ -n '' ]] 2017-08-02 07:23:14.499 | ++ functions-common:time_start:2389 : date +%s 2017-08-02 07:23:14.505 | + functions-common:time_start:2389 : _TIME_START[$name]=1501658594 2017-08-02 07:23:14.509 | + functions-common:yum_install:1354 : parse_yum_result=' \ 2017-08-02 07:23:14.509 | BEGIN { result=0 } \ 2017-08-02 07:23:14.509 | /^YUM_FAILED/ { result=$2 } \ 2017-08-02 07:23:14.509 | /^No package/ { result=2 } \ 2017-08-02 07:23:14.509 | /^Failed:/ { result=2 } \ 2017-08-02 07:23:14.509 | //{ print } \ 2017-08-02 07:23:14.509 | END { exit result }' 2017-08-02 07:23:14.513 | + functions-common:yum_install:1355 : sudo_with_proxies yum install -y rabbitmq-server 2017-08-02 07:23:14.514 | + functions-common:yum_install:1356 : awk ' \ 2017-08-02 07:23:14.514 | BEGIN { result=0 } \ 2017-08-02 07:23:14.514 | /^YUM_FAILED/ { result=$2 } \ 2017-08-02 07:23:14.514 | /^No package/ { result=2 } \ 2017-08-02 07:23:14.515 | /^Failed:/ { result=2 } \ 2017-08-02 07:23:14.515 | //{ print } \ 2017-08-02 07:23:14.515 | END { exit result }' 2017-08-02 07:23:17.050 | + functions-common:sudo_with_proxies:2352 : local sudo 2017-08-02 07:23:17.050 | ++ functions-common:sudo_with_proxies:2354 : id -u 2017-08-02 07:23:17.050 | + functions-common:sudo_with_proxies:2354 : [[ 1000 = \0 ]] 2017-08-02 07:23:17.050 | + functions-common:sudo_with_proxies:2354 : sudo=sudo 2017-08-02 07:23:17.050 | + functions-common:sudo_with_proxies:2356 : sudo http_proxy= https_proxy= no_proxy= yum install -y rabbitmq-server 2017-08-02 07:23:17.050 | Plugin "search-disabled-repos" requires API 2.7. Supported API is 2.6. 2017-08-02 07:23:17.051 | Loaded plugins: product-id, versionlock 2017-08-02 07:23:17.051 | Resolving Dependencies 2017-08-02 07:23:17.051 | --> Running transaction check 2017-08-02 07:23:17.051 | ---> Package rabbitmq-server.noarch 0:3.6.5-1.el7 will be installed 2017-08-02 07:23:17.051 | --> Processing Dependency: erlang-xmerl >= R12B-3 for package: rabbitmq-server-3.6.5-1.el7.noarch 2017-08-02 07:23:17.051 | --> Processing Dependency: erlang-tools >= R12B-3 for package: rabbitmq-server-3.6.5-1.el7.noarch 2017-08-02 07:23:17.051 | --> Processing Dependency: erlang-stdlib >= R12B-3 for package: rabbitmq-server-3.6.5-1.el7.noarch 2017-08-02 07:23:17.051 | --> Processing Dependency: erlang-ssl >= R12B-3 for package: rabbitmq-server-3.6.5-1.el7.noarch 2017-08-02 07:23:17.051 | --> Processing Dependency: erlang-sasl >= R12B-3 for package: rabbitmq-server-3.6.5-1.el7.noarch 2017-08-02 07:23:17.051 | --> Processing Dependency: erlang-public_key >= R12B-3 for package: rabbitmq-server-3.6.5-1.el7.noarch 2017-08-02 07:23:17.051 | --> Processing Dependency: erlang-os_mon >= R12B-3 for package: rabbitmq-server-3.6.5-1.el7.noarch 2017-08-02 07:23:17.051 | --> Processing Dependency: erlang-mnesia >= R12B-3 for package: rabbitmq-server-3.6.5-1.el7.noarch 2017-08-02 07:23:17.051 | --> Processing Dependency: erlang-kernel >= R12B-3 for package: rabbitmq-server-3.6.5-1.el7.noarch 2017-08-02 07:23:17.051 | --> Processing Dependency: erlang-erts >= R12B-3 for package: rabbitmq-server-3.6.5-1.el7.noarch 2017-08-02 07:23:17.051 | --> Processing Dependency: erlang-eldap >= R12B-3 for package: rabbitmq-server-3.6.5-1.el7.noarch 2017-08-02 07:23:17.051 | --> Processing Dependency: erlang-sd_notify for package: rabbitmq-server-3.6.5-1.el7.noarch 2017-08-02 07:23:17.051 | --> Running transaction check 2017-08-02 07:23:17.051 | ---> Package erlang-eldap.x86_64 0:18.3.4.4-2.el7 will be installed 2017-08-02 07:23:17.051 | --> Processing Dependency: erlang-asn1(x86-64) = 18.3.4.4-2.el7 for package: erlang-eldap-18.3.4.4-2.el7.x86_64 2017-08-02 07:23:17.051 | ---> Package erlang-erts.x86_64 0:18.3.4.4-2.el7 will be installed 2017-08-02 07:23:17.051 | --> Processing Dependency: lksctp-tools for package: erlang-erts-18.3.4.4-2.el7.x86_64 2017-08-02 07:23:17.051 | ---> Package erlang-kernel.x86_64 0:18.3.4.4-2.el7 will be installed 2017-08-02 07:23:17.051 | ---> Package erlang-mnesia.x86_64 0:18.3.4.4-2.el7 will be installed 2017-08-02 07:23:17.051 | ---> Package erlang-os_mon.x86_64 0:18.3.4.4-2.el7 will be installed 2017-08-02 07:23:17.051 | --> Processing Dependency: erlang-snmp(x86-64) = 18.3.4.4-2.el7 for package: erlang-os_mon-18.3.4.4-2.el7.x86_64 2017-08-02 07:23:17.051 | --> Processing Dependency: erlang-otp_mibs(x86-64) = 18.3.4.4-2.el7 for package: erlang-os_mon-18.3.4.4-2.el7.x86_64 2017-08-02 07:23:17.051 | ---> Package erlang-public_key.x86_64 0:18.3.4.4-2.el7 will be installed 2017-08-02 07:23:17.051 | --> Processing Dependency: erlang-crypto(x86-64) = 18.3.4.4-2.el7 for package: erlang-public_key-18.3.4.4-2.el7.x86_64 2017-08-02 07:23:17.051 | ---> Package erlang-sasl.x86_64 0:18.3.4.4-2.el7 will be installed 2017-08-02 07:23:17.051 | ---> Package erlang-sd_notify.x86_64 0:0.1-9.el7 will be installed 2017-08-02 07:23:17.051 | ---> Package erlang-ssl.x86_64 0:18.3.4.4-2.el7 will be installed 2017-08-02 07:23:17.051 | --> Processing Dependency: erlang-inets(x86-64) = 18.3.4.4-2.el7 for package: erlang-ssl-18.3.4.4-2.el7.x86_64 2017-08-02 07:23:17.051 | ---> Package erlang-stdlib.x86_64 0:18.3.4.4-2.el7 will be installed 2017-08-02 07:23:17.051 | --> Processing Dependency: erlang-compiler(x86-64) = 18.3.4.4-2.el7 for package: erlang-stdlib-18.3.4.4-2.el7.x86_64 2017-08-02 07:23:17.051 | ---> Package erlang-tools.x86_64 0:18.3.4.4-2.el7 will be installed 2017-08-02 07:23:17.051 | --> Processing Dependency: erlang-runtime_tools(x86-64) = 18.3.4.4-2.el7 for package: erlang-tools-18.3.4.4-2.el7.x86_64 2017-08-02 07:23:17.051 | ---> Package erlang-xmerl.x86_64 0:18.3.4.4-2.el7 will be installed 2017-08-02 07:23:17.051 | --> Running transaction check 2017-08-02 07:23:17.051 | ---> Package erlang-asn1.x86_64 0:18.3.4.4-2.el7 will be installed 2017-08-02 07:23:17.051 | ---> Package erlang-compiler.x86_64 0:18.3.4.4-2.el7 will be installed 2017-08-02 07:23:17.051 | --> Processing Dependency: erlang-hipe(x86-64) = 18.3.4.4-2.el7 for package: erlang-compiler-18.3.4.4-2.el7.x86_64 2017-08-02 07:23:17.051 | ---> Package erlang-crypto.x86_64 0:18.3.4.4-2.el7 will be installed 2017-08-02 07:23:17.051 | ---> Package erlang-inets.x86_64 0:18.3.4.4-2.el7 will be installed 2017-08-02 07:23:17.051 | ---> Package erlang-otp_mibs.x86_64 0:18.3.4.4-2.el7 will be installed 2017-08-02 07:23:17.052 | ---> Package erlang-runtime_tools.x86_64 0:18.3.4.4-2.el7 will be installed 2017-08-02 07:23:23.506 | ---> Package erlang-snmp.x86_64 0:18.3.4.4-2.el7 will be installed 2017-08-02 07:23:23.506 | ---> Package lksctp-tools.x86_64 0:1.0.17-2.el7 will be installed 2017-08-02 07:23:23.506 | --> Running transaction check 2017-08-02 07:23:23.506 | ---> Package erlang-hipe.x86_64 0:18.3.4.4-2.el7 will be installed 2017-08-02 07:23:23.506 | --> Processing Dependency: erlang-syntax_tools(x86-64) = 18.3.4.4-2.el7 for package: erlang-hipe-18.3.4.4-2.el7.x86_64 2017-08-02 07:23:23.506 | --> Running transaction check 2017-08-02 07:23:23.506 | ---> Package erlang-syntax_tools.x86_64 0:18.3.4.4-2.el7 will be installed 2017-08-02 07:23:23.506 | --> Finished Dependency Resolution 2017-08-02 07:23:23.506 | 2017-08-02 07:23:23.506 | Dependencies Resolved 2017-08-02 07:23:23.506 | 2017-08-02 07:23:23.506 | ================================================================================ 2017-08-02 07:23:23.506 | Package Arch Version Repository Size 2017-08-02 07:23:23.506 | ================================================================================ 2017-08-02 07:23:23.507 | Installing: 2017-08-02 07:23:23.507 | rabbitmq-server noarch 3.6.5-1.el7 openstack-ocata 5.1 M 2017-08-02 07:23:23.507 | Installing for dependencies: 2017-08-02 07:23:23.507 | erlang-asn1 x86_64 18.3.4.4-2.el7 openstack-ocata 736 k 2017-08-02 07:23:23.507 | erlang-compiler x86_64 18.3.4.4-2.el7 openstack-ocata 1.1 M 2017-08-02 07:23:23.507 | erlang-crypto x86_64 18.3.4.4-2.el7 openstack-ocata 129 k 2017-08-02 07:23:23.507 | erlang-eldap x86_64 18.3.4.4-2.el7 openstack-ocata 117 k 2017-08-02 07:23:23.507 | erlang-erts x86_64 18.3.4.4-2.el7 openstack-ocata 2.8 M 2017-08-02 07:23:23.507 | erlang-hipe x86_64 18.3.4.4-2.el7 openstack-ocata 2.6 M 2017-08-02 07:23:23.507 | erlang-inets x86_64 18.3.4.4-2.el7 openstack-ocata 786 k 2017-08-02 07:23:23.507 | erlang-kernel x86_64 18.3.4.4-2.el7 openstack-ocata 1.1 M 2017-08-02 07:23:23.507 | erlang-mnesia x86_64 18.3.4.4-2.el7 openstack-ocata 712 k 2017-08-02 07:23:23.507 | erlang-os_mon x86_64 18.3.4.4-2.el7 openstack-ocata 115 k 2017-08-02 07:23:23.507 | erlang-otp_mibs x86_64 18.3.4.4-2.el7 openstack-ocata 35 k 2017-08-02 07:23:23.507 | erlang-public_key x86_64 18.3.4.4-2.el7 openstack-ocata 571 k 2017-08-02 07:23:23.507 | erlang-runtime_tools x86_64 18.3.4.4-2.el7 openstack-ocata 191 k 2017-08-02 07:23:23.507 | erlang-sasl x86_64 18.3.4.4-2.el7 openstack-ocata 298 k 2017-08-02 07:23:23.507 | erlang-sd_notify x86_64 0.1-9.el7 openstack-ocata 8.8 k 2017-08-02 07:23:23.507 | erlang-snmp x86_64 18.3.4.4-2.el7 openstack-ocata 1.6 M 2017-08-02 07:23:23.507 | erlang-ssl x86_64 18.3.4.4-2.el7 openstack-ocata 702 k 2017-08-02 07:23:23.507 | erlang-stdlib x86_64 18.3.4.4-2.el7 openstack-ocata 2.4 M 2017-08-02 07:23:23.507 | erlang-syntax_tools x86_64 18.3.4.4-2.el7 openstack-ocata 382 k 2017-08-02 07:23:23.507 | erlang-tools x86_64 18.3.4.4-2.el7 openstack-ocata 584 k 2017-08-02 07:23:23.508 | erlang-xmerl x86_64 18.3.4.4-2.el7 openstack-ocata 993 k 2017-08-02 07:23:23.508 | lksctp-tools x86_64 1.0.17-2.el7 latest-rhel-7-server-rpms 88 k 2017-08-02 07:23:23.508 | 2017-08-02 07:23:23.508 | Transaction Summary 2017-08-02 07:23:23.508 | ================================================================================ 2017-08-02 07:23:23.508 | Install 1 Package (+22 Dependent packages) 2017-08-02 07:23:23.508 | 2017-08-02 07:23:23.508 | Total download size: 23 M 2017-08-02 07:23:23.508 | Installed size: 39 M 2017-08-02 07:23:23.508 | Downloading packages: 2017-08-02 07:23:23.508 | -------------------------------------------------------------------------------- 2017-08-02 07:23:23.508 | Total 13 MB/s | 23 MB 00:01 2017-08-02 07:23:23.508 | Running transaction check 2017-08-02 07:23:23.508 | Running transaction test 2017-08-02 07:23:23.508 | Transaction test succeeded 2017-08-02 07:23:23.508 | Running transaction 2017-08-02 07:23:23.508 | Installing : lksctp-tools-1.0.17-2.el7.x86_64 1/23 2017-08-02 07:23:23.508 | Installing : erlang-kernel-18.3.4.4-2.el7.x86_64 2/23 2017-08-02 07:23:23.508 | Installing : erlang-crypto-18.3.4.4-2.el7.x86_64 3/23 2017-08-02 07:23:23.508 | Installing : erlang-erts-18.3.4.4-2.el7.x86_64 4/23 2017-08-02 07:23:23.508 | Installing : erlang-stdlib-18.3.4.4-2.el7.x86_64 5/23 2017-08-02 07:23:23.508 | Installing : erlang-syntax_tools-18.3.4.4-2.el7.x86_64 6/23 2017-08-02 07:23:23.508 | Installing : erlang-compiler-18.3.4.4-2.el7.x86_64 7/23 2017-08-02 07:23:23.508 | Installing : erlang-hipe-18.3.4.4-2.el7.x86_64 8/23 2017-08-02 07:23:23.508 | Installing : erlang-mnesia-18.3.4.4-2.el7.x86_64 9/23 2017-08-02 07:23:23.508 | Installing : erlang-runtime_tools-18.3.4.4-2.el7.x86_64 10/23 2017-08-02 07:23:23.508 | Installing : erlang-snmp-18.3.4.4-2.el7.x86_64 11/23 2017-08-02 07:23:23.508 | Installing : erlang-asn1-18.3.4.4-2.el7.x86_64 12/23 2017-08-02 07:23:30.042 | Installing : erlang-public_key-18.3.4.4-2.el7.x86_64 13/23 2017-08-02 07:23:30.042 | Installing : erlang-ssl-18.3.4.4-2.el7.x86_64 14/23 2017-08-02 07:23:30.042 | Installing : erlang-inets-18.3.4.4-2.el7.x86_64 15/23 2017-08-02 07:23:30.042 | Installing : erlang-tools-18.3.4.4-2.el7.x86_64 16/23 2017-08-02 07:23:30.042 | Installing : erlang-sasl-18.3.4.4-2.el7.x86_64 17/23 2017-08-02 07:23:30.042 | Installing : erlang-eldap-18.3.4.4-2.el7.x86_64 18/23 2017-08-02 07:23:30.043 | Installing : erlang-otp_mibs-18.3.4.4-2.el7.x86_64 19/23 2017-08-02 07:23:30.043 | Installing : erlang-os_mon-18.3.4.4-2.el7.x86_64 20/23 2017-08-02 07:23:30.043 | Installing : erlang-xmerl-18.3.4.4-2.el7.x86_64 21/23 2017-08-02 07:23:30.043 | Installing : erlang-sd_notify-0.1-9.el7.x86_64 22/23 2017-08-02 07:23:30.043 | Installing : rabbitmq-server-3.6.5-1.el7.noarch 23/23 2017-08-02 07:23:30.043 | Verifying : erlang-eldap-18.3.4.4-2.el7.x86_64 1/23 2017-08-02 07:23:30.043 | Verifying : rabbitmq-server-3.6.5-1.el7.noarch 2/23 2017-08-02 07:23:30.043 | Verifying : erlang-mnesia-18.3.4.4-2.el7.x86_64 3/23 2017-08-02 07:23:30.043 | Verifying : erlang-hipe-18.3.4.4-2.el7.x86_64 4/23 2017-08-02 07:23:30.043 | Verifying : erlang-kernel-18.3.4.4-2.el7.x86_64 5/23 2017-08-02 07:23:30.043 | Verifying : erlang-otp_mibs-18.3.4.4-2.el7.x86_64 6/23 2017-08-02 07:23:30.043 | Verifying : erlang-crypto-18.3.4.4-2.el7.x86_64 7/23 2017-08-02 07:23:30.043 | Verifying : erlang-xmerl-18.3.4.4-2.el7.x86_64 8/23 2017-08-02 07:23:30.043 | Verifying : erlang-stdlib-18.3.4.4-2.el7.x86_64 9/23 2017-08-02 07:23:30.043 | Verifying : erlang-sasl-18.3.4.4-2.el7.x86_64 10/23 2017-08-02 07:23:30.043 | Verifying : lksctp-tools-1.0.17-2.el7.x86_64 11/23 2017-08-02 07:23:30.043 | Verifying : erlang-tools-18.3.4.4-2.el7.x86_64 12/23 2017-08-02 07:23:30.043 | Verifying : erlang-snmp-18.3.4.4-2.el7.x86_64 13/23 2017-08-02 07:23:30.043 | Verifying : erlang-sd_notify-0.1-9.el7.x86_64 14/23 2017-08-02 07:23:30.043 | Verifying : erlang-compiler-18.3.4.4-2.el7.x86_64 15/23 2017-08-02 07:23:30.044 | Verifying : erlang-ssl-18.3.4.4-2.el7.x86_64 16/23 2017-08-02 07:23:30.044 | Verifying : erlang-erts-18.3.4.4-2.el7.x86_64 17/23 2017-08-02 07:23:30.044 | Verifying : erlang-public_key-18.3.4.4-2.el7.x86_64 18/23 2017-08-02 07:23:30.044 | Verifying : erlang-runtime_tools-18.3.4.4-2.el7.x86_64 19/23 2017-08-02 07:23:30.044 | Verifying : erlang-syntax_tools-18.3.4.4-2.el7.x86_64 20/23 2017-08-02 07:23:30.044 | Verifying : erlang-os_mon-18.3.4.4-2.el7.x86_64 21/23 2017-08-02 07:23:30.044 | Verifying : erlang-asn1-18.3.4.4-2.el7.x86_64 22/23 2017-08-02 07:23:30.044 | Verifying : erlang-inets-18.3.4.4-2.el7.x86_64 23/23 2017-08-02 07:23:30.044 | 2017-08-02 07:23:30.044 | Installed: 2017-08-02 07:23:30.044 | rabbitmq-server.noarch 0:3.6.5-1.el7 2017-08-02 07:23:30.044 | 2017-08-02 07:23:30.044 | Dependency Installed: 2017-08-02 07:23:30.044 | erlang-asn1.x86_64 0:18.3.4.4-2.el7 2017-08-02 07:23:30.044 | erlang-compiler.x86_64 0:18.3.4.4-2.el7 2017-08-02 07:23:30.044 | erlang-crypto.x86_64 0:18.3.4.4-2.el7 2017-08-02 07:23:30.044 | erlang-eldap.x86_64 0:18.3.4.4-2.el7 2017-08-02 07:23:30.044 | erlang-erts.x86_64 0:18.3.4.4-2.el7 2017-08-02 07:23:30.044 | erlang-hipe.x86_64 0:18.3.4.4-2.el7 2017-08-02 07:23:30.044 | erlang-inets.x86_64 0:18.3.4.4-2.el7 2017-08-02 07:23:30.044 | erlang-kernel.x86_64 0:18.3.4.4-2.el7 2017-08-02 07:23:30.044 | erlang-mnesia.x86_64 0:18.3.4.4-2.el7 2017-08-02 07:23:30.045 | erlang-os_mon.x86_64 0:18.3.4.4-2.el7 2017-08-02 07:23:30.045 | erlang-otp_mibs.x86_64 0:18.3.4.4-2.el7 2017-08-02 07:23:30.045 | erlang-public_key.x86_64 0:18.3.4.4-2.el7 2017-08-02 07:23:30.045 | erlang-runtime_tools.x86_64 0:18.3.4.4-2.el7 2017-08-02 07:23:30.045 | erlang-sasl.x86_64 0:18.3.4.4-2.el7 2017-08-02 07:23:30.045 | erlang-sd_notify.x86_64 0:0.1-9.el7 2017-08-02 07:23:30.359 | erlang-snmp.x86_64 0:18.3.4.4-2.el7 2017-08-02 07:23:30.359 | erlang-ssl.x86_64 0:18.3.4.4-2.el7 2017-08-02 07:23:30.359 | erlang-stdlib.x86_64 0:18.3.4.4-2.el7 2017-08-02 07:23:30.359 | erlang-syntax_tools.x86_64 0:18.3.4.4-2.el7 2017-08-02 07:23:30.359 | erlang-tools.x86_64 0:18.3.4.4-2.el7 2017-08-02 07:23:30.359 | erlang-xmerl.x86_64 0:18.3.4.4-2.el7 2017-08-02 07:23:30.359 | lksctp-tools.x86_64 0:1.0.17-2.el7 2017-08-02 07:23:30.359 | 2017-08-02 07:23:30.359 | Complete! 2017-08-02 07:23:30.361 | + functions-common:yum_install:1356 : result=0 2017-08-02 07:23:30.363 | + functions-common:yum_install:1358 : time_stop yum_install 2017-08-02 07:23:30.365 | + functions-common:time_stop:2398 : local name 2017-08-02 07:23:30.367 | + functions-common:time_stop:2399 : local end_time 2017-08-02 07:23:30.368 | + functions-common:time_stop:2400 : local elapsed_time 2017-08-02 07:23:30.370 | + functions-common:time_stop:2401 : local total 2017-08-02 07:23:30.372 | + functions-common:time_stop:2402 : local start_time 2017-08-02 07:23:30.377 | + functions-common:time_stop:2404 : name=yum_install 2017-08-02 07:23:30.379 | + functions-common:time_stop:2405 : start_time=1501658594 2017-08-02 07:23:30.380 | + functions-common:time_stop:2407 : [[ -z 1501658594 ]] 2017-08-02 07:23:30.382 | ++ functions-common:time_stop:2410 : date +%s 2017-08-02 07:23:30.385 | + functions-common:time_stop:2410 : end_time=1501658610 2017-08-02 07:23:30.387 | + functions-common:time_stop:2411 : elapsed_time=16 2017-08-02 07:23:30.388 | + functions-common:time_stop:2412 : total=281 2017-08-02 07:23:30.390 | + functions-common:time_stop:2414 : _TIME_START[$name]= 2017-08-02 07:23:30.391 | + functions-common:time_stop:2415 : _TIME_TOTAL[$name]=297 2017-08-02 07:23:30.393 | + functions-common:yum_install:1367 : '[' 0 == 2 ']' 2017-08-02 07:23:30.394 | + functions-common:yum_install:1371 : return 0 2017-08-02 07:23:30.396 | + lib/rpc_backend:install_rpc_backend:55 : is_fedora 2017-08-02 07:23:30.398 | + functions-common:is_fedora:439 : [[ -z RedHatEnterpriseServer ]] 2017-08-02 07:23:30.399 | + functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = Fedora ']' 2017-08-02 07:23:30.401 | + functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = 'Red Hat' ']' 2017-08-02 07:23:30.402 | + functions-common:is_fedora:444 : '[' RedHatEnterpriseServer = RedHatEnterpriseServer ']' 2017-08-02 07:23:30.404 | + lib/rpc_backend:install_rpc_backend:56 : sudo systemctl enable rabbitmq-server 2017-08-02 07:23:30.413 | Created symlink from /etc/systemd/system/multi-user.target.wants/rabbitmq-server.service to /usr/lib/systemd/system/rabbitmq-server.service. 2017-08-02 07:23:30.453 | + stack.sh:main:773 : install_dlm 2017-08-02 07:23:30.455 | + lib/dlm:install_dlm:93 : is_dlm_enabled 2017-08-02 07:23:30.457 | ++ lib/dlm:is_dlm_enabled:62 : dlm_backend 2017-08-02 07:23:30.458 | ++ lib/dlm:dlm_backend:57 : echo zookeeper 2017-08-02 07:23:30.461 | + lib/dlm:is_dlm_enabled:62 : [[ ,key,n-api,n-cpu,n-cond,n-sch,n-cauth,placement-api,placement-client,g-api,g-reg,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,mysql,dstat,n-cell,s-proxy,s-object,s-container,s-account,ironic,ir-api,ir-cond, =~ ,zookeeper, ]] 2017-08-02 07:23:30.462 | + lib/dlm:is_dlm_enabled:63 : return 1 2017-08-02 07:23:30.464 | + stack.sh:main:774 : configure_dlm 2017-08-02 07:23:30.465 | + lib/dlm:configure_dlm:77 : is_dlm_enabled 2017-08-02 07:23:30.467 | ++ lib/dlm:is_dlm_enabled:62 : dlm_backend 2017-08-02 07:23:30.469 | ++ lib/dlm:dlm_backend:57 : echo zookeeper 2017-08-02 07:23:30.471 | + lib/dlm:is_dlm_enabled:62 : [[ ,key,n-api,n-cpu,n-cond,n-sch,n-cauth,placement-api,placement-client,g-api,g-reg,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,mysql,dstat,n-cell,s-proxy,s-object,s-container,s-account,ironic,ir-api,ir-cond, =~ ,zookeeper, ]] 2017-08-02 07:23:30.473 | + lib/dlm:is_dlm_enabled:63 : return 1 2017-08-02 07:23:30.475 | + stack.sh:main:776 : is_service_enabled mysql postgresql 2017-08-02 07:23:30.486 | + functions-common:is_service_enabled:2073 : return 0 2017-08-02 07:23:30.488 | + stack.sh:main:777 : install_database 2017-08-02 07:23:30.490 | + lib/database:install_database:118 : install_database_mysql 2017-08-02 07:23:30.492 | + lib/databases/mysql:install_database_mysql:131 : is_ubuntu 2017-08-02 07:23:30.494 | + functions-common:is_ubuntu:466 : [[ -z rpm ]] 2017-08-02 07:23:30.495 | + functions-common:is_ubuntu:469 : '[' rpm = deb ']' 2017-08-02 07:23:30.497 | + lib/databases/mysql:install_database_mysql:144 : [[ ! -e /opt/stack/.my.cnf ]] 2017-08-02 07:23:30.499 | + lib/databases/mysql:install_database_mysql:145 : cat 2017-08-02 07:23:30.502 | + lib/databases/mysql:install_database_mysql:151 : chmod 0600 /opt/stack/.my.cnf 2017-08-02 07:23:30.505 | + lib/databases/mysql:install_database_mysql:154 : is_suse 2017-08-02 07:23:30.507 | + functions-common:is_suse:454 : [[ -z RedHatEnterpriseServer ]] 2017-08-02 07:23:30.509 | + functions-common:is_suse:458 : [[ RedHatEnterpriseServer =~ (openSUSE) ]] 2017-08-02 07:23:30.511 | + functions-common:is_suse:458 : [[ RedHatEnterpriseServer == \S\U\S\E\ \L\I\N\U\X ]] 2017-08-02 07:23:30.513 | + lib/databases/mysql:install_database_mysql:154 : is_oraclelinux 2017-08-02 07:23:30.515 | + functions-common:is_oraclelinux:427 : [[ -z RedHatEnterpriseServer ]] 2017-08-02 07:23:30.516 | + functions-common:is_oraclelinux:431 : '[' RedHatEnterpriseServer = OracleServer ']' 2017-08-02 07:23:30.518 | + lib/databases/mysql:install_database_mysql:158 : is_fedora 2017-08-02 07:23:30.520 | + functions-common:is_fedora:439 : [[ -z RedHatEnterpriseServer ]] 2017-08-02 07:23:30.522 | + functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = Fedora ']' 2017-08-02 07:23:30.523 | + functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = 'Red Hat' ']' 2017-08-02 07:23:30.525 | + functions-common:is_fedora:444 : '[' RedHatEnterpriseServer = RedHatEnterpriseServer ']' 2017-08-02 07:23:30.526 | + lib/databases/mysql:install_database_mysql:159 : install_package mariadb-server 2017-08-02 07:23:30.528 | + functions-common:install_package:1285 : update_package_repo 2017-08-02 07:23:30.529 | + functions-common:update_package_repo:1257 : NO_UPDATE_REPOS=False 2017-08-02 07:23:30.531 | + functions-common:update_package_repo:1258 : REPOS_UPDATED=False 2017-08-02 07:23:30.533 | + functions-common:update_package_repo:1259 : RETRY_UPDATE=False 2017-08-02 07:23:30.534 | + functions-common:update_package_repo:1261 : [[ False = \T\r\u\e ]] 2017-08-02 07:23:30.536 | + functions-common:update_package_repo:1265 : is_ubuntu 2017-08-02 07:23:30.537 | + functions-common:is_ubuntu:466 : [[ -z rpm ]] 2017-08-02 07:23:30.539 | + functions-common:is_ubuntu:469 : '[' rpm = deb ']' 2017-08-02 07:23:30.540 | + functions-common:install_package:1286 : real_install_package mariadb-server 2017-08-02 07:23:30.542 | + functions-common:real_install_package:1271 : is_ubuntu 2017-08-02 07:23:30.543 | + functions-common:is_ubuntu:466 : [[ -z rpm ]] 2017-08-02 07:23:30.545 | + functions-common:is_ubuntu:469 : '[' rpm = deb ']' 2017-08-02 07:23:30.546 | + functions-common:real_install_package:1273 : is_fedora 2017-08-02 07:23:30.548 | + functions-common:is_fedora:439 : [[ -z RedHatEnterpriseServer ]] 2017-08-02 07:23:30.549 | + functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = Fedora ']' 2017-08-02 07:23:30.551 | + functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = 'Red Hat' ']' 2017-08-02 07:23:30.552 | + functions-common:is_fedora:444 : '[' RedHatEnterpriseServer = RedHatEnterpriseServer ']' 2017-08-02 07:23:30.554 | + functions-common:real_install_package:1274 : yum_install mariadb-server 2017-08-02 07:23:30.555 | + functions-common:yum_install:1329 : local result parse_yum_result 2017-08-02 07:23:30.557 | + functions-common:yum_install:1331 : [[ False = \T\r\u\e ]] 2017-08-02 07:23:30.558 | + functions-common:yum_install:1333 : time_start yum_install 2017-08-02 07:23:30.560 | + functions-common:time_start:2384 : local name=yum_install 2017-08-02 07:23:30.561 | + functions-common:time_start:2385 : local start_time= 2017-08-02 07:23:30.562 | + functions-common:time_start:2386 : [[ -n '' ]] 2017-08-02 07:23:30.564 | ++ functions-common:time_start:2389 : date +%s 2017-08-02 07:23:30.567 | + functions-common:time_start:2389 : _TIME_START[$name]=1501658610 2017-08-02 07:23:30.568 | + functions-common:yum_install:1354 : parse_yum_result=' \ 2017-08-02 07:23:30.568 | BEGIN { result=0 } \ 2017-08-02 07:23:30.568 | /^YUM_FAILED/ { result=$2 } \ 2017-08-02 07:23:30.568 | /^No package/ { result=2 } \ 2017-08-02 07:23:30.568 | /^Failed:/ { result=2 } \ 2017-08-02 07:23:30.568 | //{ print } \ 2017-08-02 07:23:30.568 | END { exit result }' 2017-08-02 07:23:30.571 | + functions-common:yum_install:1356 : awk ' \ 2017-08-02 07:23:30.571 | BEGIN { result=0 } \ 2017-08-02 07:23:30.571 | /^YUM_FAILED/ { result=$2 } \ 2017-08-02 07:23:30.571 | /^No package/ { result=2 } \ 2017-08-02 07:23:30.571 | /^Failed:/ { result=2 } \ 2017-08-02 07:23:30.571 | //{ print } \ 2017-08-02 07:23:30.571 | END { exit result }' 2017-08-02 07:23:30.571 | + functions-common:yum_install:1355 : sudo_with_proxies yum install -y mariadb-server 2017-08-02 07:23:46.334 | + functions-common:sudo_with_proxies:2352 : local sudo 2017-08-02 07:23:46.334 | ++ functions-common:sudo_with_proxies:2354 : id -u 2017-08-02 07:23:46.334 | + functions-common:sudo_with_proxies:2354 : [[ 1000 = \0 ]] 2017-08-02 07:23:46.334 | + functions-common:sudo_with_proxies:2354 : sudo=sudo 2017-08-02 07:23:46.334 | + functions-common:sudo_with_proxies:2356 : sudo http_proxy= https_proxy= no_proxy= yum install -y mariadb-server 2017-08-02 07:23:46.334 | Plugin "search-disabled-repos" requires API 2.7. Supported API is 2.6. 2017-08-02 07:23:46.334 | Loaded plugins: product-id, versionlock 2017-08-02 07:23:46.334 | Resolving Dependencies 2017-08-02 07:23:46.334 | --> Running transaction check 2017-08-02 07:23:46.334 | ---> Package mariadb-server.x86_64 3:10.1.20-1.el7 will be installed 2017-08-02 07:23:46.334 | --> Processing Dependency: mariadb-errmsg(x86-64) = 3:10.1.20-1.el7 for package: 3:mariadb-server-10.1.20-1.el7.x86_64 2017-08-02 07:23:46.334 | --> Processing Dependency: perl(DBI) for package: 3:mariadb-server-10.1.20-1.el7.x86_64 2017-08-02 07:23:46.334 | --> Processing Dependency: perl(DBD::mysql) for package: 3:mariadb-server-10.1.20-1.el7.x86_64 2017-08-02 07:23:46.334 | --> Processing Dependency: mysql-compat-client(x86-64) for package: 3:mariadb-server-10.1.20-1.el7.x86_64 2017-08-02 07:23:46.335 | --> Processing Dependency: mysql(x86-64) for package: 3:mariadb-server-10.1.20-1.el7.x86_64 2017-08-02 07:23:46.335 | --> Running transaction check 2017-08-02 07:23:46.335 | ---> Package mariadb.x86_64 3:10.1.20-1.el7 will be installed 2017-08-02 07:23:46.335 | ---> Package mariadb-errmsg.x86_64 3:10.1.20-1.el7 will be installed 2017-08-02 07:23:46.335 | ---> Package perl-DBD-MySQL.x86_64 0:4.023-5.el7 will be installed 2017-08-02 07:23:46.335 | ---> Package perl-DBI.x86_64 0:1.627-4.el7 will be installed 2017-08-02 07:23:46.335 | --> Processing Dependency: perl(RPC::PlServer) >= 0.2001 for package: perl-DBI-1.627-4.el7.x86_64 2017-08-02 07:23:46.335 | --> Processing Dependency: perl(RPC::PlClient) >= 0.2000 for package: perl-DBI-1.627-4.el7.x86_64 2017-08-02 07:23:46.335 | --> Running transaction check 2017-08-02 07:23:46.335 | ---> Package perl-PlRPC.noarch 0:0.2020-14.el7 will be installed 2017-08-02 07:23:46.335 | --> Processing Dependency: perl(Net::Daemon) >= 0.13 for package: perl-PlRPC-0.2020-14.el7.noarch 2017-08-02 07:23:46.335 | --> Processing Dependency: perl(Net::Daemon::Test) for package: perl-PlRPC-0.2020-14.el7.noarch 2017-08-02 07:23:46.335 | --> Processing Dependency: perl(Net::Daemon::Log) for package: perl-PlRPC-0.2020-14.el7.noarch 2017-08-02 07:23:46.335 | --> Running transaction check 2017-08-02 07:23:46.335 | ---> Package perl-Net-Daemon.noarch 0:0.48-5.el7 will be installed 2017-08-02 07:23:46.335 | --> Finished Dependency Resolution 2017-08-02 07:23:46.335 | 2017-08-02 07:23:46.335 | Dependencies Resolved 2017-08-02 07:23:46.335 | 2017-08-02 07:23:46.335 | ================================================================================ 2017-08-02 07:23:46.335 | Package Arch Version Repository Size 2017-08-02 07:23:46.335 | ================================================================================ 2017-08-02 07:23:46.335 | Installing: 2017-08-02 07:23:46.336 | mariadb-server x86_64 3:10.1.20-1.el7 openstack-ocata 19 M 2017-08-02 07:23:46.336 | Installing for dependencies: 2017-08-02 07:23:46.336 | mariadb x86_64 3:10.1.20-1.el7 openstack-ocata 6.3 M 2017-08-02 07:23:46.336 | mariadb-errmsg x86_64 3:10.1.20-1.el7 openstack-ocata 200 k 2017-08-02 07:23:46.336 | perl-DBD-MySQL x86_64 4.023-5.el7 latest-rhel-7-server-rpms 140 k 2017-08-02 07:23:46.336 | perl-DBI x86_64 1.627-4.el7 latest-rhel-7-server-rpms 802 k 2017-08-02 07:23:46.336 | perl-Net-Daemon noarch 0.48-5.el7 latest-rhel-7-server-rpms 51 k 2017-08-02 07:23:46.336 | perl-PlRPC noarch 0.2020-14.el7 latest-rhel-7-server-rpms 36 k 2017-08-02 07:23:46.336 | 2017-08-02 07:23:46.336 | Transaction Summary 2017-08-02 07:23:46.336 | ================================================================================ 2017-08-02 07:23:46.336 | Install 1 Package (+6 Dependent packages) 2017-08-02 07:23:46.336 | 2017-08-02 07:23:46.336 | Total download size: 27 M 2017-08-02 07:23:46.336 | Installed size: 136 M 2017-08-02 07:23:46.336 | Downloading packages: 2017-08-02 07:23:46.336 | -------------------------------------------------------------------------------- 2017-08-02 07:23:46.336 | Total 15 MB/s | 27 MB 00:01 2017-08-02 07:23:46.336 | Running transaction check 2017-08-02 07:23:46.336 | Running transaction test 2017-08-02 07:23:46.336 | Transaction test succeeded 2017-08-02 07:23:46.336 | Running transaction 2017-08-02 07:23:46.336 | Installing : 3:mariadb-10.1.20-1.el7.x86_64 1/7 2017-08-02 07:23:46.337 | Installing : 3:mariadb-errmsg-10.1.20-1.el7.x86_64 2/7 2017-08-02 07:23:46.337 | Installing : perl-Net-Daemon-0.48-5.el7.noarch 3/7 2017-08-02 07:23:46.337 | Installing : perl-PlRPC-0.2020-14.el7.noarch 4/7 2017-08-02 07:23:46.337 | Installing : perl-DBI-1.627-4.el7.x86_64 5/7 2017-08-02 07:23:46.337 | Installing : perl-DBD-MySQL-4.023-5.el7.x86_64 6/7 2017-08-02 07:23:46.337 | Installing : 3:mariadb-server-10.1.20-1.el7.x86_64 7/7 2017-08-02 07:23:46.337 | Verifying : perl-DBD-MySQL-4.023-5.el7.x86_64 1/7 2017-08-02 07:23:46.899 | Verifying : perl-Net-Daemon-0.48-5.el7.noarch 2/7 2017-08-02 07:23:46.899 | Verifying : 3:mariadb-server-10.1.20-1.el7.x86_64 3/7 2017-08-02 07:23:46.899 | Verifying : 3:mariadb-errmsg-10.1.20-1.el7.x86_64 4/7 2017-08-02 07:23:46.899 | Verifying : 3:mariadb-10.1.20-1.el7.x86_64 5/7 2017-08-02 07:23:46.900 | Verifying : perl-DBI-1.627-4.el7.x86_64 6/7 2017-08-02 07:23:46.900 | Verifying : perl-PlRPC-0.2020-14.el7.noarch 7/7 2017-08-02 07:23:46.900 | 2017-08-02 07:23:46.900 | Installed: 2017-08-02 07:23:46.900 | mariadb-server.x86_64 3:10.1.20-1.el7 2017-08-02 07:23:46.900 | 2017-08-02 07:23:46.900 | Dependency Installed: 2017-08-02 07:23:46.900 | mariadb.x86_64 3:10.1.20-1.el7 mariadb-errmsg.x86_64 3:10.1.20-1.el7 2017-08-02 07:23:46.900 | perl-DBD-MySQL.x86_64 0:4.023-5.el7 perl-DBI.x86_64 0:1.627-4.el7 2017-08-02 07:23:46.900 | perl-Net-Daemon.noarch 0:0.48-5.el7 perl-PlRPC.noarch 0:0.2020-14.el7 2017-08-02 07:23:46.900 | 2017-08-02 07:23:46.900 | Complete! 2017-08-02 07:23:46.901 | + functions-common:yum_install:1356 : result=0 2017-08-02 07:23:46.903 | + functions-common:yum_install:1358 : time_stop yum_install 2017-08-02 07:23:46.904 | + functions-common:time_stop:2398 : local name 2017-08-02 07:23:46.906 | + functions-common:time_stop:2399 : local end_time 2017-08-02 07:23:46.908 | + functions-common:time_stop:2400 : local elapsed_time 2017-08-02 07:23:46.909 | + functions-common:time_stop:2401 : local total 2017-08-02 07:23:46.910 | + functions-common:time_stop:2402 : local start_time 2017-08-02 07:23:46.912 | + functions-common:time_stop:2404 : name=yum_install 2017-08-02 07:23:46.913 | + functions-common:time_stop:2405 : start_time=1501658610 2017-08-02 07:23:46.914 | + functions-common:time_stop:2407 : [[ -z 1501658610 ]] 2017-08-02 07:23:46.916 | ++ functions-common:time_stop:2410 : date +%s 2017-08-02 07:23:46.919 | + functions-common:time_stop:2410 : end_time=1501658626 2017-08-02 07:23:46.921 | + functions-common:time_stop:2411 : elapsed_time=16 2017-08-02 07:23:46.922 | + functions-common:time_stop:2412 : total=297 2017-08-02 07:23:46.924 | + functions-common:time_stop:2414 : _TIME_START[$name]= 2017-08-02 07:23:46.925 | + functions-common:time_stop:2415 : _TIME_TOTAL[$name]=313 2017-08-02 07:23:46.927 | + functions-common:yum_install:1367 : '[' 0 == 2 ']' 2017-08-02 07:23:46.928 | + functions-common:yum_install:1371 : return 0 2017-08-02 07:23:46.930 | + lib/databases/mysql:install_database_mysql:160 : sudo systemctl enable mariadb 2017-08-02 07:23:46.941 | Created symlink from /etc/systemd/system/multi-user.target.wants/mariadb.service to /usr/lib/systemd/system/mariadb.service. 2017-08-02 07:23:46.989 | + stack.sh:main:779 : '[' -n mysql ']' 2017-08-02 07:23:46.990 | + stack.sh:main:780 : install_database_python 2017-08-02 07:23:46.992 | + lib/database:install_database_python:123 : install_database_python_mysql 2017-08-02 07:23:46.995 | + lib/databases/mysql:install_database_python_mysql:170 : pip_install_gr PyMySQL 2017-08-02 07:23:46.997 | + inc/python:pip_install_gr:66 : local name=PyMySQL 2017-08-02 07:23:47.000 | + inc/python:pip_install_gr:67 : local clean_name 2017-08-02 07:23:47.002 | ++ inc/python:pip_install_gr:68 : get_from_global_requirements PyMySQL 2017-08-02 07:23:47.004 | ++ inc/python:get_from_global_requirements:252 : local package=PyMySQL 2017-08-02 07:23:47.006 | ++ inc/python:get_from_global_requirements:253 : local required_pkg 2017-08-02 07:23:47.009 | +++ inc/python:get_from_global_requirements:254 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2017-08-02 07:23:47.009 | +++ inc/python:get_from_global_requirements:254 : cut -d# -f1 2017-08-02 07:23:47.012 | ++ inc/python:get_from_global_requirements:254 : required_pkg='PyMySQL>=0.7.6 ' 2017-08-02 07:23:47.014 | ++ inc/python:get_from_global_requirements:255 : [[ PyMySQL>=0.7.6 == '' ]] 2017-08-02 07:23:47.016 | ++ inc/python:get_from_global_requirements:258 : echo 'PyMySQL>=0.7.6' 2017-08-02 07:23:47.018 | + inc/python:pip_install_gr:68 : clean_name='PyMySQL>=0.7.6' 2017-08-02 07:23:47.020 | + inc/python:pip_install_gr:69 : pip_install 'PyMySQL>=0.7.6' 2017-08-02 07:23:47.575 | + inc/python:pip_install:222 : sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt 'PyMySQL>=0.7.6' 2017-08-02 07:23:48.470 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2017-08-02 07:23:48.473 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2017-08-02 07:23:49.194 | Collecting PyMySQL===0.7.9 (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) 2017-08-02 07:23:49.605 | Downloading PyMySQL-0.7.9-py2-none-any.whl (78kB) 2017-08-02 07:23:49.950 | Installing collected packages: PyMySQL 2017-08-02 07:23:50.076 | Successfully installed PyMySQL-0.7.9 2017-08-02 07:23:50.298 | + inc/python:pip_install:229 : result=0 2017-08-02 07:23:50.300 | + inc/python:pip_install:232 : local 'test_req=PyMySQL>=0.7.6/test-requirements.txt' 2017-08-02 07:23:50.301 | + inc/python:pip_install:233 : [[ 0 == 0 ]] 2017-08-02 07:23:50.303 | + inc/python:pip_install:233 : [[ -e PyMySQL>=0.7.6/test-requirements.txt ]] 2017-08-02 07:23:50.304 | + inc/python:pip_install:245 : time_stop pip_install 2017-08-02 07:23:50.306 | + functions-common:time_stop:2398 : local name 2017-08-02 07:23:50.308 | + functions-common:time_stop:2399 : local end_time 2017-08-02 07:23:50.309 | + functions-common:time_stop:2400 : local elapsed_time 2017-08-02 07:23:50.311 | + functions-common:time_stop:2401 : local total 2017-08-02 07:23:50.313 | + functions-common:time_stop:2402 : local start_time 2017-08-02 07:23:50.314 | + functions-common:time_stop:2404 : name=pip_install 2017-08-02 07:23:50.317 | + functions-common:time_stop:2405 : start_time=1501658627 2017-08-02 07:23:50.320 | + functions-common:time_stop:2407 : [[ -z 1501658627 ]] 2017-08-02 07:23:50.323 | ++ functions-common:time_stop:2410 : date +%s 2017-08-02 07:23:50.327 | + functions-common:time_stop:2410 : end_time=1501658630 2017-08-02 07:23:50.330 | + functions-common:time_stop:2411 : elapsed_time=3 2017-08-02 07:23:50.332 | + functions-common:time_stop:2412 : total=70 2017-08-02 07:23:50.334 | + functions-common:time_stop:2414 : _TIME_START[$name]= 2017-08-02 07:23:50.335 | + functions-common:time_stop:2415 : _TIME_TOTAL[$name]=73 2017-08-02 07:23:50.337 | + inc/python:pip_install:246 : return 0 2017-08-02 07:23:50.339 | + lib/databases/mysql:install_database_python_mysql:171 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2017-08-02 07:23:50.341 | + lib/databases/mysql:install_database_python_mysql:173 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2017-08-02 07:23:50.343 | + lib/databases/mysql:install_database_python_mysql:174 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2017-08-02 07:23:50.347 | + stack.sh:main:783 : is_service_enabled neutron 2017-08-02 07:23:50.357 | + functions-common:is_service_enabled:2073 : return 0 2017-08-02 07:23:50.359 | + stack.sh:main:784 : install_neutron_agent_packages 2017-08-02 07:23:50.360 | + lib/neutron:install_neutron_agent_packages:594 : is_neutron_legacy_enabled 2017-08-02 07:23:50.362 | + lib/neutron:is_neutron_legacy_enabled:92 : [[ ,key,n-api,n-cpu,n-cond,n-sch,n-cauth,placement-api,placement-client,g-api,g-reg,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,mysql,dstat,n-cell,s-proxy,s-object,s-container,s-account,ironic,ir-api,ir-cond =~ ,q- ]] 2017-08-02 07:23:50.364 | + lib/neutron:is_neutron_legacy_enabled:92 : return 0 2017-08-02 07:23:50.365 | + lib/neutron:install_neutron_agent_packages:596 : install_neutron_agent_packages_mutnauq 2017-08-02 07:23:50.367 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:460 : is_service_enabled q-l3 2017-08-02 07:23:50.377 | + functions-common:is_service_enabled:2073 : return 0 2017-08-02 07:23:50.379 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:461 : install_package radvd 2017-08-02 07:23:50.381 | + functions-common:install_package:1285 : update_package_repo 2017-08-02 07:23:50.382 | + functions-common:update_package_repo:1257 : NO_UPDATE_REPOS=False 2017-08-02 07:23:50.384 | + functions-common:update_package_repo:1258 : REPOS_UPDATED=False 2017-08-02 07:23:50.385 | + functions-common:update_package_repo:1259 : RETRY_UPDATE=False 2017-08-02 07:23:50.387 | + functions-common:update_package_repo:1261 : [[ False = \T\r\u\e ]] 2017-08-02 07:23:50.388 | + functions-common:update_package_repo:1265 : is_ubuntu 2017-08-02 07:23:50.390 | + functions-common:is_ubuntu:466 : [[ -z rpm ]] 2017-08-02 07:23:50.391 | + functions-common:is_ubuntu:469 : '[' rpm = deb ']' 2017-08-02 07:23:50.393 | + functions-common:install_package:1286 : real_install_package radvd 2017-08-02 07:23:50.395 | + functions-common:real_install_package:1271 : is_ubuntu 2017-08-02 07:23:50.396 | + functions-common:is_ubuntu:466 : [[ -z rpm ]] 2017-08-02 07:23:50.398 | + functions-common:is_ubuntu:469 : '[' rpm = deb ']' 2017-08-02 07:23:50.400 | + functions-common:real_install_package:1273 : is_fedora 2017-08-02 07:23:50.401 | + functions-common:is_fedora:439 : [[ -z RedHatEnterpriseServer ]] 2017-08-02 07:23:50.403 | + functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = Fedora ']' 2017-08-02 07:23:50.405 | + functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = 'Red Hat' ']' 2017-08-02 07:23:50.406 | + functions-common:is_fedora:444 : '[' RedHatEnterpriseServer = RedHatEnterpriseServer ']' 2017-08-02 07:23:50.408 | + functions-common:real_install_package:1274 : yum_install radvd 2017-08-02 07:23:50.410 | + functions-common:yum_install:1329 : local result parse_yum_result 2017-08-02 07:23:50.413 | + functions-common:yum_install:1331 : [[ False = \T\r\u\e ]] 2017-08-02 07:23:50.416 | + functions-common:yum_install:1333 : time_start yum_install 2017-08-02 07:23:50.419 | + functions-common:time_start:2384 : local name=yum_install 2017-08-02 07:23:50.422 | + functions-common:time_start:2385 : local start_time= 2017-08-02 07:23:50.425 | + functions-common:time_start:2386 : [[ -n '' ]] 2017-08-02 07:23:50.428 | ++ functions-common:time_start:2389 : date +%s 2017-08-02 07:23:50.432 | + functions-common:time_start:2389 : _TIME_START[$name]=1501658630 2017-08-02 07:23:50.434 | + functions-common:yum_install:1354 : parse_yum_result=' \ 2017-08-02 07:23:50.434 | BEGIN { result=0 } \ 2017-08-02 07:23:50.434 | /^YUM_FAILED/ { result=$2 } \ 2017-08-02 07:23:50.434 | /^No package/ { result=2 } \ 2017-08-02 07:23:50.434 | /^Failed:/ { result=2 } \ 2017-08-02 07:23:50.434 | //{ print } \ 2017-08-02 07:23:50.434 | END { exit result }' 2017-08-02 07:23:50.437 | + functions-common:yum_install:1356 : awk ' \ 2017-08-02 07:23:50.437 | BEGIN { result=0 } \ 2017-08-02 07:23:50.437 | /^YUM_FAILED/ { result=$2 } \ 2017-08-02 07:23:50.437 | /^No package/ { result=2 } \ 2017-08-02 07:23:50.437 | /^Failed:/ { result=2 } \ 2017-08-02 07:23:50.437 | //{ print } \ 2017-08-02 07:23:50.437 | END { exit result }' 2017-08-02 07:23:50.437 | + functions-common:yum_install:1355 : sudo_with_proxies yum install -y radvd 2017-08-02 07:23:58.248 | + functions-common:sudo_with_proxies:2352 : local sudo 2017-08-02 07:23:58.248 | ++ functions-common:sudo_with_proxies:2354 : id -u 2017-08-02 07:23:58.248 | + functions-common:sudo_with_proxies:2354 : [[ 1000 = \0 ]] 2017-08-02 07:23:58.248 | + functions-common:sudo_with_proxies:2354 : sudo=sudo 2017-08-02 07:23:58.248 | + functions-common:sudo_with_proxies:2356 : sudo http_proxy= https_proxy= no_proxy= yum install -y radvd 2017-08-02 07:23:58.248 | Plugin "search-disabled-repos" requires API 2.7. Supported API is 2.6. 2017-08-02 07:23:58.248 | Loaded plugins: product-id, versionlock 2017-08-02 07:23:58.248 | Resolving Dependencies 2017-08-02 07:23:58.248 | --> Running transaction check 2017-08-02 07:23:58.248 | ---> Package radvd.x86_64 0:1.9.2-7.el7 will be updated 2017-08-02 07:23:58.248 | ---> Package radvd.x86_64 0:1.9.2-9.el7 will be an update 2017-08-02 07:23:58.248 | --> Finished Dependency Resolution 2017-08-02 07:23:58.248 | 2017-08-02 07:23:58.248 | Dependencies Resolved 2017-08-02 07:23:58.248 | 2017-08-02 07:23:58.248 | ================================================================================ 2017-08-02 07:23:58.248 | Package Arch Version Repository Size 2017-08-02 07:23:58.248 | ================================================================================ 2017-08-02 07:23:58.248 | Updating: 2017-08-02 07:23:58.249 | radvd x86_64 1.9.2-9.el7 latest-rhel-7-server-rpms 85 k 2017-08-02 07:23:58.249 | 2017-08-02 07:23:58.249 | Transaction Summary 2017-08-02 07:23:58.249 | ================================================================================ 2017-08-02 07:23:58.249 | Upgrade 1 Package 2017-08-02 07:23:58.249 | 2017-08-02 07:23:58.249 | Total download size: 85 k 2017-08-02 07:23:58.249 | Downloading packages: 2017-08-02 07:23:58.249 | Delta RPMs disabled because /usr/bin/applydeltarpm not installed. 2017-08-02 07:23:58.249 | Running transaction check 2017-08-02 07:23:58.249 | Running transaction test 2017-08-02 07:23:58.249 | Transaction test succeeded 2017-08-02 07:23:58.249 | Running transaction 2017-08-02 07:23:58.249 | Updating : radvd-1.9.2-9.el7.x86_64 1/2 2017-08-02 07:23:58.249 | Cleanup : radvd-1.9.2-7.el7.x86_64 2/2 2017-08-02 07:23:58.249 | Verifying : radvd-1.9.2-9.el7.x86_64 1/2 2017-08-02 07:23:58.249 | Verifying : radvd-1.9.2-7.el7.x86_64 2/2 2017-08-02 07:23:58.249 | 2017-08-02 07:23:58.249 | Updated: 2017-08-02 07:23:58.249 | radvd.x86_64 0:1.9.2-9.el7 2017-08-02 07:23:58.249 | 2017-08-02 07:23:58.249 | Complete! 2017-08-02 07:23:58.254 | + functions-common:yum_install:1356 : result=0 2017-08-02 07:23:58.257 | + functions-common:yum_install:1358 : time_stop yum_install 2017-08-02 07:23:58.260 | + functions-common:time_stop:2398 : local name 2017-08-02 07:23:58.262 | + functions-common:time_stop:2399 : local end_time 2017-08-02 07:23:58.264 | + functions-common:time_stop:2400 : local elapsed_time 2017-08-02 07:23:58.267 | + functions-common:time_stop:2401 : local total 2017-08-02 07:23:58.269 | + functions-common:time_stop:2402 : local start_time 2017-08-02 07:23:58.271 | + functions-common:time_stop:2404 : name=yum_install 2017-08-02 07:23:58.274 | + functions-common:time_stop:2405 : start_time=1501658630 2017-08-02 07:23:58.276 | + functions-common:time_stop:2407 : [[ -z 1501658630 ]] 2017-08-02 07:23:58.279 | ++ functions-common:time_stop:2410 : date +%s 2017-08-02 07:23:58.283 | + functions-common:time_stop:2410 : end_time=1501658638 2017-08-02 07:23:58.286 | + functions-common:time_stop:2411 : elapsed_time=8 2017-08-02 07:23:58.288 | + functions-common:time_stop:2412 : total=313 2017-08-02 07:23:58.291 | + functions-common:time_stop:2414 : _TIME_START[$name]= 2017-08-02 07:23:58.294 | + functions-common:time_stop:2415 : _TIME_TOTAL[$name]=321 2017-08-02 07:23:58.297 | + functions-common:yum_install:1367 : '[' 0 == 2 ']' 2017-08-02 07:23:58.299 | + functions-common:yum_install:1371 : return 0 2017-08-02 07:23:58.302 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:464 : is_service_enabled q-agt q-dhcp q-l3 2017-08-02 07:23:58.321 | + functions-common:is_service_enabled:2073 : return 0 2017-08-02 07:23:58.332 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:465 : neutron_plugin_install_agent_packages 2017-08-02 07:23:58.336 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:23 : _neutron_ovs_base_install_agent_packages 2017-08-02 07:23:58.340 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : get_packages openvswitch 2017-08-02 07:23:58.371 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : install_package openvswitch 2017-08-02 07:23:58.375 | + functions-common:install_package:1285 : update_package_repo 2017-08-02 07:23:58.378 | + functions-common:update_package_repo:1257 : NO_UPDATE_REPOS=False 2017-08-02 07:23:58.381 | + functions-common:update_package_repo:1258 : REPOS_UPDATED=False 2017-08-02 07:23:58.384 | + functions-common:update_package_repo:1259 : RETRY_UPDATE=False 2017-08-02 07:23:58.388 | + functions-common:update_package_repo:1261 : [[ False = \T\r\u\e ]] 2017-08-02 07:23:58.391 | + functions-common:update_package_repo:1265 : is_ubuntu 2017-08-02 07:23:58.394 | + functions-common:is_ubuntu:466 : [[ -z rpm ]] 2017-08-02 07:23:58.397 | + functions-common:is_ubuntu:469 : '[' rpm = deb ']' 2017-08-02 07:23:58.400 | + functions-common:install_package:1286 : real_install_package openvswitch 2017-08-02 07:23:58.403 | + functions-common:real_install_package:1271 : is_ubuntu 2017-08-02 07:23:58.406 | + functions-common:is_ubuntu:466 : [[ -z rpm ]] 2017-08-02 07:23:58.412 | + functions-common:is_ubuntu:469 : '[' rpm = deb ']' 2017-08-02 07:23:58.417 | + functions-common:real_install_package:1273 : is_fedora 2017-08-02 07:23:58.420 | + functions-common:is_fedora:439 : [[ -z RedHatEnterpriseServer ]] 2017-08-02 07:23:58.439 | + functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = Fedora ']' 2017-08-02 07:23:58.446 | + functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = 'Red Hat' ']' 2017-08-02 07:23:58.448 | + functions-common:is_fedora:444 : '[' RedHatEnterpriseServer = RedHatEnterpriseServer ']' 2017-08-02 07:23:58.450 | + functions-common:real_install_package:1274 : yum_install openvswitch 2017-08-02 07:23:58.460 | + functions-common:yum_install:1329 : local result parse_yum_result 2017-08-02 07:23:58.462 | + functions-common:yum_install:1331 : [[ False = \T\r\u\e ]] 2017-08-02 07:23:58.464 | + functions-common:yum_install:1333 : time_start yum_install 2017-08-02 07:23:58.472 | + functions-common:time_start:2384 : local name=yum_install 2017-08-02 07:23:58.475 | + functions-common:time_start:2385 : local start_time= 2017-08-02 07:23:58.478 | + functions-common:time_start:2386 : [[ -n '' ]] 2017-08-02 07:23:58.481 | ++ functions-common:time_start:2389 : date +%s 2017-08-02 07:23:58.487 | + functions-common:time_start:2389 : _TIME_START[$name]=1501658638 2017-08-02 07:23:58.491 | + functions-common:yum_install:1354 : parse_yum_result=' \ 2017-08-02 07:23:58.491 | BEGIN { result=0 } \ 2017-08-02 07:23:58.491 | /^YUM_FAILED/ { result=$2 } \ 2017-08-02 07:23:58.491 | /^No package/ { result=2 } \ 2017-08-02 07:23:58.491 | /^Failed:/ { result=2 } \ 2017-08-02 07:23:58.491 | //{ print } \ 2017-08-02 07:23:58.491 | END { exit result }' 2017-08-02 07:23:58.496 | + functions-common:yum_install:1356 : awk ' \ 2017-08-02 07:23:58.496 | BEGIN { result=0 } \ 2017-08-02 07:23:58.496 | /^YUM_FAILED/ { result=$2 } \ 2017-08-02 07:23:58.496 | /^No package/ { result=2 } \ 2017-08-02 07:23:58.496 | /^Failed:/ { result=2 } \ 2017-08-02 07:23:58.496 | //{ print } \ 2017-08-02 07:23:58.496 | END { exit result }' 2017-08-02 07:23:58.500 | + functions-common:yum_install:1355 : sudo_with_proxies yum install -y openvswitch 2017-08-02 07:24:00.840 | + functions-common:sudo_with_proxies:2352 : local sudo 2017-08-02 07:24:00.840 | ++ functions-common:sudo_with_proxies:2354 : id -u 2017-08-02 07:24:00.840 | + functions-common:sudo_with_proxies:2354 : [[ 1000 = \0 ]] 2017-08-02 07:24:00.840 | + functions-common:sudo_with_proxies:2354 : sudo=sudo 2017-08-02 07:24:00.841 | + functions-common:sudo_with_proxies:2356 : sudo http_proxy= https_proxy= no_proxy= yum install -y openvswitch 2017-08-02 07:24:00.841 | Plugin "search-disabled-repos" requires API 2.7. Supported API is 2.6. 2017-08-02 07:24:00.841 | Loaded plugins: product-id, versionlock 2017-08-02 07:24:00.841 | Package 1:openvswitch-2.6.1-4.1.git20161206.el7.x86_64 already installed and latest version 2017-08-02 07:24:00.841 | Nothing to do 2017-08-02 07:24:00.843 | + functions-common:yum_install:1356 : result=0 2017-08-02 07:24:00.846 | + functions-common:yum_install:1358 : time_stop yum_install 2017-08-02 07:24:00.848 | + functions-common:time_stop:2398 : local name 2017-08-02 07:24:00.851 | + functions-common:time_stop:2399 : local end_time 2017-08-02 07:24:00.861 | + functions-common:time_stop:2400 : local elapsed_time 2017-08-02 07:24:00.865 | + functions-common:time_stop:2401 : local total 2017-08-02 07:24:00.869 | + functions-common:time_stop:2402 : local start_time 2017-08-02 07:24:00.873 | + functions-common:time_stop:2404 : name=yum_install 2017-08-02 07:24:00.875 | + functions-common:time_stop:2405 : start_time=1501658638 2017-08-02 07:24:00.878 | + functions-common:time_stop:2407 : [[ -z 1501658638 ]] 2017-08-02 07:24:00.881 | ++ functions-common:time_stop:2410 : date +%s 2017-08-02 07:24:00.887 | + functions-common:time_stop:2410 : end_time=1501658640 2017-08-02 07:24:00.892 | + functions-common:time_stop:2411 : elapsed_time=2 2017-08-02 07:24:00.895 | + functions-common:time_stop:2412 : total=321 2017-08-02 07:24:00.897 | + functions-common:time_stop:2414 : _TIME_START[$name]= 2017-08-02 07:24:00.900 | + functions-common:time_stop:2415 : _TIME_TOTAL[$name]=323 2017-08-02 07:24:00.902 | + functions-common:yum_install:1367 : '[' 0 == 2 ']' 2017-08-02 07:24:00.904 | + functions-common:yum_install:1371 : return 0 2017-08-02 07:24:00.908 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:65 : is_ubuntu 2017-08-02 07:24:00.910 | + functions-common:is_ubuntu:466 : [[ -z rpm ]] 2017-08-02 07:24:00.919 | + functions-common:is_ubuntu:469 : '[' rpm = deb ']' 2017-08-02 07:24:00.929 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:68 : is_fedora 2017-08-02 07:24:00.931 | + functions-common:is_fedora:439 : [[ -z RedHatEnterpriseServer ]] 2017-08-02 07:24:00.933 | + functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = Fedora ']' 2017-08-02 07:24:00.936 | + functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = 'Red Hat' ']' 2017-08-02 07:24:00.940 | + functions-common:is_fedora:444 : '[' RedHatEnterpriseServer = RedHatEnterpriseServer ']' 2017-08-02 07:24:00.943 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : restart_service openvswitch 2017-08-02 07:24:00.945 | + functions-common:restart_service:2282 : '[' -x /bin/systemctl ']' 2017-08-02 07:24:00.947 | + functions-common:restart_service:2283 : sudo /bin/systemctl restart openvswitch 2017-08-02 07:24:01.342 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:70 : sudo systemctl enable openvswitch 2017-08-02 07:24:01.355 | Created symlink from /etc/systemd/system/multi-user.target.wants/openvswitch.service to /usr/lib/systemd/system/openvswitch.service. 2017-08-02 07:24:01.399 | + stack.sh:main:790 : echo_summary 'Installing OpenStack project source' 2017-08-02 07:24:01.401 | + stack.sh:echo_summary:399 : [[ -t 3 ]] 2017-08-02 07:24:01.403 | + stack.sh:echo_summary:405 : echo -e Installing OpenStack project source 2017-08-02 07:24:01.406 | + stack.sh:main:793 : install_oslo 2017-08-02 07:24:01.409 | + lib/oslo:install_oslo:72 : _do_install_oslo_lib automaton 2017-08-02 07:24:01.411 | + lib/oslo:_do_install_oslo_lib:63 : local name=automaton 2017-08-02 07:24:01.413 | + lib/oslo:_do_install_oslo_lib:64 : use_library_from_git automaton 2017-08-02 07:24:01.415 | + inc/python:use_library_from_git:264 : local name=automaton 2017-08-02 07:24:01.416 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:24:01.418 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:24:01.419 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,automaton, ]] 2017-08-02 07:24:01.421 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:24:01.423 | + lib/oslo:install_oslo:73 : _do_install_oslo_lib cliff 2017-08-02 07:24:01.425 | + lib/oslo:_do_install_oslo_lib:63 : local name=cliff 2017-08-02 07:24:01.427 | + lib/oslo:_do_install_oslo_lib:64 : use_library_from_git cliff 2017-08-02 07:24:01.429 | + inc/python:use_library_from_git:264 : local name=cliff 2017-08-02 07:24:01.432 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:24:01.434 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:24:01.437 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,cliff, ]] 2017-08-02 07:24:01.439 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:24:01.441 | + lib/oslo:install_oslo:74 : _do_install_oslo_lib debtcollector 2017-08-02 07:24:01.443 | + lib/oslo:_do_install_oslo_lib:63 : local name=debtcollector 2017-08-02 07:24:01.445 | + lib/oslo:_do_install_oslo_lib:64 : use_library_from_git debtcollector 2017-08-02 07:24:01.447 | + inc/python:use_library_from_git:264 : local name=debtcollector 2017-08-02 07:24:01.449 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:24:01.451 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:24:01.453 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,debtcollector, ]] 2017-08-02 07:24:01.455 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:24:01.457 | + lib/oslo:install_oslo:75 : _do_install_oslo_lib futurist 2017-08-02 07:24:01.460 | + lib/oslo:_do_install_oslo_lib:63 : local name=futurist 2017-08-02 07:24:01.462 | + lib/oslo:_do_install_oslo_lib:64 : use_library_from_git futurist 2017-08-02 07:24:01.464 | + inc/python:use_library_from_git:264 : local name=futurist 2017-08-02 07:24:01.466 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:24:01.468 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:24:01.470 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,futurist, ]] 2017-08-02 07:24:01.473 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:24:01.475 | + lib/oslo:install_oslo:76 : _do_install_oslo_lib osc-lib 2017-08-02 07:24:01.477 | + lib/oslo:_do_install_oslo_lib:63 : local name=osc-lib 2017-08-02 07:24:01.480 | + lib/oslo:_do_install_oslo_lib:64 : use_library_from_git osc-lib 2017-08-02 07:24:01.482 | + inc/python:use_library_from_git:264 : local name=osc-lib 2017-08-02 07:24:01.483 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:24:01.485 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:24:01.487 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,osc-lib, ]] 2017-08-02 07:24:01.489 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:24:01.490 | + lib/oslo:install_oslo:77 : _do_install_oslo_lib os-client-config 2017-08-02 07:24:01.492 | + lib/oslo:_do_install_oslo_lib:63 : local name=os-client-config 2017-08-02 07:24:01.494 | + lib/oslo:_do_install_oslo_lib:64 : use_library_from_git os-client-config 2017-08-02 07:24:01.496 | + inc/python:use_library_from_git:264 : local name=os-client-config 2017-08-02 07:24:01.498 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:24:01.499 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:24:01.502 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,os-client-config, ]] 2017-08-02 07:24:01.504 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:24:01.506 | + lib/oslo:install_oslo:78 : _do_install_oslo_lib oslo.cache 2017-08-02 07:24:01.508 | + lib/oslo:_do_install_oslo_lib:63 : local name=oslo.cache 2017-08-02 07:24:01.510 | + lib/oslo:_do_install_oslo_lib:64 : use_library_from_git oslo.cache 2017-08-02 07:24:01.512 | + inc/python:use_library_from_git:264 : local name=oslo.cache 2017-08-02 07:24:01.514 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:24:01.516 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:24:01.518 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,oslo.cache, ]] 2017-08-02 07:24:01.520 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:24:01.522 | + lib/oslo:install_oslo:79 : _do_install_oslo_lib oslo.concurrency 2017-08-02 07:24:01.524 | + lib/oslo:_do_install_oslo_lib:63 : local name=oslo.concurrency 2017-08-02 07:24:01.526 | + lib/oslo:_do_install_oslo_lib:64 : use_library_from_git oslo.concurrency 2017-08-02 07:24:01.529 | + inc/python:use_library_from_git:264 : local name=oslo.concurrency 2017-08-02 07:24:01.531 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:24:01.533 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:24:01.536 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,oslo.concurrency, ]] 2017-08-02 07:24:01.538 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:24:01.540 | + lib/oslo:install_oslo:80 : _do_install_oslo_lib oslo.config 2017-08-02 07:24:01.541 | + lib/oslo:_do_install_oslo_lib:63 : local name=oslo.config 2017-08-02 07:24:01.543 | + lib/oslo:_do_install_oslo_lib:64 : use_library_from_git oslo.config 2017-08-02 07:24:01.545 | + inc/python:use_library_from_git:264 : local name=oslo.config 2017-08-02 07:24:01.547 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:24:01.548 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:24:01.550 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,oslo.config, ]] 2017-08-02 07:24:01.552 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:24:01.554 | + lib/oslo:install_oslo:81 : _do_install_oslo_lib oslo.context 2017-08-02 07:24:01.556 | + lib/oslo:_do_install_oslo_lib:63 : local name=oslo.context 2017-08-02 07:24:01.558 | + lib/oslo:_do_install_oslo_lib:64 : use_library_from_git oslo.context 2017-08-02 07:24:01.559 | + inc/python:use_library_from_git:264 : local name=oslo.context 2017-08-02 07:24:01.562 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:24:01.564 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:24:01.566 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,oslo.context, ]] 2017-08-02 07:24:01.568 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:24:01.569 | + lib/oslo:install_oslo:82 : _do_install_oslo_lib oslo.db 2017-08-02 07:24:01.571 | + lib/oslo:_do_install_oslo_lib:63 : local name=oslo.db 2017-08-02 07:24:01.573 | + lib/oslo:_do_install_oslo_lib:64 : use_library_from_git oslo.db 2017-08-02 07:24:01.575 | + inc/python:use_library_from_git:264 : local name=oslo.db 2017-08-02 07:24:01.577 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:24:01.580 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:24:01.582 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,oslo.db, ]] 2017-08-02 07:24:01.584 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:24:01.586 | + lib/oslo:install_oslo:83 : _do_install_oslo_lib oslo.i18n 2017-08-02 07:24:01.588 | + lib/oslo:_do_install_oslo_lib:63 : local name=oslo.i18n 2017-08-02 07:24:01.590 | + lib/oslo:_do_install_oslo_lib:64 : use_library_from_git oslo.i18n 2017-08-02 07:24:01.592 | + inc/python:use_library_from_git:264 : local name=oslo.i18n 2017-08-02 07:24:01.594 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:24:01.595 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:24:01.597 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,oslo.i18n, ]] 2017-08-02 07:24:01.598 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:24:01.600 | + lib/oslo:install_oslo:84 : _do_install_oslo_lib oslo.log 2017-08-02 07:24:01.601 | + lib/oslo:_do_install_oslo_lib:63 : local name=oslo.log 2017-08-02 07:24:01.603 | + lib/oslo:_do_install_oslo_lib:64 : use_library_from_git oslo.log 2017-08-02 07:24:01.605 | + inc/python:use_library_from_git:264 : local name=oslo.log 2017-08-02 07:24:01.606 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:24:01.608 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:24:01.611 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,oslo.log, ]] 2017-08-02 07:24:01.612 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:24:01.614 | + lib/oslo:install_oslo:85 : _do_install_oslo_lib oslo.messaging 2017-08-02 07:24:01.615 | + lib/oslo:_do_install_oslo_lib:63 : local name=oslo.messaging 2017-08-02 07:24:01.617 | + lib/oslo:_do_install_oslo_lib:64 : use_library_from_git oslo.messaging 2017-08-02 07:24:01.619 | + inc/python:use_library_from_git:264 : local name=oslo.messaging 2017-08-02 07:24:01.621 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:24:01.622 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:24:01.624 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,oslo.messaging, ]] 2017-08-02 07:24:01.626 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:24:01.628 | + lib/oslo:install_oslo:86 : _do_install_oslo_lib oslo.middleware 2017-08-02 07:24:01.630 | + lib/oslo:_do_install_oslo_lib:63 : local name=oslo.middleware 2017-08-02 07:24:01.631 | + lib/oslo:_do_install_oslo_lib:64 : use_library_from_git oslo.middleware 2017-08-02 07:24:01.633 | + inc/python:use_library_from_git:264 : local name=oslo.middleware 2017-08-02 07:24:01.634 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:24:01.636 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:24:01.638 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,oslo.middleware, ]] 2017-08-02 07:24:01.640 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:24:01.641 | + lib/oslo:install_oslo:87 : _do_install_oslo_lib oslo.policy 2017-08-02 07:24:01.643 | + lib/oslo:_do_install_oslo_lib:63 : local name=oslo.policy 2017-08-02 07:24:01.644 | + lib/oslo:_do_install_oslo_lib:64 : use_library_from_git oslo.policy 2017-08-02 07:24:01.646 | + inc/python:use_library_from_git:264 : local name=oslo.policy 2017-08-02 07:24:01.647 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:24:01.649 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:24:01.650 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,oslo.policy, ]] 2017-08-02 07:24:01.653 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:24:01.654 | + lib/oslo:install_oslo:88 : _do_install_oslo_lib oslo.privsep 2017-08-02 07:24:01.656 | + lib/oslo:_do_install_oslo_lib:63 : local name=oslo.privsep 2017-08-02 07:24:01.658 | + lib/oslo:_do_install_oslo_lib:64 : use_library_from_git oslo.privsep 2017-08-02 07:24:01.661 | + inc/python:use_library_from_git:264 : local name=oslo.privsep 2017-08-02 07:24:01.663 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:24:01.665 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:24:01.667 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,oslo.privsep, ]] 2017-08-02 07:24:01.669 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:24:01.672 | + lib/oslo:install_oslo:89 : _do_install_oslo_lib oslo.reports 2017-08-02 07:24:01.674 | + lib/oslo:_do_install_oslo_lib:63 : local name=oslo.reports 2017-08-02 07:24:01.676 | + lib/oslo:_do_install_oslo_lib:64 : use_library_from_git oslo.reports 2017-08-02 07:24:01.678 | + inc/python:use_library_from_git:264 : local name=oslo.reports 2017-08-02 07:24:01.680 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:24:01.683 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:24:01.685 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,oslo.reports, ]] 2017-08-02 07:24:01.687 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:24:01.689 | + lib/oslo:install_oslo:90 : _do_install_oslo_lib oslo.rootwrap 2017-08-02 07:24:01.691 | + lib/oslo:_do_install_oslo_lib:63 : local name=oslo.rootwrap 2017-08-02 07:24:01.694 | + lib/oslo:_do_install_oslo_lib:64 : use_library_from_git oslo.rootwrap 2017-08-02 07:24:01.695 | + inc/python:use_library_from_git:264 : local name=oslo.rootwrap 2017-08-02 07:24:01.697 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:24:01.699 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:24:01.701 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,oslo.rootwrap, ]] 2017-08-02 07:24:01.703 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:24:01.705 | + lib/oslo:install_oslo:91 : _do_install_oslo_lib oslo.serialization 2017-08-02 07:24:01.707 | + lib/oslo:_do_install_oslo_lib:63 : local name=oslo.serialization 2017-08-02 07:24:01.709 | + lib/oslo:_do_install_oslo_lib:64 : use_library_from_git oslo.serialization 2017-08-02 07:24:01.711 | + inc/python:use_library_from_git:264 : local name=oslo.serialization 2017-08-02 07:24:01.713 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:24:01.715 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:24:01.717 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,oslo.serialization, ]] 2017-08-02 07:24:01.719 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:24:01.721 | + lib/oslo:install_oslo:92 : _do_install_oslo_lib oslo.service 2017-08-02 07:24:01.723 | + lib/oslo:_do_install_oslo_lib:63 : local name=oslo.service 2017-08-02 07:24:01.725 | + lib/oslo:_do_install_oslo_lib:64 : use_library_from_git oslo.service 2017-08-02 07:24:01.727 | + inc/python:use_library_from_git:264 : local name=oslo.service 2017-08-02 07:24:01.729 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:24:01.731 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:24:01.733 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,oslo.service, ]] 2017-08-02 07:24:01.735 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:24:01.737 | + lib/oslo:install_oslo:93 : _do_install_oslo_lib oslo.utils 2017-08-02 07:24:01.740 | + lib/oslo:_do_install_oslo_lib:63 : local name=oslo.utils 2017-08-02 07:24:01.742 | + lib/oslo:_do_install_oslo_lib:64 : use_library_from_git oslo.utils 2017-08-02 07:24:01.744 | + inc/python:use_library_from_git:264 : local name=oslo.utils 2017-08-02 07:24:01.746 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:24:01.749 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:24:01.751 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,oslo.utils, ]] 2017-08-02 07:24:01.753 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:24:01.755 | + lib/oslo:install_oslo:94 : _do_install_oslo_lib oslo.versionedobjects 2017-08-02 07:24:01.757 | + lib/oslo:_do_install_oslo_lib:63 : local name=oslo.versionedobjects 2017-08-02 07:24:01.761 | + lib/oslo:_do_install_oslo_lib:64 : use_library_from_git oslo.versionedobjects 2017-08-02 07:24:01.763 | + inc/python:use_library_from_git:264 : local name=oslo.versionedobjects 2017-08-02 07:24:01.765 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:24:01.767 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:24:01.768 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,oslo.versionedobjects, ]] 2017-08-02 07:24:01.770 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:24:01.772 | + lib/oslo:install_oslo:95 : _do_install_oslo_lib oslo.vmware 2017-08-02 07:24:01.774 | + lib/oslo:_do_install_oslo_lib:63 : local name=oslo.vmware 2017-08-02 07:24:01.775 | + lib/oslo:_do_install_oslo_lib:64 : use_library_from_git oslo.vmware 2017-08-02 07:24:01.777 | + inc/python:use_library_from_git:264 : local name=oslo.vmware 2017-08-02 07:24:01.778 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:24:01.780 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:24:01.782 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,oslo.vmware, ]] 2017-08-02 07:24:01.783 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:24:01.785 | + lib/oslo:install_oslo:96 : _do_install_oslo_lib osprofiler 2017-08-02 07:24:01.786 | + lib/oslo:_do_install_oslo_lib:63 : local name=osprofiler 2017-08-02 07:24:01.788 | + lib/oslo:_do_install_oslo_lib:64 : use_library_from_git osprofiler 2017-08-02 07:24:01.790 | + inc/python:use_library_from_git:264 : local name=osprofiler 2017-08-02 07:24:01.791 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:24:01.793 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:24:01.796 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,osprofiler, ]] 2017-08-02 07:24:01.798 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:24:01.801 | + lib/oslo:install_oslo:97 : _do_install_oslo_lib pycadf 2017-08-02 07:24:01.803 | + lib/oslo:_do_install_oslo_lib:63 : local name=pycadf 2017-08-02 07:24:01.805 | + lib/oslo:_do_install_oslo_lib:64 : use_library_from_git pycadf 2017-08-02 07:24:01.808 | + inc/python:use_library_from_git:264 : local name=pycadf 2017-08-02 07:24:01.810 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:24:01.812 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:24:01.814 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,pycadf, ]] 2017-08-02 07:24:01.817 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:24:01.818 | + lib/oslo:install_oslo:98 : _do_install_oslo_lib stevedore 2017-08-02 07:24:01.820 | + lib/oslo:_do_install_oslo_lib:63 : local name=stevedore 2017-08-02 07:24:01.821 | + lib/oslo:_do_install_oslo_lib:64 : use_library_from_git stevedore 2017-08-02 07:24:01.823 | + inc/python:use_library_from_git:264 : local name=stevedore 2017-08-02 07:24:01.825 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:24:01.826 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:24:01.828 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,stevedore, ]] 2017-08-02 07:24:01.830 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:24:01.831 | + lib/oslo:install_oslo:99 : _do_install_oslo_lib taskflow 2017-08-02 07:24:01.833 | + lib/oslo:_do_install_oslo_lib:63 : local name=taskflow 2017-08-02 07:24:01.835 | + lib/oslo:_do_install_oslo_lib:64 : use_library_from_git taskflow 2017-08-02 07:24:01.836 | + inc/python:use_library_from_git:264 : local name=taskflow 2017-08-02 07:24:01.838 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:24:01.840 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:24:01.841 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,taskflow, ]] 2017-08-02 07:24:01.843 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:24:01.844 | + lib/oslo:install_oslo:100 : _do_install_oslo_lib tooz 2017-08-02 07:24:01.846 | + lib/oslo:_do_install_oslo_lib:63 : local name=tooz 2017-08-02 07:24:01.848 | + lib/oslo:_do_install_oslo_lib:64 : use_library_from_git tooz 2017-08-02 07:24:01.850 | + inc/python:use_library_from_git:264 : local name=tooz 2017-08-02 07:24:01.852 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:24:01.854 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:24:01.856 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,tooz, ]] 2017-08-02 07:24:01.858 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:24:01.860 | + stack.sh:main:796 : install_keystoneauth 2017-08-02 07:24:01.862 | + lib/keystone:install_keystoneauth:529 : use_library_from_git keystoneauth 2017-08-02 07:24:01.864 | + inc/python:use_library_from_git:264 : local name=keystoneauth 2017-08-02 07:24:01.866 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:24:01.868 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:24:01.870 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,keystoneauth, ]] 2017-08-02 07:24:01.872 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:24:01.875 | + stack.sh:main:797 : install_keystoneclient 2017-08-02 07:24:01.876 | + lib/keystone:install_keystoneclient:537 : use_library_from_git python-keystoneclient 2017-08-02 07:24:01.879 | + inc/python:use_library_from_git:264 : local name=python-keystoneclient 2017-08-02 07:24:01.881 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:24:01.883 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:24:01.885 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,python-keystoneclient, ]] 2017-08-02 07:24:01.888 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:24:01.890 | + stack.sh:main:798 : install_glanceclient 2017-08-02 07:24:01.892 | + lib/glance:install_glanceclient:371 : use_library_from_git python-glanceclient 2017-08-02 07:24:01.894 | + inc/python:use_library_from_git:264 : local name=python-glanceclient 2017-08-02 07:24:01.896 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:24:01.898 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:24:01.900 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,python-glanceclient, ]] 2017-08-02 07:24:01.903 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:24:01.905 | + stack.sh:main:799 : install_cinderclient 2017-08-02 07:24:01.907 | + lib/cinder:install_cinderclient:482 : use_library_from_git python-brick-cinderclient-ext 2017-08-02 07:24:01.909 | + inc/python:use_library_from_git:264 : local name=python-brick-cinderclient-ext 2017-08-02 07:24:01.911 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:24:01.914 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:24:01.916 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2017-08-02 07:24:01.919 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:24:01.921 | + lib/cinder:install_cinderclient:487 : use_library_from_git python-cinderclient 2017-08-02 07:24:01.922 | + inc/python:use_library_from_git:264 : local name=python-cinderclient 2017-08-02 07:24:01.924 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:24:01.926 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:24:01.928 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,python-cinderclient, ]] 2017-08-02 07:24:01.930 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:24:01.931 | + stack.sh:main:800 : install_novaclient 2017-08-02 07:24:01.933 | + lib/nova:install_novaclient:712 : use_library_from_git python-novaclient 2017-08-02 07:24:01.935 | + inc/python:use_library_from_git:264 : local name=python-novaclient 2017-08-02 07:24:01.937 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:24:01.938 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:24:01.940 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,python-novaclient, ]] 2017-08-02 07:24:01.942 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:24:01.944 | + stack.sh:main:801 : is_service_enabled swift glance horizon 2017-08-02 07:24:01.954 | + functions-common:is_service_enabled:2073 : return 0 2017-08-02 07:24:01.956 | + stack.sh:main:802 : install_swiftclient 2017-08-02 07:24:01.957 | + lib/swift:install_swiftclient:745 : use_library_from_git python-swiftclient 2017-08-02 07:24:01.959 | + inc/python:use_library_from_git:264 : local name=python-swiftclient 2017-08-02 07:24:01.961 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:24:01.962 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:24:01.964 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,python-swiftclient, ]] 2017-08-02 07:24:01.965 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:24:01.968 | + stack.sh:main:804 : is_service_enabled neutron nova horizon 2017-08-02 07:24:01.981 | + functions-common:is_service_enabled:2073 : return 0 2017-08-02 07:24:01.983 | + stack.sh:main:805 : install_neutronclient 2017-08-02 07:24:01.985 | + lib/neutron:install_neutronclient:386 : use_library_from_git python-neutronclient 2017-08-02 07:24:01.986 | + inc/python:use_library_from_git:264 : local name=python-neutronclient 2017-08-02 07:24:01.988 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:24:01.990 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:24:01.991 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,python-neutronclient, ]] 2017-08-02 07:24:01.993 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:24:01.994 | + stack.sh:main:809 : is_service_enabled cinder nova 2017-08-02 07:24:02.005 | + functions-common:is_service_enabled:2073 : return 0 2017-08-02 07:24:02.007 | + stack.sh:main:810 : install_os_brick 2017-08-02 07:24:02.008 | + lib/os_brick:install_os_brick:25 : use_library_from_git os-brick 2017-08-02 07:24:02.010 | + inc/python:use_library_from_git:264 : local name=os-brick 2017-08-02 07:24:02.012 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:24:02.013 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:24:02.015 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,os-brick, ]] 2017-08-02 07:24:02.016 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:24:02.018 | + stack.sh:main:814 : is_service_enabled tls-proxy 2017-08-02 07:24:02.028 | + functions-common:is_service_enabled:2073 : return 1 2017-08-02 07:24:02.029 | + stack.sh:main:814 : '[' False == True ']' 2017-08-02 07:24:02.031 | + stack.sh:main:821 : install_keystonemiddleware 2017-08-02 07:24:02.033 | + lib/keystone:install_keystonemiddleware:547 : use_library_from_git keystonemiddleware 2017-08-02 07:24:02.034 | + inc/python:use_library_from_git:264 : local name=keystonemiddleware 2017-08-02 07:24:02.036 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:24:02.038 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:24:02.039 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,keystonemiddleware, ]] 2017-08-02 07:24:02.041 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:24:02.043 | + lib/keystone:install_keystonemiddleware:552 : pip_install_gr keystonemiddleware 2017-08-02 07:24:02.044 | + inc/python:pip_install_gr:66 : local name=keystonemiddleware 2017-08-02 07:24:02.046 | + inc/python:pip_install_gr:67 : local clean_name 2017-08-02 07:24:02.048 | ++ inc/python:pip_install_gr:68 : get_from_global_requirements keystonemiddleware 2017-08-02 07:24:02.050 | ++ inc/python:get_from_global_requirements:252 : local package=keystonemiddleware 2017-08-02 07:24:02.052 | ++ inc/python:get_from_global_requirements:253 : local required_pkg 2017-08-02 07:24:02.055 | +++ inc/python:get_from_global_requirements:254 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2017-08-02 07:24:02.055 | +++ inc/python:get_from_global_requirements:254 : cut -d# -f1 2017-08-02 07:24:02.058 | ++ inc/python:get_from_global_requirements:254 : required_pkg='keystonemiddleware>=4.12.0 ' 2017-08-02 07:24:02.059 | ++ inc/python:get_from_global_requirements:255 : [[ keystonemiddleware>=4.12.0 == '' ]] 2017-08-02 07:24:02.061 | ++ inc/python:get_from_global_requirements:258 : echo 'keystonemiddleware>=4.12.0' 2017-08-02 07:24:02.064 | + inc/python:pip_install_gr:68 : clean_name='keystonemiddleware>=4.12.0' 2017-08-02 07:24:02.066 | + inc/python:pip_install_gr:69 : pip_install 'keystonemiddleware>=4.12.0' 2017-08-02 07:24:02.604 | + inc/python:pip_install:222 : sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt 'keystonemiddleware>=4.12.0' 2017-08-02 07:24:03.526 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2017-08-02 07:24:03.529 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2017-08-02 07:24:04.277 | Collecting keystonemiddleware===4.14.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 178)) 2017-08-02 07:24:04.690 | Downloading keystonemiddleware-4.14.0-py2.py3-none-any.whl (123kB) 2017-08-02 07:24:05.270 | Collecting oslo.config===3.22.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 237)) 2017-08-02 07:24:05.465 | Downloading oslo.config-3.22.0-py2.py3-none-any.whl (102kB) 2017-08-02 07:24:05.918 | Collecting oslo.context===2.12.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 238)) 2017-08-02 07:24:06.071 | Downloading oslo.context-2.12.2-py2.py3-none-any.whl 2017-08-02 07:24:06.463 | Collecting oslo.i18n===3.12.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) 2017-08-02 07:24:06.626 | Downloading oslo.i18n-3.12.0-py2.py3-none-any.whl (41kB) 2017-08-02 07:24:07.024 | Collecting oslo.log===3.20.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 241)) 2017-08-02 07:24:07.220 | Downloading oslo.log-3.20.1-py2.py3-none-any.whl (58kB) 2017-08-02 07:24:07.653 | Collecting oslo.serialization===2.16.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 248)) 2017-08-02 07:24:07.833 | Downloading oslo.serialization-2.16.0-py2.py3-none-any.whl 2017-08-02 07:24:08.218 | Collecting oslo.utils===3.22.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 250)) 2017-08-02 07:24:08.399 | Downloading oslo.utils-3.22.1-py2.py3-none-any.whl (97kB) 2017-08-02 07:24:08.641 | Requirement already satisfied: pbr===1.10.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 262)) 2017-08-02 07:24:08.820 | Collecting positional===1.1.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 269)) 2017-08-02 07:24:08.940 | Downloading positional-1.1.1.tar.gz 2017-08-02 07:24:10.510 | Collecting pycadf===2.5.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 282)) 2017-08-02 07:24:10.661 | Downloading pycadf-2.5.0-py2-none-any.whl 2017-08-02 07:24:11.072 | Collecting pyinotify===0.9.6 (from -c /opt/stack/requirements/upper-constraints.txt (line 288)) 2017-08-02 07:24:11.192 | Downloading pyinotify-0.9.6.tar.gz (60kB) 2017-08-02 07:24:12.167 | Collecting pyparsing===2.1.10 (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) 2017-08-02 07:24:12.376 | Downloading pyparsing-2.1.10-py2.py3-none-any.whl (56kB) 2017-08-02 07:24:12.596 | Collecting python-dateutil===2.6.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) 2017-08-02 07:24:12.737 | Downloading python_dateutil-2.6.0-py2.py3-none-any.whl (194kB) 2017-08-02 07:24:12.990 | Collecting python-keystoneclient===3.10.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 323)) 2017-08-02 07:24:13.173 | Downloading python_keystoneclient-3.10.0-py2.py3-none-any.whl (369kB) 2017-08-02 07:24:13.519 | Requirement already satisfied: pytz===2016.10 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 349)) 2017-08-02 07:24:13.525 | Collecting requests===2.12.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 359)) 2017-08-02 07:24:13.740 | Downloading requests-2.12.5-py2.py3-none-any.whl (576kB) 2017-08-02 07:24:14.081 | Collecting rfc3986===0.4.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 367)) 2017-08-02 07:24:14.208 | Downloading rfc3986-0.4.1-py2.py3-none-any.whl 2017-08-02 07:24:14.410 | Requirement already satisfied: six===1.10.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 382)) 2017-08-02 07:24:14.621 | Collecting stevedore===1.20.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 398)) 2017-08-02 07:24:14.787 | Downloading stevedore-1.20.1-py2.py3-none-any.whl 2017-08-02 07:24:15.184 | Collecting wrapt===1.10.8 (from -c /opt/stack/requirements/upper-constraints.txt (line 437)) 2017-08-02 07:24:15.320 | Downloading wrapt-1.10.8.tar.gz 2017-08-02 07:24:16.178 | Collecting keystoneauth1===2.18.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 177)) 2017-08-02 07:24:16.359 | Downloading keystoneauth1-2.18.0-py2.py3-none-any.whl (241kB) 2017-08-02 07:24:16.805 | Collecting WebOb===1.6.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 30)) 2017-08-02 07:24:16.965 | Downloading WebOb-1.6.3-py2.py3-none-any.whl (78kB) 2017-08-02 07:24:17.405 | Collecting netaddr===0.7.19 (from -c /opt/stack/requirements/upper-constraints.txt (line 202)) 2017-08-02 07:24:17.578 | Downloading netaddr-0.7.19-py2.py3-none-any.whl (1.6MB) 2017-08-02 07:24:18.271 | Collecting debtcollector===1.11.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 105)) 2017-08-02 07:24:18.423 | Downloading debtcollector-1.11.0-py2.py3-none-any.whl 2017-08-02 07:24:18.641 | Requirement already satisfied: Babel===2.3.4 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 2)) 2017-08-02 07:24:18.831 | Collecting monotonic===1.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) 2017-08-02 07:24:18.956 | Downloading monotonic-1.2-py2.py3-none-any.whl 2017-08-02 07:24:19.345 | Collecting msgpack-python===0.4.8 (from -c /opt/stack/requirements/upper-constraints.txt (line 199)) 2017-08-02 07:24:19.499 | Downloading msgpack-python-0.4.8.tar.gz (113kB) 2017-08-02 07:24:20.368 | Collecting funcsigs===1.0.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) 2017-08-02 07:24:20.493 | Downloading funcsigs-1.0.2-py2.py3-none-any.whl 2017-08-02 07:24:20.862 | Collecting iso8601===0.1.11 (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) 2017-08-02 07:24:20.991 | Downloading iso8601-0.1.11-py2.py3-none-any.whl 2017-08-02 07:24:21.384 | Collecting netifaces===0.10.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 203)) 2017-08-02 07:24:21.552 | Downloading netifaces-0.10.5.tar.gz 2017-08-02 07:24:22.236 | Building wheels for collected packages: msgpack-python, netifaces, positional, pyinotify, wrapt 2017-08-02 07:24:22.237 | Running setup.py bdist_wheel for msgpack-python: started 2017-08-02 07:24:26.963 | Running setup.py bdist_wheel for msgpack-python: finished with status 'done' 2017-08-02 07:24:26.963 | Stored in directory: /root/.cache/pip/wheels/2c/e7/e7/9031652a69d594665c5ca25e41d0fb3faa024e730b590e4402 2017-08-02 07:24:26.983 | Running setup.py bdist_wheel for netifaces: started 2017-08-02 07:24:29.684 | Running setup.py bdist_wheel for netifaces: finished with status 'done' 2017-08-02 07:24:29.684 | Stored in directory: /root/.cache/pip/wheels/9f/40/bd/1f8e0f83e36399900d81bebfd7ece579931ced3a5d9383284b 2017-08-02 07:24:29.684 | Running setup.py bdist_wheel for positional: started 2017-08-02 07:24:30.333 | Running setup.py bdist_wheel for positional: finished with status 'done' 2017-08-02 07:24:30.333 | Stored in directory: /root/.cache/pip/wheels/f8/a3/e7/0704b4f6ee0128f17be800e4895e75a1d00c291ae4d9e8c412 2017-08-02 07:24:30.339 | Running setup.py bdist_wheel for pyinotify: started 2017-08-02 07:24:30.857 | Running setup.py bdist_wheel for pyinotify: finished with status 'done' 2017-08-02 07:24:30.857 | Stored in directory: /root/.cache/pip/wheels/ca/66/27/bba9699a96562cab73cd97e80ca0fc9c1656b757293f889ad4 2017-08-02 07:24:30.862 | Running setup.py bdist_wheel for wrapt: started 2017-08-02 07:24:32.011 | Running setup.py bdist_wheel for wrapt: finished with status 'done' 2017-08-02 07:24:32.011 | Stored in directory: /root/.cache/pip/wheels/19/8a/01/20cf74c3f38d49ef8e9b9aa7ffd38cefff79bad9f6f2c651f0 2017-08-02 07:24:32.018 | Successfully built msgpack-python netifaces positional pyinotify wrapt 2017-08-02 07:24:32.020 | Installing collected packages: WebOb, funcsigs, wrapt, debtcollector, iso8601, requests, stevedore, positional, keystoneauth1, msgpack-python, netaddr, pyparsing, netifaces, monotonic, oslo.i18n, oslo.utils, oslo.serialization, rfc3986, oslo.config, pycadf, oslo.context, python-dateutil, pyinotify, oslo.log, python-keystoneclient, keystonemiddleware 2017-08-02 07:24:32.226 | Found existing installation: requests 2.6.0 2017-08-02 07:24:32.230 | DEPRECATION: Uninstalling a distutils installed project (requests) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project. 2017-08-02 07:24:32.230 | Uninstalling requests-2.6.0: 2017-08-02 07:24:32.234 | Successfully uninstalled requests-2.6.0 2017-08-02 07:24:33.392 | Found existing installation: python-dateutil 2.4.2 2017-08-02 07:24:33.396 | Uninstalling python-dateutil-2.4.2: 2017-08-02 07:24:33.398 | Successfully uninstalled python-dateutil-2.4.2 2017-08-02 07:24:35.199 | Successfully installed WebOb-1.6.3 debtcollector-1.11.0 funcsigs-1.0.2 iso8601-0.1.11 keystoneauth1-2.18.0 keystonemiddleware-4.14.0 monotonic-1.2 msgpack-python-0.4.8 netaddr-0.7.19 netifaces-0.10.5 oslo.config-3.22.0 oslo.context-2.12.2 oslo.i18n-3.12.0 oslo.log-3.20.1 oslo.serialization-2.16.0 oslo.utils-3.22.1 positional-1.1.1 pycadf-2.5.0 pyinotify-0.9.6 pyparsing-2.1.10 python-dateutil-2.6.0 python-keystoneclient-3.10.0 requests-2.12.5 rfc3986-0.4.1 stevedore-1.20.1 wrapt-1.10.8 2017-08-02 07:24:35.500 | + inc/python:pip_install:229 : result=0 2017-08-02 07:24:35.504 | + inc/python:pip_install:232 : local 'test_req=keystonemiddleware>=4.12.0/test-requirements.txt' 2017-08-02 07:24:35.507 | + inc/python:pip_install:233 : [[ 0 == 0 ]] 2017-08-02 07:24:35.510 | + inc/python:pip_install:233 : [[ -e keystonemiddleware>=4.12.0/test-requirements.txt ]] 2017-08-02 07:24:35.515 | + inc/python:pip_install:245 : time_stop pip_install 2017-08-02 07:24:35.518 | + functions-common:time_stop:2398 : local name 2017-08-02 07:24:35.521 | + functions-common:time_stop:2399 : local end_time 2017-08-02 07:24:35.523 | + functions-common:time_stop:2400 : local elapsed_time 2017-08-02 07:24:35.526 | + functions-common:time_stop:2401 : local total 2017-08-02 07:24:35.529 | + functions-common:time_stop:2402 : local start_time 2017-08-02 07:24:35.532 | + functions-common:time_stop:2404 : name=pip_install 2017-08-02 07:24:35.535 | + functions-common:time_stop:2405 : start_time=1501658642 2017-08-02 07:24:35.538 | + functions-common:time_stop:2407 : [[ -z 1501658642 ]] 2017-08-02 07:24:35.542 | ++ functions-common:time_stop:2410 : date +%s 2017-08-02 07:24:35.547 | + functions-common:time_stop:2410 : end_time=1501658675 2017-08-02 07:24:35.550 | + functions-common:time_stop:2411 : elapsed_time=33 2017-08-02 07:24:35.553 | + functions-common:time_stop:2412 : total=73 2017-08-02 07:24:35.555 | + functions-common:time_stop:2414 : _TIME_START[$name]= 2017-08-02 07:24:35.558 | + functions-common:time_stop:2415 : _TIME_TOTAL[$name]=106 2017-08-02 07:24:35.562 | + inc/python:pip_install:246 : return 0 2017-08-02 07:24:35.565 | + lib/keystone:install_keystonemiddleware:556 : pip_install_gr python-memcached 2017-08-02 07:24:35.569 | + inc/python:pip_install_gr:66 : local name=python-memcached 2017-08-02 07:24:35.573 | + inc/python:pip_install_gr:67 : local clean_name 2017-08-02 07:24:35.578 | ++ inc/python:pip_install_gr:68 : get_from_global_requirements python-memcached 2017-08-02 07:24:35.579 | ++ inc/python:get_from_global_requirements:252 : local package=python-memcached 2017-08-02 07:24:35.581 | ++ inc/python:get_from_global_requirements:253 : local required_pkg 2017-08-02 07:24:35.585 | +++ inc/python:get_from_global_requirements:254 : cut -d# -f1 2017-08-02 07:24:35.585 | +++ inc/python:get_from_global_requirements:254 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2017-08-02 07:24:35.588 | ++ inc/python:get_from_global_requirements:254 : required_pkg='python-memcached>=1.56 ' 2017-08-02 07:24:35.590 | ++ inc/python:get_from_global_requirements:255 : [[ python-memcached>=1.56 == '' ]] 2017-08-02 07:24:35.591 | ++ inc/python:get_from_global_requirements:258 : echo 'python-memcached>=1.56' 2017-08-02 07:24:35.594 | + inc/python:pip_install_gr:68 : clean_name='python-memcached>=1.56' 2017-08-02 07:24:35.596 | + inc/python:pip_install_gr:69 : pip_install 'python-memcached>=1.56' 2017-08-02 07:24:36.105 | + inc/python:pip_install:222 : sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt 'python-memcached>=1.56' 2017-08-02 07:24:37.011 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2017-08-02 07:24:37.013 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2017-08-02 07:24:37.747 | Collecting python-memcached===1.58 (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) 2017-08-02 07:24:38.132 | Downloading python-memcached-1.58.tar.gz 2017-08-02 07:24:39.393 | Requirement already satisfied: six===1.10.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 382)) 2017-08-02 07:24:39.395 | Building wheels for collected packages: python-memcached 2017-08-02 07:24:39.396 | Running setup.py bdist_wheel for python-memcached: started 2017-08-02 07:24:39.958 | Running setup.py bdist_wheel for python-memcached: finished with status 'done' 2017-08-02 07:24:39.958 | Stored in directory: /root/.cache/pip/wheels/16/75/11/86f65dfdcfcfbdaee336d5a3c125b5ac1c53973c4515c77ef5 2017-08-02 07:24:39.969 | Successfully built python-memcached 2017-08-02 07:24:39.969 | Installing collected packages: python-memcached 2017-08-02 07:24:40.125 | Successfully installed python-memcached-1.58 2017-08-02 07:24:40.351 | + inc/python:pip_install:229 : result=0 2017-08-02 07:24:40.353 | + inc/python:pip_install:232 : local 'test_req=python-memcached>=1.56/test-requirements.txt' 2017-08-02 07:24:40.356 | + inc/python:pip_install:233 : [[ 0 == 0 ]] 2017-08-02 07:24:40.357 | + inc/python:pip_install:233 : [[ -e python-memcached>=1.56/test-requirements.txt ]] 2017-08-02 07:24:40.361 | + inc/python:pip_install:245 : time_stop pip_install 2017-08-02 07:24:40.363 | + functions-common:time_stop:2398 : local name 2017-08-02 07:24:40.366 | + functions-common:time_stop:2399 : local end_time 2017-08-02 07:24:40.367 | + functions-common:time_stop:2400 : local elapsed_time 2017-08-02 07:24:40.370 | + functions-common:time_stop:2401 : local total 2017-08-02 07:24:40.373 | + functions-common:time_stop:2402 : local start_time 2017-08-02 07:24:40.376 | + functions-common:time_stop:2404 : name=pip_install 2017-08-02 07:24:40.378 | + functions-common:time_stop:2405 : start_time=1501658675 2017-08-02 07:24:40.381 | + functions-common:time_stop:2407 : [[ -z 1501658675 ]] 2017-08-02 07:24:40.385 | ++ functions-common:time_stop:2410 : date +%s 2017-08-02 07:24:40.390 | + functions-common:time_stop:2410 : end_time=1501658680 2017-08-02 07:24:40.393 | + functions-common:time_stop:2411 : elapsed_time=5 2017-08-02 07:24:40.396 | + functions-common:time_stop:2412 : total=106 2017-08-02 07:24:40.400 | + functions-common:time_stop:2414 : _TIME_START[$name]= 2017-08-02 07:24:40.404 | + functions-common:time_stop:2415 : _TIME_TOTAL[$name]=111 2017-08-02 07:24:40.408 | + inc/python:pip_install:246 : return 0 2017-08-02 07:24:40.411 | + stack.sh:main:823 : is_service_enabled keystone 2017-08-02 07:24:40.431 | + functions-common:is_service_enabled:2073 : return 0 2017-08-02 07:24:40.434 | + stack.sh:main:824 : '[' 127.0.0.1 == 127.0.0.1 ']' 2017-08-02 07:24:40.437 | + stack.sh:main:825 : stack_install_service keystone 2017-08-02 07:24:40.441 | + lib/stack:stack_install_service:20 : local service=keystone 2017-08-02 07:24:40.444 | + lib/stack:stack_install_service:21 : type install_keystone 2017-08-02 07:24:40.448 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2017-08-02 07:24:40.451 | + lib/stack:stack_install_service:32 : install_keystone 2017-08-02 07:24:40.455 | + lib/keystone:install_keystone:562 : is_service_enabled ldap 2017-08-02 07:24:40.474 | + functions-common:is_service_enabled:2073 : return 1 2017-08-02 07:24:40.478 | + lib/keystone:install_keystone:566 : git_clone git://git.openstack.org/openstack/keystone.git /opt/stack/keystone stable/ocata 2017-08-02 07:24:40.481 | + functions-common:git_clone:496 : local git_remote=git://git.openstack.org/openstack/keystone.git 2017-08-02 07:24:40.485 | + functions-common:git_clone:497 : local git_dest=/opt/stack/keystone 2017-08-02 07:24:40.488 | + functions-common:git_clone:498 : local git_ref=stable/ocata 2017-08-02 07:24:40.491 | + functions-common:git_clone:499 : local orig_dir 2017-08-02 07:24:40.494 | ++ functions-common:git_clone:500 : pwd 2017-08-02 07:24:40.498 | + functions-common:git_clone:500 : orig_dir=/opt/stack/devstack 2017-08-02 07:24:40.502 | + functions-common:git_clone:501 : local git_clone_flags= 2017-08-02 07:24:40.505 | ++ functions-common:git_clone:503 : trueorfalse False RECLONE 2017-08-02 07:24:40.517 | + functions-common:git_clone:503 : RECLONE=False 2017-08-02 07:24:40.519 | + functions-common:git_clone:504 : [[ 0 -gt 0 ]] 2017-08-02 07:24:40.521 | + functions-common:git_clone:508 : [[ False = \T\r\u\e ]] 2017-08-02 07:24:40.523 | + functions-common:git_clone:517 : echo stable/ocata 2017-08-02 07:24:40.523 | + functions-common:git_clone:517 : egrep -q '^refs' 2017-08-02 07:24:40.526 | + functions-common:git_clone:531 : [[ ! -d /opt/stack/keystone ]] 2017-08-02 07:24:40.528 | + functions-common:git_clone:532 : [[ False = \T\r\u\e ]] 2017-08-02 07:24:40.530 | + functions-common:git_clone:538 : git_timed clone git://git.openstack.org/openstack/keystone.git /opt/stack/keystone --branch stable/ocata 2017-08-02 07:24:40.531 | + functions-common:git_timed:590 : local count=0 2017-08-02 07:24:40.533 | + functions-common:git_timed:591 : local timeout=0 2017-08-02 07:24:40.535 | + functions-common:git_timed:593 : [[ -n 0 ]] 2017-08-02 07:24:40.536 | + functions-common:git_timed:594 : timeout=0 2017-08-02 07:24:40.538 | + functions-common:git_timed:597 : time_start git_timed 2017-08-02 07:24:40.540 | + functions-common:time_start:2384 : local name=git_timed 2017-08-02 07:24:40.542 | + functions-common:time_start:2385 : local start_time= 2017-08-02 07:24:40.544 | + functions-common:time_start:2386 : [[ -n '' ]] 2017-08-02 07:24:40.545 | ++ functions-common:time_start:2389 : date +%s 2017-08-02 07:24:40.548 | + functions-common:time_start:2389 : _TIME_START[$name]=1501658680 2017-08-02 07:24:40.550 | + functions-common:git_timed:598 : timeout -s SIGINT 0 git clone git://git.openstack.org/openstack/keystone.git /opt/stack/keystone --branch stable/ocata 2017-08-02 07:24:41.270 | Cloning into '/opt/stack/keystone'... 2017-08-02 07:24:48.386 | + functions-common:git_timed:612 : time_stop git_timed 2017-08-02 07:24:48.389 | + functions-common:time_stop:2398 : local name 2017-08-02 07:24:48.392 | + functions-common:time_stop:2399 : local end_time 2017-08-02 07:24:48.395 | + functions-common:time_stop:2400 : local elapsed_time 2017-08-02 07:24:48.398 | + functions-common:time_stop:2401 : local total 2017-08-02 07:24:48.401 | + functions-common:time_stop:2402 : local start_time 2017-08-02 07:24:48.404 | + functions-common:time_stop:2404 : name=git_timed 2017-08-02 07:24:48.407 | + functions-common:time_stop:2405 : start_time=1501658680 2017-08-02 07:24:48.410 | + functions-common:time_stop:2407 : [[ -z 1501658680 ]] 2017-08-02 07:24:48.414 | ++ functions-common:time_stop:2410 : date +%s 2017-08-02 07:24:48.419 | + functions-common:time_stop:2410 : end_time=1501658688 2017-08-02 07:24:48.423 | + functions-common:time_stop:2411 : elapsed_time=8 2017-08-02 07:24:48.426 | + functions-common:time_stop:2412 : total=8 2017-08-02 07:24:48.429 | + functions-common:time_stop:2414 : _TIME_START[$name]= 2017-08-02 07:24:48.432 | + functions-common:time_stop:2415 : _TIME_TOTAL[$name]=16 2017-08-02 07:24:48.436 | + functions-common:git_clone:565 : cd /opt/stack/keystone 2017-08-02 07:24:48.440 | + functions-common:git_clone:566 : git show --oneline 2017-08-02 07:24:48.440 | + functions-common:git_clone:566 : head -1 2017-08-02 07:24:48.444 | 439872b Merge "fix identity:get_identity_providers typo" into stable/ocata 2017-08-02 07:24:48.449 | + functions-common:git_clone:567 : cd /opt/stack/devstack 2017-08-02 07:24:48.452 | + lib/keystone:install_keystone:567 : setup_develop /opt/stack/keystone 2017-08-02 07:24:48.455 | + inc/python:setup_develop:338 : local project_dir=/opt/stack/keystone 2017-08-02 07:24:48.459 | + inc/python:setup_develop:339 : local extras= 2017-08-02 07:24:48.462 | + inc/python:setup_develop:340 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2017-08-02 07:24:48.465 | + inc/python:_setup_package_with_constraints_edit:370 : local project_dir=/opt/stack/keystone 2017-08-02 07:24:48.469 | + inc/python:_setup_package_with_constraints_edit:371 : local flags=-e 2017-08-02 07:24:48.472 | + inc/python:_setup_package_with_constraints_edit:372 : local extras= 2017-08-02 07:24:48.477 | ++ inc/python:_setup_package_with_constraints_edit:379 : cd /opt/stack/keystone 2017-08-02 07:24:48.481 | ++ inc/python:_setup_package_with_constraints_edit:379 : pwd 2017-08-02 07:24:48.485 | + inc/python:_setup_package_with_constraints_edit:379 : project_dir=/opt/stack/keystone 2017-08-02 07:24:48.489 | + inc/python:_setup_package_with_constraints_edit:381 : '[' -n /opt/stack/requirements ']' 2017-08-02 07:24:48.492 | + inc/python:_setup_package_with_constraints_edit:383 : local name 2017-08-02 07:24:48.496 | ++ inc/python:_setup_package_with_constraints_edit:384 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2017-08-02 07:24:48.503 | + inc/python:_setup_package_with_constraints_edit:384 : name=keystone 2017-08-02 07:24:48.506 | + inc/python:_setup_package_with_constraints_edit:386 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone '-e file:///opt/stack/keystone#egg=keystone' 2017-08-02 07:24:49.150 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/keystone -e 2017-08-02 07:24:49.152 | + inc/python:setup_package:406 : local project_dir=/opt/stack/keystone 2017-08-02 07:24:49.155 | + inc/python:setup_package:407 : local flags=-e 2017-08-02 07:24:49.158 | + inc/python:setup_package:408 : local extras= 2017-08-02 07:24:49.161 | + inc/python:setup_package:412 : [[ -n -e ]] 2017-08-02 07:24:49.165 | + inc/python:setup_package:412 : [[ -z '' ]] 2017-08-02 07:24:49.168 | + inc/python:setup_package:412 : [[ ! -e =~ ^-.* ]] 2017-08-02 07:24:49.172 | + inc/python:setup_package:417 : [[ ! -z '' ]] 2017-08-02 07:24:49.175 | + inc/python:setup_package:421 : pip_install -e /opt/stack/keystone 2017-08-02 07:24:49.730 | + inc/python:pip_install:222 : sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/keystone 2017-08-02 07:24:50.618 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2017-08-02 07:24:50.620 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2017-08-02 07:24:51.155 | Obtaining file:///opt/stack/keystone 2017-08-02 07:24:53.162 | Obtaining keystone from file:///opt/stack/keystone#egg=keystone (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2017-08-02 07:24:54.831 | Requirement already satisfied: Babel===2.3.4 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2017-08-02 07:24:55.038 | Collecting Paste===2.0.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) 2017-08-02 07:24:55.439 | Downloading Paste-2.0.3-py2-none-any.whl (625kB) 2017-08-02 07:24:56.285 | Collecting PasteDeploy===1.5.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) 2017-08-02 07:24:56.423 | Downloading PasteDeploy-1.5.2-py2.py3-none-any.whl 2017-08-02 07:24:56.812 | Collecting Routes===2.4.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) 2017-08-02 07:24:56.958 | Downloading Routes-2.4.1-py2.py3-none-any.whl (48kB) 2017-08-02 07:24:57.397 | Collecting SQLAlchemy===1.0.17 (from -c /opt/stack/requirements/upper-constraints.txt (line 25)) 2017-08-02 07:24:57.656 | Downloading SQLAlchemy-1.0.17.tar.gz (4.8MB) 2017-08-02 07:25:01.669 | Requirement already satisfied: WebOb===1.6.3 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) 2017-08-02 07:25:01.680 | Collecting cryptography===1.7.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) 2017-08-02 07:25:02.202 | Downloading cryptography-1.7.1.tar.gz (420kB) 2017-08-02 07:25:03.272 | Collecting dogpile.cache===0.6.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 127)) 2017-08-02 07:25:03.408 | Downloading dogpile.cache-0.6.2.tar.gz (329kB) 2017-08-02 07:25:04.347 | Collecting enum34===1.1.6 (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) 2017-08-02 07:25:04.498 | Downloading enum34-1.1.6-py2-none-any.whl 2017-08-02 07:25:04.509 | Collecting idna===2.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) 2017-08-02 07:25:04.648 | Downloading idna-2.2-py2.py3-none-any.whl (55kB) 2017-08-02 07:25:04.669 | Collecting ipaddress===1.0.18 (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) 2017-08-02 07:25:04.807 | Downloading ipaddress-1.0.18-py2-none-any.whl 2017-08-02 07:25:05.007 | Collecting jsonschema===2.5.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 174)) 2017-08-02 07:25:05.149 | Downloading jsonschema-2.5.1-py2.py3-none-any.whl 2017-08-02 07:25:05.373 | Requirement already satisfied: keystonemiddleware===4.14.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 179)) 2017-08-02 07:25:05.401 | Requirement already satisfied: msgpack-python===0.4.8 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) 2017-08-02 07:25:05.597 | Collecting oauthlib===2.0.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 216)) 2017-08-02 07:25:05.743 | Downloading oauthlib-2.0.1.tar.gz (122kB) 2017-08-02 07:25:06.765 | Collecting oslo.cache===1.17.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 236)) 2017-08-02 07:25:06.923 | Downloading oslo.cache-1.17.0-py2.py3-none-any.whl (52kB) 2017-08-02 07:25:07.400 | Collecting oslo.concurrency===3.18.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 237)) 2017-08-02 07:25:07.570 | Downloading oslo.concurrency-3.18.0-py2.py3-none-any.whl (43kB) 2017-08-02 07:25:07.800 | Requirement already satisfied: oslo.config===3.22.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238)) 2017-08-02 07:25:07.813 | Requirement already satisfied: oslo.context===2.12.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 239)) 2017-08-02 07:25:08.006 | Collecting oslo.db===4.17.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) 2017-08-02 07:25:08.196 | Downloading oslo.db-4.17.1-py2.py3-none-any.whl (173kB) 2017-08-02 07:25:08.508 | Requirement already satisfied: oslo.i18n===3.12.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 241)) 2017-08-02 07:25:08.517 | Requirement already satisfied: oslo.log===3.20.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) 2017-08-02 07:25:08.726 | Collecting oslo.messaging===5.17.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 243)) 2017-08-02 07:25:08.940 | Downloading oslo.messaging-5.17.2-py2-none-any.whl (357kB) 2017-08-02 07:25:09.537 | Collecting oslo.middleware===3.23.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) 2017-08-02 07:25:09.726 | Downloading oslo.middleware-3.23.2-py2.py3-none-any.whl (59kB) 2017-08-02 07:25:10.156 | Collecting oslo.policy===1.18.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 245)) 2017-08-02 07:25:10.346 | Downloading oslo.policy-1.18.0-py2.py3-none-any.whl (74kB) 2017-08-02 07:25:10.582 | Requirement already satisfied: oslo.serialization===2.16.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) 2017-08-02 07:25:10.800 | Collecting oslo.service===1.19.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 250)) 2017-08-02 07:25:10.966 | Downloading oslo.service-1.19.1-py2.py3-none-any.whl (72kB) 2017-08-02 07:25:11.239 | Requirement already satisfied: oslo.utils===3.22.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 251)) 2017-08-02 07:25:11.454 | Collecting osprofiler===1.5.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) 2017-08-02 07:25:11.596 | Downloading osprofiler-1.5.0-py2-none-any.whl (76kB) 2017-08-02 07:25:12.018 | Collecting passlib===1.7.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) 2017-08-02 07:25:12.166 | Downloading passlib-1.7.0-py2.py3-none-any.whl (495kB) 2017-08-02 07:25:12.535 | Requirement already satisfied: pbr===1.10.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263)) 2017-08-02 07:25:12.732 | Collecting pika===0.10.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 267)) 2017-08-02 07:25:12.868 | Downloading pika-0.10.0-py2.py3-none-any.whl (92kB) 2017-08-02 07:25:13.300 | Collecting pika-pool===0.1.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 268)) 2017-08-02 07:25:13.416 | Downloading pika-pool-0.1.3.tar.gz 2017-08-02 07:25:14.113 | Requirement already satisfied: positional===1.1.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 270)) 2017-08-02 07:25:14.119 | Requirement already satisfied: pyasn1===0.1.9 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 281)) 2017-08-02 07:25:14.121 | Requirement already satisfied: pycadf===2.5.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) 2017-08-02 07:25:14.132 | Requirement already satisfied: pyinotify===0.9.6 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289)) 2017-08-02 07:25:14.135 | Requirement already satisfied: pyparsing===2.1.10 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) 2017-08-02 07:25:14.330 | Collecting pysaml2===4.0.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) 2017-08-02 07:25:14.461 | Downloading pysaml2-4.0.2.tar.gz (13.7MB) 2017-08-02 07:25:20.881 | Requirement already satisfied: python-dateutil===2.6.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) 2017-08-02 07:25:20.886 | Requirement already satisfied: python-keystoneclient===3.10.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324)) 2017-08-02 07:25:20.906 | Requirement already satisfied: pytz===2016.10 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 350)) 2017-08-02 07:25:21.128 | Collecting repoze.lru===0.6 (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) 2017-08-02 07:25:21.250 | Downloading repoze.lru-0.6.tar.gz 2017-08-02 07:25:22.188 | Collecting repoze.who===2.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 359)) 2017-08-02 07:25:22.323 | Downloading repoze.who-2.3-py2-none-any.whl (75kB) 2017-08-02 07:25:22.572 | Requirement already satisfied: requests===2.12.5 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 360)) 2017-08-02 07:25:22.589 | Requirement already satisfied: rfc3986===0.4.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 368)) 2017-08-02 07:25:22.593 | Requirement already satisfied: six===1.10.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 383)) 2017-08-02 07:25:22.792 | Collecting sqlalchemy-migrate===0.10.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) 2017-08-02 07:25:22.932 | Downloading sqlalchemy_migrate-0.10.0-py2-none-any.whl (108kB) 2017-08-02 07:25:23.379 | Collecting sqlparse===0.2.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) 2017-08-02 07:25:23.531 | Downloading sqlparse-0.2.2-py2.py3-none-any.whl 2017-08-02 07:25:23.956 | Collecting statsd===3.2.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 398)) 2017-08-02 07:25:24.090 | Downloading statsd-3.2.1-py2.py3-none-any.whl 2017-08-02 07:25:24.290 | Requirement already satisfied: stevedore===1.20.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 399)) 2017-08-02 07:25:24.482 | Collecting tenacity===3.7.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 408)) 2017-08-02 07:25:24.608 | Downloading tenacity-3.7.1.tar.gz 2017-08-02 07:25:25.488 | Requirement already satisfied: wrapt===1.10.8 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 439)) 2017-08-02 07:25:25.672 | Collecting zope.interface===4.3.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 448)) 2017-08-02 07:25:26.028 | Downloading zope.interface-4.3.3.tar.gz (150kB) 2017-08-02 07:25:26.861 | Requirement already satisfied: setuptools>=11.3 in /usr/lib/python2.7/site-packages (from cryptography===1.7.1->-c /opt/stack/requirements/upper-constraints.txt (line 103)) 2017-08-02 07:25:26.870 | Collecting cffi===1.9.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 89)) 2017-08-02 07:25:27.226 | Downloading cffi-1.9.1-cp27-cp27mu-manylinux1_x86_64.whl (387kB) 2017-08-02 07:25:27.534 | Collecting functools32===3.2.3.post2 (from -c /opt/stack/requirements/upper-constraints.txt (line 144)) 2017-08-02 07:25:27.652 | Downloading functools32-3.2.3-2.zip 2017-08-02 07:25:28.369 | Requirement already satisfied: keystoneauth1===2.18.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 178)) 2017-08-02 07:25:28.581 | Collecting fasteners===0.14.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2017-08-02 07:25:28.715 | Downloading fasteners-0.14.1-py2.py3-none-any.whl 2017-08-02 07:25:28.920 | Requirement already satisfied: netaddr===0.7.19 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 203)) 2017-08-02 07:25:28.924 | Requirement already satisfied: debtcollector===1.11.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) 2017-08-02 07:25:29.131 | Collecting alembic===0.8.10 (from -c /opt/stack/requirements/upper-constraints.txt (line 67)) 2017-08-02 07:25:29.298 | Downloading alembic-0.8.10.tar.gz (976kB) 2017-08-02 07:25:30.430 | Requirement already satisfied: monotonic===1.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) 2017-08-02 07:25:30.613 | Collecting futures===3.0.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 145)) 2017-08-02 07:25:30.745 | Downloading futures-3.0.5-py2-none-any.whl 2017-08-02 07:25:31.130 | Collecting futurist===0.21.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 146)) 2017-08-02 07:25:31.284 | Downloading futurist-0.21.1-py2.py3-none-any.whl 2017-08-02 07:25:31.685 | Collecting amqp===1.4.9 (from -c /opt/stack/requirements/upper-constraints.txt (line 68)) 2017-08-02 07:25:31.837 | Downloading amqp-1.4.9-py2.py3-none-any.whl (51kB) 2017-08-02 07:25:32.250 | Collecting cachetools===2.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 85)) 2017-08-02 07:25:32.391 | Downloading cachetools-2.0.0-py2.py3-none-any.whl 2017-08-02 07:25:32.586 | Collecting PyYAML===3.12 (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) 2017-08-02 07:25:32.721 | Downloading PyYAML-3.12.tar.gz (253kB) 2017-08-02 07:25:33.675 | Collecting kombu===3.0.37 (from -c /opt/stack/requirements/upper-constraints.txt (line 180)) 2017-08-02 07:25:33.888 | Downloading kombu-3.0.37-py2.py3-none-any.whl (240kB) 2017-08-02 07:25:34.181 | Collecting Jinja2===2.8.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) 2017-08-02 07:25:34.330 | Downloading Jinja2-2.8.1-py2.py3-none-any.whl (264kB) 2017-08-02 07:25:34.596 | Collecting greenlet===0.4.11 (from -c /opt/stack/requirements/upper-constraints.txt (line 155)) 2017-08-02 07:25:34.892 | Downloading greenlet-0.4.11-cp27-cp27mu-manylinux1_x86_64.whl (41kB) 2017-08-02 07:25:35.273 | Collecting eventlet===0.19.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 133)) 2017-08-02 07:25:35.416 | Downloading eventlet-0.19.0-py2.py3-none-any.whl (138kB) 2017-08-02 07:25:35.658 | Requirement already satisfied: funcsigs===1.0.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 143)) 2017-08-02 07:25:35.665 | Requirement already satisfied: iso8601===0.1.11 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) 2017-08-02 07:25:35.668 | Requirement already satisfied: netifaces===0.10.5 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) 2017-08-02 07:25:35.672 | Collecting decorator===4.0.11 (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) 2017-08-02 07:25:35.805 | Downloading decorator-4.0.11-py2.py3-none-any.whl 2017-08-02 07:25:36.010 | Collecting pycrypto===2.6.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 285)) 2017-08-02 07:25:36.135 | Downloading pycrypto-2.6.1.tar.gz (446kB) 2017-08-02 07:25:37.054 | Requirement already satisfied: pyOpenSSL===16.2.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 279)) 2017-08-02 07:25:37.276 | Collecting Tempita===0.5.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) 2017-08-02 07:25:37.406 | Downloading Tempita-0.5.2.tar.gz 2017-08-02 07:25:38.095 | Collecting pycparser===2.17 (from -c /opt/stack/requirements/upper-constraints.txt (line 284)) 2017-08-02 07:25:38.520 | Downloading pycparser-2.17.tar.gz (231kB) 2017-08-02 07:25:39.340 | Collecting Mako===1.0.6 (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) 2017-08-02 07:25:39.490 | Downloading Mako-1.0.6.tar.gz (575kB) 2017-08-02 07:25:40.661 | Collecting python-editor===1.0.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) 2017-08-02 07:25:40.783 | Downloading python-editor-1.0.3.tar.gz 2017-08-02 07:25:41.476 | Requirement already satisfied: prettytable===0.7.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 271)) 2017-08-02 07:25:41.687 | Collecting contextlib2===0.5.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 99)) 2017-08-02 07:25:41.823 | Downloading contextlib2-0.5.4-py2.py3-none-any.whl 2017-08-02 07:25:42.215 | Collecting anyjson===0.3.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 70)) 2017-08-02 07:25:42.342 | Downloading anyjson-0.3.3.tar.gz 2017-08-02 07:25:43.053 | Collecting MarkupSafe===0.23 (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) 2017-08-02 07:25:43.185 | Downloading MarkupSafe-0.23.tar.gz 2017-08-02 07:25:43.684 | Building wheels for collected packages: Mako, MarkupSafe, PyYAML, SQLAlchemy, Tempita, alembic, anyjson, cryptography, dogpile.cache, functools32, oauthlib, pika-pool, pycparser, pycrypto, pysaml2, python-editor, repoze.lru, tenacity, zope.interface 2017-08-02 07:25:43.685 | Running setup.py bdist_wheel for Mako: started 2017-08-02 07:25:44.380 | Running setup.py bdist_wheel for Mako: finished with status 'done' 2017-08-02 07:25:44.380 | Stored in directory: /root/.cache/pip/wheels/34/be/28/7999aa61d80a775c9e85a5a7d345777f73e87e6e30573e9551 2017-08-02 07:25:44.407 | Running setup.py bdist_wheel for MarkupSafe: started 2017-08-02 07:25:45.122 | Running setup.py bdist_wheel for MarkupSafe: finished with status 'done' 2017-08-02 07:25:45.122 | Stored in directory: /root/.cache/pip/wheels/a3/fa/dc/0198eed9ad95489b8a4f45d14dd5d2aee3f8984e46862c5748 2017-08-02 07:25:45.129 | Running setup.py bdist_wheel for PyYAML: started 2017-08-02 07:25:52.204 | Running setup.py bdist_wheel for PyYAML: finished with status 'done' 2017-08-02 07:25:52.204 | Stored in directory: /root/.cache/pip/wheels/2c/f7/79/13f3a12cd723892437c0cfbde1230ab4d82947ff7b3839a4fc 2017-08-02 07:25:52.237 | Running setup.py bdist_wheel for SQLAlchemy: started 2017-08-02 07:25:53.949 | Running setup.py bdist_wheel for SQLAlchemy: finished with status 'done' 2017-08-02 07:25:53.950 | Stored in directory: /root/.cache/pip/wheels/72/43/69/0895b8e7104f0fa86db75a8f6b0377059d43de8878b19f8bd1 2017-08-02 07:25:54.053 | Running setup.py bdist_wheel for Tempita: started 2017-08-02 07:25:54.592 | Running setup.py bdist_wheel for Tempita: finished with status 'done' 2017-08-02 07:25:54.592 | Stored in directory: /root/.cache/pip/wheels/38/5c/ad/029c675bcee1a5d1413733382d6e2cb489fe36ddd7a73dd9dd 2017-08-02 07:25:54.598 | Running setup.py bdist_wheel for alembic: started 2017-08-02 07:25:55.314 | Running setup.py bdist_wheel for alembic: finished with status 'done' 2017-08-02 07:25:55.314 | Stored in directory: /root/.cache/pip/wheels/7c/c2/e7/33e3263f61e5e1049aa2d149d59dae792bbc9c4e11d92ff901 2017-08-02 07:25:55.336 | Running setup.py bdist_wheel for anyjson: started 2017-08-02 07:25:55.856 | Running setup.py bdist_wheel for anyjson: finished with status 'done' 2017-08-02 07:25:55.857 | Stored in directory: /root/.cache/pip/wheels/06/3d/74/f64c3ce3266df2598031818ecc86bc25c8ccede0723973f119 2017-08-02 07:25:55.862 | Running setup.py bdist_wheel for cryptography: started 2017-08-02 07:26:20.477 | Running setup.py bdist_wheel for cryptography: finished with status 'done' 2017-08-02 07:26:20.477 | Stored in directory: /root/.cache/pip/wheels/35/c3/d6/cc2e097314f1a505e80e232cca8818242ec903f7d9fe727d05 2017-08-02 07:26:20.537 | Running setup.py bdist_wheel for dogpile.cache: started 2017-08-02 07:26:21.143 | Running setup.py bdist_wheel for dogpile.cache: finished with status 'done' 2017-08-02 07:26:21.143 | Stored in directory: /root/.cache/pip/wheels/17/97/05/ea2e9cb30395e72281301ee4b4a668b2cc48fda4fba11794bc 2017-08-02 07:26:21.158 | Running setup.py bdist_wheel for functools32: started 2017-08-02 07:26:21.694 | Running setup.py bdist_wheel for functools32: finished with status 'done' 2017-08-02 07:26:21.695 | Stored in directory: /root/.cache/pip/wheels/3c/d0/09/cd78d0ff4d6cfecfbd730782a7815a4571cd2cd4d2ed6e69d9 2017-08-02 07:26:21.702 | Running setup.py bdist_wheel for oauthlib: started 2017-08-02 07:26:22.344 | Running setup.py bdist_wheel for oauthlib: finished with status 'done' 2017-08-02 07:26:22.344 | Stored in directory: /root/.cache/pip/wheels/e7/4e/b5/c36a97caf4408037eb35aeb1e0a80d95ea0c521a562c3488a3 2017-08-02 07:26:22.358 | Running setup.py bdist_wheel for pika-pool: started 2017-08-02 07:26:22.912 | Running setup.py bdist_wheel for pika-pool: finished with status 'done' 2017-08-02 07:26:22.912 | Stored in directory: /root/.cache/pip/wheels/4b/15/66/4ec372f38db709e5170504de06e03a680975e71111119ef534 2017-08-02 07:26:22.916 | Running setup.py bdist_wheel for pycparser: started 2017-08-02 07:26:23.745 | Running setup.py bdist_wheel for pycparser: finished with status 'done' 2017-08-02 07:26:23.746 | Stored in directory: /root/.cache/pip/wheels/a8/0b/41/dc95621f9d3a0da7bc191b8a71f0e8182ffd3cc5f33ac55005 2017-08-02 07:26:23.769 | Running setup.py bdist_wheel for pycrypto: started 2017-08-02 07:26:32.112 | Running setup.py bdist_wheel for pycrypto: finished with status 'done' 2017-08-02 07:26:32.112 | Stored in directory: /root/.cache/pip/wheels/80/1f/94/f76e9746864f198eb0e304aeec319159fa41b082f61281ffce 2017-08-02 07:26:32.165 | Running setup.py bdist_wheel for pysaml2: started 2017-08-02 07:26:32.957 | Running setup.py bdist_wheel for pysaml2: finished with status 'done' 2017-08-02 07:26:32.958 | Stored in directory: /root/.cache/pip/wheels/e7/79/7f/b4845b8b55a80e24a4ca70684d8550570c6332f1ead3287dcd 2017-08-02 07:26:33.042 | Running setup.py bdist_wheel for python-editor: started 2017-08-02 07:26:33.592 | Running setup.py bdist_wheel for python-editor: finished with status 'done' 2017-08-02 07:26:33.592 | Stored in directory: /root/.cache/pip/wheels/84/d6/b8/082dc3b5cd7763f17f5500a193b6b248102217cbaa3f0a24ca 2017-08-02 07:26:33.597 | Running setup.py bdist_wheel for repoze.lru: started 2017-08-02 07:26:34.151 | Running setup.py bdist_wheel for repoze.lru: finished with status 'done' 2017-08-02 07:26:34.151 | Stored in directory: /root/.cache/pip/wheels/b2/cd/b3/7e24400bff83325a01d492940eff6e9579f553f33348323d79 2017-08-02 07:26:34.159 | Running setup.py bdist_wheel for tenacity: started 2017-08-02 07:26:34.857 | Running setup.py bdist_wheel for tenacity: finished with status 'done' 2017-08-02 07:26:34.857 | Stored in directory: /root/.cache/pip/wheels/5c/72/0e/36641a789095e02fc45a09d3ff0f3f101beda0a95cf60211ba 2017-08-02 07:26:34.865 | Running setup.py bdist_wheel for zope.interface: started 2017-08-02 07:26:35.979 | Running setup.py bdist_wheel for zope.interface: finished with status 'done' 2017-08-02 07:26:35.979 | Stored in directory: /root/.cache/pip/wheels/00/aa/8b/f1d1eb398423e59894b45ee151344e243808156c2d182c9f4e 2017-08-02 07:26:36.001 | Successfully built Mako MarkupSafe PyYAML SQLAlchemy Tempita alembic anyjson cryptography dogpile.cache functools32 oauthlib pika-pool pycparser pycrypto pysaml2 python-editor repoze.lru tenacity zope.interface 2017-08-02 07:26:36.002 | Installing collected packages: PasteDeploy, Paste, repoze.lru, Routes, idna, enum34, ipaddress, pycparser, cffi, cryptography, SQLAlchemy, Tempita, decorator, sqlparse, sqlalchemy-migrate, passlib, dogpile.cache, oslo.cache, fasteners, oslo.concurrency, MarkupSafe, Jinja2, statsd, oslo.middleware, futures, pika, pika-pool, tenacity, contextlib2, futurist, amqp, cachetools, PyYAML, greenlet, eventlet, oslo.service, anyjson, kombu, oslo.messaging, Mako, python-editor, alembic, oslo.db, oslo.policy, oauthlib, zope.interface, repoze.who, pycrypto, pysaml2, functools32, jsonschema, osprofiler, keystone 2017-08-02 07:26:36.380 | Found existing installation: idna 2.5 2017-08-02 07:26:36.384 | Uninstalling idna-2.5: 2017-08-02 07:26:36.387 | Successfully uninstalled idna-2.5 2017-08-02 07:26:36.487 | Found existing installation: enum34 1.0.4 2017-08-02 07:26:36.491 | DEPRECATION: Uninstalling a distutils installed project (enum34) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project. 2017-08-02 07:26:36.491 | Uninstalling enum34-1.0.4: 2017-08-02 07:26:36.492 | Successfully uninstalled enum34-1.0.4 2017-08-02 07:26:36.504 | Found existing installation: ipaddress 1.0.16 2017-08-02 07:26:36.507 | DEPRECATION: Uninstalling a distutils installed project (ipaddress) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project. 2017-08-02 07:26:36.507 | Uninstalling ipaddress-1.0.16: 2017-08-02 07:26:36.508 | Successfully uninstalled ipaddress-1.0.16 2017-08-02 07:26:36.526 | Found existing installation: pycparser 2.14 2017-08-02 07:26:36.530 | Uninstalling pycparser-2.14: 2017-08-02 07:26:36.531 | Successfully uninstalled pycparser-2.14 2017-08-02 07:26:36.667 | Found existing installation: cffi 1.5.2 2017-08-02 07:26:36.671 | Uninstalling cffi-1.5.2: 2017-08-02 07:26:36.673 | Successfully uninstalled cffi-1.5.2 2017-08-02 07:26:36.753 | Found existing installation: cryptography 1.7.2 2017-08-02 07:26:36.758 | Uninstalling cryptography-1.7.2: 2017-08-02 07:26:36.759 | Successfully uninstalled cryptography-1.7.2 2017-08-02 07:26:37.544 | Found existing installation: decorator 3.4.0 2017-08-02 07:26:37.553 | Uninstalling decorator-3.4.0: 2017-08-02 07:26:37.554 | Successfully uninstalled decorator-3.4.0 2017-08-02 07:26:38.146 | Found existing installation: MarkupSafe 0.11 2017-08-02 07:26:38.156 | Uninstalling MarkupSafe-0.11: 2017-08-02 07:26:38.157 | Successfully uninstalled MarkupSafe-0.11 2017-08-02 07:26:38.173 | Found existing installation: Jinja2 2.7.2 2017-08-02 07:26:38.186 | Uninstalling Jinja2-2.7.2: 2017-08-02 07:26:38.187 | Successfully uninstalled Jinja2-2.7.2 2017-08-02 07:26:38.582 | Found existing installation: PyYAML 3.10 2017-08-02 07:26:38.585 | DEPRECATION: Uninstalling a distutils installed project (PyYAML) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project. 2017-08-02 07:26:38.586 | Uninstalling PyYAML-3.10: 2017-08-02 07:26:38.586 | Successfully uninstalled PyYAML-3.10 2017-08-02 07:26:40.882 | Running setup.py develop for keystone 2017-08-02 07:26:45.908 | Successfully installed Jinja2-2.8.1 Mako-1.0.6 MarkupSafe-0.23 Paste-2.0.3 PasteDeploy-1.5.2 PyYAML-3.12 Routes-2.4.1 SQLAlchemy-1.0.17 Tempita-0.5.2 alembic-0.8.10 amqp-1.4.9 anyjson-0.3.3 cachetools-2.0.0 cffi-1.9.1 contextlib2-0.5.4 cryptography-1.7.1 decorator-4.0.11 dogpile.cache-0.6.2 enum34-1.1.6 eventlet-0.19.0 fasteners-0.14.1 functools32-3.2.3.post2 futures-3.0.5 futurist-0.21.1 greenlet-0.4.11 idna-2.2 ipaddress-1.0.18 jsonschema-2.5.1 keystone kombu-3.0.37 oauthlib-2.0.1 oslo.cache-1.17.0 oslo.concurrency-3.18.0 oslo.db-4.17.1 oslo.messaging-5.17.2 oslo.middleware-3.23.2 oslo.policy-1.18.0 oslo.service-1.19.1 osprofiler-1.5.0 passlib-1.7.0 pika-0.10.0 pika-pool-0.1.3 pycparser-2.17 pycrypto-2.6.1 pysaml2-4.0.2 python-editor-1.0.3 repoze.lru-0.6 repoze.who-2.3 sqlalchemy-migrate-0.10.0 sqlparse-0.2.2 statsd-3.2.1 tenacity-3.7.1 zope.interface-4.3.3 2017-08-02 07:26:46.316 | + inc/python:pip_install:229 : result=0 2017-08-02 07:26:46.318 | + inc/python:pip_install:232 : local test_req=/opt/stack/keystone/test-requirements.txt 2017-08-02 07:26:46.321 | + inc/python:pip_install:233 : [[ 0 == 0 ]] 2017-08-02 07:26:46.323 | + inc/python:pip_install:233 : [[ -e /opt/stack/keystone/test-requirements.txt ]] 2017-08-02 07:26:46.324 | + inc/python:pip_install:234 : echo 'Installing test-requirements for /opt/stack/keystone/test-requirements.txt' 2017-08-02 07:26:46.325 | Installing test-requirements for /opt/stack/keystone/test-requirements.txt 2017-08-02 07:26:46.326 | + inc/python:pip_install:236 : sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -r /opt/stack/keystone/test-requirements.txt 2017-08-02 07:26:47.285 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2017-08-02 07:26:47.301 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2017-08-02 07:26:48.069 | Collecting Sphinx===1.3.6 (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) 2017-08-02 07:26:48.639 | Downloading Sphinx-1.3.6-py2.py3-none-any.whl (1.5MB) 2017-08-02 07:26:49.877 | Collecting WebTest===2.0.24 (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) 2017-08-02 07:26:50.061 | Downloading WebTest-2.0.24-py2.py3-none-any.whl 2017-08-02 07:26:50.515 | Collecting alabaster===0.7.9 (from -c /opt/stack/requirements/upper-constraints.txt (line 66)) 2017-08-02 07:26:50.678 | Downloading alabaster-0.7.9-py2.py3-none-any.whl 2017-08-02 07:26:51.128 | Collecting bashate===0.5.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) 2017-08-02 07:26:51.257 | Downloading bashate-0.5.1-py2-none-any.whl 2017-08-02 07:26:51.734 | Collecting beautifulsoup4===4.5.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 79)) 2017-08-02 07:26:51.875 | Downloading beautifulsoup4-4.5.3-py2-none-any.whl (85kB) 2017-08-02 07:26:52.332 | Collecting coverage===4.3.4 (from -c /opt/stack/requirements/upper-constraints.txt (line 100)) 2017-08-02 07:26:52.940 | Downloading coverage-4.3.4-cp27-cp27mu-manylinux1_x86_64.whl (189kB) 2017-08-02 07:26:53.440 | Collecting docutils===0.12 (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) 2017-08-02 07:26:53.589 | Downloading docutils-0.12.tar.gz (1.6MB) 2017-08-02 07:26:55.887 | Requirement already satisfied: fixtures===3.0.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) 2017-08-02 07:26:56.101 | Collecting freezegun===0.3.8 (from -c /opt/stack/requirements/upper-constraints.txt (line 140)) 2017-08-02 07:26:56.246 | Downloading freezegun-0.3.8-py2.py3-none-any.whl 2017-08-02 07:26:56.719 | Collecting lxml===3.7.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 189)) 2017-08-02 07:26:57.221 | Downloading lxml-3.7.2-cp27-cp27mu-manylinux1_x86_64.whl (6.8MB) 2017-08-02 07:27:00.856 | Collecting mock===2.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 193)) 2017-08-02 07:27:01.007 | Downloading mock-2.0.0-py2.py3-none-any.whl (56kB) 2017-08-02 07:27:01.487 | Collecting os-api-ref===1.2.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) 2017-08-02 07:27:01.619 | Downloading os_api_ref-1.2.0-py2-none-any.whl (84kB) 2017-08-02 07:27:01.918 | Requirement already satisfied: os-testr===0.8.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 231)) 2017-08-02 07:27:01.929 | Requirement already satisfied: oslo.db===4.17.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) 2017-08-02 07:27:02.003 | Requirement already satisfied: oslo.i18n===3.12.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 241)) 2017-08-02 07:27:02.012 | Requirement already satisfied: oslo.utils===3.22.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 251)) 2017-08-02 07:27:02.269 | Collecting oslosphinx===4.10.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) 2017-08-02 07:27:02.423 | Downloading oslosphinx-4.10.1-py2.py3-none-any.whl 2017-08-02 07:27:02.876 | Collecting oslotest===2.13.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 255)) 2017-08-02 07:27:03.037 | Downloading oslotest-2.13.1-py2.py3-none-any.whl 2017-08-02 07:27:03.294 | Requirement already satisfied: pbr===1.10.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263)) 2017-08-02 07:27:03.520 | Collecting psycopg2===2.6.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 276)) 2017-08-02 07:27:03.749 | Downloading psycopg2-2.6.2.tar.gz (376kB) 2017-08-02 07:27:04.902 | Requirement already satisfied: pyparsing===2.1.10 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 299)) 2017-08-02 07:27:04.905 | Requirement already satisfied: python-dateutil===2.6.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) 2017-08-02 07:27:04.911 | Requirement already satisfied: python-subunit===1.2.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 343)) 2017-08-02 07:27:04.929 | Requirement already satisfied: pytz===2016.10 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 350)) 2017-08-02 07:27:05.166 | Collecting reno===2.2.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 357)) 2017-08-02 07:27:05.319 | Downloading reno-2.2.1-py2-none-any.whl (50kB) 2017-08-02 07:27:05.603 | Requirement already satisfied: requests===2.12.5 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 360)) 2017-08-02 07:27:05.626 | Requirement already satisfied: six===1.10.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 383)) 2017-08-02 07:27:05.859 | Collecting snowballstemmer===1.2.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 386)) 2017-08-02 07:27:05.979 | Downloading snowballstemmer-1.2.1-py2.py3-none-any.whl (64kB) 2017-08-02 07:27:06.477 | Collecting sphinx-rtd-theme===0.1.9 (from -c /opt/stack/requirements/upper-constraints.txt (line 388)) 2017-08-02 07:27:06.626 | Downloading sphinx_rtd_theme-0.1.9-py2-none-any.whl (693kB) 2017-08-02 07:27:07.073 | Requirement already satisfied: sqlalchemy-migrate===0.10.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) 2017-08-02 07:27:07.084 | Requirement already satisfied: sqlparse===0.2.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) 2017-08-02 07:27:07.087 | Requirement already satisfied: stevedore===1.20.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 399)) 2017-08-02 07:27:07.305 | Collecting tempest===14.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 406)) 2017-08-02 07:27:07.448 | Downloading tempest-14.0.0-py2.py3-none-any.whl (1.1MB) 2017-08-02 07:27:08.198 | Requirement already satisfied: testrepository===0.0.20 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 410)) 2017-08-02 07:27:08.425 | Collecting testresources===2.0.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 411)) 2017-08-02 07:27:08.555 | Downloading testresources-2.0.1-py2.py3-none-any.whl 2017-08-02 07:27:09.045 | Collecting testscenarios===0.5.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 412)) 2017-08-02 07:27:09.164 | Downloading testscenarios-0.5.0-py2.py3-none-any.whl 2017-08-02 07:27:09.394 | Requirement already satisfied: testtools===2.2.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 413)) 2017-08-02 07:27:09.410 | Requirement already satisfied: traceback2===1.4.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 418)) 2017-08-02 07:27:09.414 | Requirement already satisfied: unittest2===1.1.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 426)) 2017-08-02 07:27:09.423 | Collecting urllib3===1.20 (from -c /opt/stack/requirements/upper-constraints.txt (line 428)) 2017-08-02 07:27:09.579 | Downloading urllib3-1.20-py2.py3-none-any.whl (111kB) 2017-08-02 07:27:09.861 | Collecting waitress===1.0.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 432)) 2017-08-02 07:27:10.013 | Downloading waitress-1.0.1-py2.py3-none-any.whl (113kB) 2017-08-02 07:27:10.521 | Collecting hacking<0.11,>=0.10.0 (from -r /opt/stack/keystone/test-requirements.txt (line 5)) 2017-08-02 07:27:10.667 | Downloading hacking-0.10.3-py2.py3-none-any.whl 2017-08-02 07:27:11.154 | Collecting pep257==0.7.0 (from -r /opt/stack/keystone/test-requirements.txt (line 6)) 2017-08-02 07:27:11.283 | Downloading pep257-0.7.0-py2.py3-none-any.whl 2017-08-02 07:27:11.722 | Collecting flake8-docstrings==0.2.1.post1 (from -r /opt/stack/keystone/test-requirements.txt (line 7)) 2017-08-02 07:27:11.864 | Downloading flake8_docstrings-0.2.1.post1-py2-none-any.whl 2017-08-02 07:27:12.089 | Requirement already satisfied: Jinja2===2.8.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) 2017-08-02 07:27:12.095 | Requirement already satisfied: Babel===2.3.4 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2017-08-02 07:27:12.100 | Collecting Pygments===2.2.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) 2017-08-02 07:27:12.266 | Downloading Pygments-2.2.0-py2.py3-none-any.whl (841kB) 2017-08-02 07:27:12.596 | Requirement already satisfied: WebOb===1.6.3 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) 2017-08-02 07:27:12.608 | Requirement already satisfied: funcsigs===1.0.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 143)) 2017-08-02 07:27:12.614 | Requirement already satisfied: PyYAML===3.12 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) 2017-08-02 07:27:12.828 | Collecting openstackdocstheme===1.6.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 220)) 2017-08-02 07:27:13.000 | Downloading openstackdocstheme-1.6.1-py2.py3-none-any.whl (940kB) 2017-08-02 07:27:13.557 | Requirement already satisfied: debtcollector===1.11.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) 2017-08-02 07:27:13.570 | Requirement already satisfied: oslo.context===2.12.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 239)) 2017-08-02 07:27:13.577 | Requirement already satisfied: alembic===0.8.10 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 67)) 2017-08-02 07:27:13.584 | Requirement already satisfied: SQLAlchemy===1.0.17 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 25)) 2017-08-02 07:27:13.588 | Requirement already satisfied: oslo.config===3.22.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238)) 2017-08-02 07:27:13.600 | Requirement already satisfied: PyMySQL===0.7.9 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) 2017-08-02 07:27:13.603 | Requirement already satisfied: netaddr===0.7.19 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 203)) 2017-08-02 07:27:13.606 | Requirement already satisfied: iso8601===0.1.11 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) 2017-08-02 07:27:13.609 | Requirement already satisfied: netifaces===0.10.5 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) 2017-08-02 07:27:13.613 | Requirement already satisfied: monotonic===1.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 196)) 2017-08-02 07:27:13.824 | Collecting os-client-config===1.26.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 226)) 2017-08-02 07:27:14.004 | Downloading os_client_config-1.26.0-py2.py3-none-any.whl (60kB) 2017-08-02 07:27:14.455 | Collecting mox3===0.20.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) 2017-08-02 07:27:14.594 | Downloading mox3-0.20.0-py2.py3-none-any.whl (40kB) 2017-08-02 07:27:14.819 | Requirement already satisfied: extras===1.0.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 134)) 2017-08-02 07:27:15.028 | Collecting dulwich===0.16.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 129)) 2017-08-02 07:27:15.166 | Downloading dulwich-0.16.3.tar.gz (304kB) 2017-08-02 07:27:16.317 | Requirement already satisfied: Tempita===0.5.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) 2017-08-02 07:27:16.320 | Requirement already satisfied: decorator===4.0.11 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) 2017-08-02 07:27:16.529 | Collecting paramiko===2.1.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 259)) 2017-08-02 07:27:16.777 | Downloading paramiko-2.1.1-py2.py3-none-any.whl (172kB) 2017-08-02 07:27:17.059 | Requirement already satisfied: jsonschema===2.5.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 174)) 2017-08-02 07:27:17.074 | Requirement already satisfied: prettytable===0.7.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 271)) 2017-08-02 07:27:17.076 | Requirement already satisfied: oslo.concurrency===3.18.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 237)) 2017-08-02 07:27:17.302 | Collecting cliff===2.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 94)) 2017-08-02 07:27:17.461 | Downloading cliff-2.4.0-py2-none-any.whl (56kB) 2017-08-02 07:27:17.715 | Requirement already satisfied: oslo.log===3.20.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) 2017-08-02 07:27:17.743 | Requirement already satisfied: oslo.serialization===2.16.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) 2017-08-02 07:27:17.754 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) 2017-08-02 07:27:17.757 | Requirement already satisfied: linecache2===1.0.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 186)) 2017-08-02 07:27:17.760 | Requirement already satisfied: argparse in /usr/lib/python2.7/site-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 426)) 2017-08-02 07:27:18.010 | Collecting pep8==1.5.7 (from hacking<0.11,>=0.10.0->-r /opt/stack/keystone/test-requirements.txt (line 5)) 2017-08-02 07:27:18.154 | Downloading pep8-1.5.7-py2.py3-none-any.whl 2017-08-02 07:27:18.601 | Collecting mccabe==0.2.1 (from hacking<0.11,>=0.10.0->-r /opt/stack/keystone/test-requirements.txt (line 5)) 2017-08-02 07:27:18.734 | Downloading mccabe-0.2.1.tar.gz 2017-08-02 07:27:19.831 | Collecting pyflakes==0.8.1 (from hacking<0.11,>=0.10.0->-r /opt/stack/keystone/test-requirements.txt (line 5)) 2017-08-02 07:27:19.969 | Downloading pyflakes-0.8.1-py2.py3-none-any.whl 2017-08-02 07:27:20.456 | Collecting flake8==2.2.4 (from hacking<0.11,>=0.10.0->-r /opt/stack/keystone/test-requirements.txt (line 5)) 2017-08-02 07:27:20.626 | Downloading flake8-2.2.4.tar.gz 2017-08-02 07:27:21.588 | Requirement already satisfied: MarkupSafe===0.23 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) 2017-08-02 07:27:21.591 | Requirement already satisfied: wrapt===1.10.8 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 439)) 2017-08-02 07:27:21.594 | Requirement already satisfied: positional===1.1.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 270)) 2017-08-02 07:27:21.599 | Requirement already satisfied: Mako===1.0.6 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) 2017-08-02 07:27:21.604 | Requirement already satisfied: python-editor===1.0.3 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) 2017-08-02 07:27:21.606 | Requirement already satisfied: rfc3986===0.4.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 368)) 2017-08-02 07:27:21.811 | Collecting appdirs===1.4.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 72)) 2017-08-02 07:27:21.938 | Downloading appdirs-1.4.3-py2.py3-none-any.whl 2017-08-02 07:27:22.156 | Requirement already satisfied: keystoneauth1===2.18.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 178)) 2017-08-02 07:27:22.386 | Collecting requestsexceptions===1.1.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 365)) 2017-08-02 07:27:22.537 | Downloading requestsexceptions-1.1.3-py2.py3-none-any.whl 2017-08-02 07:27:22.756 | Requirement already satisfied: cryptography===1.7.1 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) 2017-08-02 07:27:22.798 | Requirement already satisfied: pyasn1===0.1.9 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 281)) 2017-08-02 07:27:22.803 | Requirement already satisfied: functools32===3.2.3.post2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 144)) 2017-08-02 07:27:22.806 | Requirement already satisfied: fasteners===0.14.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2017-08-02 07:27:22.812 | Requirement already satisfied: enum34===1.1.6 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) 2017-08-02 07:27:23.060 | Collecting cmd2===0.6.9 (from -c /opt/stack/requirements/upper-constraints.txt (line 96)) 2017-08-02 07:27:23.241 | Downloading cmd2-0.6.9.tar.gz (367kB) 2017-08-02 07:27:24.483 | Collecting unicodecsv===0.14.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 425)) 2017-08-02 07:27:24.608 | Downloading unicodecsv-0.14.1.tar.gz 2017-08-02 07:27:25.488 | Requirement already satisfied: pyinotify===0.9.6 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 289)) 2017-08-02 07:27:25.491 | Requirement already satisfied: msgpack-python===0.4.8 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) 2017-08-02 07:27:25.495 | Requirement already satisfied: cffi===1.9.1 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 89)) 2017-08-02 07:27:25.499 | Requirement already satisfied: idna===2.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) 2017-08-02 07:27:25.502 | Requirement already satisfied: ipaddress===1.0.18 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) 2017-08-02 07:27:25.504 | Requirement already satisfied: setuptools>=11.3 in /usr/lib/python2.7/site-packages (from cryptography===1.7.1->-c /opt/stack/requirements/upper-constraints.txt (line 103)) 2017-08-02 07:27:25.512 | Requirement already satisfied: pycparser===2.17 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 284)) 2017-08-02 07:27:25.516 | Building wheels for collected packages: cmd2, docutils, dulwich, psycopg2, unicodecsv, mccabe, flake8 2017-08-02 07:27:25.517 | Running setup.py bdist_wheel for cmd2: started 2017-08-02 07:27:26.234 | Running setup.py bdist_wheel for cmd2: finished with status 'done' 2017-08-02 07:27:26.234 | Stored in directory: /root/.cache/pip/wheels/8b/3a/c1/d9775ec3156f3636c5fba0bbb0f7d8639dba086bc9dfbd7d34 2017-08-02 07:27:26.247 | Running setup.py bdist_wheel for docutils: started 2017-08-02 07:27:27.234 | Running setup.py bdist_wheel for docutils: finished with status 'done' 2017-08-02 07:27:27.234 | Stored in directory: /root/.cache/pip/wheels/db/de/bd/b99b1e12d321fbc950766c58894c6576b1a73ae3131b29a151 2017-08-02 07:27:27.310 | Running setup.py bdist_wheel for dulwich: started 2017-08-02 07:27:28.898 | Running setup.py bdist_wheel for dulwich: finished with status 'done' 2017-08-02 07:27:28.899 | Stored in directory: /root/.cache/pip/wheels/a3/2f/98/d5c8236dbd8f747956fb9be318a92e9f9ee4419e2d67e0989e 2017-08-02 07:27:28.960 | Running setup.py bdist_wheel for psycopg2: started 2017-08-02 07:27:35.258 | Running setup.py bdist_wheel for psycopg2: finished with status 'done' 2017-08-02 07:27:35.258 | Stored in directory: /root/.cache/pip/wheels/49/47/2a/5c3f874990ce267228c2dfe7a0589f3b0651aa590e329ad382 2017-08-02 07:27:35.282 | Running setup.py bdist_wheel for unicodecsv: started 2017-08-02 07:27:35.996 | Running setup.py bdist_wheel for unicodecsv: finished with status 'done' 2017-08-02 07:27:35.996 | Stored in directory: /root/.cache/pip/wheels/97/e2/16/219fa93b83edaff912b6805cfa19d0597e21f8d353f3e2d22f 2017-08-02 07:27:36.001 | Running setup.py bdist_wheel for mccabe: started 2017-08-02 07:27:36.715 | Running setup.py bdist_wheel for mccabe: finished with status 'done' 2017-08-02 07:27:36.715 | Stored in directory: /root/.cache/pip/wheels/9d/d5/0e/f0c284385c804a432dc3dd6470a0ffee123bba391de1df29dd 2017-08-02 07:27:36.715 | Running setup.py bdist_wheel for flake8: started 2017-08-02 07:27:37.452 | Running setup.py bdist_wheel for flake8: finished with status 'done' 2017-08-02 07:27:37.452 | Stored in directory: /root/.cache/pip/wheels/89/ac/a3/d002fddf14980f6e735e6c2d39ef91ab7e0d70a615e6641f0b 2017-08-02 07:27:37.458 | Successfully built cmd2 docutils dulwich psycopg2 unicodecsv mccabe flake8 2017-08-02 07:27:37.460 | Installing collected packages: Pygments, alabaster, snowballstemmer, sphinx-rtd-theme, docutils, Sphinx, waitress, beautifulsoup4, WebTest, appdirs, bashate, cmd2, unicodecsv, cliff, coverage, dulwich, freezegun, lxml, mock, mox3, openstackdocstheme, os-api-ref, requestsexceptions, os-client-config, oslosphinx, oslotest, paramiko, psycopg2, reno, urllib3, tempest, testresources, testscenarios, pep8, mccabe, pyflakes, flake8, hacking, pep257, flake8-docstrings 2017-08-02 07:27:37.460 | Found existing installation: Pygments 1.4 2017-08-02 07:27:37.473 | Uninstalling Pygments-1.4: 2017-08-02 07:27:37.479 | Successfully uninstalled Pygments-1.4 2017-08-02 07:27:40.614 | Found existing installation: urllib3 1.10.2 2017-08-02 07:27:40.638 | Uninstalling urllib3-1.10.2: 2017-08-02 07:27:40.641 | Successfully uninstalled urllib3-1.10.2 2017-08-02 07:27:44.702 | Successfully installed Pygments-2.2.0 Sphinx-1.3.6 WebTest-2.0.24 alabaster-0.7.9 appdirs-1.4.3 bashate-0.5.1 beautifulsoup4-4.5.3 cliff-2.4.0 cmd2-0.6.9 coverage-4.3.4 docutils-0.12 dulwich-0.16.3 flake8-2.2.4 flake8-docstrings-0.2.1.post1 freezegun-0.3.8 hacking-0.10.3 lxml-3.7.2 mccabe-0.2.1 mock-2.0.0 mox3-0.20.0 openstackdocstheme-1.6.1 os-api-ref-1.2.0 os-client-config-1.26.0 oslosphinx-4.10.1 oslotest-2.13.1 paramiko-2.1.1 pep257-0.7.0 pep8-1.5.7 psycopg2-2.6.2 pyflakes-0.8.1 reno-2.2.1 requestsexceptions-1.1.3 snowballstemmer-1.2.1 sphinx-rtd-theme-0.1.9 tempest-14.0.0 testresources-2.0.1 testscenarios-0.5.0 unicodecsv-0.14.1 urllib3-1.20 waitress-1.0.1 2017-08-02 07:27:45.161 | + inc/python:pip_install:242 : result=0 2017-08-02 07:27:45.164 | + inc/python:pip_install:245 : time_stop pip_install 2017-08-02 07:27:45.167 | + functions-common:time_stop:2398 : local name 2017-08-02 07:27:45.169 | + functions-common:time_stop:2399 : local end_time 2017-08-02 07:27:45.170 | + functions-common:time_stop:2400 : local elapsed_time 2017-08-02 07:27:45.172 | + functions-common:time_stop:2401 : local total 2017-08-02 07:27:45.173 | + functions-common:time_stop:2402 : local start_time 2017-08-02 07:27:45.174 | + functions-common:time_stop:2404 : name=pip_install 2017-08-02 07:27:45.176 | + functions-common:time_stop:2405 : start_time=1501658689 2017-08-02 07:27:45.177 | + functions-common:time_stop:2407 : [[ -z 1501658689 ]] 2017-08-02 07:27:45.178 | ++ functions-common:time_stop:2410 : date +%s 2017-08-02 07:27:45.181 | + functions-common:time_stop:2410 : end_time=1501658865 2017-08-02 07:27:45.182 | + functions-common:time_stop:2411 : elapsed_time=176 2017-08-02 07:27:45.184 | + functions-common:time_stop:2412 : total=111 2017-08-02 07:27:45.185 | + functions-common:time_stop:2414 : _TIME_START[$name]= 2017-08-02 07:27:45.186 | + functions-common:time_stop:2415 : _TIME_TOTAL[$name]=287 2017-08-02 07:27:45.188 | + inc/python:pip_install:246 : return 0 2017-08-02 07:27:45.190 | + inc/python:setup_package:423 : [[ -e == \-\e ]] 2017-08-02 07:27:45.193 | + inc/python:setup_package:424 : safe_chown -R stack /opt/stack/keystone/keystone.egg-info 2017-08-02 07:27:45.196 | + functions-common:safe_chown:2299 : _safe_permission_operation chown -R stack /opt/stack/keystone/keystone.egg-info 2017-08-02 07:27:45.217 | + functions-common:_safe_permission_operation:2170 : sudo chown -R stack /opt/stack/keystone/keystone.egg-info 2017-08-02 07:27:45.236 | + lib/keystone:install_keystone:569 : is_service_enabled ldap 2017-08-02 07:27:45.257 | + functions-common:is_service_enabled:2073 : return 1 2017-08-02 07:27:45.261 | + lib/keystone:install_keystone:573 : '[' mod_wsgi == mod_wsgi ']' 2017-08-02 07:27:45.264 | + lib/keystone:install_keystone:574 : install_apache_wsgi 2017-08-02 07:27:45.267 | + lib/apache:install_apache_wsgi:72 : is_ubuntu 2017-08-02 07:27:45.271 | + functions-common:is_ubuntu:466 : [[ -z rpm ]] 2017-08-02 07:27:45.274 | + functions-common:is_ubuntu:469 : '[' rpm = deb ']' 2017-08-02 07:27:45.278 | + lib/apache:install_apache_wsgi:83 : is_fedora 2017-08-02 07:27:45.282 | + functions-common:is_fedora:439 : [[ -z RedHatEnterpriseServer ]] 2017-08-02 07:27:45.286 | + functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = Fedora ']' 2017-08-02 07:27:45.290 | + functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = 'Red Hat' ']' 2017-08-02 07:27:45.293 | + functions-common:is_fedora:444 : '[' RedHatEnterpriseServer = RedHatEnterpriseServer ']' 2017-08-02 07:27:45.297 | + lib/apache:install_apache_wsgi:84 : sudo rm -f '/etc/httpd/conf.d/000-*' 2017-08-02 07:27:45.317 | + lib/apache:install_apache_wsgi:85 : install_package httpd mod_wsgi 2017-08-02 07:27:45.320 | + functions-common:install_package:1285 : update_package_repo 2017-08-02 07:27:45.324 | + functions-common:update_package_repo:1257 : NO_UPDATE_REPOS=False 2017-08-02 07:27:45.328 | + functions-common:update_package_repo:1258 : REPOS_UPDATED=False 2017-08-02 07:27:45.331 | + functions-common:update_package_repo:1259 : RETRY_UPDATE=False 2017-08-02 07:27:45.335 | + functions-common:update_package_repo:1261 : [[ False = \T\r\u\e ]] 2017-08-02 07:27:45.339 | + functions-common:update_package_repo:1265 : is_ubuntu 2017-08-02 07:27:45.342 | + functions-common:is_ubuntu:466 : [[ -z rpm ]] 2017-08-02 07:27:45.346 | + functions-common:is_ubuntu:469 : '[' rpm = deb ']' 2017-08-02 07:27:45.350 | + functions-common:install_package:1286 : real_install_package httpd mod_wsgi 2017-08-02 07:27:45.354 | + functions-common:real_install_package:1271 : is_ubuntu 2017-08-02 07:27:45.358 | + functions-common:is_ubuntu:466 : [[ -z rpm ]] 2017-08-02 07:27:45.363 | + functions-common:is_ubuntu:469 : '[' rpm = deb ']' 2017-08-02 07:27:45.367 | + functions-common:real_install_package:1273 : is_fedora 2017-08-02 07:27:45.370 | + functions-common:is_fedora:439 : [[ -z RedHatEnterpriseServer ]] 2017-08-02 07:27:45.373 | + functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = Fedora ']' 2017-08-02 07:27:45.375 | + functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = 'Red Hat' ']' 2017-08-02 07:27:45.378 | + functions-common:is_fedora:444 : '[' RedHatEnterpriseServer = RedHatEnterpriseServer ']' 2017-08-02 07:27:45.380 | + functions-common:real_install_package:1274 : yum_install httpd mod_wsgi 2017-08-02 07:27:45.383 | + functions-common:yum_install:1329 : local result parse_yum_result 2017-08-02 07:27:45.386 | + functions-common:yum_install:1331 : [[ False = \T\r\u\e ]] 2017-08-02 07:27:45.389 | + functions-common:yum_install:1333 : time_start yum_install 2017-08-02 07:27:45.390 | + functions-common:time_start:2384 : local name=yum_install 2017-08-02 07:27:45.392 | + functions-common:time_start:2385 : local start_time= 2017-08-02 07:27:45.394 | + functions-common:time_start:2386 : [[ -n '' ]] 2017-08-02 07:27:45.397 | ++ functions-common:time_start:2389 : date +%s 2017-08-02 07:27:45.401 | + functions-common:time_start:2389 : _TIME_START[$name]=1501658865 2017-08-02 07:27:45.403 | + functions-common:yum_install:1354 : parse_yum_result=' \ 2017-08-02 07:27:45.403 | BEGIN { result=0 } \ 2017-08-02 07:27:45.403 | /^YUM_FAILED/ { result=$2 } \ 2017-08-02 07:27:45.404 | /^No package/ { result=2 } \ 2017-08-02 07:27:45.404 | /^Failed:/ { result=2 } \ 2017-08-02 07:27:45.404 | //{ print } \ 2017-08-02 07:27:45.404 | END { exit result }' 2017-08-02 07:27:45.407 | + functions-common:yum_install:1355 : sudo_with_proxies yum install -y httpd mod_wsgi 2017-08-02 07:27:45.408 | + functions-common:yum_install:1356 : awk ' \ 2017-08-02 07:27:45.408 | BEGIN { result=0 } \ 2017-08-02 07:27:45.408 | /^YUM_FAILED/ { result=$2 } \ 2017-08-02 07:27:45.408 | /^No package/ { result=2 } \ 2017-08-02 07:27:45.408 | /^Failed:/ { result=2 } \ 2017-08-02 07:27:45.408 | //{ print } \ 2017-08-02 07:27:45.408 | END { exit result }' 2017-08-02 07:27:52.406 | + functions-common:sudo_with_proxies:2352 : local sudo 2017-08-02 07:27:52.407 | ++ functions-common:sudo_with_proxies:2354 : id -u 2017-08-02 07:27:52.407 | + functions-common:sudo_with_proxies:2354 : [[ 1000 = \0 ]] 2017-08-02 07:27:52.407 | + functions-common:sudo_with_proxies:2354 : sudo=sudo 2017-08-02 07:27:52.407 | + functions-common:sudo_with_proxies:2356 : sudo http_proxy= https_proxy= no_proxy= yum install -y httpd mod_wsgi 2017-08-02 07:27:52.407 | Plugin "search-disabled-repos" requires API 2.7. Supported API is 2.6. 2017-08-02 07:27:52.407 | Loaded plugins: product-id, versionlock 2017-08-02 07:27:52.407 | Package httpd-2.4.6-67.el7.x86_64 already installed and latest version 2017-08-02 07:27:52.407 | Resolving Dependencies 2017-08-02 07:27:52.407 | --> Running transaction check 2017-08-02 07:27:52.407 | ---> Package mod_wsgi.x86_64 0:3.4-12.el7_0 will be installed 2017-08-02 07:27:52.407 | --> Finished Dependency Resolution 2017-08-02 07:27:52.407 | 2017-08-02 07:27:52.407 | Dependencies Resolved 2017-08-02 07:27:52.407 | 2017-08-02 07:27:52.407 | ================================================================================ 2017-08-02 07:27:52.407 | Package Arch Version Repository Size 2017-08-02 07:27:52.407 | ================================================================================ 2017-08-02 07:27:52.407 | Installing: 2017-08-02 07:27:52.407 | mod_wsgi x86_64 3.4-12.el7_0 latest-rhel-7-server-rpms 76 k 2017-08-02 07:27:52.407 | 2017-08-02 07:27:52.407 | Transaction Summary 2017-08-02 07:27:52.407 | ================================================================================ 2017-08-02 07:27:52.407 | Install 1 Package 2017-08-02 07:27:52.407 | 2017-08-02 07:27:52.407 | Total download size: 76 k 2017-08-02 07:27:52.407 | Installed size: 197 k 2017-08-02 07:27:52.407 | Downloading packages: 2017-08-02 07:27:52.407 | Running transaction check 2017-08-02 07:27:52.407 | Running transaction test 2017-08-02 07:27:52.407 | Transaction test succeeded 2017-08-02 07:27:52.407 | Running transaction 2017-08-02 07:27:52.407 | Installing : mod_wsgi-3.4-12.el7_0.x86_64 1/1 2017-08-02 07:27:52.407 | Verifying : mod_wsgi-3.4-12.el7_0.x86_64 1/1 2017-08-02 07:27:52.408 | 2017-08-02 07:27:52.408 | Installed: 2017-08-02 07:27:52.408 | mod_wsgi.x86_64 0:3.4-12.el7_0 2017-08-02 07:27:52.408 | 2017-08-02 07:27:52.408 | Complete! 2017-08-02 07:27:52.409 | + functions-common:yum_install:1356 : result=0 2017-08-02 07:27:52.411 | + functions-common:yum_install:1358 : time_stop yum_install 2017-08-02 07:27:52.415 | + functions-common:time_stop:2398 : local name 2017-08-02 07:27:52.418 | + functions-common:time_stop:2399 : local end_time 2017-08-02 07:27:52.422 | + functions-common:time_stop:2400 : local elapsed_time 2017-08-02 07:27:52.425 | + functions-common:time_stop:2401 : local total 2017-08-02 07:27:52.429 | + functions-common:time_stop:2402 : local start_time 2017-08-02 07:27:52.432 | + functions-common:time_stop:2404 : name=yum_install 2017-08-02 07:27:52.436 | + functions-common:time_stop:2405 : start_time=1501658865 2017-08-02 07:27:52.439 | + functions-common:time_stop:2407 : [[ -z 1501658865 ]] 2017-08-02 07:27:52.443 | ++ functions-common:time_stop:2410 : date +%s 2017-08-02 07:27:52.448 | + functions-common:time_stop:2410 : end_time=1501658872 2017-08-02 07:27:52.452 | + functions-common:time_stop:2411 : elapsed_time=7 2017-08-02 07:27:52.455 | + functions-common:time_stop:2412 : total=323 2017-08-02 07:27:52.459 | + functions-common:time_stop:2414 : _TIME_START[$name]= 2017-08-02 07:27:52.462 | + functions-common:time_stop:2415 : _TIME_TOTAL[$name]=330 2017-08-02 07:27:52.465 | + functions-common:yum_install:1367 : '[' 0 == 2 ']' 2017-08-02 07:27:52.468 | + functions-common:yum_install:1371 : return 0 2017-08-02 07:27:52.472 | + lib/apache:install_apache_wsgi:92 : enable_apache_mod wsgi 2017-08-02 07:27:52.476 | + lib/apache:enable_apache_mod:54 : local mod=wsgi 2017-08-02 07:27:52.480 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2017-08-02 07:27:52.484 | + functions-common:is_ubuntu:466 : [[ -z rpm ]] 2017-08-02 07:27:52.487 | + functions-common:is_ubuntu:469 : '[' rpm = deb ']' 2017-08-02 07:27:52.491 | + lib/apache:enable_apache_mod:56 : is_suse 2017-08-02 07:27:52.494 | + functions-common:is_suse:454 : [[ -z RedHatEnterpriseServer ]] 2017-08-02 07:27:52.498 | + functions-common:is_suse:458 : [[ RedHatEnterpriseServer =~ (openSUSE) ]] 2017-08-02 07:27:52.502 | + functions-common:is_suse:458 : [[ RedHatEnterpriseServer == \S\U\S\E\ \L\I\N\U\X ]] 2017-08-02 07:27:52.506 | + lib/apache:enable_apache_mod:61 : is_fedora 2017-08-02 07:27:52.509 | + functions-common:is_fedora:439 : [[ -z RedHatEnterpriseServer ]] 2017-08-02 07:27:52.513 | + functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = Fedora ']' 2017-08-02 07:27:52.516 | + functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = 'Red Hat' ']' 2017-08-02 07:27:52.520 | + functions-common:is_fedora:444 : '[' RedHatEnterpriseServer = RedHatEnterpriseServer ']' 2017-08-02 07:27:52.524 | + lib/apache:enable_apache_mod:63 : true 2017-08-02 07:27:52.528 | + lib/apache:install_apache_wsgi:97 : sudo a2enmod version 2017-08-02 07:27:52.538 | sudo: a2enmod: command not found 2017-08-02 07:27:52.541 | + lib/apache:install_apache_wsgi:97 : true 2017-08-02 07:27:52.544 | + lib/keystone:install_keystone:575 : is_ssl_enabled_service key 2017-08-02 07:27:52.547 | + lib/tls:is_ssl_enabled_service:375 : local services=key 2017-08-02 07:27:52.551 | + lib/tls:is_ssl_enabled_service:376 : local service= 2017-08-02 07:27:52.554 | + lib/tls:is_ssl_enabled_service:377 : '[' False == False ']' 2017-08-02 07:27:52.558 | + lib/tls:is_ssl_enabled_service:378 : return 1 2017-08-02 07:27:52.562 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2017-08-02 07:27:52.566 | + stack.sh:main:826 : configure_keystone 2017-08-02 07:27:52.570 | + lib/keystone:configure_keystone:201 : sudo install -d -o stack /etc/keystone 2017-08-02 07:27:52.589 | + lib/keystone:configure_keystone:203 : [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\k\e\y\s\t\o\n\e\/\e\t\c ]] 2017-08-02 07:27:52.592 | + lib/keystone:configure_keystone:204 : install -m 600 /opt/stack/keystone/etc/keystone.conf.sample /etc/keystone/keystone.conf 2017-08-02 07:27:52.599 | + lib/keystone:configure_keystone:205 : cp -p /opt/stack/keystone/etc/policy.json /etc/keystone 2017-08-02 07:27:52.606 | + lib/keystone:configure_keystone:206 : [[ -f /opt/stack/keystone/etc/keystone-paste.ini ]] 2017-08-02 07:27:52.608 | + lib/keystone:configure_keystone:207 : cp -p /opt/stack/keystone/etc/keystone-paste.ini /etc/keystone/keystone-paste.ini 2017-08-02 07:27:52.611 | + lib/keystone:configure_keystone:210 : [[ -f /etc/keystone/keystone-paste.ini ]] 2017-08-02 07:27:52.612 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf paste_deploy config_file /etc/keystone/keystone-paste.ini 2017-08-02 07:27:52.639 | + lib/keystone:configure_keystone:217 : '[' True == False ']' 2017-08-02 07:27:52.641 | + lib/keystone:configure_keystone:225 : is_service_enabled ldap 2017-08-02 07:27:52.655 | + functions-common:is_service_enabled:2073 : return 1 2017-08-02 07:27:52.658 | + lib/keystone:configure_keystone:235 : iniset /etc/keystone/keystone.conf identity driver sql 2017-08-02 07:27:52.710 | + lib/keystone:configure_keystone:236 : iniset /etc/keystone/keystone.conf assignment driver sql 2017-08-02 07:27:52.754 | + lib/keystone:configure_keystone:237 : iniset /etc/keystone/keystone.conf role driver sql 2017-08-02 07:27:52.801 | + lib/keystone:configure_keystone:238 : iniset /etc/keystone/keystone.conf resource driver sql 2017-08-02 07:27:52.844 | + lib/keystone:configure_keystone:241 : iniset /etc/keystone/keystone.conf cache enabled True 2017-08-02 07:27:52.893 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2017-08-02 07:27:52.942 | + lib/keystone:configure_keystone:243 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2017-08-02 07:27:52.981 | + lib/keystone:configure_keystone:245 : iniset_rpc_backend keystone /etc/keystone/keystone.conf 2017-08-02 07:27:52.984 | + lib/rpc_backend:iniset_rpc_backend:120 : local package=keystone 2017-08-02 07:27:52.988 | + lib/rpc_backend:iniset_rpc_backend:121 : local file=/etc/keystone/keystone.conf 2017-08-02 07:27:52.990 | + lib/rpc_backend:iniset_rpc_backend:122 : local section=DEFAULT 2017-08-02 07:27:52.992 | + lib/rpc_backend:iniset_rpc_backend:123 : local virtual_host= 2017-08-02 07:27:52.993 | + lib/rpc_backend:iniset_rpc_backend:124 : is_service_enabled rabbit 2017-08-02 07:27:53.010 | + functions-common:is_service_enabled:2073 : return 0 2017-08-02 07:27:53.013 | ++ lib/rpc_backend:iniset_rpc_backend:125 : get_transport_url '' 2017-08-02 07:27:53.016 | ++ lib/rpc_backend:get_transport_url:112 : local virtual_host= 2017-08-02 07:27:53.019 | ++ lib/rpc_backend:get_transport_url:113 : is_service_enabled rabbit 2017-08-02 07:27:53.038 | ++ functions-common:is_service_enabled:2073 : return 0 2017-08-02 07:27:53.040 | ++ lib/rpc_backend:get_transport_url:114 : echo 'rabbit://stackrabbit:devstack_rocks!@127.0.0.1:5672/' 2017-08-02 07:27:53.045 | + lib/rpc_backend:iniset_rpc_backend:125 : iniset /etc/keystone/keystone.conf DEFAULT transport_url 'rabbit://stackrabbit:devstack_rocks!@127.0.0.1:5672/' 2017-08-02 07:27:53.089 | + lib/rpc_backend:iniset_rpc_backend:126 : '[' -n '' ']' 2017-08-02 07:27:53.092 | + lib/rpc_backend:iniset_rpc_backend:129 : '[' -n '' ']' 2017-08-02 07:27:53.093 | + lib/keystone:configure_keystone:248 : is_ssl_enabled_service key 2017-08-02 07:27:53.095 | + lib/tls:is_ssl_enabled_service:375 : local services=key 2017-08-02 07:27:53.099 | + lib/tls:is_ssl_enabled_service:376 : local service= 2017-08-02 07:27:53.102 | + lib/tls:is_ssl_enabled_service:377 : '[' False == False ']' 2017-08-02 07:27:53.105 | + lib/tls:is_ssl_enabled_service:378 : return 1 2017-08-02 07:27:53.108 | + lib/keystone:configure_keystone:252 : local service_port=5000 2017-08-02 07:27:53.111 | + lib/keystone:configure_keystone:253 : local auth_port=35357 2017-08-02 07:27:53.114 | + lib/keystone:configure_keystone:255 : is_service_enabled tls-proxy 2017-08-02 07:27:53.127 | + functions-common:is_service_enabled:2073 : return 1 2017-08-02 07:27:53.128 | + lib/keystone:configure_keystone:267 : is_service_enabled tls-proxy 2017-08-02 07:27:53.139 | + functions-common:is_service_enabled:2073 : return 1 2017-08-02 07:27:53.140 | + lib/keystone:configure_keystone:267 : '[' mod_wsgi == mod_wsgi ']' 2017-08-02 07:27:53.142 | + lib/keystone:configure_keystone:268 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://127.0.0.1/identity 2017-08-02 07:27:53.166 | + lib/keystone:configure_keystone:269 : iniset /etc/keystone/keystone.conf DEFAULT admin_endpoint http://127.0.0.1/identity_admin 2017-08-02 07:27:53.195 | + lib/keystone:configure_keystone:272 : [[ fernet != '' ]] 2017-08-02 07:27:53.196 | + lib/keystone:configure_keystone:273 : iniset /etc/keystone/keystone.conf token provider fernet 2017-08-02 07:27:53.226 | ++ lib/keystone:configure_keystone:276 : database_connection_url keystone 2017-08-02 07:27:53.228 | ++ lib/database:database_connection_url:134 : local db=keystone 2017-08-02 07:27:53.229 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2017-08-02 07:27:53.231 | ++ lib/databases/mysql:database_connection_url_mysql:179 : local db=keystone 2017-08-02 07:27:53.233 | ++ lib/databases/mysql:database_connection_url_mysql:180 : echo 'mysql+pymysql://root:devstack_rocks!@127.0.0.1/keystone?charset=utf8' 2017-08-02 07:27:53.235 | + lib/keystone:configure_keystone:276 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:devstack_rocks!@127.0.0.1/keystone?charset=utf8' 2017-08-02 07:27:53.283 | + lib/keystone:configure_keystone:278 : iniset /etc/keystone/keystone.conf token driver sql 2017-08-02 07:27:53.334 | + lib/keystone:configure_keystone:281 : '[' False '!=' False ']' 2017-08-02 07:27:53.337 | + lib/keystone:configure_keystone:286 : '[' False == True ']' 2017-08-02 07:27:53.340 | + lib/keystone:configure_keystone:290 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2017-08-02 07:27:53.385 | + lib/keystone:configure_keystone:292 : '[' mod_wsgi == mod_wsgi ']' 2017-08-02 07:27:53.387 | + lib/keystone:configure_keystone:293 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix '%(asctime)s.%(msecs)03d %(process)d TRACE %(name)s %(instance)s' 2017-08-02 07:27:53.413 | + lib/keystone:configure_keystone:294 : _config_keystone_apache_wsgi 2017-08-02 07:27:53.415 | + lib/keystone:_config_keystone_apache_wsgi:160 : local keystone_apache_conf 2017-08-02 07:27:53.418 | ++ lib/keystone:_config_keystone_apache_wsgi:161 : apache_site_config_for keystone 2017-08-02 07:27:53.421 | ++ lib/apache:apache_site_config_for:149 : local site=keystone 2017-08-02 07:27:53.426 | ++ lib/apache:apache_site_config_for:150 : is_ubuntu 2017-08-02 07:27:53.430 | ++ functions-common:is_ubuntu:466 : [[ -z rpm ]] 2017-08-02 07:27:53.435 | ++ functions-common:is_ubuntu:469 : '[' rpm = deb ']' 2017-08-02 07:27:53.439 | ++ lib/apache:apache_site_config_for:160 : is_fedora 2017-08-02 07:27:53.443 | ++ functions-common:is_fedora:439 : [[ -z RedHatEnterpriseServer ]] 2017-08-02 07:27:53.446 | ++ functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = Fedora ']' 2017-08-02 07:27:53.450 | ++ functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = 'Red Hat' ']' 2017-08-02 07:27:53.453 | ++ functions-common:is_fedora:444 : '[' RedHatEnterpriseServer = RedHatEnterpriseServer ']' 2017-08-02 07:27:53.457 | ++ lib/apache:apache_site_config_for:162 : local enabled_site_file=/etc/httpd/conf.d/keystone.conf 2017-08-02 07:27:53.461 | ++ lib/apache:apache_site_config_for:163 : '[' -f /etc/httpd/conf.d/keystone.conf ']' 2017-08-02 07:27:53.465 | ++ lib/apache:apache_site_config_for:166 : echo /etc/httpd/conf.d/keystone.conf.disabled 2017-08-02 07:27:53.470 | + lib/keystone:_config_keystone_apache_wsgi:161 : keystone_apache_conf=/etc/httpd/conf.d/keystone.conf.disabled 2017-08-02 07:27:53.473 | + lib/keystone:_config_keystone_apache_wsgi:162 : keystone_ssl_listen='#' 2017-08-02 07:27:53.476 | + lib/keystone:_config_keystone_apache_wsgi:163 : local keystone_ssl= 2017-08-02 07:27:53.480 | + lib/keystone:_config_keystone_apache_wsgi:164 : local keystone_certfile= 2017-08-02 07:27:53.483 | + lib/keystone:_config_keystone_apache_wsgi:165 : local keystone_keyfile= 2017-08-02 07:27:53.488 | + lib/keystone:_config_keystone_apache_wsgi:166 : local keystone_service_port=5000 2017-08-02 07:27:53.491 | + lib/keystone:_config_keystone_apache_wsgi:167 : local keystone_auth_port=35357 2017-08-02 07:27:53.495 | + lib/keystone:_config_keystone_apache_wsgi:168 : local venv_path= 2017-08-02 07:27:53.498 | + lib/keystone:_config_keystone_apache_wsgi:170 : is_ssl_enabled_service key 2017-08-02 07:27:53.502 | + lib/tls:is_ssl_enabled_service:375 : local services=key 2017-08-02 07:27:53.505 | + lib/tls:is_ssl_enabled_service:376 : local service= 2017-08-02 07:27:53.508 | + lib/tls:is_ssl_enabled_service:377 : '[' False == False ']' 2017-08-02 07:27:53.511 | + lib/tls:is_ssl_enabled_service:378 : return 1 2017-08-02 07:27:53.515 | + lib/keystone:_config_keystone_apache_wsgi:176 : is_service_enabled tls-proxy 2017-08-02 07:27:53.535 | + functions-common:is_service_enabled:2073 : return 1 2017-08-02 07:27:53.538 | + lib/keystone:_config_keystone_apache_wsgi:180 : [[ False = True ]] 2017-08-02 07:27:53.541 | + lib/keystone:_config_keystone_apache_wsgi:184 : sudo cp /opt/stack/devstack/files/apache-keystone.template /etc/httpd/conf.d/keystone.conf.disabled 2017-08-02 07:27:53.562 | + lib/keystone:_config_keystone_apache_wsgi:185 : sudo sed -e ' 2017-08-02 07:27:53.562 | s|%PUBLICPORT%|5000|g; 2017-08-02 07:27:53.562 | s|%ADMINPORT%|35357|g; 2017-08-02 07:27:53.562 | s|%APACHE_NAME%|httpd|g; 2017-08-02 07:27:53.563 | s|%SSLLISTEN%|#|g; 2017-08-02 07:27:53.563 | s|%SSLENGINE%||g; 2017-08-02 07:27:53.563 | s|%SSLCERTFILE%||g; 2017-08-02 07:27:53.563 | s|%SSLKEYFILE%||g; 2017-08-02 07:27:53.563 | s|%USER%|stack|g; 2017-08-02 07:27:53.563 | s|%VIRTUALENV%||g 2017-08-02 07:27:53.563 | s|%KEYSTONE_BIN%|/usr/bin|g 2017-08-02 07:27:53.563 | ' -i /etc/httpd/conf.d/keystone.conf.disabled 2017-08-02 07:27:53.579 | + lib/keystone:configure_keystone:337 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2017-08-02 07:27:53.631 | + lib/keystone:configure_keystone:339 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2017-08-02 07:27:53.664 | + lib/keystone:configure_keystone:341 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2017-08-02 07:27:53.695 | + lib/keystone:configure_keystone:349 : [[ True = True ]] 2017-08-02 07:27:53.697 | + lib/keystone:configure_keystone:350 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2017-08-02 07:27:53.744 | + lib/keystone:configure_keystone:351 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 5 2017-08-02 07:27:53.794 | + lib/keystone:configure_keystone:352 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2017-08-02 07:27:53.842 | + stack.sh:main:830 : is_service_enabled swift 2017-08-02 07:27:53.860 | + functions-common:is_service_enabled:2073 : return 0 2017-08-02 07:27:53.864 | + stack.sh:main:831 : is_service_enabled ceilometer 2017-08-02 07:27:53.887 | + functions-common:is_service_enabled:2073 : return 1 2017-08-02 07:27:53.891 | + stack.sh:main:834 : stack_install_service swift 2017-08-02 07:27:53.894 | + lib/stack:stack_install_service:20 : local service=swift 2017-08-02 07:27:53.898 | + lib/stack:stack_install_service:21 : type install_swift 2017-08-02 07:27:53.901 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2017-08-02 07:27:53.905 | + lib/stack:stack_install_service:32 : install_swift 2017-08-02 07:27:53.909 | + lib/swift:install_swift:737 : git_clone git://git.openstack.org/openstack/swift.git /opt/stack/swift stable/ocata 2017-08-02 07:27:53.911 | + functions-common:git_clone:496 : local git_remote=git://git.openstack.org/openstack/swift.git 2017-08-02 07:27:53.915 | + functions-common:git_clone:497 : local git_dest=/opt/stack/swift 2017-08-02 07:27:53.919 | + functions-common:git_clone:498 : local git_ref=stable/ocata 2017-08-02 07:27:53.923 | + functions-common:git_clone:499 : local orig_dir 2017-08-02 07:27:53.927 | ++ functions-common:git_clone:500 : pwd 2017-08-02 07:27:53.931 | + functions-common:git_clone:500 : orig_dir=/opt/stack/devstack 2017-08-02 07:27:53.935 | + functions-common:git_clone:501 : local git_clone_flags= 2017-08-02 07:27:53.940 | ++ functions-common:git_clone:503 : trueorfalse False RECLONE 2017-08-02 07:27:53.961 | + functions-common:git_clone:503 : RECLONE=False 2017-08-02 07:27:53.965 | + functions-common:git_clone:504 : [[ 0 -gt 0 ]] 2017-08-02 07:27:53.968 | + functions-common:git_clone:508 : [[ False = \T\r\u\e ]] 2017-08-02 07:27:53.972 | + functions-common:git_clone:517 : echo stable/ocata 2017-08-02 07:27:53.973 | + functions-common:git_clone:517 : egrep -q '^refs' 2017-08-02 07:27:53.979 | + functions-common:git_clone:531 : [[ ! -d /opt/stack/swift ]] 2017-08-02 07:27:53.983 | + functions-common:git_clone:532 : [[ False = \T\r\u\e ]] 2017-08-02 07:27:53.986 | + functions-common:git_clone:538 : git_timed clone git://git.openstack.org/openstack/swift.git /opt/stack/swift --branch stable/ocata 2017-08-02 07:27:53.990 | + functions-common:git_timed:590 : local count=0 2017-08-02 07:27:53.993 | + functions-common:git_timed:591 : local timeout=0 2017-08-02 07:27:53.997 | + functions-common:git_timed:593 : [[ -n 0 ]] 2017-08-02 07:27:54.000 | + functions-common:git_timed:594 : timeout=0 2017-08-02 07:27:54.003 | + functions-common:git_timed:597 : time_start git_timed 2017-08-02 07:27:54.007 | + functions-common:time_start:2384 : local name=git_timed 2017-08-02 07:27:54.010 | + functions-common:time_start:2385 : local start_time= 2017-08-02 07:27:54.013 | + functions-common:time_start:2386 : [[ -n '' ]] 2017-08-02 07:27:54.018 | ++ functions-common:time_start:2389 : date +%s 2017-08-02 07:27:54.023 | + functions-common:time_start:2389 : _TIME_START[$name]=1501658874 2017-08-02 07:27:54.026 | + functions-common:git_timed:598 : timeout -s SIGINT 0 git clone git://git.openstack.org/openstack/swift.git /opt/stack/swift --branch stable/ocata 2017-08-02 07:27:54.567 | Cloning into '/opt/stack/swift'... 2017-08-02 07:28:02.081 | + functions-common:git_timed:612 : time_stop git_timed 2017-08-02 07:28:02.082 | + functions-common:time_stop:2398 : local name 2017-08-02 07:28:02.084 | + functions-common:time_stop:2399 : local end_time 2017-08-02 07:28:02.086 | + functions-common:time_stop:2400 : local elapsed_time 2017-08-02 07:28:02.088 | + functions-common:time_stop:2401 : local total 2017-08-02 07:28:02.089 | + functions-common:time_stop:2402 : local start_time 2017-08-02 07:28:02.091 | + functions-common:time_stop:2404 : name=git_timed 2017-08-02 07:28:02.093 | + functions-common:time_stop:2405 : start_time=1501658874 2017-08-02 07:28:02.095 | + functions-common:time_stop:2407 : [[ -z 1501658874 ]] 2017-08-02 07:28:02.097 | ++ functions-common:time_stop:2410 : date +%s 2017-08-02 07:28:02.100 | + functions-common:time_stop:2410 : end_time=1501658882 2017-08-02 07:28:02.101 | + functions-common:time_stop:2411 : elapsed_time=8 2017-08-02 07:28:02.103 | + functions-common:time_stop:2412 : total=16 2017-08-02 07:28:02.104 | + functions-common:time_stop:2414 : _TIME_START[$name]= 2017-08-02 07:28:02.105 | + functions-common:time_stop:2415 : _TIME_TOTAL[$name]=24 2017-08-02 07:28:02.107 | + functions-common:git_clone:565 : cd /opt/stack/swift 2017-08-02 07:28:02.110 | + functions-common:git_clone:566 : head -1 2017-08-02 07:28:02.110 | + functions-common:git_clone:566 : git show --oneline 2017-08-02 07:28:02.114 | 72ed8f2 changelog for 2.13.1 release 2017-08-02 07:28:02.115 | + functions-common:git_clone:567 : cd /opt/stack/devstack 2017-08-02 07:28:02.117 | + lib/swift:install_swift:738 : setup_develop /opt/stack/swift 2017-08-02 07:28:02.119 | + inc/python:setup_develop:338 : local project_dir=/opt/stack/swift 2017-08-02 07:28:02.121 | + inc/python:setup_develop:339 : local extras= 2017-08-02 07:28:02.122 | + inc/python:setup_develop:340 : _setup_package_with_constraints_edit /opt/stack/swift -e 2017-08-02 07:28:02.124 | + inc/python:_setup_package_with_constraints_edit:370 : local project_dir=/opt/stack/swift 2017-08-02 07:28:02.126 | + inc/python:_setup_package_with_constraints_edit:371 : local flags=-e 2017-08-02 07:28:02.128 | + inc/python:_setup_package_with_constraints_edit:372 : local extras= 2017-08-02 07:28:02.131 | ++ inc/python:_setup_package_with_constraints_edit:379 : cd /opt/stack/swift 2017-08-02 07:28:02.132 | ++ inc/python:_setup_package_with_constraints_edit:379 : pwd 2017-08-02 07:28:02.135 | + inc/python:_setup_package_with_constraints_edit:379 : project_dir=/opt/stack/swift 2017-08-02 07:28:02.137 | + inc/python:_setup_package_with_constraints_edit:381 : '[' -n /opt/stack/requirements ']' 2017-08-02 07:28:02.139 | + inc/python:_setup_package_with_constraints_edit:383 : local name 2017-08-02 07:28:02.142 | ++ inc/python:_setup_package_with_constraints_edit:384 : awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg 2017-08-02 07:28:02.145 | + inc/python:_setup_package_with_constraints_edit:384 : name=swift 2017-08-02 07:28:02.147 | + inc/python:_setup_package_with_constraints_edit:386 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- swift '-e file:///opt/stack/swift#egg=swift' 2017-08-02 07:28:02.802 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/swift -e 2017-08-02 07:28:02.804 | + inc/python:setup_package:406 : local project_dir=/opt/stack/swift 2017-08-02 07:28:02.806 | + inc/python:setup_package:407 : local flags=-e 2017-08-02 07:28:02.808 | + inc/python:setup_package:408 : local extras= 2017-08-02 07:28:02.809 | + inc/python:setup_package:412 : [[ -n -e ]] 2017-08-02 07:28:02.811 | + inc/python:setup_package:412 : [[ -z '' ]] 2017-08-02 07:28:02.813 | + inc/python:setup_package:412 : [[ ! -e =~ ^-.* ]] 2017-08-02 07:28:02.815 | + inc/python:setup_package:417 : [[ ! -z '' ]] 2017-08-02 07:28:02.817 | + inc/python:setup_package:421 : pip_install -e /opt/stack/swift 2017-08-02 07:28:03.429 | + inc/python:pip_install:222 : sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/swift 2017-08-02 07:28:04.415 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2017-08-02 07:28:04.417 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2017-08-02 07:28:04.933 | Obtaining file:///opt/stack/swift 2017-08-02 07:28:07.211 | Obtaining swift from file:///opt/stack/swift#egg=swift (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2017-08-02 07:28:08.932 | Requirement already satisfied: PasteDeploy===1.5.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) 2017-08-02 07:28:08.937 | Requirement already satisfied: cryptography===1.7.1 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) 2017-08-02 07:28:09.206 | Collecting dnspython===1.15.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 120)) 2017-08-02 07:28:09.586 | Downloading dnspython-1.15.0-py2.py3-none-any.whl (177kB) 2017-08-02 07:28:10.041 | Requirement already satisfied: enum34===1.1.6 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) 2017-08-02 07:28:10.047 | Requirement already satisfied: eventlet===0.19.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 133)) 2017-08-02 07:28:10.054 | Requirement already satisfied: greenlet===0.4.11 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 155)) 2017-08-02 07:28:10.059 | Requirement already satisfied: idna===2.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) 2017-08-02 07:28:10.062 | Requirement already satisfied: ipaddress===1.0.18 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) 2017-08-02 07:28:10.065 | Requirement already satisfied: netifaces===0.10.5 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) 2017-08-02 07:28:10.068 | Requirement already satisfied: pyasn1===0.1.9 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 282)) 2017-08-02 07:28:10.294 | Collecting pyeclib===1.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 288)) 2017-08-02 07:28:10.429 | Downloading pyeclib-1.4.0.tar.gz (6.7MB) 2017-08-02 07:28:13.563 | Requirement already satisfied: six===1.10.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) 2017-08-02 07:28:13.791 | Collecting xattr===0.9.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 443)) 2017-08-02 07:28:13.926 | Downloading xattr-0.9.1.tar.gz 2017-08-02 07:28:14.979 | Requirement already satisfied: cffi===1.9.1 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 89)) 2017-08-02 07:28:14.983 | Requirement already satisfied: setuptools>=11.3 in /usr/lib/python2.7/site-packages (from cryptography===1.7.1->-c /opt/stack/requirements/upper-constraints.txt (line 103)) 2017-08-02 07:28:14.991 | Requirement already satisfied: pycparser===2.17 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 285)) 2017-08-02 07:28:14.993 | Building wheels for collected packages: pyeclib, xattr 2017-08-02 07:28:14.994 | Running setup.py bdist_wheel for pyeclib: started 2017-08-02 07:28:16.250 | Running setup.py bdist_wheel for pyeclib: finished with status 'done' 2017-08-02 07:28:16.250 | Stored in directory: /root/.cache/pip/wheels/fe/ef/c5/b7914610b7461c4366d9f60a95ec4feb36fc9c812613563517 2017-08-02 07:28:16.257 | Running setup.py bdist_wheel for xattr: started 2017-08-02 07:28:17.456 | Running setup.py bdist_wheel for xattr: finished with status 'done' 2017-08-02 07:28:17.456 | Stored in directory: /root/.cache/pip/wheels/4a/46/65/1362826bc009c18f13279d71fd4b0a7dba88a25055d1b89320 2017-08-02 07:28:17.462 | Successfully built pyeclib xattr 2017-08-02 07:28:17.464 | Installing collected packages: dnspython, xattr, pyeclib, swift 2017-08-02 07:28:17.906 | Running setup.py develop for swift 2017-08-02 07:28:20.368 | Successfully installed dnspython-1.15.0 pyeclib-1.4.0 swift xattr-0.9.1 2017-08-02 07:28:20.650 | + inc/python:pip_install:229 : result=0 2017-08-02 07:28:20.653 | + inc/python:pip_install:232 : local test_req=/opt/stack/swift/test-requirements.txt 2017-08-02 07:28:20.655 | + inc/python:pip_install:233 : [[ 0 == 0 ]] 2017-08-02 07:28:20.658 | + inc/python:pip_install:233 : [[ -e /opt/stack/swift/test-requirements.txt ]] 2017-08-02 07:28:20.661 | + inc/python:pip_install:234 : echo 'Installing test-requirements for /opt/stack/swift/test-requirements.txt' 2017-08-02 07:28:20.661 | Installing test-requirements for /opt/stack/swift/test-requirements.txt 2017-08-02 07:28:20.664 | + inc/python:pip_install:236 : sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -r /opt/stack/swift/test-requirements.txt 2017-08-02 07:28:21.709 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2017-08-02 07:28:21.712 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2017-08-02 07:28:22.247 | Requirement already satisfied: Sphinx===1.3.6 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) 2017-08-02 07:28:22.274 | Requirement already satisfied: alabaster===0.7.9 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 66)) 2017-08-02 07:28:22.506 | Collecting bandit===1.4.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) 2017-08-02 07:28:22.896 | Downloading bandit-1.4.0-py2.py3-none-any.whl (116kB) 2017-08-02 07:28:23.326 | Requirement already satisfied: coverage===4.3.4 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 100)) 2017-08-02 07:28:23.330 | Requirement already satisfied: docutils===0.12 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) 2017-08-02 07:28:23.333 | Requirement already satisfied: mock===2.0.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 194)) 2017-08-02 07:28:23.363 | Requirement already satisfied: nose===1.3.7 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 210)) 2017-08-02 07:28:23.628 | Collecting nosehtmloutput===0.0.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) 2017-08-02 07:28:23.748 | Downloading nosehtmloutput-0.0.5.tar.gz 2017-08-02 07:28:25.541 | Collecting nosexcover===1.0.11 (from -c /opt/stack/requirements/upper-constraints.txt (line 213)) 2017-08-02 07:28:25.665 | Downloading nosexcover-1.0.11-py2.py3-none-any.whl 2017-08-02 07:28:25.923 | Requirement already satisfied: openstackdocstheme===1.6.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 221)) 2017-08-02 07:28:25.928 | Requirement already satisfied: os-api-ref===1.2.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) 2017-08-02 07:28:25.939 | Requirement already satisfied: os-testr===0.8.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 232)) 2017-08-02 07:28:25.950 | Requirement already satisfied: oslosphinx===4.10.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 255)) 2017-08-02 07:28:25.958 | Requirement already satisfied: pbr===1.10.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 264)) 2017-08-02 07:28:25.961 | Requirement already satisfied: python-keystoneclient===3.10.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) 2017-08-02 07:28:25.984 | Requirement already satisfied: python-subunit===1.2.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) 2017-08-02 07:28:26.243 | Collecting python-swiftclient===3.3.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) 2017-08-02 07:28:26.388 | Downloading python_swiftclient-3.3.0-py2.py3-none-any.whl (72kB) 2017-08-02 07:28:26.695 | Requirement already satisfied: reno===2.2.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) 2017-08-02 07:28:26.710 | Requirement already satisfied: requests===2.12.5 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 361)) 2017-08-02 07:28:26.727 | Requirement already satisfied: six===1.10.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) 2017-08-02 07:28:26.729 | Requirement already satisfied: snowballstemmer===1.2.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) 2017-08-02 07:28:26.732 | Requirement already satisfied: sphinx-rtd-theme===0.1.9 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 389)) 2017-08-02 07:28:26.737 | Requirement already satisfied: stevedore===1.20.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 400)) 2017-08-02 07:28:26.743 | Requirement already satisfied: testrepository===0.0.20 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 411)) 2017-08-02 07:28:26.756 | Requirement already satisfied: testtools===2.2.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 414)) 2017-08-02 07:28:26.773 | Requirement already satisfied: traceback2===1.4.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 419)) 2017-08-02 07:28:26.777 | Requirement already satisfied: unittest2===1.1.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 427)) 2017-08-02 07:28:26.787 | Collecting hacking<0.12,>=0.11.0 (from -r /opt/stack/swift/test-requirements.txt (line 6)) 2017-08-02 07:28:26.874 | Downloading hacking-0.11.0-py2.py3-none-any.whl 2017-08-02 07:28:26.902 | Requirement already satisfied: Jinja2===2.8.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) 2017-08-02 07:28:26.908 | Requirement already satisfied: Babel===2.3.4 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2017-08-02 07:28:26.912 | Requirement already satisfied: Pygments===2.2.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) 2017-08-02 07:28:26.915 | Requirement already satisfied: PyYAML===3.12 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) 2017-08-02 07:28:27.148 | Collecting GitPython===2.1.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 8)) 2017-08-02 07:28:27.301 | Downloading GitPython-2.1.1-py2.py3-none-any.whl (441kB) 2017-08-02 07:28:27.746 | Requirement already satisfied: funcsigs===1.0.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 143)) 2017-08-02 07:28:27.773 | Requirement already satisfied: oslo.utils===3.22.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252)) 2017-08-02 07:28:27.777 | Requirement already satisfied: debtcollector===1.11.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) 2017-08-02 07:28:27.791 | Requirement already satisfied: keystoneauth1===2.18.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 179)) 2017-08-02 07:28:27.815 | Requirement already satisfied: oslo.serialization===2.16.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 250)) 2017-08-02 07:28:27.825 | Requirement already satisfied: positional===1.1.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 271)) 2017-08-02 07:28:27.831 | Requirement already satisfied: oslo.config===3.22.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 239)) 2017-08-02 07:28:27.844 | Requirement already satisfied: oslo.i18n===3.12.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) 2017-08-02 07:28:27.851 | Requirement already satisfied: extras===1.0.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 134)) 2017-08-02 07:28:27.854 | Requirement already satisfied: futures===3.0.5 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 145)) 2017-08-02 07:28:27.856 | Requirement already satisfied: dulwich===0.16.3 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129)) 2017-08-02 07:28:27.859 | Requirement already satisfied: fixtures===3.0.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) 2017-08-02 07:28:27.872 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 329)) 2017-08-02 07:28:27.874 | Requirement already satisfied: linecache2===1.0.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) 2017-08-02 07:28:27.877 | Requirement already satisfied: argparse in /usr/lib/python2.7/site-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 427)) 2017-08-02 07:28:27.880 | Requirement already satisfied: pyflakes==0.8.1 in /usr/lib/python2.7/site-packages (from hacking<0.12,>=0.11.0->-r /opt/stack/swift/test-requirements.txt (line 6)) 2017-08-02 07:28:27.883 | Collecting flake8<2.6.0,>=2.5.4 (from hacking<0.12,>=0.11.0->-r /opt/stack/swift/test-requirements.txt (line 6)) 2017-08-02 07:28:27.995 | Downloading flake8-2.5.5-py2.py3-none-any.whl 2017-08-02 07:28:28.020 | Requirement already satisfied: pep8==1.5.7 in /usr/lib/python2.7/site-packages (from hacking<0.12,>=0.11.0->-r /opt/stack/swift/test-requirements.txt (line 6)) 2017-08-02 07:28:28.026 | Requirement already satisfied: mccabe==0.2.1 in /usr/lib/python2.7/site-packages (from hacking<0.12,>=0.11.0->-r /opt/stack/swift/test-requirements.txt (line 6)) 2017-08-02 07:28:28.029 | Requirement already satisfied: MarkupSafe===0.23 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) 2017-08-02 07:28:28.032 | Requirement already satisfied: pytz===2016.10 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) 2017-08-02 07:28:28.270 | Collecting gitdb2===2.0.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 150)) 2017-08-02 07:28:28.395 | Downloading gitdb2-2.0.0-py2.py3-none-any.whl (63kB) 2017-08-02 07:28:28.661 | Requirement already satisfied: netaddr===0.7.19 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) 2017-08-02 07:28:28.665 | Requirement already satisfied: pyparsing===2.1.10 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) 2017-08-02 07:28:28.668 | Requirement already satisfied: iso8601===0.1.11 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) 2017-08-02 07:28:28.671 | Requirement already satisfied: netifaces===0.10.5 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) 2017-08-02 07:28:28.674 | Requirement already satisfied: monotonic===1.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) 2017-08-02 07:28:28.677 | Requirement already satisfied: wrapt===1.10.8 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 440)) 2017-08-02 07:28:28.679 | Requirement already satisfied: msgpack-python===0.4.8 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 201)) 2017-08-02 07:28:28.684 | Requirement already satisfied: rfc3986===0.4.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) 2017-08-02 07:28:28.934 | Collecting smmap2===2.0.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 386)) 2017-08-02 07:28:29.056 | Downloading smmap2-2.0.1-py2.py3-none-any.whl 2017-08-02 07:28:29.304 | Building wheels for collected packages: nosehtmloutput 2017-08-02 07:28:29.304 | Running setup.py bdist_wheel for nosehtmloutput: started 2017-08-02 07:28:30.127 | Running setup.py bdist_wheel for nosehtmloutput: finished with status 'done' 2017-08-02 07:28:30.127 | Stored in directory: /root/.cache/pip/wheels/fa/30/43/f84b1692e193337c608548a0b06506736b1908c6ecfd81a656 2017-08-02 07:28:30.139 | Successfully built nosehtmloutput 2017-08-02 07:28:30.140 | Installing collected packages: smmap2, gitdb2, GitPython, bandit, nosehtmloutput, nosexcover, python-swiftclient, flake8, hacking 2017-08-02 07:28:30.848 | Found existing installation: flake8 2.2.4 2017-08-02 07:28:30.855 | Uninstalling flake8-2.2.4: 2017-08-02 07:28:30.863 | Successfully uninstalled flake8-2.2.4 2017-08-02 07:28:30.899 | Found existing installation: hacking 0.10.3 2017-08-02 07:28:30.907 | Uninstalling hacking-0.10.3: 2017-08-02 07:28:30.911 | Successfully uninstalled hacking-0.10.3 2017-08-02 07:28:31.573 | Successfully installed GitPython-2.1.1 bandit-1.4.0 flake8-2.5.5 gitdb2-2.0.0 hacking-0.11.0 nosehtmloutput-0.0.5 nosexcover-1.0.11 python-swiftclient-3.3.0 smmap2-2.0.1 2017-08-02 07:28:31.876 | + inc/python:pip_install:242 : result=0 2017-08-02 07:28:31.878 | + inc/python:pip_install:245 : time_stop pip_install 2017-08-02 07:28:31.879 | + functions-common:time_stop:2398 : local name 2017-08-02 07:28:31.881 | + functions-common:time_stop:2399 : local end_time 2017-08-02 07:28:31.883 | + functions-common:time_stop:2400 : local elapsed_time 2017-08-02 07:28:31.884 | + functions-common:time_stop:2401 : local total 2017-08-02 07:28:31.886 | + functions-common:time_stop:2402 : local start_time 2017-08-02 07:28:31.888 | + functions-common:time_stop:2404 : name=pip_install 2017-08-02 07:28:31.889 | + functions-common:time_stop:2405 : start_time=1501658882 2017-08-02 07:28:31.891 | + functions-common:time_stop:2407 : [[ -z 1501658882 ]] 2017-08-02 07:28:31.893 | ++ functions-common:time_stop:2410 : date +%s 2017-08-02 07:28:31.896 | + functions-common:time_stop:2410 : end_time=1501658911 2017-08-02 07:28:31.897 | + functions-common:time_stop:2411 : elapsed_time=29 2017-08-02 07:28:31.899 | + functions-common:time_stop:2412 : total=287 2017-08-02 07:28:31.900 | + functions-common:time_stop:2414 : _TIME_START[$name]= 2017-08-02 07:28:31.902 | + functions-common:time_stop:2415 : _TIME_TOTAL[$name]=316 2017-08-02 07:28:31.904 | + inc/python:pip_install:246 : return 0 2017-08-02 07:28:31.905 | + inc/python:setup_package:423 : [[ -e == \-\e ]] 2017-08-02 07:28:31.907 | + inc/python:setup_package:424 : safe_chown -R stack /opt/stack/swift/swift.egg-info 2017-08-02 07:28:31.909 | + functions-common:safe_chown:2299 : _safe_permission_operation chown -R stack /opt/stack/swift/swift.egg-info 2017-08-02 07:28:31.922 | + functions-common:_safe_permission_operation:2170 : sudo chown -R stack /opt/stack/swift/swift.egg-info 2017-08-02 07:28:31.935 | + lib/swift:install_swift:739 : '[' False == True ']' 2017-08-02 07:28:31.936 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2017-08-02 07:28:31.939 | + stack.sh:main:835 : configure_swift 2017-08-02 07:28:31.940 | + lib/swift:configure_swift:322 : local swift_pipeline=crossdomain 2017-08-02 07:28:31.942 | + lib/swift:configure_swift:323 : local node_number 2017-08-02 07:28:31.944 | + lib/swift:configure_swift:324 : local swift_node_config 2017-08-02 07:28:31.945 | + lib/swift:configure_swift:325 : local swift_log_dir 2017-08-02 07:28:31.947 | + lib/swift:configure_swift:326 : local user_group 2017-08-02 07:28:31.949 | + lib/swift:configure_swift:329 : swift-init --run-dir=/opt/stack/data/swift/run all stop 2017-08-02 07:28:32.766 | No container-updater running 2017-08-02 07:28:32.766 | No account-auditor running 2017-08-02 07:28:32.766 | No object-replicator running 2017-08-02 07:28:32.766 | No container-sync running 2017-08-02 07:28:32.766 | No container-replicator running 2017-08-02 07:28:32.766 | No object-auditor running 2017-08-02 07:28:32.766 | No object-expirer running 2017-08-02 07:28:32.766 | No container-auditor running 2017-08-02 07:28:32.766 | No container-server running 2017-08-02 07:28:32.766 | No object-reconstructor running 2017-08-02 07:28:32.766 | No object-server running 2017-08-02 07:28:32.766 | No account-reaper running 2017-08-02 07:28:32.767 | No proxy-server running 2017-08-02 07:28:32.767 | No account-replicator running 2017-08-02 07:28:32.767 | No object-updater running 2017-08-02 07:28:32.767 | No container-reconciler running 2017-08-02 07:28:32.767 | No account-server running 2017-08-02 07:28:32.794 | + lib/swift:configure_swift:329 : true 2017-08-02 07:28:32.795 | + lib/swift:configure_swift:331 : sudo install -d -o stack /etc/swift 2017-08-02 07:28:32.805 | + lib/swift:configure_swift:332 : sudo install -d -o stack /etc/swift/object-server /etc/swift/container-server /etc/swift/account-server 2017-08-02 07:28:32.818 | + lib/swift:configure_swift:334 : [[ /etc/swift != \/\e\t\c\/\s\w\i\f\t ]] 2017-08-02 07:28:32.820 | + lib/swift:configure_swift:347 : sudo tee /etc/rsyncd.conf 2017-08-02 07:28:32.820 | + lib/swift:configure_swift:343 : sed -e ' 2017-08-02 07:28:32.820 | s/%GROUP%//; 2017-08-02 07:28:32.821 | s/%USER%/stack/; 2017-08-02 07:28:32.821 | s,%SWIFT_DATA_DIR%,/opt/stack/data/swift,; 2017-08-02 07:28:32.821 | ' /opt/stack/devstack/files/swift/rsyncd.conf 2017-08-02 07:28:32.831 | uid = stack 2017-08-02 07:28:32.831 | gid = 2017-08-02 07:28:32.831 | log file = /opt/stack/data/swift/logs/rsyncd.log 2017-08-02 07:28:32.831 | pid file = /opt/stack/data/swift/run/rsyncd.pid 2017-08-02 07:28:32.831 | address = 127.0.0.1 2017-08-02 07:28:32.831 | 2017-08-02 07:28:32.831 | [account6612] 2017-08-02 07:28:32.831 | max connections = 25 2017-08-02 07:28:32.831 | path = /opt/stack/data/swift/1/node/ 2017-08-02 07:28:32.831 | read only = false 2017-08-02 07:28:32.831 | lock file = /opt/stack/data/swift/run/account6612.lock 2017-08-02 07:28:32.831 | 2017-08-02 07:28:32.831 | [account6622] 2017-08-02 07:28:32.831 | max connections = 25 2017-08-02 07:28:32.831 | path = /opt/stack/data/swift/2/node/ 2017-08-02 07:28:32.831 | read only = false 2017-08-02 07:28:32.831 | lock file = /opt/stack/data/swift/run/account6622.lock 2017-08-02 07:28:32.832 | 2017-08-02 07:28:32.832 | [account6632] 2017-08-02 07:28:32.832 | max connections = 25 2017-08-02 07:28:32.832 | path = /opt/stack/data/swift/3/node/ 2017-08-02 07:28:32.832 | read only = false 2017-08-02 07:28:32.832 | lock file = /opt/stack/data/swift/run/account6632.lock 2017-08-02 07:28:32.832 | 2017-08-02 07:28:32.832 | [account6642] 2017-08-02 07:28:32.832 | max connections = 25 2017-08-02 07:28:32.832 | path = /opt/stack/data/swift/4/node/ 2017-08-02 07:28:32.832 | read only = false 2017-08-02 07:28:32.832 | lock file = /opt/stack/data/swift/run/account6642.lock 2017-08-02 07:28:32.832 | 2017-08-02 07:28:32.832 | 2017-08-02 07:28:32.832 | [container6611] 2017-08-02 07:28:32.832 | max connections = 25 2017-08-02 07:28:32.832 | path = /opt/stack/data/swift/1/node/ 2017-08-02 07:28:32.832 | read only = false 2017-08-02 07:28:32.832 | lock file = /opt/stack/data/swift/run/container6611.lock 2017-08-02 07:28:32.832 | 2017-08-02 07:28:32.832 | [container6621] 2017-08-02 07:28:32.832 | max connections = 25 2017-08-02 07:28:32.832 | path = /opt/stack/data/swift/2/node/ 2017-08-02 07:28:32.832 | read only = false 2017-08-02 07:28:32.833 | lock file = /opt/stack/data/swift/run/container6621.lock 2017-08-02 07:28:32.833 | 2017-08-02 07:28:32.833 | [container6631] 2017-08-02 07:28:32.833 | max connections = 25 2017-08-02 07:28:32.833 | path = /opt/stack/data/swift/3/node/ 2017-08-02 07:28:32.833 | read only = false 2017-08-02 07:28:32.833 | lock file = /opt/stack/data/swift/run/container6631.lock 2017-08-02 07:28:32.833 | 2017-08-02 07:28:32.833 | [container6641] 2017-08-02 07:28:32.833 | max connections = 25 2017-08-02 07:28:32.833 | path = /opt/stack/data/swift/4/node/ 2017-08-02 07:28:32.833 | read only = false 2017-08-02 07:28:32.833 | lock file = /opt/stack/data/swift/run/container6641.lock 2017-08-02 07:28:32.833 | 2017-08-02 07:28:32.833 | 2017-08-02 07:28:32.833 | [object6613] 2017-08-02 07:28:32.833 | max connections = 25 2017-08-02 07:28:32.833 | path = /opt/stack/data/swift/1/node/ 2017-08-02 07:28:32.833 | read only = false 2017-08-02 07:28:32.833 | lock file = /opt/stack/data/swift/run/object6613.lock 2017-08-02 07:28:32.833 | 2017-08-02 07:28:32.834 | [object6623] 2017-08-02 07:28:32.834 | max connections = 25 2017-08-02 07:28:32.834 | path = /opt/stack/data/swift/2/node/ 2017-08-02 07:28:32.834 | read only = false 2017-08-02 07:28:32.834 | lock file = /opt/stack/data/swift/run/object6623.lock 2017-08-02 07:28:32.834 | 2017-08-02 07:28:32.834 | [object6633] 2017-08-02 07:28:32.834 | max connections = 25 2017-08-02 07:28:32.834 | path = /opt/stack/data/swift/3/node/ 2017-08-02 07:28:32.834 | read only = false 2017-08-02 07:28:32.834 | lock file = /opt/stack/data/swift/run/object6633.lock 2017-08-02 07:28:32.834 | 2017-08-02 07:28:32.834 | [object6643] 2017-08-02 07:28:32.834 | max connections = 25 2017-08-02 07:28:32.834 | path = /opt/stack/data/swift/4/node/ 2017-08-02 07:28:32.834 | read only = false 2017-08-02 07:28:32.834 | lock file = /opt/stack/data/swift/run/object6643.lock 2017-08-02 07:28:32.838 | + lib/swift:configure_swift:349 : is_ubuntu 2017-08-02 07:28:32.840 | + functions-common:is_ubuntu:466 : [[ -z rpm ]] 2017-08-02 07:28:32.842 | + functions-common:is_ubuntu:469 : '[' rpm = deb ']' 2017-08-02 07:28:32.844 | + lib/swift:configure_swift:351 : '[' -e /etc/xinetd.d/rsync ']' 2017-08-02 07:28:32.846 | + lib/swift:configure_swift:355 : SWIFT_CONFIG_PROXY_SERVER=/etc/swift/proxy-server.conf 2017-08-02 07:28:32.848 | + lib/swift:configure_swift:356 : cp /opt/stack/swift/etc/proxy-server.conf-sample /etc/swift/proxy-server.conf 2017-08-02 07:28:32.853 | + lib/swift:configure_swift:360 : local csyncfile=/etc/swift/container-sync-realms.conf 2017-08-02 07:28:32.856 | + lib/swift:configure_swift:361 : cp /opt/stack/swift/etc/container-sync-realms.conf-sample /etc/swift/container-sync-realms.conf 2017-08-02 07:28:32.862 | + lib/swift:configure_swift:362 : iniset /etc/swift/container-sync-realms.conf realm1 key realm1key 2017-08-02 07:28:32.895 | + lib/swift:configure_swift:363 : iniset /etc/swift/container-sync-realms.conf realm1 cluster_name1 http://127.0.0.1:8080/v1/ 2017-08-02 07:28:32.927 | + lib/swift:configure_swift:365 : iniuncomment /etc/swift/proxy-server.conf DEFAULT user 2017-08-02 07:28:32.955 | + lib/swift:configure_swift:366 : iniset /etc/swift/proxy-server.conf DEFAULT user stack 2017-08-02 07:28:32.994 | + lib/swift:configure_swift:368 : iniuncomment /etc/swift/proxy-server.conf DEFAULT swift_dir 2017-08-02 07:28:33.021 | + lib/swift:configure_swift:369 : iniset /etc/swift/proxy-server.conf DEFAULT swift_dir /etc/swift 2017-08-02 07:28:33.061 | + lib/swift:configure_swift:371 : iniuncomment /etc/swift/proxy-server.conf DEFAULT workers 2017-08-02 07:28:33.088 | + lib/swift:configure_swift:372 : iniset /etc/swift/proxy-server.conf DEFAULT workers 1 2017-08-02 07:28:33.127 | + lib/swift:configure_swift:374 : iniuncomment /etc/swift/proxy-server.conf DEFAULT log_level 2017-08-02 07:28:33.156 | + lib/swift:configure_swift:375 : iniset /etc/swift/proxy-server.conf DEFAULT log_level DEBUG 2017-08-02 07:28:33.196 | + lib/swift:configure_swift:377 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_ip 2017-08-02 07:28:33.223 | + lib/swift:configure_swift:378 : iniset /etc/swift/proxy-server.conf DEFAULT bind_ip 0.0.0.0 2017-08-02 07:28:33.263 | + lib/swift:configure_swift:380 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_port 2017-08-02 07:28:33.292 | + lib/swift:configure_swift:381 : is_service_enabled tls-proxy 2017-08-02 07:28:33.312 | + functions-common:is_service_enabled:2073 : return 1 2017-08-02 07:28:33.314 | + lib/swift:configure_swift:384 : iniset /etc/swift/proxy-server.conf DEFAULT bind_port 8080 2017-08-02 07:28:33.353 | + lib/swift:configure_swift:387 : is_ssl_enabled_service s-proxy 2017-08-02 07:28:33.356 | + lib/tls:is_ssl_enabled_service:375 : local services=s-proxy 2017-08-02 07:28:33.359 | + lib/tls:is_ssl_enabled_service:376 : local service= 2017-08-02 07:28:33.362 | + lib/tls:is_ssl_enabled_service:377 : '[' False == False ']' 2017-08-02 07:28:33.365 | + lib/tls:is_ssl_enabled_service:378 : return 1 2017-08-02 07:28:33.369 | + lib/swift:configure_swift:397 : iniset /etc/swift/proxy-server.conf app:proxy-server node_timeout 120 2017-08-02 07:28:33.408 | + lib/swift:configure_swift:398 : iniset /etc/swift/proxy-server.conf app:proxy-server conn_timeout 20 2017-08-02 07:28:33.439 | + lib/swift:configure_swift:401 : iniset /etc/swift/proxy-server.conf filter:versioned_writes allow_versioned_writes true 2017-08-02 07:28:33.460 | + lib/swift:configure_swift:404 : is_service_enabled ceilometer 2017-08-02 07:28:33.475 | + functions-common:is_service_enabled:2073 : return 1 2017-08-02 07:28:33.477 | + lib/swift:configure_swift:415 : iniset /etc/swift/proxy-server.conf filter:proxy-logging reveal_sensitive_prefix 12 2017-08-02 07:28:33.510 | + lib/swift:configure_swift:421 : is_service_enabled swift3 2017-08-02 07:28:33.526 | + functions-common:is_service_enabled:2073 : return 1 2017-08-02 07:28:33.528 | + lib/swift:configure_swift:425 : is_service_enabled keystone 2017-08-02 07:28:33.545 | + functions-common:is_service_enabled:2073 : return 0 2017-08-02 07:28:33.548 | + lib/swift:configure_swift:426 : swift_pipeline+=' authtoken keystoneauth' 2017-08-02 07:28:33.551 | + lib/swift:configure_swift:428 : swift_pipeline+=' tempauth ' 2017-08-02 07:28:33.554 | + lib/swift:configure_swift:430 : sed -i '/^pipeline/ { s/tempauth/crossdomain authtoken keystoneauth tempauth formpost staticweb/ ;}' /etc/swift/proxy-server.conf 2017-08-02 07:28:33.566 | + lib/swift:configure_swift:431 : sed -i '/^pipeline/ { s/proxy-server/ proxy-server/ ; }' /etc/swift/proxy-server.conf 2017-08-02 07:28:33.577 | + lib/swift:configure_swift:433 : iniset /etc/swift/proxy-server.conf app:proxy-server account_autocreate true 2017-08-02 07:28:33.616 | + lib/swift:configure_swift:434 : iniset /etc/swift/proxy-server.conf app:proxy-server allow_account_management true 2017-08-02 07:28:33.655 | + lib/swift:configure_swift:437 : iniset /etc/swift/proxy-server.conf filter:crossdomain use egg:swift#crossdomain 2017-08-02 07:28:33.697 | + lib/swift:configure_swift:442 : iniset /etc/swift/proxy-server.conf filter:authtoken log_name swift 2017-08-02 07:28:33.734 | + lib/swift:configure_swift:444 : iniset /etc/swift/proxy-server.conf filter:authtoken paste.filter_factory keystonemiddleware.auth_token:filter_factory 2017-08-02 07:28:33.756 | + lib/swift:configure_swift:445 : configure_auth_token_middleware /etc/swift/proxy-server.conf swift /var/cache/swift filter:authtoken 2017-08-02 07:28:33.757 | + lib/keystone:configure_auth_token_middleware:480 : local conf_file=/etc/swift/proxy-server.conf 2017-08-02 07:28:33.759 | + lib/keystone:configure_auth_token_middleware:481 : local admin_user=swift 2017-08-02 07:28:33.761 | + lib/keystone:configure_auth_token_middleware:482 : local signing_dir=/var/cache/swift 2017-08-02 07:28:33.763 | + lib/keystone:configure_auth_token_middleware:483 : local section=filter:authtoken 2017-08-02 07:28:33.765 | + lib/keystone:configure_auth_token_middleware:485 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_type password 2017-08-02 07:28:33.782 | + lib/keystone:configure_auth_token_middleware:486 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_url http://127.0.0.1/identity_admin 2017-08-02 07:28:33.799 | + lib/keystone:configure_auth_token_middleware:487 : iniset /etc/swift/proxy-server.conf filter:authtoken username swift 2017-08-02 07:28:33.818 | + lib/keystone:configure_auth_token_middleware:488 : iniset /etc/swift/proxy-server.conf filter:authtoken password 'devstack_rocks!' 2017-08-02 07:28:33.836 | + lib/keystone:configure_auth_token_middleware:489 : iniset /etc/swift/proxy-server.conf filter:authtoken user_domain_name Default 2017-08-02 07:28:33.855 | + lib/keystone:configure_auth_token_middleware:490 : iniset /etc/swift/proxy-server.conf filter:authtoken project_name service 2017-08-02 07:28:33.872 | + lib/keystone:configure_auth_token_middleware:491 : iniset /etc/swift/proxy-server.conf filter:authtoken project_domain_name Default 2017-08-02 07:28:33.890 | + lib/keystone:configure_auth_token_middleware:493 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_uri http://127.0.0.1/identity 2017-08-02 07:28:33.907 | + lib/keystone:configure_auth_token_middleware:494 : iniset /etc/swift/proxy-server.conf filter:authtoken cafile /opt/stack/data/ca-bundle.pem 2017-08-02 07:28:33.940 | + lib/keystone:configure_auth_token_middleware:495 : iniset /etc/swift/proxy-server.conf filter:authtoken signing_dir /var/cache/swift 2017-08-02 07:28:33.980 | + lib/keystone:configure_auth_token_middleware:496 : iniset /etc/swift/proxy-server.conf filter:authtoken memcached_servers 127.0.0.1:11211 2017-08-02 07:28:34.019 | + lib/swift:configure_swift:446 : iniset /etc/swift/proxy-server.conf filter:authtoken delay_auth_decision 1 2017-08-02 07:28:34.057 | + lib/swift:configure_swift:447 : iniset /etc/swift/proxy-server.conf filter:authtoken cache swift.cache 2017-08-02 07:28:34.097 | + lib/swift:configure_swift:448 : iniset /etc/swift/proxy-server.conf filter:authtoken include_service_catalog False 2017-08-02 07:28:34.137 | + lib/swift:configure_swift:450 : iniset /etc/swift/proxy-server.conf filter:keystoneauth use egg:swift#keystoneauth 2017-08-02 07:28:34.178 | + lib/swift:configure_swift:451 : iniset /etc/swift/proxy-server.conf filter:keystoneauth operator_roles 'Member, admin' 2017-08-02 07:28:34.210 | + lib/swift:configure_swift:456 : iniuncomment /etc/swift/proxy-server.conf filter:tempauth account_autocreate 2017-08-02 07:28:34.232 | + lib/swift:configure_swift:457 : iniset /etc/swift/proxy-server.conf filter:tempauth reseller_prefix TEMPAUTH 2017-08-02 07:28:34.270 | + lib/swift:configure_swift:459 : is_service_enabled swift3 2017-08-02 07:28:34.292 | + functions-common:is_service_enabled:2073 : return 1 2017-08-02 07:28:34.296 | + lib/swift:configure_swift:475 : cp /opt/stack/swift/etc/swift.conf-sample /etc/swift/swift.conf 2017-08-02 07:28:34.303 | + lib/swift:configure_swift:476 : iniset /etc/swift/swift.conf swift-hash swift_hash_path_suffix 'devstack_rocks!' 2017-08-02 07:28:34.346 | + lib/swift:configure_swift:477 : iniset /etc/swift/swift.conf swift-constraints max_header_size 16384 2017-08-02 07:28:34.381 | + lib/swift:configure_swift:478 : iniset /etc/swift/swift.conf swift-constraints max_file_size 1073741824 2017-08-02 07:28:34.417 | + lib/swift:configure_swift:480 : local node_number 2017-08-02 07:28:34.420 | + lib/swift:configure_swift:481 : for node_number in '${SWIFT_REPLICAS_SEQ}' 2017-08-02 07:28:34.425 | + lib/swift:configure_swift:482 : local swift_node_config=/etc/swift/object-server/1.conf 2017-08-02 07:28:34.428 | + lib/swift:configure_swift:483 : cp /opt/stack/swift/etc/object-server.conf-sample /etc/swift/object-server/1.conf 2017-08-02 07:28:34.430 | + lib/swift:configure_swift:484 : generate_swift_config_services /etc/swift/object-server/1.conf 1 6613 object 2017-08-02 07:28:34.432 | + lib/swift:generate_swift_config_services:280 : local swift_node_config=/etc/swift/object-server/1.conf 2017-08-02 07:28:34.433 | + lib/swift:generate_swift_config_services:281 : local node_id=1 2017-08-02 07:28:34.435 | + lib/swift:generate_swift_config_services:282 : local bind_port=6613 2017-08-02 07:28:34.438 | + lib/swift:generate_swift_config_services:283 : local server_type=object 2017-08-02 07:28:34.439 | + lib/swift:generate_swift_config_services:285 : log_facility=0 2017-08-02 07:28:34.441 | + lib/swift:generate_swift_config_services:286 : local node_path=/opt/stack/data/swift/1 2017-08-02 07:28:34.445 | + lib/swift:generate_swift_config_services:288 : iniuncomment /etc/swift/object-server/1.conf DEFAULT user 2017-08-02 07:28:34.458 | + lib/swift:generate_swift_config_services:289 : iniset /etc/swift/object-server/1.conf DEFAULT user stack 2017-08-02 07:28:34.488 | + lib/swift:generate_swift_config_services:291 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_port 2017-08-02 07:28:34.514 | + lib/swift:generate_swift_config_services:292 : iniset /etc/swift/object-server/1.conf DEFAULT bind_port 6613 2017-08-02 07:28:34.551 | + lib/swift:generate_swift_config_services:294 : iniuncomment /etc/swift/object-server/1.conf DEFAULT swift_dir 2017-08-02 07:28:34.576 | + lib/swift:generate_swift_config_services:295 : iniset /etc/swift/object-server/1.conf DEFAULT swift_dir /etc/swift 2017-08-02 07:28:34.617 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/object-server/1.conf DEFAULT devices 2017-08-02 07:28:34.644 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/object-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2017-08-02 07:28:34.685 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/object-server/1.conf DEFAULT log_facility 2017-08-02 07:28:34.714 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/object-server/1.conf DEFAULT log_facility LOG_LOCAL0 2017-08-02 07:28:34.755 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/object-server/1.conf DEFAULT workers 2017-08-02 07:28:34.769 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/object-server/1.conf DEFAULT workers 2 2017-08-02 07:28:34.786 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/object-server/1.conf DEFAULT disable_fallocate 2017-08-02 07:28:34.798 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/object-server/1.conf DEFAULT disable_fallocate true 2017-08-02 07:28:34.815 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/object-server/1.conf DEFAULT mount_check 2017-08-02 07:28:34.827 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/object-server/1.conf DEFAULT mount_check false 2017-08-02 07:28:34.843 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/object-server/1.conf object-replicator vm_test_mode 2017-08-02 07:28:34.856 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/object-server/1.conf object-replicator vm_test_mode yes 2017-08-02 07:28:34.872 | + lib/swift:generate_swift_config_services:317 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/object-server/1.conf 2017-08-02 07:28:34.876 | + lib/swift:configure_swift:485 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_ip 2017-08-02 07:28:34.887 | + lib/swift:configure_swift:486 : iniset /etc/swift/object-server/1.conf DEFAULT bind_ip 0.0.0.0 2017-08-02 07:28:34.907 | + lib/swift:configure_swift:487 : iniset /etc/swift/object-server/1.conf filter:recon recon_cache_path /opt/stack/data/swift/cache 2017-08-02 07:28:34.930 | + lib/swift:configure_swift:489 : swift_node_config=/etc/swift/container-server/1.conf 2017-08-02 07:28:34.932 | + lib/swift:configure_swift:490 : cp /opt/stack/swift/etc/container-server.conf-sample /etc/swift/container-server/1.conf 2017-08-02 07:28:34.937 | + lib/swift:configure_swift:491 : generate_swift_config_services /etc/swift/container-server/1.conf 1 6611 container 2017-08-02 07:28:34.941 | + lib/swift:generate_swift_config_services:280 : local swift_node_config=/etc/swift/container-server/1.conf 2017-08-02 07:28:34.944 | + lib/swift:generate_swift_config_services:281 : local node_id=1 2017-08-02 07:28:34.947 | + lib/swift:generate_swift_config_services:282 : local bind_port=6611 2017-08-02 07:28:34.950 | + lib/swift:generate_swift_config_services:283 : local server_type=container 2017-08-02 07:28:34.953 | + lib/swift:generate_swift_config_services:285 : log_facility=0 2017-08-02 07:28:34.956 | + lib/swift:generate_swift_config_services:286 : local node_path=/opt/stack/data/swift/1 2017-08-02 07:28:34.959 | + lib/swift:generate_swift_config_services:288 : iniuncomment /etc/swift/container-server/1.conf DEFAULT user 2017-08-02 07:28:34.985 | + lib/swift:generate_swift_config_services:289 : iniset /etc/swift/container-server/1.conf DEFAULT user stack 2017-08-02 07:28:35.024 | + lib/swift:generate_swift_config_services:291 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_port 2017-08-02 07:28:35.048 | + lib/swift:generate_swift_config_services:292 : iniset /etc/swift/container-server/1.conf DEFAULT bind_port 6611 2017-08-02 07:28:35.080 | + lib/swift:generate_swift_config_services:294 : iniuncomment /etc/swift/container-server/1.conf DEFAULT swift_dir 2017-08-02 07:28:35.105 | + lib/swift:generate_swift_config_services:295 : iniset /etc/swift/container-server/1.conf DEFAULT swift_dir /etc/swift 2017-08-02 07:28:35.140 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/container-server/1.conf DEFAULT devices 2017-08-02 07:28:35.164 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/container-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2017-08-02 07:28:35.200 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/container-server/1.conf DEFAULT log_facility 2017-08-02 07:28:35.223 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/container-server/1.conf DEFAULT log_facility LOG_LOCAL0 2017-08-02 07:28:35.258 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/container-server/1.conf DEFAULT workers 2017-08-02 07:28:35.282 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/container-server/1.conf DEFAULT workers 2 2017-08-02 07:28:35.318 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/container-server/1.conf DEFAULT disable_fallocate 2017-08-02 07:28:35.344 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/container-server/1.conf DEFAULT disable_fallocate true 2017-08-02 07:28:35.381 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/container-server/1.conf DEFAULT mount_check 2017-08-02 07:28:35.408 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/container-server/1.conf DEFAULT mount_check false 2017-08-02 07:28:35.437 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/container-server/1.conf container-replicator vm_test_mode 2017-08-02 07:28:35.449 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/container-server/1.conf container-replicator vm_test_mode yes 2017-08-02 07:28:35.478 | + lib/swift:generate_swift_config_services:317 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/container-server/1.conf 2017-08-02 07:28:35.485 | + lib/swift:configure_swift:492 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_ip 2017-08-02 07:28:35.510 | + lib/swift:configure_swift:493 : iniset /etc/swift/container-server/1.conf DEFAULT bind_ip 0.0.0.0 2017-08-02 07:28:35.545 | + lib/swift:configure_swift:495 : swift_node_config=/etc/swift/account-server/1.conf 2017-08-02 07:28:35.548 | + lib/swift:configure_swift:496 : cp /opt/stack/swift/etc/account-server.conf-sample /etc/swift/account-server/1.conf 2017-08-02 07:28:35.554 | + lib/swift:configure_swift:497 : generate_swift_config_services /etc/swift/account-server/1.conf 1 6612 account 2017-08-02 07:28:35.557 | + lib/swift:generate_swift_config_services:280 : local swift_node_config=/etc/swift/account-server/1.conf 2017-08-02 07:28:35.560 | + lib/swift:generate_swift_config_services:281 : local node_id=1 2017-08-02 07:28:35.563 | + lib/swift:generate_swift_config_services:282 : local bind_port=6612 2017-08-02 07:28:35.566 | + lib/swift:generate_swift_config_services:283 : local server_type=account 2017-08-02 07:28:35.569 | + lib/swift:generate_swift_config_services:285 : log_facility=0 2017-08-02 07:28:35.572 | + lib/swift:generate_swift_config_services:286 : local node_path=/opt/stack/data/swift/1 2017-08-02 07:28:35.575 | + lib/swift:generate_swift_config_services:288 : iniuncomment /etc/swift/account-server/1.conf DEFAULT user 2017-08-02 07:28:35.598 | + lib/swift:generate_swift_config_services:289 : iniset /etc/swift/account-server/1.conf DEFAULT user stack 2017-08-02 07:28:35.633 | + lib/swift:generate_swift_config_services:291 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_port 2017-08-02 07:28:35.657 | + lib/swift:generate_swift_config_services:292 : iniset /etc/swift/account-server/1.conf DEFAULT bind_port 6612 2017-08-02 07:28:35.693 | + lib/swift:generate_swift_config_services:294 : iniuncomment /etc/swift/account-server/1.conf DEFAULT swift_dir 2017-08-02 07:28:35.712 | + lib/swift:generate_swift_config_services:295 : iniset /etc/swift/account-server/1.conf DEFAULT swift_dir /etc/swift 2017-08-02 07:28:35.729 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/account-server/1.conf DEFAULT devices 2017-08-02 07:28:35.742 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/account-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2017-08-02 07:28:35.776 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/account-server/1.conf DEFAULT log_facility 2017-08-02 07:28:35.798 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/account-server/1.conf DEFAULT log_facility LOG_LOCAL0 2017-08-02 07:28:35.834 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/account-server/1.conf DEFAULT workers 2017-08-02 07:28:35.858 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/account-server/1.conf DEFAULT workers 2 2017-08-02 07:28:35.879 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/account-server/1.conf DEFAULT disable_fallocate 2017-08-02 07:28:35.895 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/account-server/1.conf DEFAULT disable_fallocate true 2017-08-02 07:28:35.930 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/account-server/1.conf DEFAULT mount_check 2017-08-02 07:28:35.953 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/account-server/1.conf DEFAULT mount_check false 2017-08-02 07:28:35.981 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/account-server/1.conf account-replicator vm_test_mode 2017-08-02 07:28:36.000 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/account-server/1.conf account-replicator vm_test_mode yes 2017-08-02 07:28:36.025 | + lib/swift:generate_swift_config_services:317 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/account-server/1.conf 2017-08-02 07:28:36.038 | + lib/swift:configure_swift:498 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_ip 2017-08-02 07:28:36.054 | + lib/swift:configure_swift:499 : iniset /etc/swift/account-server/1.conf DEFAULT bind_ip 0.0.0.0 2017-08-02 07:28:36.080 | + lib/swift:configure_swift:503 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest1 'testing .admin' 2017-08-02 07:28:36.116 | + lib/swift:configure_swift:504 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest2_swiftusertest2 'testing2 .admin' 2017-08-02 07:28:36.152 | + lib/swift:configure_swift:505 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest3 'testing3 .admin' 2017-08-02 07:28:36.189 | + lib/swift:configure_swift:507 : testfile=/etc/swift/test.conf 2017-08-02 07:28:36.191 | + lib/swift:configure_swift:508 : cp /opt/stack/swift/test/sample.conf /etc/swift/test.conf 2017-08-02 07:28:36.196 | + lib/swift:configure_swift:511 : iniset /etc/swift/test.conf func_test account swiftprojecttest1 2017-08-02 07:28:36.226 | + lib/swift:configure_swift:512 : iniset /etc/swift/test.conf func_test username swiftusertest1 2017-08-02 07:28:36.257 | + lib/swift:configure_swift:513 : iniset /etc/swift/test.conf func_test username3 swiftusertest3 2017-08-02 07:28:36.292 | + lib/swift:configure_swift:514 : iniset /etc/swift/test.conf func_test account2 swiftprojecttest2 2017-08-02 07:28:36.326 | + lib/swift:configure_swift:515 : iniset /etc/swift/test.conf func_test username2 swiftusertest2 2017-08-02 07:28:36.343 | + lib/swift:configure_swift:516 : iniset /etc/swift/test.conf func_test account4 swiftprojecttest4 2017-08-02 07:28:36.359 | + lib/swift:configure_swift:517 : iniset /etc/swift/test.conf func_test username4 swiftusertest4 2017-08-02 07:28:36.386 | + lib/swift:configure_swift:518 : iniset /etc/swift/test.conf func_test password4 testing4 2017-08-02 07:28:36.422 | + lib/swift:configure_swift:519 : iniset /etc/swift/test.conf func_test domain4 swift_test 2017-08-02 07:28:36.453 | + lib/swift:configure_swift:521 : is_service_enabled keystone 2017-08-02 07:28:36.464 | + functions-common:is_service_enabled:2073 : return 0 2017-08-02 07:28:36.466 | + lib/swift:configure_swift:522 : iniuncomment /etc/swift/test.conf func_test auth_version 2017-08-02 07:28:36.483 | + lib/swift:configure_swift:523 : local auth_vers 2017-08-02 07:28:36.487 | ++ lib/swift:configure_swift:524 : iniget /etc/swift/test.conf func_test auth_version 2017-08-02 07:28:36.509 | + lib/swift:configure_swift:524 : auth_vers=3 2017-08-02 07:28:36.512 | + lib/swift:configure_swift:525 : iniset /etc/swift/test.conf func_test auth_host 127.0.0.1 2017-08-02 07:28:36.544 | + lib/swift:configure_swift:526 : iniset /etc/swift/test.conf func_test auth_port 35357 2017-08-02 07:28:36.585 | + lib/swift:configure_swift:527 : [[ 3 == \3 ]] 2017-08-02 07:28:36.588 | + lib/swift:configure_swift:528 : iniset /etc/swift/test.conf func_test auth_prefix /v3/ 2017-08-02 07:28:36.628 | + lib/swift:configure_swift:534 : local user_group 2017-08-02 07:28:36.632 | ++ lib/swift:configure_swift:535 : id -g stack 2017-08-02 07:28:36.638 | + lib/swift:configure_swift:535 : user_group=1000 2017-08-02 07:28:36.642 | + lib/swift:configure_swift:536 : sudo install -d -o stack -g 1000 /opt/stack/data/swift 2017-08-02 07:28:36.662 | + lib/swift:configure_swift:538 : local swift_log_dir=/opt/stack/data/swift/logs 2017-08-02 07:28:36.665 | + lib/swift:configure_swift:539 : sudo rm -rf /opt/stack/data/swift/logs 2017-08-02 07:28:36.685 | + lib/swift:configure_swift:540 : sudo install -d -o stack -g adm /opt/stack/data/swift/logs/hourly 2017-08-02 07:28:36.699 | + lib/swift:configure_swift:542 : [[ False != \F\a\l\s\e ]] 2017-08-02 07:28:36.702 | + lib/swift:configure_swift:549 : '[' False == True ']' 2017-08-02 07:28:36.705 | + stack.sh:main:838 : is_service_enabled swift3 2017-08-02 07:28:36.720 | + functions-common:is_service_enabled:2073 : return 1 2017-08-02 07:28:36.722 | + stack.sh:main:846 : is_service_enabled g-api n-api 2017-08-02 07:28:36.735 | + functions-common:is_service_enabled:2073 : return 0 2017-08-02 07:28:36.737 | + stack.sh:main:848 : stack_install_service glance 2017-08-02 07:28:36.739 | + lib/stack:stack_install_service:20 : local service=glance 2017-08-02 07:28:36.742 | + lib/stack:stack_install_service:21 : type install_glance 2017-08-02 07:28:36.744 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2017-08-02 07:28:36.747 | + lib/stack:stack_install_service:32 : install_glance 2017-08-02 07:28:36.749 | + lib/glance:install_glance:382 : use_library_from_git glance_store 2017-08-02 07:28:36.751 | + inc/python:use_library_from_git:264 : local name=glance_store 2017-08-02 07:28:36.754 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:28:36.756 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:28:36.758 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,glance_store, ]] 2017-08-02 07:28:36.763 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:28:36.766 | + lib/glance:install_glance:387 : git_clone git://git.openstack.org/openstack/glance.git /opt/stack/glance stable/ocata 2017-08-02 07:28:36.768 | + functions-common:git_clone:496 : local git_remote=git://git.openstack.org/openstack/glance.git 2017-08-02 07:28:36.771 | + functions-common:git_clone:497 : local git_dest=/opt/stack/glance 2017-08-02 07:28:36.773 | + functions-common:git_clone:498 : local git_ref=stable/ocata 2017-08-02 07:28:36.775 | + functions-common:git_clone:499 : local orig_dir 2017-08-02 07:28:36.779 | ++ functions-common:git_clone:500 : pwd 2017-08-02 07:28:36.781 | + functions-common:git_clone:500 : orig_dir=/opt/stack/devstack 2017-08-02 07:28:36.784 | + functions-common:git_clone:501 : local git_clone_flags= 2017-08-02 07:28:36.787 | ++ functions-common:git_clone:503 : trueorfalse False RECLONE 2017-08-02 07:28:36.805 | + functions-common:git_clone:503 : RECLONE=False 2017-08-02 07:28:36.807 | + functions-common:git_clone:504 : [[ 0 -gt 0 ]] 2017-08-02 07:28:36.809 | + functions-common:git_clone:508 : [[ False = \T\r\u\e ]] 2017-08-02 07:28:36.811 | + functions-common:git_clone:517 : egrep -q '^refs' 2017-08-02 07:28:36.812 | + functions-common:git_clone:517 : echo stable/ocata 2017-08-02 07:28:36.815 | + functions-common:git_clone:531 : [[ ! -d /opt/stack/glance ]] 2017-08-02 07:28:36.816 | + functions-common:git_clone:532 : [[ False = \T\r\u\e ]] 2017-08-02 07:28:36.818 | + functions-common:git_clone:538 : git_timed clone git://git.openstack.org/openstack/glance.git /opt/stack/glance --branch stable/ocata 2017-08-02 07:28:36.820 | + functions-common:git_timed:590 : local count=0 2017-08-02 07:28:36.822 | + functions-common:git_timed:591 : local timeout=0 2017-08-02 07:28:36.825 | + functions-common:git_timed:593 : [[ -n 0 ]] 2017-08-02 07:28:36.827 | + functions-common:git_timed:594 : timeout=0 2017-08-02 07:28:36.829 | + functions-common:git_timed:597 : time_start git_timed 2017-08-02 07:28:36.832 | + functions-common:time_start:2384 : local name=git_timed 2017-08-02 07:28:36.834 | + functions-common:time_start:2385 : local start_time= 2017-08-02 07:28:36.836 | + functions-common:time_start:2386 : [[ -n '' ]] 2017-08-02 07:28:36.839 | ++ functions-common:time_start:2389 : date +%s 2017-08-02 07:28:36.842 | + functions-common:time_start:2389 : _TIME_START[$name]=1501658916 2017-08-02 07:28:36.844 | + functions-common:git_timed:598 : timeout -s SIGINT 0 git clone git://git.openstack.org/openstack/glance.git /opt/stack/glance --branch stable/ocata 2017-08-02 07:28:37.447 | Cloning into '/opt/stack/glance'... 2017-08-02 07:28:40.867 | + functions-common:git_timed:612 : time_stop git_timed 2017-08-02 07:28:40.870 | + functions-common:time_stop:2398 : local name 2017-08-02 07:28:40.871 | + functions-common:time_stop:2399 : local end_time 2017-08-02 07:28:40.873 | + functions-common:time_stop:2400 : local elapsed_time 2017-08-02 07:28:40.875 | + functions-common:time_stop:2401 : local total 2017-08-02 07:28:40.876 | + functions-common:time_stop:2402 : local start_time 2017-08-02 07:28:40.878 | + functions-common:time_stop:2404 : name=git_timed 2017-08-02 07:28:40.880 | + functions-common:time_stop:2405 : start_time=1501658916 2017-08-02 07:28:40.881 | + functions-common:time_stop:2407 : [[ -z 1501658916 ]] 2017-08-02 07:28:40.883 | ++ functions-common:time_stop:2410 : date +%s 2017-08-02 07:28:40.886 | + functions-common:time_stop:2410 : end_time=1501658920 2017-08-02 07:28:40.888 | + functions-common:time_stop:2411 : elapsed_time=4 2017-08-02 07:28:40.889 | + functions-common:time_stop:2412 : total=24 2017-08-02 07:28:40.891 | + functions-common:time_stop:2414 : _TIME_START[$name]= 2017-08-02 07:28:40.892 | + functions-common:time_stop:2415 : _TIME_TOTAL[$name]=28 2017-08-02 07:28:40.894 | + functions-common:git_clone:565 : cd /opt/stack/glance 2017-08-02 07:28:40.896 | + functions-common:git_clone:566 : head -1 2017-08-02 07:28:40.896 | + functions-common:git_clone:566 : git show --oneline 2017-08-02 07:28:40.899 | 0a2074e Updated from global requirements 2017-08-02 07:28:40.900 | + functions-common:git_clone:567 : cd /opt/stack/devstack 2017-08-02 07:28:40.902 | + lib/glance:install_glance:389 : setup_develop /opt/stack/glance 2017-08-02 07:28:40.903 | + inc/python:setup_develop:338 : local project_dir=/opt/stack/glance 2017-08-02 07:28:40.905 | + inc/python:setup_develop:339 : local extras= 2017-08-02 07:28:40.907 | + inc/python:setup_develop:340 : _setup_package_with_constraints_edit /opt/stack/glance -e 2017-08-02 07:28:40.908 | + inc/python:_setup_package_with_constraints_edit:370 : local project_dir=/opt/stack/glance 2017-08-02 07:28:40.910 | + inc/python:_setup_package_with_constraints_edit:371 : local flags=-e 2017-08-02 07:28:40.911 | + inc/python:_setup_package_with_constraints_edit:372 : local extras= 2017-08-02 07:28:40.913 | ++ inc/python:_setup_package_with_constraints_edit:379 : cd /opt/stack/glance 2017-08-02 07:28:40.915 | ++ inc/python:_setup_package_with_constraints_edit:379 : pwd 2017-08-02 07:28:40.917 | + inc/python:_setup_package_with_constraints_edit:379 : project_dir=/opt/stack/glance 2017-08-02 07:28:40.919 | + inc/python:_setup_package_with_constraints_edit:381 : '[' -n /opt/stack/requirements ']' 2017-08-02 07:28:40.920 | + inc/python:_setup_package_with_constraints_edit:383 : local name 2017-08-02 07:28:40.923 | ++ inc/python:_setup_package_with_constraints_edit:384 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2017-08-02 07:28:40.926 | + inc/python:_setup_package_with_constraints_edit:384 : name=glance 2017-08-02 07:28:40.928 | + inc/python:_setup_package_with_constraints_edit:386 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance '-e file:///opt/stack/glance#egg=glance' 2017-08-02 07:28:41.552 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/glance -e 2017-08-02 07:28:41.555 | + inc/python:setup_package:406 : local project_dir=/opt/stack/glance 2017-08-02 07:28:41.558 | + inc/python:setup_package:407 : local flags=-e 2017-08-02 07:28:41.562 | + inc/python:setup_package:408 : local extras= 2017-08-02 07:28:41.566 | + inc/python:setup_package:412 : [[ -n -e ]] 2017-08-02 07:28:41.569 | + inc/python:setup_package:412 : [[ -z '' ]] 2017-08-02 07:28:41.573 | + inc/python:setup_package:412 : [[ ! -e =~ ^-.* ]] 2017-08-02 07:28:41.576 | + inc/python:setup_package:417 : [[ ! -z '' ]] 2017-08-02 07:28:41.580 | + inc/python:setup_package:421 : pip_install -e /opt/stack/glance 2017-08-02 07:28:42.181 | + inc/python:pip_install:222 : sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/glance 2017-08-02 07:28:43.233 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2017-08-02 07:28:43.235 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2017-08-02 07:28:43.792 | Obtaining file:///opt/stack/glance 2017-08-02 07:28:46.332 | Obtaining glance from file:///opt/stack/glance#egg=glance (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2017-08-02 07:28:48.280 | Requirement already satisfied: Paste===2.0.3 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) 2017-08-02 07:28:48.289 | Requirement already satisfied: PasteDeploy===1.5.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) 2017-08-02 07:28:48.294 | Requirement already satisfied: Routes===2.4.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) 2017-08-02 07:28:48.303 | Requirement already satisfied: SQLAlchemy===1.0.17 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 25)) 2017-08-02 07:28:48.546 | Collecting WSME===0.9.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 30)) 2017-08-02 07:28:48.948 | Downloading WSME-0.9.1-py2-none-any.whl (89kB) 2017-08-02 07:28:49.358 | Requirement already satisfied: WebOb===1.6.3 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) 2017-08-02 07:28:49.368 | Requirement already satisfied: alembic===0.8.10 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 67)) 2017-08-02 07:28:49.376 | Requirement already satisfied: cryptography===1.7.1 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) 2017-08-02 07:28:49.681 | Collecting cursive===0.1.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 104)) 2017-08-02 07:28:49.837 | Downloading cursive-0.1.1-py2.py3-none-any.whl 2017-08-02 07:28:50.099 | Requirement already satisfied: debtcollector===1.11.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) 2017-08-02 07:28:50.113 | Requirement already satisfied: enum34===1.1.6 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) 2017-08-02 07:28:50.115 | Requirement already satisfied: eventlet===0.19.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 133)) 2017-08-02 07:28:50.120 | Requirement already satisfied: funcsigs===1.0.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 143)) 2017-08-02 07:28:50.126 | Requirement already satisfied: futurist===0.21.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 146)) 2017-08-02 07:28:50.374 | Collecting glance-store===0.20.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) 2017-08-02 07:28:50.537 | Downloading glance_store-0.20.0-py2.py3-none-any.whl (136kB) 2017-08-02 07:28:50.922 | Requirement already satisfied: greenlet===0.4.11 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 155)) 2017-08-02 07:28:50.925 | Requirement already satisfied: httplib2===0.9.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) 2017-08-02 07:28:50.928 | Requirement already satisfied: idna===2.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 162)) 2017-08-02 07:28:50.931 | Requirement already satisfied: ipaddress===1.0.18 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) 2017-08-02 07:28:50.934 | Requirement already satisfied: iso8601===0.1.11 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) 2017-08-02 07:28:50.937 | Requirement already satisfied: jsonschema===2.5.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 174)) 2017-08-02 07:28:50.952 | Requirement already satisfied: keystoneauth1===2.18.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 179)) 2017-08-02 07:28:50.976 | Requirement already satisfied: keystonemiddleware===4.14.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 180)) 2017-08-02 07:28:51.003 | Requirement already satisfied: lxml===3.7.2 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 190)) 2017-08-02 07:28:51.013 | Requirement already satisfied: monotonic===1.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) 2017-08-02 07:28:51.016 | Requirement already satisfied: netaddr===0.7.19 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) 2017-08-02 07:28:51.019 | Requirement already satisfied: netifaces===0.10.5 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) 2017-08-02 07:28:51.023 | Requirement already satisfied: oslo.concurrency===3.18.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238)) 2017-08-02 07:28:51.044 | Requirement already satisfied: oslo.config===3.22.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 239)) 2017-08-02 07:28:51.056 | Requirement already satisfied: oslo.context===2.12.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) 2017-08-02 07:28:51.064 | Requirement already satisfied: oslo.db===4.17.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 241)) 2017-08-02 07:28:51.127 | Requirement already satisfied: oslo.i18n===3.12.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) 2017-08-02 07:28:51.135 | Requirement already satisfied: oslo.log===3.20.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 243)) 2017-08-02 07:28:51.162 | Requirement already satisfied: oslo.messaging===5.17.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) 2017-08-02 07:28:51.206 | Requirement already satisfied: oslo.middleware===3.23.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 245)) 2017-08-02 07:28:51.228 | Requirement already satisfied: oslo.policy===1.18.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 246)) 2017-08-02 07:28:51.242 | Requirement already satisfied: oslo.serialization===2.16.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 250)) 2017-08-02 07:28:51.252 | Requirement already satisfied: oslo.service===1.19.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 251)) 2017-08-02 07:28:51.282 | Requirement already satisfied: oslo.utils===3.22.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252)) 2017-08-02 07:28:51.306 | Requirement already satisfied: osprofiler===1.5.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 257)) 2017-08-02 07:28:51.324 | Requirement already satisfied: pbr===1.10.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 264)) 2017-08-02 07:28:51.326 | Requirement already satisfied: pika===0.10.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 268)) 2017-08-02 07:28:51.335 | Requirement already satisfied: pika-pool===0.1.3 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 269)) 2017-08-02 07:28:51.344 | Requirement already satisfied: positional===1.1.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 271)) 2017-08-02 07:28:51.351 | Requirement already satisfied: prettytable===0.7.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 272)) 2017-08-02 07:28:51.353 | Requirement already satisfied: pyOpenSSL===16.2.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 280)) 2017-08-02 07:28:51.359 | Requirement already satisfied: pyasn1===0.1.9 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 282)) 2017-08-02 07:28:51.361 | Requirement already satisfied: pycadf===2.5.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 284)) 2017-08-02 07:28:51.372 | Requirement already satisfied: pycrypto===2.6.1 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 286)) 2017-08-02 07:28:51.374 | Requirement already satisfied: pyinotify===0.9.6 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 290)) 2017-08-02 07:28:51.377 | Requirement already satisfied: pyparsing===2.1.10 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) 2017-08-02 07:28:51.380 | Requirement already satisfied: python-dateutil===2.6.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) 2017-08-02 07:28:51.384 | Requirement already satisfied: python-editor===1.0.3 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) 2017-08-02 07:28:51.387 | Requirement already satisfied: python-keystoneclient===3.10.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) 2017-08-02 07:28:51.407 | Requirement already satisfied: pytz===2016.10 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) 2017-08-02 07:28:51.413 | Requirement already satisfied: repoze.lru===0.6 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 359)) 2017-08-02 07:28:51.421 | Requirement already satisfied: requests===2.12.5 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 361)) 2017-08-02 07:28:51.684 | Collecting retrying===1.3.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 368)) 2017-08-02 07:28:51.810 | Downloading retrying-1.3.3.tar.gz 2017-08-02 07:28:52.915 | Requirement already satisfied: rfc3986===0.4.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) 2017-08-02 07:28:53.147 | Collecting semantic-version===2.6.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 379)) 2017-08-02 07:28:53.277 | Downloading semantic_version-2.6.0.tar.gz 2017-08-02 07:28:54.563 | Collecting simplegeneric===0.8.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 381)) 2017-08-02 07:28:54.688 | Downloading simplegeneric-0.8.1.zip 2017-08-02 07:28:55.717 | Requirement already satisfied: six===1.10.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) 2017-08-02 07:28:55.720 | Requirement already satisfied: sqlalchemy-migrate===0.10.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) 2017-08-02 07:28:55.731 | Requirement already satisfied: sqlparse===0.2.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 398)) 2017-08-02 07:28:55.734 | Requirement already satisfied: statsd===3.2.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 399)) 2017-08-02 07:28:55.737 | Requirement already satisfied: stevedore===1.20.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 400)) 2017-08-02 07:28:56.005 | Collecting taskflow===2.9.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 407)) 2017-08-02 07:28:56.237 | Downloading taskflow-2.9.0-py2.py3-none-any.whl (485kB) 2017-08-02 07:28:56.801 | Requirement already satisfied: tenacity===3.7.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 410)) 2017-08-02 07:28:56.814 | Requirement already satisfied: wrapt===1.10.8 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 441)) 2017-08-02 07:28:56.817 | Requirement already satisfied: Mako===1.0.6 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) 2017-08-02 07:28:56.821 | Requirement already satisfied: cffi===1.9.1 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 89)) 2017-08-02 07:28:56.825 | Requirement already satisfied: setuptools>=11.3 in /usr/lib/python2.7/site-packages (from cryptography===1.7.1->-c /opt/stack/requirements/upper-constraints.txt (line 103)) 2017-08-02 07:28:57.073 | Collecting castellan===0.5.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) 2017-08-02 07:28:57.207 | Downloading castellan-0.5.0-py2.py3-none-any.whl (70kB) 2017-08-02 07:28:57.499 | Requirement already satisfied: contextlib2===0.5.4 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99)) 2017-08-02 07:28:57.502 | Requirement already satisfied: futures===3.0.5 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 145)) 2017-08-02 07:28:57.505 | Requirement already satisfied: functools32===3.2.3.post2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 144)) 2017-08-02 07:28:57.507 | Requirement already satisfied: fasteners===0.14.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2017-08-02 07:28:57.513 | Requirement already satisfied: Babel===2.3.4 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2017-08-02 07:28:57.517 | Requirement already satisfied: amqp===1.4.9 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 68)) 2017-08-02 07:28:57.520 | Requirement already satisfied: cachetools===2.0.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 85)) 2017-08-02 07:28:57.523 | Requirement already satisfied: PyYAML===3.12 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) 2017-08-02 07:28:57.525 | Requirement already satisfied: kombu===3.0.37 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 181)) 2017-08-02 07:28:57.536 | Requirement already satisfied: Jinja2===2.8.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) 2017-08-02 07:28:57.542 | Requirement already satisfied: msgpack-python===0.4.8 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 201)) 2017-08-02 07:28:57.546 | Requirement already satisfied: Tempita===0.5.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) 2017-08-02 07:28:57.548 | Requirement already satisfied: decorator===4.0.11 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) 2017-08-02 07:28:57.810 | Collecting automaton===1.7.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 75)) 2017-08-02 07:28:57.976 | Downloading automaton-1.7.1-py2.py3-none-any.whl 2017-08-02 07:28:58.658 | Collecting networkx===1.11 (from -c /opt/stack/requirements/upper-constraints.txt (line 207)) 2017-08-02 07:28:58.981 | Downloading networkx-1.11-py2.py3-none-any.whl (1.3MB) 2017-08-02 07:29:00.275 | Requirement already satisfied: MarkupSafe===0.23 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) 2017-08-02 07:29:00.282 | Requirement already satisfied: pycparser===2.17 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 285)) 2017-08-02 07:29:00.753 | Collecting python-barbicanclient===4.2.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) 2017-08-02 07:29:00.905 | Downloading python_barbicanclient-4.2.0-py2-none-any.whl (74kB) 2017-08-02 07:29:01.238 | Requirement already satisfied: anyjson===0.3.3 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 70)) 2017-08-02 07:29:01.242 | Requirement already satisfied: cliff===2.4.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 94)) 2017-08-02 07:29:01.260 | Requirement already satisfied: cmd2===0.6.9 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 96)) 2017-08-02 07:29:01.264 | Requirement already satisfied: unicodecsv===0.14.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 427)) 2017-08-02 07:29:01.267 | Building wheels for collected packages: retrying, semantic-version, simplegeneric 2017-08-02 07:29:01.267 | Running setup.py bdist_wheel for retrying: started 2017-08-02 07:29:02.110 | Running setup.py bdist_wheel for retrying: finished with status 'done' 2017-08-02 07:29:02.110 | Stored in directory: /root/.cache/pip/wheels/d9/08/aa/49f7c109140006ea08a7657640aee3feafb65005bcd5280679 2017-08-02 07:29:02.122 | Running setup.py bdist_wheel for semantic-version: started 2017-08-02 07:29:02.978 | Running setup.py bdist_wheel for semantic-version: finished with status 'done' 2017-08-02 07:29:02.978 | Stored in directory: /root/.cache/pip/wheels/8e/b7/80/adcc81f7455c6fe108fa530c1dfb5ba037091ff7c633013224 2017-08-02 07:29:02.980 | Running setup.py bdist_wheel for simplegeneric: started 2017-08-02 07:29:03.814 | Running setup.py bdist_wheel for simplegeneric: finished with status 'done' 2017-08-02 07:29:03.814 | Stored in directory: /root/.cache/pip/wheels/7b/31/08/c85e74c84188cbec6a6827beec4d640f2bd78ae003dc1ec09d 2017-08-02 07:29:03.818 | Successfully built retrying semantic-version simplegeneric 2017-08-02 07:29:03.819 | Installing collected packages: automaton, networkx, taskflow, simplegeneric, WSME, retrying, glance-store, semantic-version, python-barbicanclient, castellan, cursive, glance 2017-08-02 07:29:05.856 | Running setup.py develop for glance 2017-08-02 07:29:09.258 | Successfully installed WSME-0.9.1 automaton-1.7.1 castellan-0.5.0 cursive-0.1.1 glance glance-store-0.20.0 networkx-1.11 python-barbicanclient-4.2.0 retrying-1.3.3 semantic-version-2.6.0 simplegeneric-0.8.1 taskflow-2.9.0 2017-08-02 07:29:09.612 | + inc/python:pip_install:229 : result=0 2017-08-02 07:29:09.616 | + inc/python:pip_install:232 : local test_req=/opt/stack/glance/test-requirements.txt 2017-08-02 07:29:09.618 | + inc/python:pip_install:233 : [[ 0 == 0 ]] 2017-08-02 07:29:09.621 | + inc/python:pip_install:233 : [[ -e /opt/stack/glance/test-requirements.txt ]] 2017-08-02 07:29:09.624 | + inc/python:pip_install:234 : echo 'Installing test-requirements for /opt/stack/glance/test-requirements.txt' 2017-08-02 07:29:09.625 | Installing test-requirements for /opt/stack/glance/test-requirements.txt 2017-08-02 07:29:09.628 | + inc/python:pip_install:236 : sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -r /opt/stack/glance/test-requirements.txt 2017-08-02 07:29:10.672 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2017-08-02 07:29:10.675 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2017-08-02 07:29:11.225 | Requirement already satisfied: Babel===2.3.4 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2017-08-02 07:29:11.230 | Requirement already satisfied: PyMySQL===0.7.9 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) 2017-08-02 07:29:11.233 | Requirement already satisfied: Sphinx===1.3.6 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) 2017-08-02 07:29:11.259 | Requirement already satisfied: alabaster===0.7.9 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 66)) 2017-08-02 07:29:11.262 | Requirement already satisfied: bandit===1.4.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 77)) 2017-08-02 07:29:11.273 | Requirement already satisfied: coverage===4.3.4 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 100)) 2017-08-02 07:29:11.276 | Requirement already satisfied: docutils===0.12 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) 2017-08-02 07:29:11.279 | Requirement already satisfied: fixtures===3.0.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) 2017-08-02 07:29:11.291 | Requirement already satisfied: mock===2.0.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 194)) 2017-08-02 07:29:11.325 | Requirement already satisfied: os-api-ref===1.2.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 224)) 2017-08-02 07:29:11.335 | Requirement already satisfied: os-testr===0.8.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 232)) 2017-08-02 07:29:11.346 | Requirement already satisfied: oslosphinx===4.10.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 255)) 2017-08-02 07:29:11.353 | Requirement already satisfied: oslotest===2.13.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) 2017-08-02 07:29:11.371 | Requirement already satisfied: pbr===1.10.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 264)) 2017-08-02 07:29:11.627 | Collecting psutil===5.0.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 276)) 2017-08-02 07:29:12.432 | Downloading psutil-5.0.1.tar.gz (326kB) 2017-08-02 07:29:14.495 | Requirement already satisfied: psycopg2===2.6.2 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 277)) 2017-08-02 07:29:14.751 | Collecting pysendfile===2.0.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) 2017-08-02 07:29:14.873 | Downloading pysendfile-2.0.1.tar.gz 2017-08-02 07:29:16.030 | Requirement already satisfied: python-subunit===1.2.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) 2017-08-02 07:29:16.046 | Requirement already satisfied: python-swiftclient===3.3.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) 2017-08-02 07:29:16.061 | Requirement already satisfied: pytz===2016.10 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 351)) 2017-08-02 07:29:16.307 | Collecting qpid-python===0.32.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 355)) 2017-08-02 07:29:16.465 | Downloading qpid-python-0.32.1.tar.gz (151kB) 2017-08-02 07:29:17.719 | Requirement already satisfied: reno===2.2.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) 2017-08-02 07:29:17.733 | Requirement already satisfied: requests===2.12.5 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 361)) 2017-08-02 07:29:17.750 | Requirement already satisfied: six===1.10.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) 2017-08-02 07:29:17.752 | Requirement already satisfied: snowballstemmer===1.2.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 387)) 2017-08-02 07:29:17.756 | Requirement already satisfied: sphinx-rtd-theme===0.1.9 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 389)) 2017-08-02 07:29:17.761 | Requirement already satisfied: stevedore===1.20.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 400)) 2017-08-02 07:29:17.766 | Requirement already satisfied: testrepository===0.0.20 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 412)) 2017-08-02 07:29:17.780 | Requirement already satisfied: testresources===2.0.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 413)) 2017-08-02 07:29:17.790 | Requirement already satisfied: testscenarios===0.5.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 414)) 2017-08-02 07:29:17.797 | Requirement already satisfied: testtools===2.2.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 415)) 2017-08-02 07:29:17.813 | Requirement already satisfied: traceback2===1.4.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 420)) 2017-08-02 07:29:17.817 | Requirement already satisfied: unittest2===1.1.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 428)) 2017-08-02 07:29:17.825 | Requirement already satisfied: xattr===0.9.1 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 444)) 2017-08-02 07:29:17.830 | Collecting hacking<0.11,>=0.10.0 (from -r /opt/stack/glance/test-requirements.txt (line 6)) 2017-08-02 07:29:17.864 | Using cached hacking-0.10.3-py2.py3-none-any.whl 2017-08-02 07:29:17.886 | Requirement already satisfied: Jinja2===2.8.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) 2017-08-02 07:29:17.892 | Requirement already satisfied: Pygments===2.2.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) 2017-08-02 07:29:17.894 | Requirement already satisfied: PyYAML===3.12 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) 2017-08-02 07:29:17.897 | Requirement already satisfied: GitPython===2.1.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 8)) 2017-08-02 07:29:17.901 | Requirement already satisfied: funcsigs===1.0.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 143)) 2017-08-02 07:29:17.907 | Requirement already satisfied: openstackdocstheme===1.6.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 221)) 2017-08-02 07:29:17.911 | Requirement already satisfied: debtcollector===1.11.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) 2017-08-02 07:29:17.925 | Requirement already satisfied: os-client-config===1.26.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) 2017-08-02 07:29:17.936 | Requirement already satisfied: mox3===0.20.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 199)) 2017-08-02 07:29:17.943 | Requirement already satisfied: extras===1.0.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 134)) 2017-08-02 07:29:17.946 | Requirement already satisfied: futures===3.0.5 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 145)) 2017-08-02 07:29:17.948 | Requirement already satisfied: dulwich===0.16.3 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129)) 2017-08-02 07:29:17.951 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 329)) 2017-08-02 07:29:17.954 | Requirement already satisfied: linecache2===1.0.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) 2017-08-02 07:29:17.956 | Requirement already satisfied: argparse in /usr/lib/python2.7/site-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 428)) 2017-08-02 07:29:17.959 | Requirement already satisfied: cffi===1.9.1 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 89)) 2017-08-02 07:29:17.962 | Requirement already satisfied: pep8==1.5.7 in /usr/lib/python2.7/site-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/glance/test-requirements.txt (line 6)) 2017-08-02 07:29:17.968 | Requirement already satisfied: mccabe==0.2.1 in /usr/lib/python2.7/site-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/glance/test-requirements.txt (line 6)) 2017-08-02 07:29:17.971 | Requirement already satisfied: pyflakes==0.8.1 in /usr/lib/python2.7/site-packages (from hacking<0.11,>=0.10.0->-r /opt/stack/glance/test-requirements.txt (line 6)) 2017-08-02 07:29:17.974 | Collecting flake8==2.2.4 (from hacking<0.11,>=0.10.0->-r /opt/stack/glance/test-requirements.txt (line 6)) 2017-08-02 07:29:18.050 | Requirement already satisfied: MarkupSafe===0.23 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) 2017-08-02 07:29:18.053 | Requirement already satisfied: gitdb2===2.0.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 150)) 2017-08-02 07:29:18.057 | Requirement already satisfied: wrapt===1.10.8 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 441)) 2017-08-02 07:29:18.060 | Requirement already satisfied: appdirs===1.4.3 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 72)) 2017-08-02 07:29:18.063 | Requirement already satisfied: keystoneauth1===2.18.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 179)) 2017-08-02 07:29:18.087 | Requirement already satisfied: requestsexceptions===1.1.3 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 366)) 2017-08-02 07:29:18.092 | Requirement already satisfied: pycparser===2.17 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 285)) 2017-08-02 07:29:18.094 | Requirement already satisfied: smmap2===2.0.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 386)) 2017-08-02 07:29:18.097 | Requirement already satisfied: iso8601===0.1.11 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) 2017-08-02 07:29:18.100 | Requirement already satisfied: positional===1.1.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 271)) 2017-08-02 07:29:18.106 | Building wheels for collected packages: psutil, pysendfile, qpid-python 2017-08-02 07:29:18.106 | Running setup.py bdist_wheel for psutil: started 2017-08-02 07:29:19.638 | Running setup.py bdist_wheel for psutil: finished with status 'done' 2017-08-02 07:29:19.638 | Stored in directory: /root/.cache/pip/wheels/f1/41/93/910ab597b78286fb8685f314a8e9daa9dc35085f5d861589c4 2017-08-02 07:29:19.656 | Running setup.py bdist_wheel for pysendfile: started 2017-08-02 07:29:20.673 | Running setup.py bdist_wheel for pysendfile: finished with status 'done' 2017-08-02 07:29:20.673 | Stored in directory: /root/.cache/pip/wheels/22/0f/46/23a2688cc744ba351e6d344e47a638b57c122e14d9cffd6aab 2017-08-02 07:29:20.674 | Running setup.py bdist_wheel for qpid-python: started 2017-08-02 07:29:22.049 | Running setup.py bdist_wheel for qpid-python: finished with status 'done' 2017-08-02 07:29:22.050 | Stored in directory: /root/.cache/pip/wheels/84/b3/55/89573ab06f5224880ed5cd1fcd19b174c42de84005fe3151cc 2017-08-02 07:29:22.082 | Successfully built psutil pysendfile qpid-python 2017-08-02 07:29:22.085 | Installing collected packages: psutil, pysendfile, qpid-python, flake8, hacking 2017-08-02 07:29:22.781 | Found existing installation: flake8 2.5.5 2017-08-02 07:29:22.789 | Uninstalling flake8-2.5.5: 2017-08-02 07:29:22.799 | Successfully uninstalled flake8-2.5.5 2017-08-02 07:29:22.822 | Found existing installation: hacking 0.11.0 2017-08-02 07:29:22.831 | Uninstalling hacking-0.11.0: 2017-08-02 07:29:22.835 | Successfully uninstalled hacking-0.11.0 2017-08-02 07:29:23.245 | Successfully installed flake8-2.2.4 hacking-0.10.3 psutil-5.0.1 pysendfile-2.0.1 qpid-python-0.32.1 2017-08-02 07:29:23.541 | + inc/python:pip_install:242 : result=0 2017-08-02 07:29:23.545 | + inc/python:pip_install:245 : time_stop pip_install 2017-08-02 07:29:23.548 | + functions-common:time_stop:2398 : local name 2017-08-02 07:29:23.551 | + functions-common:time_stop:2399 : local end_time 2017-08-02 07:29:23.554 | + functions-common:time_stop:2400 : local elapsed_time 2017-08-02 07:29:23.558 | + functions-common:time_stop:2401 : local total 2017-08-02 07:29:23.561 | + functions-common:time_stop:2402 : local start_time 2017-08-02 07:29:23.565 | + functions-common:time_stop:2404 : name=pip_install 2017-08-02 07:29:23.569 | + functions-common:time_stop:2405 : start_time=1501658921 2017-08-02 07:29:23.572 | + functions-common:time_stop:2407 : [[ -z 1501658921 ]] 2017-08-02 07:29:23.577 | ++ functions-common:time_stop:2410 : date +%s 2017-08-02 07:29:23.583 | + functions-common:time_stop:2410 : end_time=1501658963 2017-08-02 07:29:23.586 | + functions-common:time_stop:2411 : elapsed_time=42 2017-08-02 07:29:23.590 | + functions-common:time_stop:2412 : total=316 2017-08-02 07:29:23.594 | + functions-common:time_stop:2414 : _TIME_START[$name]= 2017-08-02 07:29:23.598 | + functions-common:time_stop:2415 : _TIME_TOTAL[$name]=358 2017-08-02 07:29:23.602 | + inc/python:pip_install:246 : return 0 2017-08-02 07:29:23.606 | + inc/python:setup_package:423 : [[ -e == \-\e ]] 2017-08-02 07:29:23.611 | + inc/python:setup_package:424 : safe_chown -R stack /opt/stack/glance/glance.egg-info 2017-08-02 07:29:23.615 | + functions-common:safe_chown:2299 : _safe_permission_operation chown -R stack /opt/stack/glance/glance.egg-info 2017-08-02 07:29:23.645 | + functions-common:_safe_permission_operation:2170 : sudo chown -R stack /opt/stack/glance/glance.egg-info 2017-08-02 07:29:23.662 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2017-08-02 07:29:23.664 | + stack.sh:main:849 : configure_glance 2017-08-02 07:29:23.666 | + lib/glance:configure_glance:98 : sudo install -d -o stack /etc/glance /etc/glance/metadefs 2017-08-02 07:29:23.683 | + lib/glance:configure_glance:101 : is_service_enabled g-glare 2017-08-02 07:29:23.699 | + functions-common:is_service_enabled:2073 : return 1 2017-08-02 07:29:23.702 | + lib/glance:configure_glance:104 : cp /opt/stack/glance/etc/glance-registry.conf /etc/glance/glance-registry.conf 2017-08-02 07:29:23.707 | + lib/glance:configure_glance:105 : iniset /etc/glance/glance-registry.conf DEFAULT debug True 2017-08-02 07:29:23.751 | + lib/glance:configure_glance:106 : iniset /etc/glance/glance-registry.conf DEFAULT bind_host 0.0.0.0 2017-08-02 07:29:23.801 | + lib/glance:configure_glance:107 : inicomment /etc/glance/glance-registry.conf DEFAULT log_file 2017-08-02 07:29:23.831 | + lib/glance:configure_glance:108 : local dburl 2017-08-02 07:29:23.835 | ++ lib/glance:configure_glance:109 : database_connection_url glance 2017-08-02 07:29:23.839 | ++ lib/database:database_connection_url:134 : local db=glance 2017-08-02 07:29:23.842 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2017-08-02 07:29:23.846 | ++ lib/databases/mysql:database_connection_url_mysql:179 : local db=glance 2017-08-02 07:29:23.849 | ++ lib/databases/mysql:database_connection_url_mysql:180 : echo 'mysql+pymysql://root:devstack_rocks!@127.0.0.1/glance?charset=utf8' 2017-08-02 07:29:23.854 | + lib/glance:configure_glance:109 : dburl='mysql+pymysql://root:devstack_rocks!@127.0.0.1/glance?charset=utf8' 2017-08-02 07:29:23.858 | + lib/glance:configure_glance:110 : iniset /etc/glance/glance-registry.conf database connection 'mysql+pymysql://root:devstack_rocks!@127.0.0.1/glance?charset=utf8' 2017-08-02 07:29:23.908 | + lib/glance:configure_glance:111 : iniset /etc/glance/glance-registry.conf DEFAULT use_syslog False 2017-08-02 07:29:23.954 | + lib/glance:configure_glance:112 : iniset /etc/glance/glance-registry.conf DEFAULT workers 2 2017-08-02 07:29:23.993 | + lib/glance:configure_glance:113 : iniset /etc/glance/glance-registry.conf paste_deploy flavor keystone 2017-08-02 07:29:24.037 | + lib/glance:configure_glance:114 : configure_auth_token_middleware /etc/glance/glance-registry.conf glance /var/cache/glance/registry 2017-08-02 07:29:24.041 | + lib/keystone:configure_auth_token_middleware:480 : local conf_file=/etc/glance/glance-registry.conf 2017-08-02 07:29:24.044 | + lib/keystone:configure_auth_token_middleware:481 : local admin_user=glance 2017-08-02 07:29:24.048 | + lib/keystone:configure_auth_token_middleware:482 : local signing_dir=/var/cache/glance/registry 2017-08-02 07:29:24.052 | + lib/keystone:configure_auth_token_middleware:483 : local section=keystone_authtoken 2017-08-02 07:29:24.055 | + lib/keystone:configure_auth_token_middleware:485 : iniset /etc/glance/glance-registry.conf keystone_authtoken auth_type password 2017-08-02 07:29:24.101 | + lib/keystone:configure_auth_token_middleware:486 : iniset /etc/glance/glance-registry.conf keystone_authtoken auth_url http://127.0.0.1/identity_admin 2017-08-02 07:29:24.145 | + lib/keystone:configure_auth_token_middleware:487 : iniset /etc/glance/glance-registry.conf keystone_authtoken username glance 2017-08-02 07:29:24.194 | + lib/keystone:configure_auth_token_middleware:488 : iniset /etc/glance/glance-registry.conf keystone_authtoken password 'devstack_rocks!' 2017-08-02 07:29:24.222 | + lib/keystone:configure_auth_token_middleware:489 : iniset /etc/glance/glance-registry.conf keystone_authtoken user_domain_name Default 2017-08-02 07:29:24.253 | + lib/keystone:configure_auth_token_middleware:490 : iniset /etc/glance/glance-registry.conf keystone_authtoken project_name service 2017-08-02 07:29:24.284 | + lib/keystone:configure_auth_token_middleware:491 : iniset /etc/glance/glance-registry.conf keystone_authtoken project_domain_name Default 2017-08-02 07:29:24.331 | + lib/keystone:configure_auth_token_middleware:493 : iniset /etc/glance/glance-registry.conf keystone_authtoken auth_uri http://127.0.0.1/identity 2017-08-02 07:29:24.379 | + lib/keystone:configure_auth_token_middleware:494 : iniset /etc/glance/glance-registry.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2017-08-02 07:29:24.421 | + lib/keystone:configure_auth_token_middleware:495 : iniset /etc/glance/glance-registry.conf keystone_authtoken signing_dir /var/cache/glance/registry 2017-08-02 07:29:24.471 | + lib/keystone:configure_auth_token_middleware:496 : iniset /etc/glance/glance-registry.conf keystone_authtoken memcached_servers 127.0.0.1:11211 2017-08-02 07:29:24.497 | + lib/glance:configure_glance:115 : iniset /etc/glance/glance-registry.conf oslo_messaging_notifications driver messaging 2017-08-02 07:29:24.535 | + lib/glance:configure_glance:116 : iniset_rpc_backend glance /etc/glance/glance-registry.conf 2017-08-02 07:29:24.538 | + lib/rpc_backend:iniset_rpc_backend:120 : local package=glance 2017-08-02 07:29:24.541 | + lib/rpc_backend:iniset_rpc_backend:121 : local file=/etc/glance/glance-registry.conf 2017-08-02 07:29:24.544 | + lib/rpc_backend:iniset_rpc_backend:122 : local section=DEFAULT 2017-08-02 07:29:24.547 | + lib/rpc_backend:iniset_rpc_backend:123 : local virtual_host= 2017-08-02 07:29:24.550 | + lib/rpc_backend:iniset_rpc_backend:124 : is_service_enabled rabbit 2017-08-02 07:29:24.568 | + functions-common:is_service_enabled:2073 : return 0 2017-08-02 07:29:24.572 | ++ lib/rpc_backend:iniset_rpc_backend:125 : get_transport_url '' 2017-08-02 07:29:24.576 | ++ lib/rpc_backend:get_transport_url:112 : local virtual_host= 2017-08-02 07:29:24.579 | ++ lib/rpc_backend:get_transport_url:113 : is_service_enabled rabbit 2017-08-02 07:29:24.602 | ++ functions-common:is_service_enabled:2073 : return 0 2017-08-02 07:29:24.605 | ++ lib/rpc_backend:get_transport_url:114 : echo 'rabbit://stackrabbit:devstack_rocks!@127.0.0.1:5672/' 2017-08-02 07:29:24.610 | + lib/rpc_backend:iniset_rpc_backend:125 : iniset /etc/glance/glance-registry.conf DEFAULT transport_url 'rabbit://stackrabbit:devstack_rocks!@127.0.0.1:5672/' 2017-08-02 07:29:24.660 | + lib/rpc_backend:iniset_rpc_backend:126 : '[' -n '' ']' 2017-08-02 07:29:24.663 | + lib/rpc_backend:iniset_rpc_backend:129 : '[' -n '' ']' 2017-08-02 07:29:24.667 | + lib/glance:configure_glance:117 : iniset /etc/glance/glance-registry.conf DEFAULT graceful_shutdown_timeout 5 2017-08-02 07:29:24.713 | + lib/glance:configure_glance:119 : cp /opt/stack/glance/etc/glance-api.conf /etc/glance/glance-api.conf 2017-08-02 07:29:24.720 | + lib/glance:configure_glance:120 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2017-08-02 07:29:24.778 | + lib/glance:configure_glance:121 : iniset /etc/glance/glance-api.conf DEFAULT bind_host 0.0.0.0 2017-08-02 07:29:24.829 | + lib/glance:configure_glance:122 : inicomment /etc/glance/glance-api.conf DEFAULT log_file 2017-08-02 07:29:24.867 | + lib/glance:configure_glance:123 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:devstack_rocks!@127.0.0.1/glance?charset=utf8' 2017-08-02 07:29:24.917 | + lib/glance:configure_glance:124 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2017-08-02 07:29:24.974 | + lib/glance:configure_glance:125 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2017-08-02 07:29:25.024 | + lib/glance:configure_glance:126 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2017-08-02 07:29:25.077 | + lib/glance:configure_glance:127 : configure_auth_token_middleware /etc/glance/glance-api.conf glance /var/cache/glance/api 2017-08-02 07:29:25.079 | + lib/keystone:configure_auth_token_middleware:480 : local conf_file=/etc/glance/glance-api.conf 2017-08-02 07:29:25.082 | + lib/keystone:configure_auth_token_middleware:481 : local admin_user=glance 2017-08-02 07:29:25.085 | + lib/keystone:configure_auth_token_middleware:482 : local signing_dir=/var/cache/glance/api 2017-08-02 07:29:25.088 | + lib/keystone:configure_auth_token_middleware:483 : local section=keystone_authtoken 2017-08-02 07:29:25.092 | + lib/keystone:configure_auth_token_middleware:485 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2017-08-02 07:29:25.147 | + lib/keystone:configure_auth_token_middleware:486 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://127.0.0.1/identity_admin 2017-08-02 07:29:25.195 | + lib/keystone:configure_auth_token_middleware:487 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2017-08-02 07:29:25.246 | + lib/keystone:configure_auth_token_middleware:488 : iniset /etc/glance/glance-api.conf keystone_authtoken password 'devstack_rocks!' 2017-08-02 07:29:25.298 | + lib/keystone:configure_auth_token_middleware:489 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2017-08-02 07:29:25.356 | + lib/keystone:configure_auth_token_middleware:490 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2017-08-02 07:29:25.408 | + lib/keystone:configure_auth_token_middleware:491 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2017-08-02 07:29:25.466 | + lib/keystone:configure_auth_token_middleware:493 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_uri http://127.0.0.1/identity 2017-08-02 07:29:25.500 | + lib/keystone:configure_auth_token_middleware:494 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2017-08-02 07:29:25.556 | + lib/keystone:configure_auth_token_middleware:495 : iniset /etc/glance/glance-api.conf keystone_authtoken signing_dir /var/cache/glance/api 2017-08-02 07:29:25.608 | + lib/keystone:configure_auth_token_middleware:496 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers 127.0.0.1:11211 2017-08-02 07:29:25.660 | + lib/glance:configure_glance:128 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messaging 2017-08-02 07:29:25.717 | + lib/glance:configure_glance:129 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2017-08-02 07:29:25.720 | + lib/rpc_backend:iniset_rpc_backend:120 : local package=glance 2017-08-02 07:29:25.723 | + lib/rpc_backend:iniset_rpc_backend:121 : local file=/etc/glance/glance-api.conf 2017-08-02 07:29:25.726 | + lib/rpc_backend:iniset_rpc_backend:122 : local section=DEFAULT 2017-08-02 07:29:25.729 | + lib/rpc_backend:iniset_rpc_backend:123 : local virtual_host= 2017-08-02 07:29:25.732 | + lib/rpc_backend:iniset_rpc_backend:124 : is_service_enabled rabbit 2017-08-02 07:29:25.750 | + functions-common:is_service_enabled:2073 : return 0 2017-08-02 07:29:25.754 | ++ lib/rpc_backend:iniset_rpc_backend:125 : get_transport_url '' 2017-08-02 07:29:25.758 | ++ lib/rpc_backend:get_transport_url:112 : local virtual_host= 2017-08-02 07:29:25.764 | ++ lib/rpc_backend:get_transport_url:113 : is_service_enabled rabbit 2017-08-02 07:29:25.786 | ++ functions-common:is_service_enabled:2073 : return 0 2017-08-02 07:29:25.790 | ++ lib/rpc_backend:get_transport_url:114 : echo 'rabbit://stackrabbit:devstack_rocks!@127.0.0.1:5672/' 2017-08-02 07:29:25.796 | + lib/rpc_backend:iniset_rpc_backend:125 : iniset /etc/glance/glance-api.conf DEFAULT transport_url 'rabbit://stackrabbit:devstack_rocks!@127.0.0.1:5672/' 2017-08-02 07:29:25.847 | + lib/rpc_backend:iniset_rpc_backend:126 : '[' -n '' ']' 2017-08-02 07:29:25.849 | + lib/rpc_backend:iniset_rpc_backend:129 : '[' -n '' ']' 2017-08-02 07:29:25.852 | + lib/glance:configure_glance:130 : '[' ironic = xenserver ']' 2017-08-02 07:29:25.854 | + lib/glance:configure_glance:134 : '[' ironic = libvirt ']' 2017-08-02 07:29:25.856 | + lib/glance:configure_glance:140 : '[' True '!=' True ']' 2017-08-02 07:29:25.858 | + lib/glance:configure_glance:145 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2017-08-02 07:29:25.890 | + lib/glance:configure_glance:146 : is_service_enabled g-glare 2017-08-02 07:29:25.900 | + functions-common:is_service_enabled:2073 : return 1 2017-08-02 07:29:25.902 | + lib/glance:configure_glance:149 : iniset /etc/glance/glance-api.conf DEFAULT registry_host 127.0.0.1 2017-08-02 07:29:25.930 | + lib/glance:configure_glance:151 : iniset /etc/glance/glance-api.conf DEFAULT workers 2 2017-08-02 07:29:25.964 | + lib/glance:configure_glance:154 : '[' -n '' ']' 2017-08-02 07:29:25.966 | + lib/glance:configure_glance:157 : iniset /etc/glance/glance-api.conf cors allowed_origin http://127.0.0.1 2017-08-02 07:29:25.998 | + lib/glance:configure_glance:161 : is_service_enabled s-proxy 2017-08-02 07:29:26.010 | + functions-common:is_service_enabled:2073 : return 0 2017-08-02 07:29:26.012 | + lib/glance:configure_glance:162 : iniset /etc/glance/glance-api.conf glance_store default_store swift 2017-08-02 07:29:26.042 | + lib/glance:configure_glance:163 : iniset /etc/glance/glance-api.conf glance_store swift_store_create_container_on_put True 2017-08-02 07:29:26.074 | + lib/glance:configure_glance:164 : python3_enabled 2017-08-02 07:29:26.078 | + inc/python:python3_enabled:430 : [[ False == \T\r\u\e ]] 2017-08-02 07:29:26.081 | + inc/python:python3_enabled:433 : return 1 2017-08-02 07:29:26.085 | + lib/glance:configure_glance:168 : iniset /etc/glance/glance-api.conf glance_store swift_store_config_file /etc/glance/glance-swift-store.conf 2017-08-02 07:29:26.137 | + lib/glance:configure_glance:169 : iniset /etc/glance/glance-api.conf glance_store default_swift_reference ref1 2017-08-02 07:29:26.189 | + lib/glance:configure_glance:170 : iniset /etc/glance/glance-api.conf glance_store stores 'file, http, swift' 2017-08-02 07:29:26.220 | + lib/glance:configure_glance:171 : iniset /etc/glance/glance-api.conf DEFAULT graceful_shutdown_timeout 5 2017-08-02 07:29:26.276 | + lib/glance:configure_glance:173 : iniset /etc/glance/glance-swift-store.conf ref1 user service:glance-swift 2017-08-02 07:29:26.313 | + lib/glance:configure_glance:176 : is_service_enabled g-glare 2017-08-02 07:29:26.326 | + functions-common:is_service_enabled:2073 : return 1 2017-08-02 07:29:26.327 | + lib/glance:configure_glance:191 : iniset /etc/glance/glance-swift-store.conf ref1 key 'devstack_rocks!' 2017-08-02 07:29:26.363 | + lib/glance:configure_glance:192 : python3_enabled 2017-08-02 07:29:26.367 | + inc/python:python3_enabled:430 : [[ False == \T\r\u\e ]] 2017-08-02 07:29:26.370 | + inc/python:python3_enabled:433 : return 1 2017-08-02 07:29:26.373 | + lib/glance:configure_glance:197 : iniset /etc/glance/glance-swift-store.conf ref1 auth_address http://127.0.0.1/identity/v3 2017-08-02 07:29:26.410 | + lib/glance:configure_glance:199 : iniset /etc/glance/glance-swift-store.conf ref1 auth_version 3 2017-08-02 07:29:26.447 | + lib/glance:configure_glance:202 : inicomment /etc/glance/glance-api.conf glance_store swift_store_user 2017-08-02 07:29:26.490 | + lib/glance:configure_glance:203 : inicomment /etc/glance/glance-api.conf glance_store swift_store_key 2017-08-02 07:29:26.526 | + lib/glance:configure_glance:204 : inicomment /etc/glance/glance-api.conf glance_store swift_store_auth_address 2017-08-02 07:29:26.566 | + lib/glance:configure_glance:207 : is_service_enabled tls-proxy 2017-08-02 07:29:26.585 | + functions-common:is_service_enabled:2073 : return 1 2017-08-02 07:29:26.588 | + lib/glance:configure_glance:217 : is_ssl_enabled_service glance 2017-08-02 07:29:26.592 | + lib/tls:is_ssl_enabled_service:375 : local services=glance 2017-08-02 07:29:26.595 | + lib/tls:is_ssl_enabled_service:376 : local service= 2017-08-02 07:29:26.599 | + lib/tls:is_ssl_enabled_service:377 : '[' False == False ']' 2017-08-02 07:29:26.602 | + lib/tls:is_ssl_enabled_service:378 : return 1 2017-08-02 07:29:26.605 | + lib/glance:configure_glance:227 : is_ssl_enabled_service glance 2017-08-02 07:29:26.609 | + lib/tls:is_ssl_enabled_service:375 : local services=glance 2017-08-02 07:29:26.612 | + lib/tls:is_ssl_enabled_service:376 : local service= 2017-08-02 07:29:26.616 | + lib/tls:is_ssl_enabled_service:377 : '[' False == False ']' 2017-08-02 07:29:26.619 | + lib/tls:is_ssl_enabled_service:378 : return 1 2017-08-02 07:29:26.623 | + lib/glance:configure_glance:227 : is_service_enabled tls-proxy 2017-08-02 07:29:26.646 | + functions-common:is_service_enabled:2073 : return 1 2017-08-02 07:29:26.650 | + lib/glance:configure_glance:232 : setup_logging /etc/glance/glance-api.conf 2017-08-02 07:29:26.654 | + functions:setup_logging:576 : local conf_file=/etc/glance/glance-api.conf 2017-08-02 07:29:26.657 | + functions:setup_logging:577 : local other_cond=False 2017-08-02 07:29:26.662 | + functions:setup_logging:578 : '[' False == True ']' 2017-08-02 07:29:26.665 | + functions:setup_logging:581 : setup_standard_logging_identity /etc/glance/glance-api.conf 2017-08-02 07:29:26.669 | + functions:setup_standard_logging_identity:605 : local conf_file=/etc/glance/glance-api.conf 2017-08-02 07:29:26.673 | + functions:setup_standard_logging_identity:606 : iniset /etc/glance/glance-api.conf DEFAULT logging_user_identity_format '%(project_name)s %(user_name)s' 2017-08-02 07:29:26.736 | + lib/glance:configure_glance:233 : setup_logging /etc/glance/glance-registry.conf 2017-08-02 07:29:26.739 | + functions:setup_logging:576 : local conf_file=/etc/glance/glance-registry.conf 2017-08-02 07:29:26.743 | + functions:setup_logging:577 : local other_cond=False 2017-08-02 07:29:26.747 | + functions:setup_logging:578 : '[' False == True ']' 2017-08-02 07:29:26.751 | + functions:setup_logging:581 : setup_standard_logging_identity /etc/glance/glance-registry.conf 2017-08-02 07:29:26.755 | + functions:setup_standard_logging_identity:605 : local conf_file=/etc/glance/glance-registry.conf 2017-08-02 07:29:26.759 | + functions:setup_standard_logging_identity:606 : iniset /etc/glance/glance-registry.conf DEFAULT logging_user_identity_format '%(project_name)s %(user_name)s' 2017-08-02 07:29:26.810 | + lib/glance:configure_glance:235 : cp -p /opt/stack/glance/etc/glance-registry-paste.ini /etc/glance/glance-registry-paste.ini 2017-08-02 07:29:26.812 | + lib/glance:configure_glance:237 : cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2017-08-02 07:29:26.815 | + lib/glance:configure_glance:239 : cp /opt/stack/glance/etc/glance-cache.conf /etc/glance/glance-cache.conf 2017-08-02 07:29:26.817 | + lib/glance:configure_glance:240 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2017-08-02 07:29:26.840 | + lib/glance:configure_glance:241 : inicomment /etc/glance/glance-cache.conf DEFAULT log_file 2017-08-02 07:29:26.858 | + lib/glance:configure_glance:242 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2017-08-02 07:29:26.880 | + lib/glance:configure_glance:243 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2017-08-02 07:29:26.903 | + lib/glance:configure_glance:244 : iniuncomment /etc/glance/glance-cache.conf DEFAULT auth_url 2017-08-02 07:29:26.923 | + lib/glance:configure_glance:245 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://127.0.0.1/identity_admin/v3 2017-08-02 07:29:26.951 | + lib/glance:configure_glance:246 : iniuncomment /etc/glance/glance-cache.conf DEFAULT auth_tenant_name 2017-08-02 07:29:26.971 | + lib/glance:configure_glance:247 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2017-08-02 07:29:26.998 | + lib/glance:configure_glance:248 : iniuncomment /etc/glance/glance-cache.conf DEFAULT auth_user 2017-08-02 07:29:27.018 | + lib/glance:configure_glance:249 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2017-08-02 07:29:27.044 | + lib/glance:configure_glance:250 : iniuncomment /etc/glance/glance-cache.conf DEFAULT auth_password 2017-08-02 07:29:27.071 | + lib/glance:configure_glance:251 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password 'devstack_rocks!' 2017-08-02 07:29:27.102 | + lib/glance:configure_glance:252 : iniset /etc/glance/glance-cache.conf DEFAULT registry_host 127.0.0.1 2017-08-02 07:29:27.142 | + lib/glance:configure_glance:255 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2017-08-02 07:29:27.183 | + lib/glance:configure_glance:257 : cp -p /opt/stack/glance/etc/policy.json /etc/glance/policy.json 2017-08-02 07:29:27.187 | + lib/glance:configure_glance:258 : cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json 2017-08-02 07:29:27.191 | + lib/glance:configure_glance:260 : cp -p /opt/stack/glance/etc/metadefs/cim-processor-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-resource-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-storage-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-virtual-system-setting-data.json /opt/stack/glance/etc/metadefs/compute-aggr-disk-filter.json /opt/stack/glance/etc/metadefs/compute-aggr-iops-filter.json /opt/stack/glance/etc/metadefs/compute-aggr-num-instances.json /opt/stack/glance/etc/metadefs/compute-cpu-pinning.json /opt/stack/glance/etc/metadefs/compute-guest-memory-backing.json /opt/stack/glance/etc/metadefs/compute-guest-shutdown.json /opt/stack/glance/etc/metadefs/compute-host-capabilities.json /opt/stack/glance/etc/metadefs/compute-hypervisor.json /opt/stack/glance/etc/metadefs/compute-instance-data.json /opt/stack/glance/etc/metadefs/compute-libvirt-image.json /opt/stack/glance/etc/metadefs/compute-libvirt.json /opt/stack/glance/etc/metadefs/compute-quota.json /opt/stack/glance/etc/metadefs/compute-randomgen.json /opt/stack/glance/etc/metadefs/compute-trust.json /opt/stack/glance/etc/metadefs/compute-vcputopology.json /opt/stack/glance/etc/metadefs/compute-vmware-flavor.json /opt/stack/glance/etc/metadefs/compute-vmware-quota-flavor.json /opt/stack/glance/etc/metadefs/compute-vmware.json /opt/stack/glance/etc/metadefs/compute-watchdog.json /opt/stack/glance/etc/metadefs/compute-xenapi.json /opt/stack/glance/etc/metadefs/glance-common-image-props.json /opt/stack/glance/etc/metadefs/image-signature-verification.json /opt/stack/glance/etc/metadefs/operating-system.json /opt/stack/glance/etc/metadefs/software-databases.json /opt/stack/glance/etc/metadefs/software-runtimes.json /opt/stack/glance/etc/metadefs/software-webservers.json /opt/stack/glance/etc/metadefs/storage-volume-type.json /etc/glance/metadefs 2017-08-02 07:29:27.199 | + lib/glance:configure_glance:262 : is_ssl_enabled_service cinder 2017-08-02 07:29:27.201 | + lib/tls:is_ssl_enabled_service:375 : local services=cinder 2017-08-02 07:29:27.203 | + lib/tls:is_ssl_enabled_service:376 : local service= 2017-08-02 07:29:27.205 | + lib/tls:is_ssl_enabled_service:377 : '[' False == False ']' 2017-08-02 07:29:27.207 | + lib/tls:is_ssl_enabled_service:378 : return 1 2017-08-02 07:29:27.210 | + lib/glance:configure_glance:262 : is_service_enabled tls-proxy 2017-08-02 07:29:27.226 | + functions-common:is_service_enabled:2073 : return 1 2017-08-02 07:29:27.230 | + lib/glance:configure_glance:271 : is_service_enabled g-glare 2017-08-02 07:29:27.254 | + functions-common:is_service_enabled:2073 : return 1 2017-08-02 07:29:27.257 | + stack.sh:main:852 : is_service_enabled cinder 2017-08-02 07:29:27.284 | + functions-common:is_service_enabled:2073 : return 1 2017-08-02 07:29:27.289 | + stack.sh:main:858 : is_service_enabled neutron 2017-08-02 07:29:27.316 | + functions-common:is_service_enabled:2073 : return 0 2017-08-02 07:29:27.320 | + stack.sh:main:860 : stack_install_service neutron 2017-08-02 07:29:27.324 | + lib/stack:stack_install_service:20 : local service=neutron 2017-08-02 07:29:27.328 | + lib/stack:stack_install_service:21 : type install_neutron 2017-08-02 07:29:27.333 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2017-08-02 07:29:27.337 | + lib/stack:stack_install_service:32 : install_neutron 2017-08-02 07:29:27.340 | + lib/neutron:install_neutron:576 : is_neutron_legacy_enabled 2017-08-02 07:29:27.343 | + lib/neutron:is_neutron_legacy_enabled:92 : [[ ,key,n-api,n-cpu,n-cond,n-sch,n-cauth,placement-api,placement-client,g-api,g-reg,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,mysql,dstat,n-cell,s-proxy,s-object,s-container,s-account,ironic,ir-api,ir-cond =~ ,q- ]] 2017-08-02 07:29:27.346 | + lib/neutron:is_neutron_legacy_enabled:92 : return 0 2017-08-02 07:29:27.348 | + lib/neutron:install_neutron:578 : install_mutnauq 2017-08-02 07:29:27.351 | + lib/neutron-legacy:install_mutnauq:430 : use_library_from_git neutron-lib 2017-08-02 07:29:27.355 | + inc/python:use_library_from_git:264 : local name=neutron-lib 2017-08-02 07:29:27.359 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:29:27.363 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:29:27.367 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,neutron-lib, ]] 2017-08-02 07:29:27.371 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:29:27.375 | + lib/neutron-legacy:install_mutnauq:435 : git_clone git://git.openstack.org/openstack/neutron.git /opt/stack/neutron stable/ocata 2017-08-02 07:29:27.378 | + functions-common:git_clone:496 : local git_remote=git://git.openstack.org/openstack/neutron.git 2017-08-02 07:29:27.382 | + functions-common:git_clone:497 : local git_dest=/opt/stack/neutron 2017-08-02 07:29:27.386 | + functions-common:git_clone:498 : local git_ref=stable/ocata 2017-08-02 07:29:27.390 | + functions-common:git_clone:499 : local orig_dir 2017-08-02 07:29:27.395 | ++ functions-common:git_clone:500 : pwd 2017-08-02 07:29:27.400 | + functions-common:git_clone:500 : orig_dir=/opt/stack/devstack 2017-08-02 07:29:27.403 | + functions-common:git_clone:501 : local git_clone_flags= 2017-08-02 07:29:27.408 | ++ functions-common:git_clone:503 : trueorfalse False RECLONE 2017-08-02 07:29:27.433 | + functions-common:git_clone:503 : RECLONE=False 2017-08-02 07:29:27.436 | + functions-common:git_clone:504 : [[ 0 -gt 0 ]] 2017-08-02 07:29:27.440 | + functions-common:git_clone:508 : [[ False = \T\r\u\e ]] 2017-08-02 07:29:27.443 | + functions-common:git_clone:517 : egrep -q '^refs' 2017-08-02 07:29:27.444 | + functions-common:git_clone:517 : echo stable/ocata 2017-08-02 07:29:27.447 | + functions-common:git_clone:531 : [[ ! -d /opt/stack/neutron ]] 2017-08-02 07:29:27.450 | + functions-common:git_clone:532 : [[ False = \T\r\u\e ]] 2017-08-02 07:29:27.454 | + functions-common:git_clone:538 : git_timed clone git://git.openstack.org/openstack/neutron.git /opt/stack/neutron --branch stable/ocata 2017-08-02 07:29:27.457 | + functions-common:git_timed:590 : local count=0 2017-08-02 07:29:27.461 | + functions-common:git_timed:591 : local timeout=0 2017-08-02 07:29:27.464 | + functions-common:git_timed:593 : [[ -n 0 ]] 2017-08-02 07:29:27.468 | + functions-common:git_timed:594 : timeout=0 2017-08-02 07:29:27.472 | + functions-common:git_timed:597 : time_start git_timed 2017-08-02 07:29:27.475 | + functions-common:time_start:2384 : local name=git_timed 2017-08-02 07:29:27.478 | + functions-common:time_start:2385 : local start_time= 2017-08-02 07:29:27.481 | + functions-common:time_start:2386 : [[ -n '' ]] 2017-08-02 07:29:27.485 | ++ functions-common:time_start:2389 : date +%s 2017-08-02 07:29:27.490 | + functions-common:time_start:2389 : _TIME_START[$name]=1501658967 2017-08-02 07:29:27.494 | + functions-common:git_timed:598 : timeout -s SIGINT 0 git clone git://git.openstack.org/openstack/neutron.git /opt/stack/neutron --branch stable/ocata 2017-08-02 07:29:28.353 | Cloning into '/opt/stack/neutron'... 2017-08-02 07:29:55.166 | + functions-common:git_timed:612 : time_stop git_timed 2017-08-02 07:29:55.168 | + functions-common:time_stop:2398 : local name 2017-08-02 07:29:55.170 | + functions-common:time_stop:2399 : local end_time 2017-08-02 07:29:55.172 | + functions-common:time_stop:2400 : local elapsed_time 2017-08-02 07:29:55.174 | + functions-common:time_stop:2401 : local total 2017-08-02 07:29:55.176 | + functions-common:time_stop:2402 : local start_time 2017-08-02 07:29:55.178 | + functions-common:time_stop:2404 : name=git_timed 2017-08-02 07:29:55.180 | + functions-common:time_stop:2405 : start_time=1501658967 2017-08-02 07:29:55.182 | + functions-common:time_stop:2407 : [[ -z 1501658967 ]] 2017-08-02 07:29:55.185 | ++ functions-common:time_stop:2410 : date +%s 2017-08-02 07:29:55.189 | + functions-common:time_stop:2410 : end_time=1501658995 2017-08-02 07:29:55.193 | + functions-common:time_stop:2411 : elapsed_time=28 2017-08-02 07:29:55.196 | + functions-common:time_stop:2412 : total=28 2017-08-02 07:29:55.199 | + functions-common:time_stop:2414 : _TIME_START[$name]= 2017-08-02 07:29:55.202 | + functions-common:time_stop:2415 : _TIME_TOTAL[$name]=56 2017-08-02 07:29:55.205 | + functions-common:git_clone:565 : cd /opt/stack/neutron 2017-08-02 07:29:55.209 | + functions-common:git_clone:566 : git show --oneline 2017-08-02 07:29:55.210 | + functions-common:git_clone:566 : head -1 2017-08-02 07:29:55.215 | 4bc7a5e Merge "Don't log about retrying failed devices if empty" into stable/ocata 2017-08-02 07:29:55.219 | + functions-common:git_clone:567 : cd /opt/stack/devstack 2017-08-02 07:29:55.222 | + lib/neutron-legacy:install_mutnauq:436 : setup_develop /opt/stack/neutron 2017-08-02 07:29:55.226 | + inc/python:setup_develop:338 : local project_dir=/opt/stack/neutron 2017-08-02 07:29:55.229 | + inc/python:setup_develop:339 : local extras= 2017-08-02 07:29:55.233 | + inc/python:setup_develop:340 : _setup_package_with_constraints_edit /opt/stack/neutron -e 2017-08-02 07:29:55.236 | + inc/python:_setup_package_with_constraints_edit:370 : local project_dir=/opt/stack/neutron 2017-08-02 07:29:55.240 | + inc/python:_setup_package_with_constraints_edit:371 : local flags=-e 2017-08-02 07:29:55.243 | + inc/python:_setup_package_with_constraints_edit:372 : local extras= 2017-08-02 07:29:55.248 | ++ inc/python:_setup_package_with_constraints_edit:379 : cd /opt/stack/neutron 2017-08-02 07:29:55.252 | ++ inc/python:_setup_package_with_constraints_edit:379 : pwd 2017-08-02 07:29:55.257 | + inc/python:_setup_package_with_constraints_edit:379 : project_dir=/opt/stack/neutron 2017-08-02 07:29:55.260 | + inc/python:_setup_package_with_constraints_edit:381 : '[' -n /opt/stack/requirements ']' 2017-08-02 07:29:55.264 | + inc/python:_setup_package_with_constraints_edit:383 : local name 2017-08-02 07:29:55.269 | ++ inc/python:_setup_package_with_constraints_edit:384 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2017-08-02 07:29:55.275 | + inc/python:_setup_package_with_constraints_edit:384 : name=neutron 2017-08-02 07:29:55.279 | + inc/python:_setup_package_with_constraints_edit:386 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- neutron '-e file:///opt/stack/neutron#egg=neutron' 2017-08-02 07:29:55.937 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/neutron -e 2017-08-02 07:29:55.939 | + inc/python:setup_package:406 : local project_dir=/opt/stack/neutron 2017-08-02 07:29:55.941 | + inc/python:setup_package:407 : local flags=-e 2017-08-02 07:29:55.942 | + inc/python:setup_package:408 : local extras= 2017-08-02 07:29:55.944 | + inc/python:setup_package:412 : [[ -n -e ]] 2017-08-02 07:29:55.945 | + inc/python:setup_package:412 : [[ -z '' ]] 2017-08-02 07:29:55.947 | + inc/python:setup_package:412 : [[ ! -e =~ ^-.* ]] 2017-08-02 07:29:55.950 | + inc/python:setup_package:417 : [[ ! -z '' ]] 2017-08-02 07:29:55.952 | + inc/python:setup_package:421 : pip_install -e /opt/stack/neutron 2017-08-02 07:29:56.616 | + inc/python:pip_install:222 : sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/neutron 2017-08-02 07:29:57.669 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2017-08-02 07:29:57.671 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2017-08-02 07:29:58.274 | Obtaining file:///opt/stack/neutron 2017-08-02 07:30:02.735 | Obtaining neutron from file:///opt/stack/neutron#egg=neutron (from -c /opt/stack/requirements/upper-constraints.txt (line 1)) 2017-08-02 07:30:05.363 | Requirement already satisfied: Jinja2===2.8.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) 2017-08-02 07:30:05.369 | Requirement already satisfied: MarkupSafe===0.23 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) 2017-08-02 07:30:05.375 | Requirement already satisfied: Paste===2.0.3 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) 2017-08-02 07:30:05.380 | Requirement already satisfied: PasteDeploy===1.5.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) 2017-08-02 07:30:05.385 | Requirement already satisfied: Routes===2.4.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) 2017-08-02 07:30:05.395 | Requirement already satisfied: SQLAlchemy===1.0.17 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 25)) 2017-08-02 07:30:05.402 | Requirement already satisfied: WebOb===1.6.3 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) 2017-08-02 07:30:05.424 | Requirement already satisfied: alembic===0.8.10 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 67)) 2017-08-02 07:30:05.439 | Requirement already satisfied: debtcollector===1.11.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) 2017-08-02 07:30:05.455 | Requirement already satisfied: eventlet===0.19.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 133)) 2017-08-02 07:30:05.460 | Requirement already satisfied: funcsigs===1.0.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 143)) 2017-08-02 07:30:05.466 | Requirement already satisfied: greenlet===0.4.11 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) 2017-08-02 07:30:05.468 | Requirement already satisfied: httplib2===0.9.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) 2017-08-02 07:30:05.471 | Requirement already satisfied: keystoneauth1===2.18.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 180)) 2017-08-02 07:30:05.495 | Requirement already satisfied: keystonemiddleware===4.14.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 181)) 2017-08-02 07:30:05.524 | Requirement already satisfied: netaddr===0.7.19 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) 2017-08-02 07:30:05.527 | Requirement already satisfied: netifaces===0.10.5 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 206)) 2017-08-02 07:30:05.794 | Collecting neutron-lib===1.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 209)) 2017-08-02 07:30:06.194 | Downloading neutron_lib-1.1.0-py2-none-any.whl (133kB) 2017-08-02 07:30:06.678 | Requirement already satisfied: oslo.cache===1.17.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 238)) 2017-08-02 07:30:06.696 | Requirement already satisfied: oslo.concurrency===3.18.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 239)) 2017-08-02 07:30:06.717 | Requirement already satisfied: oslo.config===3.22.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) 2017-08-02 07:30:06.731 | Requirement already satisfied: oslo.context===2.12.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 241)) 2017-08-02 07:30:06.739 | Requirement already satisfied: oslo.db===4.17.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 242)) 2017-08-02 07:30:06.805 | Requirement already satisfied: oslo.i18n===3.12.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 243)) 2017-08-02 07:30:06.813 | Requirement already satisfied: oslo.log===3.20.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) 2017-08-02 07:30:06.841 | Requirement already satisfied: oslo.messaging===5.17.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 245)) 2017-08-02 07:30:06.887 | Requirement already satisfied: oslo.middleware===3.23.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 246)) 2017-08-02 07:30:06.910 | Requirement already satisfied: oslo.policy===1.18.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 247)) 2017-08-02 07:30:07.196 | Collecting oslo.privsep===1.16.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 248)) 2017-08-02 07:30:07.339 | Downloading oslo.privsep-1.16.0-py2.py3-none-any.whl 2017-08-02 07:30:07.893 | Collecting oslo.reports===1.17.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 249)) 2017-08-02 07:30:08.047 | Downloading oslo.reports-1.17.1-py2.py3-none-any.whl (50kB) 2017-08-02 07:30:08.621 | Collecting oslo.rootwrap===5.4.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 250)) 2017-08-02 07:30:08.774 | Downloading oslo.rootwrap-5.4.1-py2.py3-none-any.whl 2017-08-02 07:30:09.064 | Requirement already satisfied: oslo.serialization===2.16.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 251)) 2017-08-02 07:30:09.075 | Requirement already satisfied: oslo.service===1.19.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252)) 2017-08-02 07:30:09.105 | Requirement already satisfied: oslo.utils===3.22.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) 2017-08-02 07:30:09.387 | Collecting oslo.versionedobjects===1.21.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) 2017-08-02 07:30:09.552 | Downloading oslo.versionedobjects-1.21.0-py2.py3-none-any.whl (78kB) 2017-08-02 07:30:09.884 | Requirement already satisfied: osprofiler===1.5.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 258)) 2017-08-02 07:30:10.163 | Collecting ovs===2.6.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 259)) 2017-08-02 07:30:10.282 | Downloading ovs-2.6.1.tar.gz (67kB) 2017-08-02 07:30:11.520 | Requirement already satisfied: pbr===1.10.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 265)) 2017-08-02 07:30:11.768 | Collecting pecan===1.2.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 266)) 2017-08-02 07:30:11.919 | Downloading pecan-1.2.1-py2-none-any.whl (147kB) 2017-08-02 07:30:12.246 | Requirement already satisfied: pika===0.10.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 269)) 2017-08-02 07:30:12.258 | Requirement already satisfied: pika-pool===0.1.3 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 270)) 2017-08-02 07:30:12.268 | Requirement already satisfied: positional===1.1.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 272)) 2017-08-02 07:30:12.274 | Requirement already satisfied: psutil===5.0.1 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 277)) 2017-08-02 07:30:12.279 | Requirement already satisfied: pycadf===2.5.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 285)) 2017-08-02 07:30:12.291 | Requirement already satisfied: pyinotify===0.9.6 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 291)) 2017-08-02 07:30:12.294 | Requirement already satisfied: pyparsing===2.1.10 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) 2017-08-02 07:30:12.547 | Collecting pyroute2===0.4.12 (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) 2017-08-02 07:30:12.703 | Downloading pyroute2-0.4.12.tar.gz (562kB) 2017-08-02 07:30:14.137 | Requirement already satisfied: python-dateutil===2.6.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) 2017-08-02 07:30:14.417 | Collecting python-designateclient===2.6.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) 2017-08-02 07:30:14.549 | Downloading python_designateclient-2.6.0-py2.py3-none-any.whl (114kB) 2017-08-02 07:30:14.865 | Requirement already satisfied: python-editor===1.0.3 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) 2017-08-02 07:30:14.868 | Requirement already satisfied: python-keystoneclient===3.10.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) 2017-08-02 07:30:15.127 | Collecting python-neutronclient===6.1.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 334)) 2017-08-02 07:30:15.278 | Downloading python_neutronclient-6.1.0-py2.py3-none-any.whl (320kB) 2017-08-02 07:30:15.924 | Collecting python-novaclient===7.1.2 (from -c /opt/stack/requirements/upper-constraints.txt (line 335)) 2017-08-02 07:30:16.096 | Downloading python_novaclient-7.1.2-py2.py3-none-any.whl (346kB) 2017-08-02 07:30:16.512 | Requirement already satisfied: pytz===2016.10 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) 2017-08-02 07:30:16.517 | Requirement already satisfied: repoze.lru===0.6 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 360)) 2017-08-02 07:30:16.525 | Requirement already satisfied: requests===2.12.5 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 362)) 2017-08-02 07:30:16.542 | Requirement already satisfied: rfc3986===0.4.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) 2017-08-02 07:30:16.788 | Collecting ryu===4.10 (from -c /opt/stack/requirements/upper-constraints.txt (line 374)) 2017-08-02 07:30:16.968 | Downloading ryu-4.10.tar.gz (1.4MB) 2017-08-02 07:30:20.059 | Collecting simplejson===3.10.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 383)) 2017-08-02 07:30:20.254 | Downloading simplejson-3.10.0.tar.gz (77kB) 2017-08-02 07:30:21.703 | Collecting singledispatch===3.4.0.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 384)) 2017-08-02 07:30:21.823 | Downloading singledispatch-3.4.0.3-py2.py3-none-any.whl 2017-08-02 07:30:22.077 | Requirement already satisfied: six===1.10.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) 2017-08-02 07:30:22.080 | Requirement already satisfied: sqlalchemy-migrate===0.10.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 398)) 2017-08-02 07:30:22.091 | Requirement already satisfied: sqlparse===0.2.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 399)) 2017-08-02 07:30:22.094 | Requirement already satisfied: statsd===3.2.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 400)) 2017-08-02 07:30:22.097 | Requirement already satisfied: stevedore===1.20.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 401)) 2017-08-02 07:30:22.102 | Requirement already satisfied: tenacity===3.7.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 411)) 2017-08-02 07:30:22.391 | Collecting tinyrpc===0.5 (from -c /opt/stack/requirements/upper-constraints.txt (line 418)) 2017-08-02 07:30:22.506 | Downloading tinyrpc-0.5.tar.gz 2017-08-02 07:30:23.934 | Collecting weakrefmethod===1.0.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 438)) 2017-08-02 07:30:24.060 | Downloading weakrefmethod-1.0.3.tar.gz 2017-08-02 07:30:25.209 | Requirement already satisfied: wrapt===1.10.8 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 442)) 2017-08-02 07:30:25.212 | Requirement already satisfied: Mako===1.0.6 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) 2017-08-02 07:30:25.217 | Requirement already satisfied: iso8601===0.1.11 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 167)) 2017-08-02 07:30:25.220 | Requirement already satisfied: dogpile.cache===0.6.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127)) 2017-08-02 07:30:25.223 | Requirement already satisfied: fasteners===0.14.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2017-08-02 07:30:25.229 | Requirement already satisfied: enum34===1.1.6 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) 2017-08-02 07:30:25.231 | Requirement already satisfied: Babel===2.3.4 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2017-08-02 07:30:25.235 | Requirement already satisfied: monotonic===1.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) 2017-08-02 07:30:25.238 | Requirement already satisfied: futures===3.0.5 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 145)) 2017-08-02 07:30:25.241 | Requirement already satisfied: futurist===0.21.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 146)) 2017-08-02 07:30:25.261 | Requirement already satisfied: amqp===1.4.9 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 68)) 2017-08-02 07:30:25.264 | Requirement already satisfied: cachetools===2.0.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 85)) 2017-08-02 07:30:25.267 | Requirement already satisfied: PyYAML===3.12 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) 2017-08-02 07:30:25.270 | Requirement already satisfied: kombu===3.0.37 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 182)) 2017-08-02 07:30:25.281 | Requirement already satisfied: msgpack-python===0.4.8 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 202)) 2017-08-02 07:30:25.284 | Requirement already satisfied: cffi===1.9.1 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 89)) 2017-08-02 07:30:25.288 | Requirement already satisfied: WebTest===2.0.24 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) 2017-08-02 07:30:25.559 | Collecting logutils===0.3.3 (from -c /opt/stack/requirements/upper-constraints.txt (line 190)) 2017-08-02 07:30:25.675 | Downloading logutils-0.3.3.tar.gz 2017-08-02 07:30:26.848 | Requirement already satisfied: jsonschema===2.5.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 175)) 2017-08-02 07:30:27.103 | Collecting osc-lib===1.3.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 237)) 2017-08-02 07:30:27.235 | Downloading osc_lib-1.3.0-py2-none-any.whl (67kB) 2017-08-02 07:30:27.551 | Requirement already satisfied: cliff===2.4.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 94)) 2017-08-02 07:30:27.569 | Requirement already satisfied: os-client-config===1.26.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) 2017-08-02 07:30:27.580 | Requirement already satisfied: prettytable===0.7.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 273)) 2017-08-02 07:30:27.582 | Requirement already satisfied: Tempita===0.5.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) 2017-08-02 07:30:27.584 | Requirement already satisfied: decorator===4.0.11 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) 2017-08-02 07:30:27.587 | Requirement already satisfied: contextlib2===0.5.4 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 99)) 2017-08-02 07:30:27.590 | Requirement already satisfied: anyjson===0.3.3 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 70)) 2017-08-02 07:30:27.593 | Requirement already satisfied: pycparser===2.17 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 286)) 2017-08-02 07:30:27.595 | Requirement already satisfied: waitress===1.0.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) 2017-08-02 07:30:27.606 | Requirement already satisfied: beautifulsoup4===4.5.3 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 79)) 2017-08-02 07:30:27.612 | Requirement already satisfied: functools32===3.2.3.post2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 144)) 2017-08-02 07:30:27.614 | Requirement already satisfied: cmd2===0.6.9 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 96)) 2017-08-02 07:30:27.618 | Requirement already satisfied: unicodecsv===0.14.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 428)) 2017-08-02 07:30:27.621 | Requirement already satisfied: appdirs===1.4.3 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 72)) 2017-08-02 07:30:27.624 | Requirement already satisfied: requestsexceptions===1.1.3 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 367)) 2017-08-02 07:30:27.629 | Building wheels for collected packages: logutils, ovs, pyroute2, ryu, simplejson, tinyrpc, weakrefmethod 2017-08-02 07:30:27.630 | Running setup.py bdist_wheel for logutils: started 2017-08-02 07:30:28.600 | Running setup.py bdist_wheel for logutils: finished with status 'done' 2017-08-02 07:30:28.608 | Stored in directory: /root/.cache/pip/wheels/58/43/06/5617ffe1421e9757ffedbec5d4dc11ac2ca357a5c5ffd7bbdb 2017-08-02 07:30:28.616 | Running setup.py bdist_wheel for ovs: started 2017-08-02 07:30:29.856 | Running setup.py bdist_wheel for ovs: finished with status 'done' 2017-08-02 07:30:29.856 | Stored in directory: /root/.cache/pip/wheels/65/30/d9/9c6c1998150bb5b2eba6ed00722244abf104a6e85773d65301 2017-08-02 07:30:29.869 | Running setup.py bdist_wheel for pyroute2: started 2017-08-02 07:30:30.879 | Running setup.py bdist_wheel for pyroute2: finished with status 'done' 2017-08-02 07:30:30.880 | Stored in directory: /root/.cache/pip/wheels/4d/f4/52/dbdb7bd08e0e37bf6b4e3a2182c58afe175e0ef0559918c6b9 2017-08-02 07:30:30.911 | Running setup.py bdist_wheel for ryu: started 2017-08-02 07:30:34.108 | Running setup.py bdist_wheel for ryu: finished with status 'done' 2017-08-02 07:30:34.108 | Stored in directory: /root/.cache/pip/wheels/88/05/fa/0be1c17873eb34b22f9a236f80be48d3e205d41567b456f077 2017-08-02 07:30:34.528 | Running setup.py bdist_wheel for simplejson: started 2017-08-02 07:30:36.596 | Running setup.py bdist_wheel for simplejson: finished with status 'done' 2017-08-02 07:30:36.596 | Stored in directory: /root/.cache/pip/wheels/43/c5/ef/edcebbb19becffd2ba75bf219afdbb4ca85198b2d909f1b31b 2017-08-02 07:30:36.610 | Running setup.py bdist_wheel for tinyrpc: started 2017-08-02 07:30:37.557 | Running setup.py bdist_wheel for tinyrpc: finished with status 'done' 2017-08-02 07:30:37.557 | Stored in directory: /root/.cache/pip/wheels/b6/fb/2d/fa608e9ba39d6783b5409277a4a23acbe117e45423380a8ef4 2017-08-02 07:30:37.567 | Running setup.py bdist_wheel for weakrefmethod: started 2017-08-02 07:30:38.485 | Running setup.py bdist_wheel for weakrefmethod: finished with status 'done' 2017-08-02 07:30:38.485 | Stored in directory: /root/.cache/pip/wheels/70/11/e0/5a8e9a30d112eb688acc67cfe1375cf44aa1164c33d03b111b 2017-08-02 07:30:38.489 | Successfully built logutils ovs pyroute2 ryu simplejson tinyrpc weakrefmethod 2017-08-02 07:30:38.490 | Installing collected packages: singledispatch, logutils, pecan, neutron-lib, simplejson, osc-lib, python-neutronclient, ovs, tinyrpc, ryu, oslo.privsep, oslo.reports, oslo.rootwrap, oslo.versionedobjects, pyroute2, weakrefmethod, python-novaclient, python-designateclient, neutron 2017-08-02 07:30:42.105 | Running setup.py develop for neutron 2017-08-02 07:30:47.425 | Successfully installed logutils-0.3.3 neutron neutron-lib-1.1.0 osc-lib-1.3.0 oslo.privsep-1.16.0 oslo.reports-1.17.1 oslo.rootwrap-5.4.1 oslo.versionedobjects-1.21.0 ovs-2.6.1 pecan-1.2.1 pyroute2-0.4.12 python-designateclient-2.6.0 python-neutronclient-6.1.0 python-novaclient-7.1.2 ryu-4.10 simplejson-3.10.0 singledispatch-3.4.0.3 tinyrpc-0.5 weakrefmethod-1.0.3 2017-08-02 07:30:47.820 | + inc/python:pip_install:229 : result=0 2017-08-02 07:30:47.822 | + inc/python:pip_install:232 : local test_req=/opt/stack/neutron/test-requirements.txt 2017-08-02 07:30:47.824 | + inc/python:pip_install:233 : [[ 0 == 0 ]] 2017-08-02 07:30:47.826 | + inc/python:pip_install:233 : [[ -e /opt/stack/neutron/test-requirements.txt ]] 2017-08-02 07:30:47.828 | + inc/python:pip_install:234 : echo 'Installing test-requirements for /opt/stack/neutron/test-requirements.txt' 2017-08-02 07:30:47.828 | Installing test-requirements for /opt/stack/neutron/test-requirements.txt 2017-08-02 07:30:47.831 | + inc/python:pip_install:236 : sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt -r /opt/stack/neutron/test-requirements.txt 2017-08-02 07:30:48.901 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2017-08-02 07:30:48.904 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2017-08-02 07:30:49.439 | Requirement already satisfied: PyMySQL===0.7.9 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) 2017-08-02 07:30:49.442 | Requirement already satisfied: Sphinx===1.3.6 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 28)) 2017-08-02 07:30:49.469 | Requirement already satisfied: WebTest===2.0.24 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) 2017-08-02 07:30:49.486 | Requirement already satisfied: alabaster===0.7.9 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 66)) 2017-08-02 07:30:49.489 | Requirement already satisfied: beautifulsoup4===4.5.3 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 79)) 2017-08-02 07:30:49.495 | Requirement already satisfied: coverage===4.3.4 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 100)) 2017-08-02 07:30:49.755 | Collecting ddt===1.1.1 (from -c /opt/stack/requirements/upper-constraints.txt (line 105)) 2017-08-02 07:30:50.138 | Downloading ddt-1.1.1-py2.py3-none-any.whl 2017-08-02 07:30:50.423 | Requirement already satisfied: docutils===0.12 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) 2017-08-02 07:30:50.427 | Requirement already satisfied: fixtures===3.0.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 138)) 2017-08-02 07:30:50.440 | Requirement already satisfied: mock===2.0.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) 2017-08-02 07:30:50.472 | Requirement already satisfied: os-testr===0.8.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 233)) 2017-08-02 07:30:50.482 | Requirement already satisfied: oslosphinx===4.10.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 256)) 2017-08-02 07:30:50.489 | Requirement already satisfied: oslotest===2.13.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 257)) 2017-08-02 07:30:50.506 | Requirement already satisfied: pbr===1.10.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 265)) 2017-08-02 07:30:50.509 | Requirement already satisfied: python-subunit===1.2.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) 2017-08-02 07:30:50.525 | Requirement already satisfied: reno===2.2.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 359)) 2017-08-02 07:30:50.540 | Requirement already satisfied: requests===2.12.5 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 362)) 2017-08-02 07:30:50.556 | Requirement already satisfied: six===1.10.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 385)) 2017-08-02 07:30:50.559 | Requirement already satisfied: snowballstemmer===1.2.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 388)) 2017-08-02 07:30:50.562 | Requirement already satisfied: sphinx-rtd-theme===0.1.9 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 390)) 2017-08-02 07:30:50.567 | Requirement already satisfied: tempest===14.0.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 409)) 2017-08-02 07:30:50.609 | Requirement already satisfied: testrepository===0.0.20 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 413)) 2017-08-02 07:30:50.623 | Requirement already satisfied: testresources===2.0.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 414)) 2017-08-02 07:30:50.634 | Requirement already satisfied: testscenarios===0.5.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 415)) 2017-08-02 07:30:50.640 | Requirement already satisfied: testtools===2.2.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 416)) 2017-08-02 07:30:50.657 | Requirement already satisfied: traceback2===1.4.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 421)) 2017-08-02 07:30:50.661 | Requirement already satisfied: unittest2===1.1.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 429)) 2017-08-02 07:30:50.670 | Requirement already satisfied: urllib3===1.20 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 431)) 2017-08-02 07:30:50.691 | Requirement already satisfied: waitress===1.0.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) 2017-08-02 07:30:50.703 | Collecting hacking<0.13,>=0.12.0 (from -r /opt/stack/neutron/test-requirements.txt (line 4)) 2017-08-02 07:30:50.790 | Downloading hacking-0.12.0-py2.py3-none-any.whl 2017-08-02 07:30:51.163 | Collecting pylint==1.4.5 (from -r /opt/stack/neutron/test-requirements.txt (line 20)) 2017-08-02 07:30:51.323 | Downloading pylint-1.4.5-py2.py3-none-any.whl (432kB) 2017-08-02 07:30:51.948 | Requirement already satisfied: Jinja2===2.8.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 9)) 2017-08-02 07:30:51.953 | Requirement already satisfied: Babel===2.3.4 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 3)) 2017-08-02 07:30:51.957 | Requirement already satisfied: Pygments===2.2.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 23)) 2017-08-02 07:30:51.960 | Requirement already satisfied: WebOb===1.6.3 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) 2017-08-02 07:30:51.970 | Requirement already satisfied: funcsigs===1.0.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 143)) 2017-08-02 07:30:51.976 | Requirement already satisfied: debtcollector===1.11.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 106)) 2017-08-02 07:30:51.990 | Requirement already satisfied: os-client-config===1.26.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) 2017-08-02 07:30:52.001 | Requirement already satisfied: mox3===0.20.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) 2017-08-02 07:30:52.007 | Requirement already satisfied: extras===1.0.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 134)) 2017-08-02 07:30:52.009 | Requirement already satisfied: dulwich===0.16.3 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 129)) 2017-08-02 07:30:52.012 | Requirement already satisfied: PyYAML===3.12 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) 2017-08-02 07:30:52.015 | Requirement already satisfied: oslo.utils===3.22.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) 2017-08-02 07:30:52.039 | Requirement already satisfied: jsonschema===2.5.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 175)) 2017-08-02 07:30:52.055 | Requirement already satisfied: prettytable===0.7.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 273)) 2017-08-02 07:30:52.058 | Requirement already satisfied: netaddr===0.7.19 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) 2017-08-02 07:30:52.062 | Requirement already satisfied: oslo.concurrency===3.18.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 239)) 2017-08-02 07:30:52.082 | Requirement already satisfied: stevedore===1.20.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 401)) 2017-08-02 07:30:52.087 | Requirement already satisfied: paramiko===2.1.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) 2017-08-02 07:30:52.093 | Requirement already satisfied: cliff===2.4.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 94)) 2017-08-02 07:30:52.111 | Requirement already satisfied: oslo.config===3.22.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) 2017-08-02 07:30:52.123 | Requirement already satisfied: oslo.log===3.20.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) 2017-08-02 07:30:52.152 | Requirement already satisfied: oslo.serialization===2.16.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 251)) 2017-08-02 07:30:52.162 | Requirement already satisfied: python-mimeparse===1.6.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) 2017-08-02 07:30:52.165 | Requirement already satisfied: linecache2===1.0.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 188)) 2017-08-02 07:30:52.167 | Requirement already satisfied: argparse in /usr/lib/python2.7/site-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 429)) 2017-08-02 07:30:52.170 | Requirement already satisfied: pyflakes==0.8.1 in /usr/lib/python2.7/site-packages (from hacking<0.13,>=0.12.0->-r /opt/stack/neutron/test-requirements.txt (line 4)) 2017-08-02 07:30:52.173 | Collecting flake8<2.6.0,>=2.5.4 (from hacking<0.13,>=0.12.0->-r /opt/stack/neutron/test-requirements.txt (line 4)) 2017-08-02 07:30:52.229 | Using cached flake8-2.5.5-py2.py3-none-any.whl 2017-08-02 07:30:52.249 | Requirement already satisfied: pep8==1.5.7 in /usr/lib/python2.7/site-packages (from hacking<0.13,>=0.12.0->-r /opt/stack/neutron/test-requirements.txt (line 4)) 2017-08-02 07:30:52.255 | Requirement already satisfied: mccabe==0.2.1 in /usr/lib/python2.7/site-packages (from hacking<0.13,>=0.12.0->-r /opt/stack/neutron/test-requirements.txt (line 4)) 2017-08-02 07:30:52.515 | Collecting logilab-common===1.3.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 189)) 2017-08-02 07:30:52.663 | Downloading logilab-common-1.3.0.tar.gz (185kB) 2017-08-02 07:30:55.007 | Collecting astroid===1.3.8 (from -c /opt/stack/requirements/upper-constraints.txt (line 73)) 2017-08-02 07:30:55.153 | Downloading astroid-1.3.8-py2.py3-none-any.whl (183kB) 2017-08-02 07:30:55.513 | Requirement already satisfied: MarkupSafe===0.23 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 11)) 2017-08-02 07:30:55.516 | Requirement already satisfied: pytz===2016.10 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) 2017-08-02 07:30:55.522 | Requirement already satisfied: wrapt===1.10.8 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 442)) 2017-08-02 07:30:55.524 | Requirement already satisfied: appdirs===1.4.3 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 72)) 2017-08-02 07:30:55.528 | Requirement already satisfied: keystoneauth1===2.18.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 180)) 2017-08-02 07:30:55.552 | Requirement already satisfied: requestsexceptions===1.1.3 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 367)) 2017-08-02 07:30:55.556 | Requirement already satisfied: pyparsing===2.1.10 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) 2017-08-02 07:30:55.559 | Requirement already satisfied: iso8601===0.1.11 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 167)) 2017-08-02 07:30:55.562 | Requirement already satisfied: netifaces===0.10.5 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 206)) 2017-08-02 07:30:55.565 | Requirement already satisfied: monotonic===1.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 198)) 2017-08-02 07:30:55.568 | Requirement already satisfied: oslo.i18n===3.12.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 243)) 2017-08-02 07:30:55.575 | Requirement already satisfied: functools32===3.2.3.post2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 144)) 2017-08-02 07:30:55.577 | Requirement already satisfied: fasteners===0.14.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 137)) 2017-08-02 07:30:55.582 | Requirement already satisfied: enum34===1.1.6 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) 2017-08-02 07:30:55.585 | Requirement already satisfied: cryptography===1.7.1 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) 2017-08-02 07:30:55.626 | Requirement already satisfied: pyasn1===0.1.9 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) 2017-08-02 07:30:55.629 | Requirement already satisfied: cmd2===0.6.9 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 96)) 2017-08-02 07:30:55.633 | Requirement already satisfied: unicodecsv===0.14.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 428)) 2017-08-02 07:30:55.635 | Requirement already satisfied: rfc3986===0.4.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) 2017-08-02 07:30:55.639 | Requirement already satisfied: python-dateutil===2.6.0 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) 2017-08-02 07:30:55.643 | Requirement already satisfied: oslo.context===2.12.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 241)) 2017-08-02 07:30:55.650 | Requirement already satisfied: pyinotify===0.9.6 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 291)) 2017-08-02 07:30:55.653 | Requirement already satisfied: msgpack-python===0.4.8 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 202)) 2017-08-02 07:30:55.656 | Requirement already satisfied: setuptools in /usr/lib/python2.7/site-packages (from logilab-common===1.3.0->-c /opt/stack/requirements/upper-constraints.txt (line 189)) 2017-08-02 07:30:55.664 | Requirement already satisfied: positional===1.1.1 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 272)) 2017-08-02 07:30:55.670 | Requirement already satisfied: cffi===1.9.1 in /usr/lib64/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 89)) 2017-08-02 07:30:55.673 | Requirement already satisfied: idna===2.2 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) 2017-08-02 07:30:55.676 | Requirement already satisfied: ipaddress===1.0.18 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 165)) 2017-08-02 07:30:55.679 | Requirement already satisfied: pycparser===2.17 in /usr/lib/python2.7/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 286)) 2017-08-02 07:30:55.681 | Building wheels for collected packages: logilab-common 2017-08-02 07:30:55.681 | Running setup.py bdist_wheel for logilab-common: started 2017-08-02 07:30:56.841 | Running setup.py bdist_wheel for logilab-common: finished with status 'done' 2017-08-02 07:30:56.841 | Stored in directory: /root/.cache/pip/wheels/43/35/45/5d8806d35eb0581993667b6c5f913a0e6f9a90bdf041d92db3 2017-08-02 07:30:56.890 | Successfully built logilab-common 2017-08-02 07:30:56.891 | Installing collected packages: logilab-common, astroid, ddt, flake8, hacking, pylint 2017-08-02 07:30:57.722 | Found existing installation: flake8 2.2.4 2017-08-02 07:30:57.729 | Uninstalling flake8-2.2.4: 2017-08-02 07:30:57.738 | Successfully uninstalled flake8-2.2.4 2017-08-02 07:30:57.776 | Found existing installation: hacking 0.10.3 2017-08-02 07:30:57.785 | Uninstalling hacking-0.10.3: 2017-08-02 07:30:57.789 | Successfully uninstalled hacking-0.10.3 2017-08-02 07:30:59.267 | Successfully installed astroid-1.3.8 ddt-1.1.1 flake8-2.5.5 hacking-0.12.0 logilab-common-1.3.0 pylint-1.4.5 2017-08-02 07:30:59.845 | + inc/python:pip_install:242 : result=0 2017-08-02 07:30:59.848 | + inc/python:pip_install:245 : time_stop pip_install 2017-08-02 07:30:59.851 | + functions-common:time_stop:2398 : local name 2017-08-02 07:30:59.855 | + functions-common:time_stop:2399 : local end_time 2017-08-02 07:30:59.858 | + functions-common:time_stop:2400 : local elapsed_time 2017-08-02 07:30:59.861 | + functions-common:time_stop:2401 : local total 2017-08-02 07:30:59.867 | + functions-common:time_stop:2402 : local start_time 2017-08-02 07:30:59.870 | + functions-common:time_stop:2404 : name=pip_install 2017-08-02 07:30:59.873 | + functions-common:time_stop:2405 : start_time=1501658995 2017-08-02 07:30:59.876 | + functions-common:time_stop:2407 : [[ -z 1501658995 ]] 2017-08-02 07:30:59.880 | ++ functions-common:time_stop:2410 : date +%s 2017-08-02 07:30:59.888 | + functions-common:time_stop:2410 : end_time=1501659059 2017-08-02 07:30:59.892 | + functions-common:time_stop:2411 : elapsed_time=64 2017-08-02 07:30:59.903 | + functions-common:time_stop:2412 : total=358 2017-08-02 07:30:59.911 | + functions-common:time_stop:2414 : _TIME_START[$name]= 2017-08-02 07:30:59.914 | + functions-common:time_stop:2415 : _TIME_TOTAL[$name]=422 2017-08-02 07:30:59.919 | + inc/python:pip_install:246 : return 0 2017-08-02 07:30:59.922 | + inc/python:setup_package:423 : [[ -e == \-\e ]] 2017-08-02 07:30:59.925 | + inc/python:setup_package:424 : safe_chown -R stack /opt/stack/neutron/neutron.egg-info 2017-08-02 07:30:59.928 | + functions-common:safe_chown:2299 : _safe_permission_operation chown -R stack /opt/stack/neutron/neutron.egg-info 2017-08-02 07:30:59.948 | + functions-common:_safe_permission_operation:2170 : sudo chown -R stack /opt/stack/neutron/neutron.egg-info 2017-08-02 07:30:59.960 | + lib/neutron-legacy:install_mutnauq:438 : '[' ironic == xenserver ']' 2017-08-02 07:30:59.962 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2017-08-02 07:30:59.964 | + stack.sh:main:863 : is_service_enabled nova 2017-08-02 07:30:59.985 | + functions-common:is_service_enabled:2073 : return 0 2017-08-02 07:30:59.988 | + stack.sh:main:865 : stack_install_service nova 2017-08-02 07:30:59.990 | + lib/stack:stack_install_service:20 : local service=nova 2017-08-02 07:30:59.993 | + lib/stack:stack_install_service:21 : type install_nova 2017-08-02 07:30:59.996 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2017-08-02 07:30:59.999 | + lib/stack:stack_install_service:32 : install_nova 2017-08-02 07:31:00.001 | + lib/nova:install_nova:723 : use_library_from_git os-vif 2017-08-02 07:31:00.003 | + inc/python:use_library_from_git:264 : local name=os-vif 2017-08-02 07:31:00.005 | + inc/python:use_library_from_git:265 : local enabled=1 2017-08-02 07:31:00.007 | + inc/python:use_library_from_git:266 : [[ '' = \A\L\L ]] 2017-08-02 07:31:00.010 | + inc/python:use_library_from_git:266 : [[ ,, =~ ,os-vif, ]] 2017-08-02 07:31:00.011 | + inc/python:use_library_from_git:267 : return 1 2017-08-02 07:31:00.014 | + lib/nova:install_nova:728 : is_service_enabled n-cpu 2017-08-02 07:31:00.027 | + functions-common:is_service_enabled:2073 : return 0 2017-08-02 07:31:00.030 | + lib/nova:install_nova:728 : [[ -r /opt/stack/devstack/lib/nova_plugins/hypervisor-ironic ]] 2017-08-02 07:31:00.032 | + lib/nova:install_nova:729 : install_nova_hypervisor 2017-08-02 07:31:00.035 | + lib/nova_plugins/hypervisor-ironic:install_nova_hypervisor:59 : is_ironic_hardware 2017-08-02 07:31:00.037 | + functions-common:is_ironic_hardware:1027 : is_service_enabled ironic 2017-08-02 07:31:00.050 | + functions-common:is_service_enabled:2073 : return 0 2017-08-02 07:31:00.052 | + functions-common:is_ironic_hardware:1027 : [[ False == \T\r\u\e ]] 2017-08-02 07:31:00.054 | + functions-common:is_ironic_hardware:1028 : return 1 2017-08-02 07:31:00.056 | + lib/nova_plugins/hypervisor-ironic:install_nova_hypervisor:62 : install_libvirt 2017-08-02 07:31:00.059 | + lib/nova_plugins/functions-libvirt:install_libvirt:25 : is_ubuntu 2017-08-02 07:31:00.061 | + functions-common:is_ubuntu:466 : [[ -z rpm ]] 2017-08-02 07:31:00.064 | + functions-common:is_ubuntu:469 : '[' rpm = deb ']' 2017-08-02 07:31:00.066 | + lib/nova_plugins/functions-libvirt:install_libvirt:35 : is_fedora 2017-08-02 07:31:00.068 | + functions-common:is_fedora:439 : [[ -z RedHatEnterpriseServer ]] 2017-08-02 07:31:00.070 | + functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = Fedora ']' 2017-08-02 07:31:00.073 | + functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = 'Red Hat' ']' 2017-08-02 07:31:00.075 | + functions-common:is_fedora:444 : '[' RedHatEnterpriseServer = RedHatEnterpriseServer ']' 2017-08-02 07:31:00.078 | + lib/nova_plugins/functions-libvirt:install_libvirt:37 : [[ ! rhel7 =~ kvmibm1 ]] 2017-08-02 07:31:00.080 | + lib/nova_plugins/functions-libvirt:install_libvirt:37 : [[ ! rhel7 =~ rhel7 ]] 2017-08-02 07:31:00.083 | + lib/nova_plugins/functions-libvirt:install_libvirt:41 : [[ rhel7 =~ rhel7 ]] 2017-08-02 07:31:00.085 | + lib/nova_plugins/functions-libvirt:install_libvirt:46 : install_package qemu-kvm 2017-08-02 07:31:00.087 | + functions-common:install_package:1285 : update_package_repo 2017-08-02 07:31:00.090 | + functions-common:update_package_repo:1257 : NO_UPDATE_REPOS=False 2017-08-02 07:31:00.092 | + functions-common:update_package_repo:1258 : REPOS_UPDATED=False 2017-08-02 07:31:00.095 | + functions-common:update_package_repo:1259 : RETRY_UPDATE=False 2017-08-02 07:31:00.097 | + functions-common:update_package_repo:1261 : [[ False = \T\r\u\e ]] 2017-08-02 07:31:00.099 | + functions-common:update_package_repo:1265 : is_ubuntu 2017-08-02 07:31:00.101 | + functions-common:is_ubuntu:466 : [[ -z rpm ]] 2017-08-02 07:31:00.103 | + functions-common:is_ubuntu:469 : '[' rpm = deb ']' 2017-08-02 07:31:00.105 | + functions-common:install_package:1286 : real_install_package qemu-kvm 2017-08-02 07:31:00.107 | + functions-common:real_install_package:1271 : is_ubuntu 2017-08-02 07:31:00.109 | + functions-common:is_ubuntu:466 : [[ -z rpm ]] 2017-08-02 07:31:00.111 | + functions-common:is_ubuntu:469 : '[' rpm = deb ']' 2017-08-02 07:31:00.113 | + functions-common:real_install_package:1273 : is_fedora 2017-08-02 07:31:00.115 | + functions-common:is_fedora:439 : [[ -z RedHatEnterpriseServer ]] 2017-08-02 07:31:00.117 | + functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = Fedora ']' 2017-08-02 07:31:00.119 | + functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = 'Red Hat' ']' 2017-08-02 07:31:00.121 | + functions-common:is_fedora:444 : '[' RedHatEnterpriseServer = RedHatEnterpriseServer ']' 2017-08-02 07:31:00.123 | + functions-common:real_install_package:1274 : yum_install qemu-kvm 2017-08-02 07:31:00.125 | + functions-common:yum_install:1329 : local result parse_yum_result 2017-08-02 07:31:00.127 | + functions-common:yum_install:1331 : [[ False = \T\r\u\e ]] 2017-08-02 07:31:00.129 | + functions-common:yum_install:1333 : time_start yum_install 2017-08-02 07:31:00.131 | + functions-common:time_start:2384 : local name=yum_install 2017-08-02 07:31:00.132 | + functions-common:time_start:2385 : local start_time= 2017-08-02 07:31:00.134 | + functions-common:time_start:2386 : [[ -n '' ]] 2017-08-02 07:31:00.137 | ++ functions-common:time_start:2389 : date +%s 2017-08-02 07:31:00.140 | + functions-common:time_start:2389 : _TIME_START[$name]=1501659060 2017-08-02 07:31:00.142 | + functions-common:yum_install:1354 : parse_yum_result=' \ 2017-08-02 07:31:00.142 | BEGIN { result=0 } \ 2017-08-02 07:31:00.142 | /^YUM_FAILED/ { result=$2 } \ 2017-08-02 07:31:00.142 | /^No package/ { result=2 } \ 2017-08-02 07:31:00.142 | /^Failed:/ { result=2 } \ 2017-08-02 07:31:00.142 | //{ print } \ 2017-08-02 07:31:00.142 | END { exit result }' 2017-08-02 07:31:00.145 | + functions-common:yum_install:1355 : sudo_with_proxies yum install -y qemu-kvm 2017-08-02 07:31:00.145 | + functions-common:yum_install:1356 : awk ' \ 2017-08-02 07:31:00.145 | BEGIN { result=0 } \ 2017-08-02 07:31:00.146 | /^YUM_FAILED/ { result=$2 } \ 2017-08-02 07:31:00.146 | /^No package/ { result=2 } \ 2017-08-02 07:31:00.146 | /^Failed:/ { result=2 } \ 2017-08-02 07:31:00.146 | //{ print } \ 2017-08-02 07:31:00.146 | END { exit result }' 2017-08-02 07:31:06.125 | + functions-common:sudo_with_proxies:2352 : local sudo 2017-08-02 07:31:06.125 | ++ functions-common:sudo_with_proxies:2354 : id -u 2017-08-02 07:31:06.125 | + functions-common:sudo_with_proxies:2354 : [[ 1000 = \0 ]] 2017-08-02 07:31:06.125 | + functions-common:sudo_with_proxies:2354 : sudo=sudo 2017-08-02 07:31:06.125 | + functions-common:sudo_with_proxies:2356 : sudo http_proxy= https_proxy= no_proxy= yum install -y qemu-kvm 2017-08-02 07:31:06.125 | Plugin "search-disabled-repos" requires API 2.7. Supported API is 2.6. 2017-08-02 07:31:06.125 | Loaded plugins: product-id, versionlock 2017-08-02 07:31:06.125 | Package 10:qemu-kvm-1.5.3-141.el7.x86_64 is obsoleted by 10:qemu-kvm-ev-2.6.0-28.el7.10.1.x86_64 which is already installed 2017-08-02 07:31:06.125 | Nothing to do 2017-08-02 07:31:06.130 | + functions-common:yum_install:1356 : result=0 2017-08-02 07:31:06.131 | + functions-common:yum_install:1358 : time_stop yum_install 2017-08-02 07:31:06.133 | + functions-common:time_stop:2398 : local name 2017-08-02 07:31:06.135 | + functions-common:time_stop:2399 : local end_time 2017-08-02 07:31:06.137 | + functions-common:time_stop:2400 : local elapsed_time 2017-08-02 07:31:06.139 | + functions-common:time_stop:2401 : local total 2017-08-02 07:31:06.141 | + functions-common:time_stop:2402 : local start_time 2017-08-02 07:31:06.142 | + functions-common:time_stop:2404 : name=yum_install 2017-08-02 07:31:06.144 | + functions-common:time_stop:2405 : start_time=1501659060 2017-08-02 07:31:06.145 | + functions-common:time_stop:2407 : [[ -z 1501659060 ]] 2017-08-02 07:31:06.147 | ++ functions-common:time_stop:2410 : date +%s 2017-08-02 07:31:06.151 | + functions-common:time_stop:2410 : end_time=1501659066 2017-08-02 07:31:06.152 | + functions-common:time_stop:2411 : elapsed_time=6 2017-08-02 07:31:06.154 | + functions-common:time_stop:2412 : total=330 2017-08-02 07:31:06.155 | + functions-common:time_stop:2414 : _TIME_START[$name]= 2017-08-02 07:31:06.157 | + functions-common:time_stop:2415 : _TIME_TOTAL[$name]=336 2017-08-02 07:31:06.158 | + functions-common:yum_install:1367 : '[' 0 == 2 ']' 2017-08-02 07:31:06.160 | + functions-common:yum_install:1371 : return 0 2017-08-02 07:31:06.162 | + lib/nova_plugins/functions-libvirt:install_libvirt:49 : install_package libvirt libvirt-devel 2017-08-02 07:31:06.163 | + functions-common:install_package:1285 : update_package_repo 2017-08-02 07:31:06.165 | + functions-common:update_package_repo:1257 : NO_UPDATE_REPOS=False 2017-08-02 07:31:06.166 | + functions-common:update_package_repo:1258 : REPOS_UPDATED=False 2017-08-02 07:31:06.168 | + functions-common:update_package_repo:1259 : RETRY_UPDATE=False 2017-08-02 07:31:06.169 | + functions-common:update_package_repo:1261 : [[ False = \T\r\u\e ]] 2017-08-02 07:31:06.171 | + functions-common:update_package_repo:1265 : is_ubuntu 2017-08-02 07:31:06.172 | + functions-common:is_ubuntu:466 : [[ -z rpm ]] 2017-08-02 07:31:06.174 | + functions-common:is_ubuntu:469 : '[' rpm = deb ']' 2017-08-02 07:31:06.176 | + functions-common:install_package:1286 : real_install_package libvirt libvirt-devel 2017-08-02 07:31:06.177 | + functions-common:real_install_package:1271 : is_ubuntu 2017-08-02 07:31:06.179 | + functions-common:is_ubuntu:466 : [[ -z rpm ]] 2017-08-02 07:31:06.180 | + functions-common:is_ubuntu:469 : '[' rpm = deb ']' 2017-08-02 07:31:06.182 | + functions-common:real_install_package:1273 : is_fedora 2017-08-02 07:31:06.184 | + functions-common:is_fedora:439 : [[ -z RedHatEnterpriseServer ]] 2017-08-02 07:31:06.186 | + functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = Fedora ']' 2017-08-02 07:31:06.187 | + functions-common:is_fedora:443 : '[' RedHatEnterpriseServer = 'Red Hat' ']' 2017-08-02 07:31:06.189 | + functions-common:is_fedora:444 : '[' RedHatEnterpriseServer = RedHatEnterpriseServer ']' 2017-08-02 07:31:06.191 | + functions-common:real_install_package:1274 : yum_install libvirt libvirt-devel 2017-08-02 07:31:06.193 | + functions-common:yum_install:1329 : local result parse_yum_result 2017-08-02 07:31:06.195 | + functions-common:yum_install:1331 : [[ False = \T\r\u\e ]] 2017-08-02 07:31:06.196 | + functions-common:yum_install:1333 : time_start yum_install 2017-08-02 07:31:06.198 | + functions-common:time_start:2384 : local name=yum_install 2017-08-02 07:31:06.200 | + functions-common:time_start:2385 : local start_time= 2017-08-02 07:31:06.201 | + functions-common:time_start:2386 : [[ -n '' ]] 2017-08-02 07:31:06.203 | ++ functions-common:time_start:2389 : date +%s 2017-08-02 07:31:06.206 | + functions-common:time_start:2389 : _TIME_START[$name]=1501659066 2017-08-02 07:31:06.208 | + functions-common:yum_install:1354 : parse_yum_result=' \ 2017-08-02 07:31:06.208 | BEGIN { result=0 } \ 2017-08-02 07:31:06.208 | /^YUM_FAILED/ { result=$2 } \ 2017-08-02 07:31:06.208 | /^No package/ { result=2 } \ 2017-08-02 07:31:06.208 | /^Failed:/ { result=2 } \ 2017-08-02 07:31:06.208 | //{ print } \ 2017-08-02 07:31:06.208 | END { exit result }' 2017-08-02 07:31:06.211 | + functions-common:yum_install:1356 : awk ' \ 2017-08-02 07:31:06.211 | BEGIN { result=0 } \ 2017-08-02 07:31:06.211 | /^YUM_FAILED/ { result=$2 } \ 2017-08-02 07:31:06.211 | /^No package/ { result=2 } \ 2017-08-02 07:31:06.211 | /^Failed:/ { result=2 } \ 2017-08-02 07:31:06.211 | //{ print } \ 2017-08-02 07:31:06.211 | END { exit result }' 2017-08-02 07:31:06.211 | + functions-common:yum_install:1355 : sudo_with_proxies yum install -y libvirt libvirt-devel 2017-08-02 07:31:11.805 | + functions-common:sudo_with_proxies:2352 : local sudo 2017-08-02 07:31:11.805 | ++ functions-common:sudo_with_proxies:2354 : id -u 2017-08-02 07:31:11.805 | + functions-common:sudo_with_proxies:2354 : [[ 1000 = \0 ]] 2017-08-02 07:31:11.805 | + functions-common:sudo_with_proxies:2354 : sudo=sudo 2017-08-02 07:31:11.805 | + functions-common:sudo_with_proxies:2356 : sudo http_proxy= https_proxy= no_proxy= yum install -y libvirt libvirt-devel 2017-08-02 07:31:11.805 | Plugin "search-disabled-repos" requires API 2.7. Supported API is 2.6. 2017-08-02 07:31:11.805 | Loaded plugins: product-id, versionlock 2017-08-02 07:31:11.805 | Package libvirt-3.2.0-14.el7_4.2.x86_64 already installed and latest version 2017-08-02 07:31:11.805 | Package libvirt-devel-3.2.0-14.el7_4.2.x86_64 already installed and latest version 2017-08-02 07:31:11.805 | Nothing to do 2017-08-02 07:31:11.807 | + functions-common:yum_install:1356 : result=0 2017-08-02 07:31:11.811 | + functions-common:yum_install:1358 : time_stop yum_install 2017-08-02 07:31:11.815 | + functions-common:time_stop:2398 : local name 2017-08-02 07:31:11.818 | + functions-common:time_stop:2399 : local end_time 2017-08-02 07:31:11.822 | + functions-common:time_stop:2400 : local elapsed_time 2017-08-02 07:31:11.827 | + functions-common:time_stop:2401 : local total 2017-08-02 07:31:11.831 | + functions-common:time_stop:2402 : local start_time 2017-08-02 07:31:11.835 | + functions-common:time_stop:2404 : name=yum_install 2017-08-02 07:31:11.838 | + functions-common:time_stop:2405 : start_time=1501659066 2017-08-02 07:31:11.843 | + functions-common:time_stop:2407 : [[ -z 1501659066 ]] 2017-08-02 07:31:11.847 | ++ functions-common:time_stop:2410 : date +%s 2017-08-02 07:31:11.854 | + functions-common:time_stop:2410 : end_time=1501659071 2017-08-02 07:31:11.858 | + functions-common:time_stop:2411 : elapsed_time=5 2017-08-02 07:31:11.862 | + functions-common:time_stop:2412 : total=336 2017-08-02 07:31:11.865 | + functions-common:time_stop:2414 : _TIME_START[$name]= 2017-08-02 07:31:11.869 | + functions-common:time_stop:2415 : _TIME_TOTAL[$name]=341 2017-08-02 07:31:11.873 | + functions-common:yum_install:1367 : '[' 0 == 2 ']' 2017-08-02 07:31:11.877 | + functions-common:yum_install:1371 : return 0 2017-08-02 07:31:11.881 | + lib/nova_plugins/functions-libvirt:install_libvirt:50 : pip_install_gr libvirt-python 2017-08-02 07:31:11.884 | + inc/python:pip_install_gr:66 : local name=libvirt-python 2017-08-02 07:31:11.888 | + inc/python:pip_install_gr:67 : local clean_name 2017-08-02 07:31:11.893 | ++ inc/python:pip_install_gr:68 : get_from_global_requirements libvirt-python 2017-08-02 07:31:11.897 | ++ inc/python:get_from_global_requirements:252 : local package=libvirt-python 2017-08-02 07:31:11.901 | ++ inc/python:get_from_global_requirements:253 : local required_pkg 2017-08-02 07:31:11.907 | +++ inc/python:get_from_global_requirements:254 : grep -i -h '^libvirt-python' /opt/stack/requirements/global-requirements.txt 2017-08-02 07:31:11.908 | +++ inc/python:get_from_global_requirements:254 : cut -d# -f1 2017-08-02 07:31:11.915 | ++ inc/python:get_from_global_requirements:254 : required_pkg='libvirt-python>=1.2.5 ' 2017-08-02 07:31:11.918 | ++ inc/python:get_from_global_requirements:255 : [[ libvirt-python>=1.2.5 == '' ]] 2017-08-02 07:31:11.923 | ++ inc/python:get_from_global_requirements:258 : echo 'libvirt-python>=1.2.5' 2017-08-02 07:31:11.928 | + inc/python:pip_install_gr:68 : clean_name='libvirt-python>=1.2.5' 2017-08-02 07:31:11.932 | + inc/python:pip_install_gr:69 : pip_install 'libvirt-python>=1.2.5' 2017-08-02 07:31:12.624 | + inc/python:pip_install:222 : sudo -H http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /bin/pip2.7 install -c /opt/stack/requirements/upper-constraints.txt 'libvirt-python>=1.2.5' 2017-08-02 07:31:13.845 | Ignoring dnspython3: markers 'python_version == "3.4"' don't match your environment 2017-08-02 07:31:13.848 | Ignoring dnspython3: markers 'python_version == "3.5"' don't match your environment 2017-08-02 07:31:14.636 | Collecting libvirt-python===2.5.0 (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) 2017-08-02 07:31:15.032 | Downloading libvirt-python-2.5.0.tar.gz (172kB) 2017-08-02 07:31:17.322 | Building wheels for collected packages: libvirt-python 2017-08-02 07:31:17.323 | Running setup.py bdist_wheel for libvirt-python: started 2017-08-02 07:31:18.708 | Running setup.py bdist_wheel for libvirt-python: finished with status 'error' 2017-08-02 07:31:18.708 | Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-G1yAI1/libvirt-python/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" bdist_wheel -d /tmp/tmp58crR_pip-wheel- --python-tag cp27: 2017-08-02 07:31:18.708 | running bdist_wheel 2017-08-02 07:31:18.708 | running build 2017-08-02 07:31:18.708 | /usr/bin/pkg-config --print-errors --atleast-version=0.9.11 libvirt 2017-08-02 07:31:18.708 | /usr/bin/python generator.py libvirt /usr/share/libvirt/api/libvirt-api.xml 2017-08-02 07:31:18.708 | Found 420 functions in /usr/share/libvirt/api/libvirt-api.xml 2017-08-02 07:31:18.708 | Found 0 functions in libvirt-override-api.xml 2017-08-02 07:31:18.708 | Generated 346 wrapper functions 2017-08-02 07:31:18.708 | Missing type converters: 2017-08-02 07:31:18.708 | virConnectSecretEventGenericCallback:1 2017-08-02 07:31:18.708 | virStorageVolInfoPtr:1 2017-08-02 07:31:18.708 | ERROR: failed virConnectSecretEventRegisterAny 2017-08-02 07:31:18.708 | ERROR: failed virStorageVolGetInfoFlags 2017-08-02 07:31:18.708 | error: command '/usr/bin/python' failed with exit status 1 2017-08-02 07:31:18.708 | 2017-08-02 07:31:18.708 | ---------------------------------------- 2017-08-02 07:31:18.708 | Failed building wheel for libvirt-python 2017-08-02 07:31:18.708 | Running setup.py clean for libvirt-python 2017-08-02 07:31:19.817 | Failed to build libvirt-python 2017-08-02 07:31:19.818 | Installing collected packages: libvirt-python 2017-08-02 07:31:19.818 | Running setup.py install for libvirt-python: started 2017-08-02 07:31:21.155 | Running setup.py install for libvirt-python: finished with status 'error' 2017-08-02 07:31:21.155 | Complete output from command /usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-G1yAI1/libvirt-python/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-lOjEVA-record/install-record.txt --single-version-externally-managed --compile: 2017-08-02 07:31:21.155 | running install 2017-08-02 07:31:21.155 | running build 2017-08-02 07:31:21.155 | /usr/bin/pkg-config --print-errors --atleast-version=0.9.11 libvirt 2017-08-02 07:31:21.155 | /usr/bin/python generator.py libvirt /usr/share/libvirt/api/libvirt-api.xml 2017-08-02 07:31:21.155 | Found 420 functions in /usr/share/libvirt/api/libvirt-api.xml 2017-08-02 07:31:21.155 | Found 0 functions in libvirt-override-api.xml 2017-08-02 07:31:21.155 | Generated 346 wrapper functions 2017-08-02 07:31:21.155 | Missing type converters: 2017-08-02 07:31:21.155 | virConnectSecretEventGenericCallback:1 2017-08-02 07:31:21.155 | virStorageVolInfoPtr:1 2017-08-02 07:31:21.155 | ERROR: failed virConnectSecretEventRegisterAny 2017-08-02 07:31:21.155 | ERROR: failed virStorageVolGetInfoFlags 2017-08-02 07:31:21.155 | error: command '/usr/bin/python' failed with exit status 1 2017-08-02 07:31:21.155 | 2017-08-02 07:31:21.155 | ---------------------------------------- 2017-08-02 07:31:21.161 | Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-G1yAI1/libvirt-python/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-lOjEVA-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-G1yAI1/libvirt-python/ 2017-08-02 07:31:21.447 | + inc/python:pip_install:1 : exit_trap 2017-08-02 07:31:21.449 | + stack.sh:exit_trap:494 : local r=1 2017-08-02 07:31:21.452 | ++ stack.sh:exit_trap:495 : jobs -p 2017-08-02 07:31:21.457 | + stack.sh:exit_trap:495 : jobs= 2017-08-02 07:31:21.460 | + stack.sh:exit_trap:498 : [[ -n '' ]] 2017-08-02 07:31:21.464 | + stack.sh:exit_trap:504 : kill_spinner 2017-08-02 07:31:21.467 | + stack.sh:kill_spinner:390 : '[' '!' -z '' ']' 2017-08-02 07:31:21.470 | + stack.sh:exit_trap:506 : [[ 1 -ne 0 ]] 2017-08-02 07:31:21.473 | + stack.sh:exit_trap:507 : echo 'Error on exit' 2017-08-02 07:31:21.473 | Error on exit 2017-08-02 07:31:21.477 | + stack.sh:exit_trap:508 : generate-subunit 1501658210 871 fail 2017-08-02 07:31:22.270 | + stack.sh:exit_trap:509 : [[ -z /opt/stack/devstack ]] 2017-08-02 07:31:22.272 | + stack.sh:exit_trap:512 : /opt/stack/devstack/tools/worlddump.py -d /opt/stack/devstack 2017-08-02 07:31:22.746 | + stack.sh:exit_trap:518 : exit 1