2020-10-27 21:17:45.247 | + ./stack.sh:main:457 : exec 2020-10-27 21:17:45.247 | + ./stack.sh:main:465 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2020-10-27-211745' 2020-10-27 21:17:45.247 | ++ ./stack.sh:main:457 : /usr/bin/python3.6 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2020-10-27-211745.summary.2020-10-27-211745 2020-10-27 21:17:45.247 | + ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2020-10-27 21:17:45.247 | + ./stack.sh:echo_summary:416 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2020-10-27-211745 2020-10-27 21:17:45.247 | + ./stack.sh:main:467 : ln -sf /opt/stack/logs/stack.sh.log.2020-10-27-211745 /opt/stack/logs/stack.sh.log 2020-10-27 21:17:45.247 | + ./stack.sh:main:468 : ln -sf /opt/stack/logs/stack.sh.log.2020-10-27-211745.summary.2020-10-27-211745 /opt/stack/logs/stack.sh.log.summary 2020-10-27 21:17:45.247 | + ./stack.sh:main:483 : check_path_perm_sanity /opt/stack 2020-10-27 21:17:45.247 | + functions:check_path_perm_sanity:620 : local real_path 2020-10-27 21:17:45.247 | ++ functions:check_path_perm_sanity:621 : readlink -f /opt/stack 2020-10-27 21:17:45.247 | + functions:check_path_perm_sanity:621 : real_path=/opt/stack 2020-10-27 21:17:45.247 | + functions:check_path_perm_sanity:622 : local rebuilt_path= 2020-10-27 21:17:45.247 | ++ functions:check_path_perm_sanity:623 : echo /opt/stack 2020-10-27 21:17:45.247 | ++ functions:check_path_perm_sanity:623 : tr / ' ' 2020-10-27 21:17:45.247 | + functions:check_path_perm_sanity:623 : for i in $(echo ${real_path} | tr "/" " ") 2020-10-27 21:17:45.247 | + functions:check_path_perm_sanity:624 : rebuilt_path=/opt 2020-10-27 21:17:45.247 | ++ functions:check_path_perm_sanity:626 : stat -c %a /opt 2020-10-27 21:17:45.247 | + functions:check_path_perm_sanity:626 : [[ 755 = 700 ]] 2020-10-27 21:17:45.247 | + functions:check_path_perm_sanity:623 : for i in $(echo ${real_path} | tr "/" " ") 2020-10-27 21:17:45.247 | + functions:check_path_perm_sanity:624 : rebuilt_path=/opt/stack 2020-10-27 21:17:45.247 | ++ functions:check_path_perm_sanity:626 : stat -c %a /opt/stack 2020-10-27 21:17:45.247 | + functions:check_path_perm_sanity:626 : [[ 755 = 700 ]] 2020-10-27 21:17:45.247 | + ./stack.sh:main:489 : trap exit_trap EXIT 2020-10-27 21:17:45.247 | + ./stack.sh:main:530 : trap err_trap ERR 2020-10-27 21:17:45.247 | + ./stack.sh:main:543 : set -o errexit 2020-10-27 21:17:45.247 | + ./stack.sh:main:546 : uname -a 2020-10-27 21:17:45.248 | Linux dv-cinder-759943-1-iscsi 4.15.0-55-generic #60-Ubuntu SMP Tue Jul 2 18:22:20 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux 2020-10-27 21:17:45.248 | + ./stack.sh:main:549 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2020-10-27 21:17:45.250 | + ./stack.sh:main:550 : rm -f /opt/stack/data/ca-bundle.pem 2020-10-27 21:17:45.253 | + ./stack.sh:main:553 : source /home/ubuntu/devstack/lib/database 2020-10-27 21:17:45.279 | + ./stack.sh:main:554 : source /home/ubuntu/devstack/lib/rpc_backend 2020-10-27 21:17:45.294 | + ./stack.sh:main:560 : fetch_plugins 2020-10-27 21:17:45.296 | + functions-common:fetch_plugins:1656 : local plugins= 2020-10-27 21:17:45.299 | + functions-common:fetch_plugins:1657 : local plugin 2020-10-27 21:17:45.301 | + functions-common:fetch_plugins:1660 : [[ -z '' ]] 2020-10-27 21:17:45.303 | + functions-common:fetch_plugins:1661 : return 2020-10-27 21:17:45.305 | + ./stack.sh:main:564 : run_phase override_defaults 2020-10-27 21:17:45.307 | + functions-common:run_phase:1738 : local mode=override_defaults 2020-10-27 21:17:45.309 | + functions-common:run_phase:1739 : local phase= 2020-10-27 21:17:45.311 | + functions-common:run_phase:1740 : [[ -d /home/ubuntu/devstack/extras.d ]] 2020-10-27 21:17:45.313 | + functions-common:run_phase:1741 : local extra_plugin_file_name 2020-10-27 21:17:45.315 | + functions-common:run_phase:1742 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2020-10-27 21:17:45.317 | + functions-common:run_phase:1747 : local exceptions=80-tempest.sh 2020-10-27 21:17:45.319 | + functions-common:run_phase:1748 : local extra 2020-10-27 21:17:45.323 | ++ functions-common:run_phase:1749 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2020-10-27 21:17:45.326 | + functions-common:run_phase:1749 : extra=80-tempest.sh 2020-10-27 21:17:45.328 | + functions-common:run_phase:1750 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2020-10-27 21:17:45.330 | + functions-common:run_phase:1754 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2020-10-27 21:17:45.332 | + functions-common:run_phase:1754 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2020-10-27 21:17:45.334 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2020-10-27 21:17:45.346 | ++ functions-common:is_service_enabled:1966 : return 0 2020-10-27 21:17:45.348 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2020-10-27 21:17:45.350 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2020-10-27 21:17:45.352 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2020-10-27 21:17:45.354 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2020-10-27 21:17:45.356 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2020-10-27 21:17:45.358 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2020-10-27 21:17:45.360 | ++ extras.d/80-tempest.sh:source:26 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2020-10-27 21:17:45.361 | ++ extras.d/80-tempest.sh:source:31 : [[ override_defaults == \c\l\e\a\n ]] 2020-10-27 21:17:45.363 | + functions-common:run_phase:1759 : [[ override_defaults == \s\o\u\r\c\e ]] 2020-10-27 21:17:45.365 | + functions-common:run_phase:1762 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2020-10-27 21:17:45.367 | + functions-common:run_phase:1763 : plugin_override_defaults 2020-10-27 21:17:45.369 | + functions-common:plugin_override_defaults:1697 : local plugins= 2020-10-27 21:17:45.371 | + functions-common:plugin_override_defaults:1698 : local plugin 2020-10-27 21:17:45.373 | + functions-common:plugin_override_defaults:1701 : [[ -z '' ]] 2020-10-27 21:17:45.375 | + functions-common:plugin_override_defaults:1702 : return 2020-10-27 21:17:45.377 | + ./stack.sh:main:567 : source /home/ubuntu/devstack/lib/apache 2020-10-27 21:17:45.395 | + ./stack.sh:main:570 : source /home/ubuntu/devstack/lib/tls 2020-10-27 21:17:45.397 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2020-10-27 21:17:45.410 | ++ functions-common:is_service_enabled:1966 : return 1 2020-10-27 21:17:45.412 | +++ lib/tls:source:43 : hostname -f 2020-10-27 21:17:45.416 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2020-10-27 21:17:45.418 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2020-10-27 21:17:45.420 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2020-10-27 21:17:45.422 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2020-10-27 21:17:45.424 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2020-10-27 21:17:45.426 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2020-10-27 21:17:45.428 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2020-10-27 21:17:45.430 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2020-10-27 21:17:45.432 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2020-10-27 21:17:45.434 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2020-10-27 21:17:45.438 | + ./stack.sh:main:573 : source /home/ubuntu/devstack/lib/infra 2020-10-27 21:17:45.450 | + ./stack.sh:main:574 : source /home/ubuntu/devstack/lib/libraries 2020-10-27 21:17:45.467 | + ./stack.sh:main:575 : source /home/ubuntu/devstack/lib/lvm 2020-10-27 21:17:45.479 | + ./stack.sh:main:576 : source /home/ubuntu/devstack/lib/horizon 2020-10-27 21:17:45.491 | + ./stack.sh:main:577 : source /home/ubuntu/devstack/lib/keystone 2020-10-27 21:17:45.516 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/glance 2020-10-27 21:17:45.561 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/nova 2020-10-27 21:17:45.636 | + ./stack.sh:main:580 : source /home/ubuntu/devstack/lib/placement 2020-10-27 21:17:45.657 | + ./stack.sh:main:581 : source /home/ubuntu/devstack/lib/cinder 2020-10-27 21:17:45.690 | + ./stack.sh:main:582 : source /home/ubuntu/devstack/lib/swift 2020-10-27 21:17:45.739 | + ./stack.sh:main:583 : source /home/ubuntu/devstack/lib/neutron 2020-10-27 21:17:45.867 | + ./stack.sh:main:584 : source /home/ubuntu/devstack/lib/ldap 2020-10-27 21:17:45.881 | + ./stack.sh:main:585 : source /home/ubuntu/devstack/lib/dstat 2020-10-27 21:17:45.894 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/tcpdump 2020-10-27 21:17:45.907 | + ./stack.sh:main:587 : source /home/ubuntu/devstack/lib/etcd3 2020-10-27 21:17:46.011 | + ./stack.sh:main:593 : run_phase source 2020-10-27 21:17:46.015 | + functions-common:run_phase:1738 : local mode=source 2020-10-27 21:17:46.018 | + functions-common:run_phase:1739 : local phase= 2020-10-27 21:17:46.022 | + functions-common:run_phase:1740 : [[ -d /home/ubuntu/devstack/extras.d ]] 2020-10-27 21:17:46.025 | + functions-common:run_phase:1741 : local extra_plugin_file_name 2020-10-27 21:17:46.029 | + functions-common:run_phase:1742 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2020-10-27 21:17:46.032 | + functions-common:run_phase:1747 : local exceptions=80-tempest.sh 2020-10-27 21:17:46.036 | + functions-common:run_phase:1748 : local extra 2020-10-27 21:17:46.040 | ++ functions-common:run_phase:1749 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2020-10-27 21:17:46.043 | + functions-common:run_phase:1749 : extra=80-tempest.sh 2020-10-27 21:17:46.046 | + functions-common:run_phase:1750 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2020-10-27 21:17:46.049 | + functions-common:run_phase:1754 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2020-10-27 21:17:46.051 | + functions-common:run_phase:1754 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2020-10-27 21:17:46.054 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2020-10-27 21:17:46.068 | ++ functions-common:is_service_enabled:1966 : return 0 2020-10-27 21:17:46.071 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2020-10-27 21:17:46.074 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2020-10-27 21:17:46.116 | ++ extras.d/80-tempest.sh:source:26 : [[ source == \u\n\s\t\a\c\k ]] 2020-10-27 21:17:46.118 | ++ extras.d/80-tempest.sh:source:31 : [[ source == \c\l\e\a\n ]] 2020-10-27 21:17:46.121 | + functions-common:run_phase:1759 : [[ source == \s\o\u\r\c\e ]] 2020-10-27 21:17:46.123 | + functions-common:run_phase:1760 : load_plugin_settings 2020-10-27 21:17:46.126 | + functions-common:load_plugin_settings:1674 : local plugins= 2020-10-27 21:17:46.129 | + functions-common:load_plugin_settings:1675 : local plugin 2020-10-27 21:17:46.132 | + functions-common:load_plugin_settings:1678 : [[ -z '' ]] 2020-10-27 21:17:46.135 | + functions-common:load_plugin_settings:1679 : return 2020-10-27 21:17:46.138 | + functions-common:run_phase:1761 : verify_disabled_services 2020-10-27 21:17:46.141 | + functions-common:verify_disabled_services:2021 : local service 2020-10-27 21:17:46.145 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.148 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2020-10-27 21:17:46.151 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.154 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2020-10-27 21:17:46.157 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.159 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2020-10-27 21:17:46.163 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.165 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2020-10-27 21:17:46.167 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.171 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2020-10-27 21:17:46.173 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.175 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2020-10-27 21:17:46.178 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.180 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2020-10-27 21:17:46.183 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.185 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2020-10-27 21:17:46.187 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.191 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2020-10-27 21:17:46.193 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.196 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2020-10-27 21:17:46.198 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.200 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2020-10-27 21:17:46.202 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.205 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2020-10-27 21:17:46.207 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.209 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2020-10-27 21:17:46.211 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.214 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2020-10-27 21:17:46.216 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.219 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2020-10-27 21:17:46.221 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.223 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2020-10-27 21:17:46.226 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.228 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2020-10-27 21:17:46.231 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.234 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2020-10-27 21:17:46.236 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.238 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2020-10-27 21:17:46.241 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.244 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2020-10-27 21:17:46.246 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.248 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2020-10-27 21:17:46.251 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.253 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2020-10-27 21:17:46.256 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.258 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2020-10-27 21:17:46.261 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.264 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2020-10-27 21:17:46.266 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.269 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2020-10-27 21:17:46.272 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.274 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2020-10-27 21:17:46.276 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.279 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2020-10-27 21:17:46.281 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.283 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2020-10-27 21:17:46.286 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.288 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2020-10-27 21:17:46.291 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.293 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2020-10-27 21:17:46.295 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.298 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2020-10-27 21:17:46.300 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.303 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2020-10-27 21:17:46.305 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.308 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2020-10-27 21:17:46.310 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.313 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2020-10-27 21:17:46.315 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.317 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2020-10-27 21:17:46.320 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.323 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2020-10-27 21:17:46.325 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.328 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2020-10-27 21:17:46.331 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.333 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2020-10-27 21:17:46.336 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.338 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2020-10-27 21:17:46.340 | + functions-common:verify_disabled_services:2022 : for service in ${ENABLED_SERVICES//,/ } 2020-10-27 21:17:46.342 | + functions-common:verify_disabled_services:2023 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2020-10-27 21:17:46.345 | + ./stack.sh:main:664 : initialize_database_backends 2020-10-27 21:17:46.347 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2020-10-27 21:17:46.350 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2020-10-27 21:17:46.364 | + functions-common:is_service_enabled:1966 : return 0 2020-10-27 21:17:46.366 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2020-10-27 21:17:46.369 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2020-10-27 21:17:46.371 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2020-10-27 21:17:46.385 | + functions-common:is_service_enabled:1966 : return 1 2020-10-27 21:17:46.387 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2020-10-27 21:17:46.390 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2020-10-27 21:17:46.392 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2020-10-27 21:17:46.394 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2020-10-27 21:17:46.397 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2020-10-27 21:17:46.399 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2020-10-27 21:17:46.402 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2020-10-27 21:17:46.405 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2020-10-27 21:17:46.407 | ++ lib/databases/mysql:get_database_type_mysql:35 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2020-10-27 21:17:46.409 | ++ lib/databases/mysql:get_database_type_mysql:36 : echo mysql+pymysql 2020-10-27 21:17:46.412 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2020-10-27 21:17:46.415 | + lib/database:initialize_database_backends:104 : return 0 2020-10-27 21:17:46.417 | + ./stack.sh:main:665 : echo 'Using mysql database backend' 2020-10-27 21:17:46.417 | Using mysql database backend 2020-10-27 21:17:46.420 | + ./stack.sh:main:668 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2020-10-27 21:17:46.436 | + ./stack.sh:main:680 : is_service_enabled rabbit 2020-10-27 21:17:46.453 | + functions-common:is_service_enabled:1966 : return 0 2020-10-27 21:17:46.455 | + ./stack.sh:main:681 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2020-10-27 21:17:46.472 | + ./stack.sh:main:688 : is_service_enabled keystone 2020-10-27 21:17:46.488 | + functions-common:is_service_enabled:1966 : return 0 2020-10-27 21:17:46.490 | + ./stack.sh:main:690 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2020-10-27 21:17:46.506 | + ./stack.sh:main:692 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2020-10-27 21:17:46.522 | + ./stack.sh:main:703 : is_service_enabled ldap 2020-10-27 21:17:46.538 | + functions-common:is_service_enabled:1966 : return 1 2020-10-27 21:17:46.541 | + ./stack.sh:main:712 : is_service_enabled nova 2020-10-27 21:17:46.558 | + functions-common:is_service_enabled:1966 : return 0 2020-10-27 21:17:46.561 | + ./stack.sh:main:712 : [[ libvirt == \x\e\n\s\e\r\v\e\r ]] 2020-10-27 21:17:46.565 | + ./stack.sh:main:722 : is_service_enabled s-proxy 2020-10-27 21:17:46.582 | + functions-common:is_service_enabled:1966 : return 0 2020-10-27 21:17:46.584 | + ./stack.sh:main:726 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2020-10-27 21:17:46.600 | + ./stack.sh:main:728 : [[ -z '' ]] 2020-10-27 21:17:46.602 | + ./stack.sh:main:728 : [[ False == \T\r\u\e ]] 2020-10-27 21:17:46.605 | + ./stack.sh:main:734 : save_stackenv 734 2020-10-27 21:17:46.607 | + functions-common:save_stackenv:60 : local tag=734 2020-10-27 21:17:46.610 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2020-10-27 21:17:46.614 | + functions-common:save_stackenv:62 : time_stamp=2020-10-27-211746 2020-10-27 21:17:46.616 | + functions-common:save_stackenv:63 : echo '# 2020-10-27-211746 734' 2020-10-27 21:17:46.619 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-10-27 21:17:46.621 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2020-10-27 21:17:46.624 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-10-27 21:17:46.626 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2020-10-27 21:17:46.629 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-10-27 21:17:46.631 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2020-10-27 21:17:46.633 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-10-27 21:17:46.636 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2020-10-27 21:17:46.639 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-10-27 21:17:46.641 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.79 2020-10-27 21:17:46.643 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-10-27 21:17:46.647 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.79/identity 2020-10-27 21:17:46.649 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-10-27 21:17:46.652 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2020-10-27-211745 2020-10-27 21:17:46.655 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-10-27 21:17:46.657 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2020-10-27 21:17:46.659 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-10-27 21:17:46.662 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.79 2020-10-27 21:17:46.665 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-10-27 21:17:46.667 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2020-10-27 21:17:46.669 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-10-27 21:17:46.672 | + functions-common:save_stackenv:65 : echo TLS_IP= 2020-10-27 21:17:46.674 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-10-27 21:17:46.676 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2020-10-27 21:17:46.679 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2020-10-27 21:17:46.681 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2020-10-27 21:17:46.684 | + ./stack.sh:main:745 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2020-10-27 21:17:46.686 | + functions-common:git_clone:525 : local git_remote=https://opendev.org/openstack/requirements.git 2020-10-27 21:17:46.688 | + functions-common:git_clone:526 : local git_dest=/opt/stack/requirements 2020-10-27 21:17:46.690 | + functions-common:git_clone:527 : local git_ref=master 2020-10-27 21:17:46.693 | + functions-common:git_clone:528 : local orig_dir 2020-10-27 21:17:46.696 | ++ functions-common:git_clone:529 : pwd 2020-10-27 21:17:46.698 | + functions-common:git_clone:529 : orig_dir=/home/ubuntu/devstack 2020-10-27 21:17:46.701 | + functions-common:git_clone:530 : local git_clone_flags= 2020-10-27 21:17:46.704 | ++ functions-common:git_clone:532 : trueorfalse False RECLONE 2020-10-27 21:17:46.721 | + functions-common:git_clone:532 : RECLONE=False 2020-10-27 21:17:46.724 | + functions-common:git_clone:533 : [[ 0 -gt 0 ]] 2020-10-27 21:17:46.726 | + functions-common:git_clone:537 : [[ False = \T\r\u\e ]] 2020-10-27 21:17:46.729 | + functions-common:git_clone:546 : echo master 2020-10-27 21:17:46.729 | + functions-common:git_clone:546 : egrep -q '^refs' 2020-10-27 21:17:46.734 | + functions-common:git_clone:560 : [[ ! -d /opt/stack/requirements ]] 2020-10-27 21:17:46.736 | + functions-common:git_clone:568 : [[ False = \T\r\u\e ]] 2020-10-27 21:17:46.738 | + functions-common:git_clone:594 : cd /opt/stack/requirements 2020-10-27 21:17:46.741 | + functions-common:git_clone:595 : git show --oneline 2020-10-27 21:17:46.741 | + functions-common:git_clone:595 : head -1 2020-10-27 21:17:46.744 | 516107fe Updated from generate-constraints 2020-10-27 21:17:46.746 | + functions-common:git_clone:596 : cd /home/ubuntu/devstack 2020-10-27 21:17:46.749 | + ./stack.sh:main:749 : echo_summary 'Installing package prerequisites' 2020-10-27 21:17:46.751 | + ./stack.sh:echo_summary:410 : [[ -t 3 ]] 2020-10-27 21:17:46.754 | + ./stack.sh:echo_summary:416 : echo -e Installing package prerequisites 2020-10-27 21:17:46.756 | + ./stack.sh:main:750 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2020-10-27 21:17:46.759 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2020-10-27 21:17:46.761 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2020-10-27 21:17:46.764 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2020-10-27 21:17:46.767 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2020-10-27 21:17:46.770 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2020-10-27 21:17:46.772 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2020-10-27 21:17:46.776 | +++ tools/install_prereqs.sh:source:47 : date +%s 2020-10-27 21:17:46.781 | ++ tools/install_prereqs.sh:source:47 : NOW=1603833466 2020-10-27 21:17:46.785 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2020-10-27 21:17:46.790 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=1603832324 2020-10-27 21:17:46.792 | ++ tools/install_prereqs.sh:source:49 : DELTA=1142 2020-10-27 21:17:46.795 | ++ tools/install_prereqs.sh:source:50 : [[ 1142 -lt 7200 ]] 2020-10-27 21:17:46.798 | ++ tools/install_prereqs.sh:source:50 : [[ -z 0 ]] 2020-10-27 21:17:46.801 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2020-10-27 21:17:46.806 | ++ functions-common:export_proxy_variables:2128 : isset http_proxy 2020-10-27 21:17:46.809 | ++ functions-common:isset:174 : [[ -v http_proxy ]] 2020-10-27 21:17:46.813 | ++ functions-common:export_proxy_variables:2131 : isset https_proxy 2020-10-27 21:17:46.816 | ++ functions-common:isset:174 : [[ -v https_proxy ]] 2020-10-27 21:17:46.820 | ++ functions-common:export_proxy_variables:2134 : isset no_proxy 2020-10-27 21:17:46.822 | ++ functions-common:isset:174 : [[ -v no_proxy ]] 2020-10-27 21:17:46.826 | +++ tools/install_prereqs.sh:source:64 : get_packages general,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2020-10-27 21:17:46.873 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2020-10-27 21:17:46.873 | apache2-dev 2020-10-27 21:17:46.873 | bc 2020-10-27 21:17:46.873 | bsdmainutils 2020-10-27 21:17:46.873 | curl 2020-10-27 21:17:46.873 | g++ 2020-10-27 21:17:46.873 | gcc 2020-10-27 21:17:46.873 | gettext 2020-10-27 21:17:46.873 | git 2020-10-27 21:17:46.873 | graphviz 2020-10-27 21:17:46.873 | iputils-ping 2020-10-27 21:17:46.873 | libapache2-mod-proxy-uwsgi 2020-10-27 21:17:46.873 | libffi-dev 2020-10-27 21:17:46.874 | libjpeg-dev 2020-10-27 21:17:46.874 | libmysqlclient-dev 2020-10-27 21:17:46.874 | libpcre3-dev 2020-10-27 21:17:46.874 | libpq-dev 2020-10-27 21:17:46.874 | libssl-dev 2020-10-27 21:17:46.874 | libsystemd-dev 2020-10-27 21:17:46.874 | libxml2-dev 2020-10-27 21:17:46.874 | libxslt1-dev 2020-10-27 21:17:46.874 | libyaml-dev 2020-10-27 21:17:46.874 | lsof 2020-10-27 21:17:46.874 | openssh-server 2020-10-27 21:17:46.874 | openssl 2020-10-27 21:17:46.874 | pkg-config 2020-10-27 21:17:46.874 | psmisc 2020-10-27 21:17:46.874 | python3-dev 2020-10-27 21:17:46.874 | python3-pip 2020-10-27 21:17:46.874 | python3-venv 2020-10-27 21:17:46.874 | tar 2020-10-27 21:17:46.874 | tcpdump 2020-10-27 21:17:46.874 | unzip 2020-10-27 21:17:46.874 | uuid-runtime 2020-10-27 21:17:46.874 | wget 2020-10-27 21:17:46.874 | wget 2020-10-27 21:17:46.874 | zlib1g-dev 2020-10-27 21:17:46.874 | libkrb5-dev 2020-10-27 21:17:46.874 | libldap2-dev 2020-10-27 21:17:46.874 | libsasl2-dev 2020-10-27 21:17:46.874 | memcached 2020-10-27 21:17:46.874 | python3-mysqldb 2020-10-27 21:17:46.874 | sqlite3 2020-10-27 21:17:46.874 | conntrack 2020-10-27 21:17:46.874 | curl 2020-10-27 21:17:46.874 | dnsmasq-base 2020-10-27 21:17:46.874 | dnsmasq-utils 2020-10-27 21:17:46.874 | ebtables 2020-10-27 21:17:46.874 | gawk 2020-10-27 21:17:46.875 | genisoimage 2020-10-27 21:17:46.875 | iptables 2020-10-27 21:17:46.875 | iputils-arping 2020-10-27 21:17:46.875 | kpartx 2020-10-27 21:17:46.875 | libjs-jquery-tablesorter 2020-10-27 21:17:46.875 | libmysqlclient-dev 2020-10-27 21:17:46.875 | parted 2020-10-27 21:17:46.875 | pm-utils 2020-10-27 21:17:46.875 | python3-mysqldb 2020-10-27 21:17:46.875 | socat 2020-10-27 21:17:46.875 | sqlite3 2020-10-27 21:17:46.875 | sudo 2020-10-27 21:17:46.875 | vlan 2020-10-27 21:17:46.875 | lsscsi 2020-10-27 21:17:46.875 | open-iscsi 2020-10-27 21:17:46.875 | lvm2 2020-10-27 21:17:46.875 | qemu-utils 2020-10-27 21:17:46.875 | thin-provisioning-tools 2020-10-27 21:17:46.875 | acl 2020-10-27 21:17:46.875 | dnsmasq-base 2020-10-27 21:17:46.875 | dnsmasq-utils 2020-10-27 21:17:46.875 | ebtables 2020-10-27 21:17:46.875 | haproxy 2020-10-27 21:17:46.875 | iptables 2020-10-27 21:17:46.875 | iputils-arping 2020-10-27 21:17:46.875 | iputils-ping 2020-10-27 21:17:46.875 | libmysqlclient-dev 2020-10-27 21:17:46.875 | postgresql-server-dev-all 2020-10-27 21:17:46.875 | python3-mysqldb 2020-10-27 21:17:46.875 | sqlite3 2020-10-27 21:17:46.875 | sudo 2020-10-27 21:17:46.875 | vlan 2020-10-27 21:17:46.875 | ipset 2020-10-27 21:17:46.875 | conntrack 2020-10-27 21:17:46.875 | conntrackd 2020-10-27 21:17:46.875 | keepalived 2020-10-27 21:17:46.875 | dstat 2020-10-27 21:17:46.876 | lvm2 2020-10-27 21:17:46.876 | qemu-utils 2020-10-27 21:17:46.876 | thin-provisioning-tools 2020-10-27 21:17:46.876 | curl 2020-10-27 21:17:46.876 | liberasurecode-dev 2020-10-27 21:17:46.876 | make 2020-10-27 21:17:46.876 | memcached 2020-10-27 21:17:46.876 | sqlite3 2020-10-27 21:17:46.876 | xfsprogs' 2020-10-27 21:17:46.878 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2020-10-27 21:17:46.896 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2020-10-27 21:17:46.896 | apache2-dev 2020-10-27 21:17:46.896 | bc 2020-10-27 21:17:46.896 | bsdmainutils 2020-10-27 21:17:46.896 | curl 2020-10-27 21:17:46.896 | g++ 2020-10-27 21:17:46.896 | gcc 2020-10-27 21:17:46.896 | gettext 2020-10-27 21:17:46.896 | git 2020-10-27 21:17:46.896 | graphviz 2020-10-27 21:17:46.896 | iputils-ping 2020-10-27 21:17:46.896 | libapache2-mod-proxy-uwsgi 2020-10-27 21:17:46.896 | libffi-dev 2020-10-27 21:17:46.896 | libjpeg-dev 2020-10-27 21:17:46.896 | libmysqlclient-dev 2020-10-27 21:17:46.896 | libpcre3-dev 2020-10-27 21:17:46.896 | libpq-dev 2020-10-27 21:17:46.896 | libssl-dev 2020-10-27 21:17:46.896 | libsystemd-dev 2020-10-27 21:17:46.896 | libxml2-dev 2020-10-27 21:17:46.896 | libxslt1-dev 2020-10-27 21:17:46.896 | libyaml-dev 2020-10-27 21:17:46.896 | lsof 2020-10-27 21:17:46.896 | openssh-server 2020-10-27 21:17:46.896 | openssl 2020-10-27 21:17:46.896 | pkg-config 2020-10-27 21:17:46.897 | psmisc 2020-10-27 21:17:46.897 | python3-dev 2020-10-27 21:17:46.897 | python3-pip 2020-10-27 21:17:46.897 | python3-venv 2020-10-27 21:17:46.897 | tar 2020-10-27 21:17:46.897 | tcpdump 2020-10-27 21:17:46.897 | unzip 2020-10-27 21:17:46.897 | uuid-runtime 2020-10-27 21:17:46.897 | wget 2020-10-27 21:17:46.897 | wget 2020-10-27 21:17:46.897 | zlib1g-dev 2020-10-27 21:17:46.897 | libkrb5-dev 2020-10-27 21:17:46.897 | libldap2-dev 2020-10-27 21:17:46.897 | libsasl2-dev 2020-10-27 21:17:46.897 | memcached 2020-10-27 21:17:46.897 | python3-mysqldb 2020-10-27 21:17:46.897 | sqlite3 2020-10-27 21:17:46.897 | conntrack 2020-10-27 21:17:46.897 | curl 2020-10-27 21:17:46.897 | dnsmasq-base 2020-10-27 21:17:46.897 | dnsmasq-utils 2020-10-27 21:17:46.897 | ebtables 2020-10-27 21:17:46.897 | gawk 2020-10-27 21:17:46.897 | genisoimage 2020-10-27 21:17:46.897 | iptables 2020-10-27 21:17:46.897 | iputils-arping 2020-10-27 21:17:46.897 | kpartx 2020-10-27 21:17:46.897 | libjs-jquery-tablesorter 2020-10-27 21:17:46.897 | libmysqlclient-dev 2020-10-27 21:17:46.897 | parted 2020-10-27 21:17:46.897 | pm-utils 2020-10-27 21:17:46.897 | python3-mysqldb 2020-10-27 21:17:46.897 | socat 2020-10-27 21:17:46.897 | sqlite3 2020-10-27 21:17:46.897 | sudo 2020-10-27 21:17:46.897 | vlan 2020-10-27 21:17:46.898 | lsscsi 2020-10-27 21:17:46.898 | open-iscsi 2020-10-27 21:17:46.898 | lvm2 2020-10-27 21:17:46.898 | qemu-utils 2020-10-27 21:17:46.898 | thin-provisioning-tools 2020-10-27 21:17:46.898 | acl 2020-10-27 21:17:46.898 | dnsmasq-base 2020-10-27 21:17:46.898 | dnsmasq-utils 2020-10-27 21:17:46.898 | ebtables 2020-10-27 21:17:46.898 | haproxy 2020-10-27 21:17:46.898 | iptables 2020-10-27 21:17:46.898 | iputils-arping 2020-10-27 21:17:46.898 | iputils-ping 2020-10-27 21:17:46.898 | libmysqlclient-dev 2020-10-27 21:17:46.898 | postgresql-server-dev-all 2020-10-27 21:17:46.898 | python3-mysqldb 2020-10-27 21:17:46.898 | sqlite3 2020-10-27 21:17:46.898 | sudo 2020-10-27 21:17:46.898 | vlan 2020-10-27 21:17:46.898 | ipset 2020-10-27 21:17:46.898 | conntrack 2020-10-27 21:17:46.898 | conntrackd 2020-10-27 21:17:46.898 | keepalived 2020-10-27 21:17:46.898 | dstat 2020-10-27 21:17:46.898 | lvm2 2020-10-27 21:17:46.898 | qemu-utils 2020-10-27 21:17:46.898 | thin-provisioning-tools 2020-10-27 21:17:46.898 | curl 2020-10-27 21:17:46.898 | liberasurecode-dev 2020-10-27 21:17:46.898 | make 2020-10-27 21:17:46.898 | memcached 2020-10-27 21:17:46.898 | sqlite3 2020-10-27 21:17:46.898 | xfsprogs ' 2020-10-27 21:17:46.899 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2020-10-27 21:17:46.901 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-10-27 21:17:46.904 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-10-27 21:17:46.907 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2020-10-27 21:17:46.907 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2020-10-27 21:17:46.911 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2020-10-27 21:17:46.914 | ++ functions-common:install_package:1344 : update_package_repo 2020-10-27 21:17:46.917 | ++ functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-10-27 21:17:46.919 | ++ functions-common:update_package_repo:1317 : REPOS_UPDATED=False 2020-10-27 21:17:46.921 | ++ functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-10-27 21:17:46.924 | ++ functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-10-27 21:17:46.926 | ++ functions-common:update_package_repo:1324 : is_ubuntu 2020-10-27 21:17:46.929 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-10-27 21:17:46.931 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-10-27 21:17:46.933 | ++ functions-common:update_package_repo:1325 : apt_get_update 2020-10-27 21:17:46.936 | ++ functions-common:apt_get_update:1070 : [[ False == \T\r\u\e ]] 2020-10-27 21:17:46.938 | ++ functions-common:apt_get_update:1075 : [[ False = \T\r\u\e ]] 2020-10-27 21:17:46.940 | ++ functions-common:apt_get_update:1077 : local sudo=sudo 2020-10-27 21:17:46.943 | +++ functions-common:apt_get_update:1078 : id -u 2020-10-27 21:17:46.948 | ++ functions-common:apt_get_update:1078 : [[ 1000 = \0 ]] 2020-10-27 21:17:46.950 | ++ functions-common:apt_get_update:1081 : time_start apt-get-update 2020-10-27 21:17:46.952 | ++ functions-common:time_start:2296 : local name=apt-get-update 2020-10-27 21:17:46.955 | ++ functions-common:time_start:2297 : local start_time= 2020-10-27 21:17:46.957 | ++ functions-common:time_start:2298 : [[ -n '' ]] 2020-10-27 21:17:46.960 | +++ functions-common:time_start:2301 : date +%s%3N 2020-10-27 21:17:46.964 | ++ functions-common:time_start:2301 : _TIME_START[$name]=1603833466961 2020-10-27 21:17:46.966 | ++ functions-common:apt_get_update:1083 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2020-10-27 21:17:46.969 | ++ functions-common:apt_get_update:1084 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2020-10-27 21:17:46.971 | ++ functions-common:apt_get_update:1085 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2020-10-27 21:17:47.348 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2020-10-27 21:17:47.383 | Hit:2 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train InRelease 2020-10-27 21:17:47.391 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2020-10-27 21:17:47.483 | Get:4 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2020-10-27 21:17:47.595 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 2020-10-27 21:17:48.246 | Fetched 252 kB in 1s (266 kB/s) 2020-10-27 21:17:50.002 | Reading package lists... 2020-10-27 21:17:50.066 | ++ functions-common:apt_get_update:1089 : REPOS_UPDATED=True 2020-10-27 21:17:50.070 | ++ functions-common:apt_get_update:1091 : time_stop apt-get-update 2020-10-27 21:17:50.074 | ++ functions-common:time_stop:2310 : local name 2020-10-27 21:17:50.077 | ++ functions-common:time_stop:2311 : local end_time 2020-10-27 21:17:50.081 | ++ functions-common:time_stop:2312 : local elapsed_time 2020-10-27 21:17:50.085 | ++ functions-common:time_stop:2313 : local total 2020-10-27 21:17:50.087 | ++ functions-common:time_stop:2314 : local start_time 2020-10-27 21:17:50.090 | ++ functions-common:time_stop:2316 : name=apt-get-update 2020-10-27 21:17:50.092 | ++ functions-common:time_stop:2317 : start_time=1603833466961 2020-10-27 21:17:50.095 | ++ functions-common:time_stop:2319 : [[ -z 1603833466961 ]] 2020-10-27 21:17:50.097 | +++ functions-common:time_stop:2322 : date +%s%3N 2020-10-27 21:17:50.102 | ++ functions-common:time_stop:2322 : end_time=1603833470098 2020-10-27 21:17:50.104 | ++ functions-common:time_stop:2323 : elapsed_time=3137 2020-10-27 21:17:50.107 | ++ functions-common:time_stop:2324 : total=0 2020-10-27 21:17:50.109 | ++ functions-common:time_stop:2326 : _TIME_START[$name]= 2020-10-27 21:17:50.111 | ++ functions-common:time_stop:2327 : _TIME_TOTAL[$name]=3137 2020-10-27 21:17:50.114 | ++ functions-common:install_package:1345 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2020-10-27 21:17:50.117 | ++ functions-common:real_install_package:1330 : is_ubuntu 2020-10-27 21:17:50.119 | ++ functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-10-27 21:17:50.121 | ++ functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-10-27 21:17:50.124 | ++ functions-common:real_install_package:1331 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2020-10-27 21:17:50.145 | ++ functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libmysqlclient-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables gawk genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter libmysqlclient-dev parted pm-utils python3-mysqldb socat sqlite3 sudo vlan lsscsi open-iscsi lvm2 qemu-utils thin-provisioning-tools acl dnsmasq-base dnsmasq-utils ebtables haproxy iptables iputils-arping iputils-ping libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2020-10-27 21:17:50.265 | Reading package lists... 2020-10-27 21:17:50.535 | Building dependency tree... 2020-10-27 21:17:50.536 | Reading state information... 2020-10-27 21:17:50.568 | acl is already the newest version (2.2.52-3build1). 2020-10-27 21:17:50.568 | bc is already the newest version (1.07.1-2). 2020-10-27 21:17:50.568 | bsdmainutils is already the newest version (11.1.2ubuntu1). 2020-10-27 21:17:50.568 | conntrack is already the newest version (1:1.4.4+snapshot20161117-6ubuntu2). 2020-10-27 21:17:50.568 | dnsmasq-base is already the newest version (2.79-1). 2020-10-27 21:17:50.568 | dnsmasq-utils is already the newest version (2.79-1). 2020-10-27 21:17:50.568 | gawk is already the newest version (1:4.1.4+dfsg-1build1). 2020-10-27 21:17:50.568 | genisoimage is already the newest version (9:1.1.11-3ubuntu2). 2020-10-27 21:17:50.568 | ipset is already the newest version (6.34-1). 2020-10-27 21:17:50.568 | iptables is already the newest version (1.6.1-2ubuntu2). 2020-10-27 21:17:50.568 | kpartx is already the newest version (0.7.4-2ubuntu3). 2020-10-27 21:17:50.568 | liberasurecode-dev is already the newest version (1.5.0-1). 2020-10-27 21:17:50.569 | libffi-dev is already the newest version (3.2.1-8). 2020-10-27 21:17:50.569 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2020-10-27 21:17:50.569 | libpcre3-dev is already the newest version (2:8.39-9). 2020-10-27 21:17:50.569 | libyaml-dev is already the newest version (0.1.7-2ubuntu3). 2020-10-27 21:17:50.569 | lsof is already the newest version (4.89+dfsg-0.1). 2020-10-27 21:17:50.569 | lsscsi is already the newest version (0.28-0.1). 2020-10-27 21:17:50.569 | make is already the newest version (4.1-9.1ubuntu1). 2020-10-27 21:17:50.569 | pkg-config is already the newest version (0.29.1-0ubuntu2). 2020-10-27 21:17:50.569 | python3-mysqldb is already the newest version (1.3.10-1build1). 2020-10-27 21:17:50.569 | socat is already the newest version (1.7.3.2-2ubuntu2). 2020-10-27 21:17:50.569 | unzip is already the newest version (6.0-21ubuntu1). 2020-10-27 21:17:50.569 | xfsprogs is already the newest version (4.9.0+nmu1ubuntu2). 2020-10-27 21:17:50.569 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-0ubuntu2). 2020-10-27 21:17:50.569 | conntrackd is already the newest version (1:1.4.4+snapshot20161117-6ubuntu2). 2020-10-27 21:17:50.569 | dstat is already the newest version (0.7.3-1). 2020-10-27 21:17:50.569 | graphviz is already the newest version (2.40.1-2). 2020-10-27 21:17:50.569 | libjs-jquery-tablesorter is already the newest version (1:2.29.5+dfsg1-1). 2020-10-27 21:17:50.569 | pm-utils is already the newest version (1.4.1-17). 2020-10-27 21:17:50.569 | thin-provisioning-tools is already the newest version (0.7.4-2ubuntu3). 2020-10-27 21:17:50.570 | apache2 is already the newest version (2.4.29-1ubuntu4.14). 2020-10-27 21:17:50.570 | apache2-dev is already the newest version (2.4.29-1ubuntu4.14). 2020-10-27 21:17:50.570 | curl is already the newest version (7.58.0-2ubuntu3.10). 2020-10-27 21:17:50.570 | ebtables is already the newest version (2.0.10.4-3.5ubuntu2.18.04.3). 2020-10-27 21:17:50.570 | g++ is already the newest version (4:7.4.0-1ubuntu2.3). 2020-10-27 21:17:50.570 | gcc is already the newest version (4:7.4.0-1ubuntu2.3). 2020-10-27 21:17:50.570 | gettext is already the newest version (0.19.8.1-6ubuntu0.3). 2020-10-27 21:17:50.570 | git is already the newest version (1:2.17.1-1ubuntu0.7). 2020-10-27 21:17:50.570 | haproxy is already the newest version (1.8.8-1ubuntu0.11). 2020-10-27 21:17:50.570 | iputils-arping is already the newest version (3:20161105-1ubuntu3). 2020-10-27 21:17:50.570 | iputils-ping is already the newest version (3:20161105-1ubuntu3). 2020-10-27 21:17:50.570 | keepalived is already the newest version (1:1.3.9-1ubuntu0.18.04.2). 2020-10-27 21:17:50.570 | libkrb5-dev is already the newest version (1.16-2ubuntu0.1). 2020-10-27 21:17:50.570 | libldap2-dev is already the newest version (2.4.45+dfsg-1ubuntu1.6). 2020-10-27 21:17:50.570 | libmysqlclient-dev is already the newest version (5.7.32-0ubuntu0.18.04.1). 2020-10-27 21:17:50.570 | libpq-dev is already the newest version (10.14-0ubuntu0.18.04.1). 2020-10-27 21:17:50.570 | libsasl2-dev is already the newest version (2.1.27~101-g0780600+dfsg-3ubuntu2.1). 2020-10-27 21:17:50.570 | libssl-dev is already the newest version (1.1.1-1ubuntu2.1~18.04.6). 2020-10-27 21:17:50.570 | libsystemd-dev is already the newest version (237-3ubuntu10.42). 2020-10-27 21:17:50.570 | libxml2-dev is already the newest version (2.9.4+dfsg1-6.1ubuntu1.3). 2020-10-27 21:17:50.570 | libxslt1-dev is already the newest version (1.1.29-5ubuntu0.2). 2020-10-27 21:17:50.570 | lvm2 is already the newest version (2.02.176-4.1ubuntu3.18.04.3). 2020-10-27 21:17:50.570 | memcached is already the newest version (1.5.6-0ubuntu1.2). 2020-10-27 21:17:50.570 | open-iscsi is already the newest version (2.0.874-5ubuntu2.10). 2020-10-27 21:17:50.570 | openssh-server is already the newest version (1:7.6p1-4ubuntu0.3). 2020-10-27 21:17:50.570 | openssl is already the newest version (1.1.1-1ubuntu2.1~18.04.6). 2020-10-27 21:17:50.570 | openssl set to manually installed. 2020-10-27 21:17:50.570 | parted is already the newest version (3.2-20ubuntu0.2). 2020-10-27 21:17:50.570 | psmisc is already the newest version (23.1-1ubuntu0.1). 2020-10-27 21:17:50.570 | python3-dev is already the newest version (3.6.7-1~18.04). 2020-10-27 21:17:50.571 | sqlite3 is already the newest version (3.22.0-1ubuntu0.4). 2020-10-27 21:17:50.571 | sudo is already the newest version (1.8.21p2-3ubuntu1.3). 2020-10-27 21:17:50.571 | tar is already the newest version (1.29b-2ubuntu0.1). 2020-10-27 21:17:50.571 | tcpdump is already the newest version (4.9.3-0ubuntu0.18.04.1). 2020-10-27 21:17:50.571 | tcpdump set to manually installed. 2020-10-27 21:17:50.571 | uuid-runtime is already the newest version (2.31.1-0.4ubuntu3.7). 2020-10-27 21:17:50.571 | uuid-runtime set to manually installed. 2020-10-27 21:17:50.755 | vlan is already the newest version (1.9-3.2ubuntu6). 2020-10-27 21:17:50.755 | wget is already the newest version (1.19.4-1ubuntu2.2). 2020-10-27 21:17:50.755 | libapache2-mod-proxy-uwsgi is already the newest version (2.0.15-10.2ubuntu2.1). 2020-10-27 21:17:50.756 | postgresql-server-dev-all is already the newest version (190ubuntu0.1). 2020-10-27 21:17:50.756 | python3-venv is already the newest version (3.6.7-1~18.04). 2020-10-27 21:17:50.756 | The following packages were automatically installed and are no longer required: 2020-10-27 21:17:50.756 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2020-10-27 21:17:50.756 | python3-click python3-colorama python3-configobj python3-constantly 2020-10-27 21:17:50.756 | python3-hyperlink python3-incremental python3-pam python3-problem-report 2020-10-27 21:17:50.756 | python3-pyasn1 python3-requests-unixsocket python3-serial python3-systemd 2020-10-27 21:17:50.756 | python3-twisted-bin python3-zope.interface 2020-10-27 21:17:50.756 | Use 'sudo apt autoremove' to remove them. 2020-10-27 21:17:50.757 | The following additional packages will be installed: 2020-10-27 21:17:50.757 | libxkbcommon0 qemu-block-extra 2020-10-27 21:17:50.759 | Suggested packages: 2020-10-27 21:17:50.759 | debootstrap 2020-10-27 21:17:50.817 | The following NEW packages will be installed: 2020-10-27 21:17:50.817 | libxkbcommon0 python3-pip 2020-10-27 21:17:50.819 | The following packages will be upgraded: 2020-10-27 21:17:50.819 | qemu-block-extra qemu-utils 2020-10-27 21:17:50.975 | 2 upgraded, 2 newly installed, 0 to remove and 151 not upgraded. 2020-10-27 21:17:50.976 | Need to get 1,438 kB/1,552 kB of archives. 2020-10-27 21:17:50.976 | After this operation, 2,948 kB of additional disk space will be used. 2020-10-27 21:17:50.976 | Get:1 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 qemu-utils amd64 1:4.0+dfsg-0ubuntu9.8~cloud0 [1,221 kB] 2020-10-27 21:17:51.104 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates/main amd64 libxkbcommon0 amd64 0.8.2-1~ubuntu18.04.1 [97.8 kB] 2020-10-27 21:17:52.092 | Get:3 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train/main amd64 qemu-block-extra amd64 1:4.0+dfsg-0ubuntu9.8~cloud0 [119 kB] 2020-10-27 21:17:52.705 | Fetched 1,438 kB in 1s (1,143 kB/s) 2020-10-27 21:17:52.786 | Selecting previously unselected package libxkbcommon0:amd64. 2020-10-27 21:17:52.827 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 77597 files and directories currently installed.) 2020-10-27 21:17:52.831 | Preparing to unpack .../libxkbcommon0_0.8.2-1~ubuntu18.04.1_amd64.deb ... 2020-10-27 21:17:52.847 | Unpacking libxkbcommon0:amd64 (0.8.2-1~ubuntu18.04.1) ... 2020-10-27 21:17:52.946 | Selecting previously unselected package python3-pip. 2020-10-27 21:17:52.955 | Preparing to unpack .../python3-pip_9.0.1-2.3~ubuntu1.18.04.4_all.deb ... 2020-10-27 21:17:52.959 | Unpacking python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ... 2020-10-27 21:17:53.067 | Preparing to unpack .../qemu-utils_1%3a4.0+dfsg-0ubuntu9.8~cloud0_amd64.deb ... 2020-10-27 21:17:53.094 | Unpacking qemu-utils (1:4.0+dfsg-0ubuntu9.8~cloud0) over (1:2.11+dfsg-1ubuntu7.32) ... 2020-10-27 21:17:53.406 | Preparing to unpack .../qemu-block-extra_1%3a4.0+dfsg-0ubuntu9.8~cloud0_amd64.deb ... 2020-10-27 21:17:53.431 | Unpacking qemu-block-extra:amd64 (1:4.0+dfsg-0ubuntu9.8~cloud0) over (1:2.11+dfsg-1ubuntu7.32) ... 2020-10-27 21:17:53.553 | Setting up qemu-block-extra:amd64 (1:4.0+dfsg-0ubuntu9.8~cloud0) ... 2020-10-27 21:17:53.589 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2020-10-27 21:17:53.634 | Setting up python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ... 2020-10-27 21:17:54.052 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-10-27 21:17:54.680 | Setting up libxkbcommon0:amd64 (0.8.2-1~ubuntu18.04.1) ... 2020-10-27 21:17:54.722 | Setting up qemu-utils (1:4.0+dfsg-0ubuntu9.8~cloud0) ... 2020-10-27 21:17:54.754 | Processing triggers for libc-bin (2.27-3ubuntu1) ... 2020-10-27 21:17:56.907 | ++ functions-common:apt_get:1115 : result=0 2020-10-27 21:17:56.910 | ++ functions-common:apt_get:1118 : time_stop apt-get 2020-10-27 21:17:56.912 | ++ functions-common:time_stop:2310 : local name 2020-10-27 21:17:56.914 | ++ functions-common:time_stop:2311 : local end_time 2020-10-27 21:17:56.917 | ++ functions-common:time_stop:2312 : local elapsed_time 2020-10-27 21:17:56.919 | ++ functions-common:time_stop:2313 : local total 2020-10-27 21:17:56.921 | ++ functions-common:time_stop:2314 : local start_time 2020-10-27 21:17:56.923 | ++ functions-common:time_stop:2316 : name=apt-get 2020-10-27 21:17:56.925 | ++ functions-common:time_stop:2317 : start_time=1603833470141 2020-10-27 21:17:56.928 | ++ functions-common:time_stop:2319 : [[ -z 1603833470141 ]] 2020-10-27 21:17:56.930 | +++ functions-common:time_stop:2322 : date +%s%3N 2020-10-27 21:17:56.935 | ++ functions-common:time_stop:2322 : end_time=1603833476932 2020-10-27 21:17:56.937 | ++ functions-common:time_stop:2323 : elapsed_time=6791 2020-10-27 21:17:56.939 | ++ functions-common:time_stop:2324 : total=742 2020-10-27 21:17:56.941 | ++ functions-common:time_stop:2326 : _TIME_START[$name]= 2020-10-27 21:17:56.944 | ++ functions-common:time_stop:2327 : _TIME_TOTAL[$name]=7533 2020-10-27 21:17:56.947 | ++ functions-common:apt_get:1119 : return 0 2020-10-27 21:17:56.949 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2020-10-27 21:17:56.952 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2020-10-27 21:17:56.954 | ++ tools/install_prereqs.sh:source:88 : date +%s 2020-10-27 21:17:56.959 | ++ tools/install_prereqs.sh:source:89 : date 2020-10-27 21:17:56.963 | + ./stack.sh:main:753 : [[ False != \T\r\u\e ]] 2020-10-27 21:17:56.965 | + ./stack.sh:main:754 : PYPI_ALTERNATIVE_URL= 2020-10-27 21:17:56.968 | + ./stack.sh:main:754 : /home/ubuntu/devstack/tools/install_pip.sh 2020-10-27 21:17:58.564 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2020-10-27 21:17:58.566 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2020-10-27 21:17:58.570 | ++ tools/install_pip.sh:main:41 : basename https://bootstrap.pypa.io/get-pip.py 2020-10-27 21:17:58.573 | + tools/install_pip.sh:main:41 : LOCAL_PIP=/home/ubuntu/devstack/files/get-pip.py 2020-10-27 21:17:58.575 | + tools/install_pip.sh:main:43 : GetDistro 2020-10-27 21:17:58.577 | + functions-common:GetDistro:373 : GetOSVersion 2020-10-27 21:17:58.579 | + functions-common:GetOSVersion:350 : _ensure_lsb_release 2020-10-27 21:17:58.581 | ++ functions-common:_ensure_lsb_release:327 : command -v lsb_release 2020-10-27 21:17:58.583 | + functions-common:_ensure_lsb_release:327 : [[ -x /usr/bin/lsb_release ]] 2020-10-27 21:17:58.585 | + functions-common:_ensure_lsb_release:328 : return 2020-10-27 21:17:58.587 | ++ functions-common:GetOSVersion:352 : lsb_release -r -s 2020-10-27 21:17:58.672 | + functions-common:GetOSVersion:352 : os_RELEASE=18.04 2020-10-27 21:17:58.676 | ++ functions-common:GetOSVersion:353 : lsb_release -c -s 2020-10-27 21:17:58.772 | + functions-common:GetOSVersion:353 : os_CODENAME=bionic 2020-10-27 21:17:58.775 | ++ functions-common:GetOSVersion:354 : lsb_release -i -s 2020-10-27 21:17:58.859 | + functions-common:GetOSVersion:354 : os_VENDOR=Ubuntu 2020-10-27 21:17:58.862 | + functions-common:GetOSVersion:356 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2020-10-27 21:17:58.865 | + functions-common:GetOSVersion:357 : os_PACKAGE=deb 2020-10-27 21:17:58.868 | + functions-common:GetOSVersion:362 : typeset -xr os_VENDOR 2020-10-27 21:17:58.872 | + functions-common:GetOSVersion:363 : typeset -xr os_RELEASE 2020-10-27 21:17:58.875 | + functions-common:GetOSVersion:364 : typeset -xr os_PACKAGE 2020-10-27 21:17:58.878 | + functions-common:GetOSVersion:365 : typeset -xr os_CODENAME 2020-10-27 21:17:58.881 | + functions-common:GetDistro:375 : [[ Ubuntu =~ (Ubuntu) ]] 2020-10-27 21:17:58.884 | + functions-common:GetDistro:378 : DISTRO=bionic 2020-10-27 21:17:58.886 | + functions-common:GetDistro:424 : typeset -xr DISTRO 2020-10-27 21:17:58.888 | + tools/install_pip.sh:main:44 : echo 'Distro: bionic' 2020-10-27 21:17:58.888 | Distro: bionic 2020-10-27 21:17:58.891 | + tools/install_pip.sh:main:125 : get_versions 2020-10-27 21:17:58.893 | ++ tools/install_pip.sh:get_versions:49 : which pip 2020-10-27 21:17:58.897 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2020-10-27 21:17:58.899 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2020-10-27 21:17:58.902 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2020-10-27 21:17:58.902 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2020-10-27 21:17:59.423 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.4 2020-10-27 21:17:59.425 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.4' 2020-10-27 21:17:59.425 | pip: 20.2.4 2020-10-27 21:17:59.427 | + tools/install_pip.sh:get_versions:57 : python3.6 -m pip --version 2020-10-27 21:17:59.931 | pip 20.2.4 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6) 2020-10-27 21:17:59.957 | + tools/install_pip.sh:main:127 : [[ -n '' ]] 2020-10-27 21:17:59.960 | + tools/install_pip.sh:main:132 : [[ bionic == focal ]] 2020-10-27 21:17:59.963 | + tools/install_pip.sh:main:141 : is_fedora 2020-10-27 21:17:59.966 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2020-10-27 21:17:59.969 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2020-10-27 21:17:59.971 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2020-10-27 21:17:59.974 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2020-10-27 21:17:59.977 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2020-10-27 21:17:59.979 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2020-10-27 21:17:59.982 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2020-10-27 21:17:59.985 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2020-10-27 21:17:59.987 | + tools/install_pip.sh:main:141 : is_suse 2020-10-27 21:17:59.990 | + functions-common:is_suse:464 : is_opensuse 2020-10-27 21:17:59.993 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-10-27 21:17:59.995 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-10-27 21:17:59.996 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-10-27 21:17:59.998 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-10-27 21:18:00.000 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-10-27 21:18:00.002 | + tools/install_pip.sh:main:142 : is_package_installed python3-pip 2020-10-27 21:18:00.004 | + functions-common:is_package_installed:1353 : [[ -z python3-pip ]] 2020-10-27 21:18:00.006 | + functions-common:is_package_installed:1357 : [[ -z deb ]] 2020-10-27 21:18:00.008 | + functions-common:is_package_installed:1361 : [[ deb = \d\e\b ]] 2020-10-27 21:18:00.010 | + functions-common:is_package_installed:1362 : dpkg -s python3-pip 2020-10-27 21:18:00.034 | + tools/install_pip.sh:main:143 : uninstall_package python3-pip 2020-10-27 21:18:00.036 | + functions-common:uninstall_package:1373 : is_ubuntu 2020-10-27 21:18:00.038 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-10-27 21:18:00.041 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-10-27 21:18:00.043 | + functions-common:uninstall_package:1374 : apt_get purge python3-pip 2020-10-27 21:18:00.060 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes purge python3-pip 2020-10-27 21:18:00.188 | Reading package lists... 2020-10-27 21:18:00.450 | Building dependency tree... 2020-10-27 21:18:00.451 | Reading state information... 2020-10-27 21:18:00.663 | The following packages were automatically installed and are no longer required: 2020-10-27 21:18:00.664 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2020-10-27 21:18:00.664 | python3-click python3-colorama python3-configobj python3-constantly 2020-10-27 21:18:00.664 | python3-hyperlink python3-incremental python3-keyring python3-keyrings.alt 2020-10-27 21:18:00.664 | python3-pam python3-problem-report python3-pyasn1 2020-10-27 21:18:00.665 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-10-27 21:18:00.665 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-10-27 21:18:00.665 | python3-zope.interface 2020-10-27 21:18:00.665 | Use 'sudo apt autoremove' to remove them. 2020-10-27 21:18:00.713 | The following packages will be REMOVED: 2020-10-27 21:18:00.713 | python3-pip* 2020-10-27 21:18:01.189 | 0 upgraded, 0 newly installed, 1 to remove and 151 not upgraded. 2020-10-27 21:18:01.189 | After this operation, 601 kB disk space will be freed. 2020-10-27 21:18:01.259 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 77682 files and directories currently installed.) 2020-10-27 21:18:01.263 | Removing python3-pip (9.0.1-2.3~ubuntu1.18.04.4) ... 2020-10-27 21:18:01.558 | Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 2020-10-27 21:18:04.342 | + functions-common:apt_get:1115 : result=0 2020-10-27 21:18:04.344 | + functions-common:apt_get:1118 : time_stop apt-get 2020-10-27 21:18:04.346 | + functions-common:time_stop:2310 : local name 2020-10-27 21:18:04.348 | + functions-common:time_stop:2311 : local end_time 2020-10-27 21:18:04.351 | + functions-common:time_stop:2312 : local elapsed_time 2020-10-27 21:18:04.353 | + functions-common:time_stop:2313 : local total 2020-10-27 21:18:04.355 | + functions-common:time_stop:2314 : local start_time 2020-10-27 21:18:04.358 | + functions-common:time_stop:2316 : name=apt-get 2020-10-27 21:18:04.360 | + functions-common:time_stop:2317 : start_time=1603833480058 2020-10-27 21:18:04.363 | + functions-common:time_stop:2319 : [[ -z 1603833480058 ]] 2020-10-27 21:18:04.366 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-10-27 21:18:04.369 | + functions-common:time_stop:2322 : end_time=1603833484367 2020-10-27 21:18:04.371 | + functions-common:time_stop:2323 : elapsed_time=4309 2020-10-27 21:18:04.374 | + functions-common:time_stop:2324 : total=0 2020-10-27 21:18:04.375 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-10-27 21:18:04.377 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=4309 2020-10-27 21:18:04.379 | + functions-common:apt_get:1119 : return 0 2020-10-27 21:18:04.382 | + tools/install_pip.sh:main:147 : install_get_pip 2020-10-27 21:18:04.384 | + tools/install_pip.sh:install_get_pip:64 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2020-10-27 21:18:04.386 | + tools/install_pip.sh:install_get_pip:65 : head -1 /home/ubuntu/devstack/files/get-pip.py 2020-10-27 21:18:04.386 | + tools/install_pip.sh:install_get_pip:65 : grep -q '#!/usr/bin/env python' 2020-10-27 21:18:04.389 | + tools/install_pip.sh:install_get_pip:81 : [[ ! -r /home/ubuntu/devstack/files/get-pip.py ]] 2020-10-27 21:18:04.391 | + tools/install_pip.sh:install_get_pip:81 : [[ -r /home/ubuntu/devstack/files/get-pip.py.downloaded ]] 2020-10-27 21:18:04.393 | + tools/install_pip.sh:install_get_pip:84 : local timecond= 2020-10-27 21:18:04.395 | + tools/install_pip.sh:install_get_pip:85 : [[ -r /home/ubuntu/devstack/files/get-pip.py ]] 2020-10-27 21:18:04.398 | + tools/install_pip.sh:install_get_pip:86 : timecond='-z /home/ubuntu/devstack/files/get-pip.py' 2020-10-27 21:18:04.399 | + tools/install_pip.sh:install_get_pip:89 : curl -f --retry 6 --retry-delay 5 -z /home/ubuntu/devstack/files/get-pip.py -o /home/ubuntu/devstack/files/get-pip.py https://bootstrap.pypa.io/get-pip.py 2020-10-27 21:18:04.410 | % Total % Received % Xferd Average Speed Time Time Time Current 2020-10-27 21:18:04.410 | Dload Upload Total Spent Left Speed 2020-10-27 21:18:04.642 | 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2020-10-27 21:18:04.650 | + tools/install_pip.sh:install_get_pip:92 : touch /home/ubuntu/devstack/files/get-pip.py.downloaded 2020-10-27 21:18:04.655 | + tools/install_pip.sh:install_get_pip:94 : sudo -H -E python3.6 /home/ubuntu/devstack/files/get-pip.py 2020-10-27 21:18:07.778 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-10-27 21:18:07.961 | Collecting pip 2020-10-27 21:18:07.972 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/51f/1c7514530bd5c/pip-20.2.4-py2.py3-none-any.whl (1.5 MB) 2020-10-27 21:18:10.414 | Installing collected packages: pip 2020-10-27 21:18:10.414 | Attempting uninstall: pip 2020-10-27 21:18:10.417 | Found existing installation: pip 20.2.4 2020-10-27 21:18:10.659 | Uninstalling pip-20.2.4: 2020-10-27 21:18:10.674 | Successfully uninstalled pip-20.2.4 2020-10-27 21:18:12.049 | Successfully installed pip-20.2.4 2020-10-27 21:18:12.298 | + tools/install_pip.sh:main:149 : set -x 2020-10-27 21:18:12.301 | + tools/install_pip.sh:main:153 : pip_install_gr setuptools 2020-10-27 21:18:12.304 | + inc/python:pip_install_gr:76 : local name=setuptools 2020-10-27 21:18:12.306 | + inc/python:pip_install_gr:77 : local clean_name 2020-10-27 21:18:12.308 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements setuptools 2020-10-27 21:18:12.310 | ++ inc/python:get_from_global_requirements:225 : local package=setuptools 2020-10-27 21:18:12.313 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2020-10-27 21:18:12.316 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt 2020-10-27 21:18:12.316 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2020-10-27 21:18:12.320 | ++ inc/python:get_from_global_requirements:227 : required_pkg='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,!=48.0.0,!=49.0.0 ' 2020-10-27 21:18:12.322 | ++ inc/python:get_from_global_requirements:228 : [[ 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,!=48.0.0,!=49.0.0 == '' ]] 2020-10-27 21:18:12.324 | ++ inc/python:get_from_global_requirements:231 : echo '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,!=48.0.0,!=49.0.0' 2020-10-27 21:18:12.327 | + inc/python:pip_install_gr:78 : clean_name='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,!=48.0.0,!=49.0.0' 2020-10-27 21:18:12.329 | + inc/python:pip_install_gr:79 : pip_install '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,!=48.0.0,!=49.0.0' 2020-10-27 21:18:12.345 | Using python 3.6 to install 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,!=48.0.0,!=49.0.0 2020-10-27 21:18:12.347 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt '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,!=48.0.0,!=49.0.0' 2020-10-27 21:18:14.665 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-10-27 21:18:14.665 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2020-10-27 21:18:14.688 | Requirement already satisfied: setuptools===50.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 470)) (50.3.0) 2020-10-27 21:18:17.382 | + inc/python:pip_install:200 : result=0 2020-10-27 21:18:17.383 | + inc/python:pip_install:202 : time_stop pip_install 2020-10-27 21:18:17.385 | + functions-common:time_stop:2310 : local name 2020-10-27 21:18:17.387 | + functions-common:time_stop:2311 : local end_time 2020-10-27 21:18:17.389 | + functions-common:time_stop:2312 : local elapsed_time 2020-10-27 21:18:17.391 | + functions-common:time_stop:2313 : local total 2020-10-27 21:18:17.392 | + functions-common:time_stop:2314 : local start_time 2020-10-27 21:18:17.394 | + functions-common:time_stop:2316 : name=pip_install 2020-10-27 21:18:17.396 | + functions-common:time_stop:2317 : start_time=1603833492341 2020-10-27 21:18:17.398 | + functions-common:time_stop:2319 : [[ -z 1603833492341 ]] 2020-10-27 21:18:17.400 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-10-27 21:18:17.403 | + functions-common:time_stop:2322 : end_time=1603833497401 2020-10-27 21:18:17.405 | + functions-common:time_stop:2323 : elapsed_time=5060 2020-10-27 21:18:17.407 | + functions-common:time_stop:2324 : total=0 2020-10-27 21:18:17.409 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-10-27 21:18:17.411 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=5060 2020-10-27 21:18:17.413 | + inc/python:pip_install:203 : return 0 2020-10-27 21:18:17.415 | + tools/install_pip.sh:main:155 : get_versions 2020-10-27 21:18:17.417 | ++ tools/install_pip.sh:get_versions:49 : which pip 2020-10-27 21:18:17.421 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2020-10-27 21:18:17.423 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2020-10-27 21:18:17.426 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2020-10-27 21:18:17.426 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2020-10-27 21:18:17.964 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.2.4 2020-10-27 21:18:17.966 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.2.4' 2020-10-27 21:18:17.966 | pip: 20.2.4 2020-10-27 21:18:17.968 | + tools/install_pip.sh:get_versions:57 : python3.6 -m pip --version 2020-10-27 21:18:18.473 | pip 20.2.4 from /usr/local/lib/python3.6/dist-packages/pip (python 3.6) 2020-10-27 21:18:18.501 | + ./stack.sh:main:758 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2020-10-27 21:18:18.504 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2020-10-27 21:18:18.508 | + ./stack.sh:main:759 : fixup_all 2020-10-27 21:18:18.510 | + tools/fixup_stuff.sh:fixup_all:188 : fixup_keystone 2020-10-27 21:18:18.513 | + tools/fixup_stuff.sh:fixup_keystone:39 : keystone_ports=35357,35358 2020-10-27 21:18:18.515 | + tools/fixup_stuff.sh:fixup_keystone:44 : sysctl net.ipv4.ip_local_reserved_ports 2020-10-27 21:18:18.520 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sysctl net.ipv4.ip_local_reserved_ports 2020-10-27 21:18:18.520 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : awk -F= '{print $2;}' 2020-10-27 21:18:18.521 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sed 's/^ //' 2020-10-27 21:18:18.526 | + tools/fixup_stuff.sh:fixup_keystone:46 : reserved_ports=35357-35358 2020-10-27 21:18:18.528 | + tools/fixup_stuff.sh:fixup_keystone:48 : [[ -z 35357-35358 ]] 2020-10-27 21:18:18.530 | + tools/fixup_stuff.sh:fixup_keystone:55 : sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358,35357-35358 2020-10-27 21:18:18.539 | net.ipv4.ip_local_reserved_ports = 35357,35358,35357-35358 2020-10-27 21:18:18.542 | + tools/fixup_stuff.sh:fixup_all:189 : fixup_ubuntu 2020-10-27 21:18:18.545 | + tools/fixup_stuff.sh:fixup_ubuntu:66 : [[ bionic != \b\i\o\n\i\c ]] 2020-10-27 21:18:18.547 | + tools/fixup_stuff.sh:fixup_ubuntu:71 : install_package software-properties-common 2020-10-27 21:18:18.549 | + functions-common:install_package:1344 : update_package_repo 2020-10-27 21:18:18.551 | + functions-common:update_package_repo:1316 : NO_UPDATE_REPOS=False 2020-10-27 21:18:18.554 | + functions-common:update_package_repo:1317 : REPOS_UPDATED=True 2020-10-27 21:18:18.556 | + functions-common:update_package_repo:1318 : RETRY_UPDATE=False 2020-10-27 21:18:18.558 | + functions-common:update_package_repo:1320 : [[ False = \T\r\u\e ]] 2020-10-27 21:18:18.560 | + functions-common:update_package_repo:1324 : is_ubuntu 2020-10-27 21:18:18.562 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-10-27 21:18:18.565 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-10-27 21:18:18.567 | + functions-common:update_package_repo:1325 : apt_get_update 2020-10-27 21:18:18.570 | + functions-common:apt_get_update:1070 : [[ True == \T\r\u\e ]] 2020-10-27 21:18:18.572 | + functions-common:apt_get_update:1070 : [[ False != \T\r\u\e ]] 2020-10-27 21:18:18.574 | + functions-common:apt_get_update:1071 : return 2020-10-27 21:18:18.576 | + functions-common:install_package:1345 : real_install_package software-properties-common 2020-10-27 21:18:18.579 | + functions-common:real_install_package:1330 : is_ubuntu 2020-10-27 21:18:18.581 | + functions-common:is_ubuntu:495 : [[ -z deb ]] 2020-10-27 21:18:18.583 | + functions-common:is_ubuntu:498 : '[' deb = deb ']' 2020-10-27 21:18:18.585 | + functions-common:real_install_package:1331 : apt_get install software-properties-common 2020-10-27 21:18:18.604 | + functions-common:apt_get:1111 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install software-properties-common 2020-10-27 21:18:18.727 | Reading package lists... 2020-10-27 21:18:19.014 | Building dependency tree... 2020-10-27 21:18:19.016 | Reading state information... 2020-10-27 21:18:19.259 | software-properties-common is already the newest version (0.96.24.32.14). 2020-10-27 21:18:19.259 | The following packages were automatically installed and are no longer required: 2020-10-27 21:18:19.260 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2020-10-27 21:18:19.260 | python3-click python3-colorama python3-configobj python3-constantly 2020-10-27 21:18:19.260 | python3-hyperlink python3-incremental python3-keyring python3-keyrings.alt 2020-10-27 21:18:19.260 | python3-pam python3-problem-report python3-pyasn1 2020-10-27 21:18:19.260 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-10-27 21:18:19.260 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-10-27 21:18:19.260 | python3-zope.interface 2020-10-27 21:18:19.260 | Use 'sudo apt autoremove' to remove them. 2020-10-27 21:18:19.332 | 0 upgraded, 0 newly installed, 0 to remove and 151 not upgraded. 2020-10-27 21:18:19.337 | + functions-common:apt_get:1115 : result=0 2020-10-27 21:18:19.339 | + functions-common:apt_get:1118 : time_stop apt-get 2020-10-27 21:18:19.342 | + functions-common:time_stop:2310 : local name 2020-10-27 21:18:19.344 | + functions-common:time_stop:2311 : local end_time 2020-10-27 21:18:19.346 | + functions-common:time_stop:2312 : local elapsed_time 2020-10-27 21:18:19.348 | + functions-common:time_stop:2313 : local total 2020-10-27 21:18:19.351 | + functions-common:time_stop:2314 : local start_time 2020-10-27 21:18:19.353 | + functions-common:time_stop:2316 : name=apt-get 2020-10-27 21:18:19.355 | + functions-common:time_stop:2317 : start_time=1603833498602 2020-10-27 21:18:19.357 | + functions-common:time_stop:2319 : [[ -z 1603833498602 ]] 2020-10-27 21:18:19.360 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-10-27 21:18:19.363 | + functions-common:time_stop:2322 : end_time=1603833499361 2020-10-27 21:18:19.366 | + functions-common:time_stop:2323 : elapsed_time=759 2020-10-27 21:18:19.368 | + functions-common:time_stop:2324 : total=7533 2020-10-27 21:18:19.370 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-10-27 21:18:19.373 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=8292 2020-10-27 21:18:19.375 | + functions-common:apt_get:1119 : return 0 2020-10-27 21:18:19.377 | + tools/fixup_stuff.sh:fixup_ubuntu:74 : sudo add-apt-repository -y universe 2020-10-27 21:18:20.311 | 'universe' distribution component is already enabled for all sources. 2020-10-27 21:18:20.340 | + tools/fixup_stuff.sh:fixup_ubuntu:76 : [[ -f /etc/ci/mirror_info.sh ]] 2020-10-27 21:18:20.343 | + tools/fixup_stuff.sh:fixup_ubuntu:83 : sudo add-apt-repository -y cloud-archive:train 2020-10-27 21:18:23.140 | Reading package lists... 2020-10-27 21:18:23.454 | Building dependency tree... 2020-10-27 21:18:23.455 | Reading state information... 2020-10-27 21:18:23.695 | ubuntu-cloud-keyring is already the newest version (2018.09.18.1~18.04.0). 2020-10-27 21:18:23.695 | The following packages were automatically installed and are no longer required: 2020-10-27 21:18:23.696 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2020-10-27 21:18:23.696 | python3-click python3-colorama python3-configobj python3-constantly 2020-10-27 21:18:23.696 | python3-hyperlink python3-incremental python3-keyring python3-keyrings.alt 2020-10-27 21:18:23.696 | python3-pam python3-problem-report python3-pyasn1 2020-10-27 21:18:23.696 | python3-requests-unixsocket python3-secretstorage python3-serial 2020-10-27 21:18:23.696 | python3-systemd python3-twisted-bin python3-wheel python3-xdg 2020-10-27 21:18:23.696 | python3-zope.interface 2020-10-27 21:18:23.696 | Use 'sudo apt autoremove' to remove them. 2020-10-27 21:18:23.778 | 0 upgraded, 0 newly installed, 0 to remove and 151 not upgraded. 2020-10-27 21:18:24.035 | Hit:1 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train InRelease 2020-10-27 21:18:24.059 | Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 2020-10-27 21:18:24.217 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2020-10-27 21:18:24.343 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2020-10-27 21:18:24.468 | Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2020-10-27 21:18:28.306 | Reading package lists... 2020-10-27 21:18:28.367 | + tools/fixup_stuff.sh:fixup_ubuntu:85 : REPOS_UPDATED=False 2020-10-27 21:18:28.371 | + tools/fixup_stuff.sh:fixup_ubuntu:86 : apt_get_update 2020-10-27 21:18:28.374 | + functions-common:apt_get_update:1070 : [[ False == \T\r\u\e ]] 2020-10-27 21:18:28.378 | + functions-common:apt_get_update:1075 : [[ False = \T\r\u\e ]] 2020-10-27 21:18:28.381 | + functions-common:apt_get_update:1077 : local sudo=sudo 2020-10-27 21:18:28.384 | ++ functions-common:apt_get_update:1078 : id -u 2020-10-27 21:18:28.388 | + functions-common:apt_get_update:1078 : [[ 1000 = \0 ]] 2020-10-27 21:18:28.390 | + functions-common:apt_get_update:1081 : time_start apt-get-update 2020-10-27 21:18:28.392 | + functions-common:time_start:2296 : local name=apt-get-update 2020-10-27 21:18:28.395 | + functions-common:time_start:2297 : local start_time= 2020-10-27 21:18:28.397 | + functions-common:time_start:2298 : [[ -n '' ]] 2020-10-27 21:18:28.400 | ++ functions-common:time_start:2301 : date +%s%3N 2020-10-27 21:18:28.403 | + functions-common:time_start:2301 : _TIME_START[$name]=1603833508400 2020-10-27 21:18:28.405 | + functions-common:apt_get_update:1083 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2020-10-27 21:18:28.407 | + functions-common:apt_get_update:1084 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2020-10-27 21:18:28.409 | + functions-common:apt_get_update:1085 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2020-10-27 21:18:28.666 | Hit:1 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/train InRelease 2020-10-27 21:18:28.779 | Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 2020-10-27 21:18:28.779 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2020-10-27 21:18:28.905 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2020-10-27 21:18:29.030 | Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2020-10-27 21:18:31.451 | Reading package lists... 2020-10-27 21:18:31.518 | + functions-common:apt_get_update:1089 : REPOS_UPDATED=True 2020-10-27 21:18:31.520 | + functions-common:apt_get_update:1091 : time_stop apt-get-update 2020-10-27 21:18:31.523 | + functions-common:time_stop:2310 : local name 2020-10-27 21:18:31.525 | + functions-common:time_stop:2311 : local end_time 2020-10-27 21:18:31.527 | + functions-common:time_stop:2312 : local elapsed_time 2020-10-27 21:18:31.529 | + functions-common:time_stop:2313 : local total 2020-10-27 21:18:31.532 | + functions-common:time_stop:2314 : local start_time 2020-10-27 21:18:31.534 | + functions-common:time_stop:2316 : name=apt-get-update 2020-10-27 21:18:31.536 | + functions-common:time_stop:2317 : start_time=1603833508400 2020-10-27 21:18:31.538 | + functions-common:time_stop:2319 : [[ -z 1603833508400 ]] 2020-10-27 21:18:31.541 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-10-27 21:18:31.545 | + functions-common:time_stop:2322 : end_time=1603833511542 2020-10-27 21:18:31.547 | + functions-common:time_stop:2323 : elapsed_time=3142 2020-10-27 21:18:31.549 | + functions-common:time_stop:2324 : total=3137 2020-10-27 21:18:31.552 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-10-27 21:18:31.554 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=6279 2020-10-27 21:18:31.557 | + tools/fixup_stuff.sh:fixup_ubuntu:94 : sudo rm -rf '/usr/lib/python3/dist-packages/httplib2-*.egg-info' 2020-10-27 21:18:31.569 | + tools/fixup_stuff.sh:fixup_ubuntu:95 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2020-10-27 21:18:31.581 | + tools/fixup_stuff.sh:fixup_ubuntu:96 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2020-10-27 21:18:31.593 | + tools/fixup_stuff.sh:fixup_all:190 : fixup_fedora 2020-10-27 21:18:31.596 | + tools/fixup_stuff.sh:fixup_fedora:103 : is_fedora 2020-10-27 21:18:31.598 | + functions-common:is_fedora:448 : [[ -z Ubuntu ]] 2020-10-27 21:18:31.602 | + functions-common:is_fedora:452 : '[' Ubuntu = Fedora ']' 2020-10-27 21:18:31.604 | + functions-common:is_fedora:452 : '[' Ubuntu = 'Red Hat' ']' 2020-10-27 21:18:31.607 | + functions-common:is_fedora:453 : '[' Ubuntu = RedHatEnterpriseServer ']' 2020-10-27 21:18:31.609 | + functions-common:is_fedora:454 : '[' Ubuntu = RedHatEnterprise ']' 2020-10-27 21:18:31.611 | + functions-common:is_fedora:455 : '[' Ubuntu = CentOS ']' 2020-10-27 21:18:31.614 | + functions-common:is_fedora:455 : '[' Ubuntu = OracleServer ']' 2020-10-27 21:18:31.616 | + functions-common:is_fedora:456 : '[' Ubuntu = Virtuozzo ']' 2020-10-27 21:18:31.618 | + tools/fixup_stuff.sh:fixup_fedora:104 : return 2020-10-27 21:18:31.620 | + tools/fixup_stuff.sh:fixup_all:191 : fixup_suse 2020-10-27 21:18:31.623 | + tools/fixup_stuff.sh:fixup_suse:149 : is_suse 2020-10-27 21:18:31.625 | + functions-common:is_suse:464 : is_opensuse 2020-10-27 21:18:31.628 | + functions-common:is_opensuse:471 : [[ -z Ubuntu ]] 2020-10-27 21:18:31.630 | + functions-common:is_opensuse:475 : [[ Ubuntu =~ (openSUSE) ]] 2020-10-27 21:18:31.632 | + functions-common:is_suse:464 : is_suse_linux_enterprise 2020-10-27 21:18:31.635 | + functions-common:is_suse_linux_enterprise:483 : [[ -z Ubuntu ]] 2020-10-27 21:18:31.637 | + functions-common:is_suse_linux_enterprise:487 : [[ Ubuntu =~ (^SUSE) ]] 2020-10-27 21:18:31.639 | + tools/fixup_stuff.sh:fixup_suse:150 : return 2020-10-27 21:18:31.642 | + ./stack.sh:main:762 : pip_install -U os-testr 2020-10-27 21:18:31.663 | Using python 3.6 to install os-testr 2020-10-27 21:18:31.666 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U os-testr 2020-10-27 21:18:34.120 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-10-27 21:18:34.121 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2020-10-27 21:18:34.204 | Requirement already up-to-date: os-testr===2.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 288)) (2.0.0) 2020-10-27 21:18:34.215 | Requirement already satisfied, skipping upgrade: pbr===5.5.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324)) (5.5.1) 2020-10-27 21:18:34.219 | Requirement already satisfied, skipping upgrade: python-subunit===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 420)) (1.4.0) 2020-10-27 21:18:34.234 | Requirement already satisfied, skipping upgrade: stestr===3.0.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 501)) (3.0.1) 2020-10-27 21:18:34.268 | Requirement already satisfied, skipping upgrade: testtools===2.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 522)) (2.4.0) 2020-10-27 21:18:34.288 | Requirement already satisfied, skipping upgrade: traceback2===1.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 533)) (1.4.0) 2020-10-27 21:18:34.292 | Requirement already satisfied, skipping upgrade: unittest2===1.1.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 542)) (1.1.0) 2020-10-27 21:18:34.301 | Requirement already satisfied, skipping upgrade: voluptuous===0.12.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 550)) (0.12.0) 2020-10-27 21:18:34.306 | Requirement already satisfied, skipping upgrade: extras===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 159)) (1.0.0) 2020-10-27 21:18:34.309 | Requirement already satisfied, skipping upgrade: future===0.18.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 167)) (0.18.2) 2020-10-27 21:18:34.313 | Requirement already satisfied, skipping upgrade: PyYAML===5.3.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (5.3.1) 2020-10-27 21:18:34.316 | Requirement already satisfied, skipping upgrade: cliff===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 111)) (3.4.0) 2020-10-27 21:18:34.332 | Requirement already satisfied, skipping upgrade: fixtures===3.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 163)) (3.0.0) 2020-10-27 21:18:34.345 | Requirement already satisfied, skipping upgrade: python-mimeparse===1.6.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 402)) (1.6.0) 2020-10-27 21:18:34.348 | Requirement already satisfied, skipping upgrade: six===1.15.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 473)) (1.15.0) 2020-10-27 21:18:34.352 | Requirement already satisfied, skipping upgrade: linecache2===1.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 230)) (1.0.0) 2020-10-27 21:18:34.354 | Requirement already satisfied, skipping upgrade: argparse in /usr/local/lib/python3.6/dist-packages (from unittest2===1.1.0->-c /opt/stack/requirements/upper-constraints.txt (line 542)) (1.4.0) 2020-10-27 21:18:34.357 | Requirement already satisfied, skipping upgrade: prettytable===0.7.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (0.7.2) 2020-10-27 21:18:34.360 | Requirement already satisfied, skipping upgrade: cmd2===1.3.11 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (1.3.11) 2020-10-27 21:18:34.422 | Requirement already satisfied, skipping upgrade: pyparsing===2.4.7 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 359)) (2.4.7) 2020-10-27 21:18:34.426 | Requirement already satisfied, skipping upgrade: stevedore===3.2.2 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 502)) (3.2.2) 2020-10-27 21:18:34.435 | Requirement already satisfied, skipping upgrade: colorama===0.4.4 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) (0.4.4) 2020-10-27 21:18:34.440 | Requirement already satisfied, skipping upgrade: attrs===20.2.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 87)) (20.2.0) 2020-10-27 21:18:34.486 | Requirement already satisfied, skipping upgrade: wcwidth===0.2.5 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 554)) (0.2.5) 2020-10-27 21:18:34.492 | Requirement already satisfied, skipping upgrade: setuptools===50.3.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 470)) (50.3.0) 2020-10-27 21:18:34.534 | Requirement already satisfied, skipping upgrade: pyperclip===1.8.1 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 360)) (1.8.1) 2020-10-27 21:18:34.537 | Requirement already satisfied, skipping upgrade: importlib-metadata===2.0.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 197)) (2.0.0) 2020-10-27 21:18:34.559 | Requirement already satisfied, skipping upgrade: zipp===3.4.0 in /usr/local/lib/python3.6/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 571)) (3.4.0) 2020-10-27 21:18:37.049 | + inc/python:pip_install:200 : result=0 2020-10-27 21:18:37.051 | + inc/python:pip_install:202 : time_stop pip_install 2020-10-27 21:18:37.053 | + functions-common:time_stop:2310 : local name 2020-10-27 21:18:37.056 | + functions-common:time_stop:2311 : local end_time 2020-10-27 21:18:37.058 | + functions-common:time_stop:2312 : local elapsed_time 2020-10-27 21:18:37.060 | + functions-common:time_stop:2313 : local total 2020-10-27 21:18:37.062 | + functions-common:time_stop:2314 : local start_time 2020-10-27 21:18:37.065 | + functions-common:time_stop:2316 : name=pip_install 2020-10-27 21:18:37.067 | + functions-common:time_stop:2317 : start_time=1603833511658 2020-10-27 21:18:37.069 | + functions-common:time_stop:2319 : [[ -z 1603833511658 ]] 2020-10-27 21:18:37.072 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-10-27 21:18:37.075 | + functions-common:time_stop:2322 : end_time=1603833517073 2020-10-27 21:18:37.078 | + functions-common:time_stop:2323 : elapsed_time=5415 2020-10-27 21:18:37.080 | + functions-common:time_stop:2324 : total=0 2020-10-27 21:18:37.082 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-10-27 21:18:37.084 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=5415 2020-10-27 21:18:37.087 | + inc/python:pip_install:203 : return 0 2020-10-27 21:18:37.089 | + ./stack.sh:main:764 : pip_install_gr systemd-python 2020-10-27 21:18:37.092 | + inc/python:pip_install_gr:76 : local name=systemd-python 2020-10-27 21:18:37.094 | + inc/python:pip_install_gr:77 : local clean_name 2020-10-27 21:18:37.097 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements systemd-python 2020-10-27 21:18:37.100 | ++ inc/python:get_from_global_requirements:225 : local package=systemd-python 2020-10-27 21:18:37.102 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2020-10-27 21:18:37.106 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^systemd-python' /opt/stack/requirements/global-requirements.txt 2020-10-27 21:18:37.106 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2020-10-27 21:18:37.111 | ++ inc/python:get_from_global_requirements:227 : required_pkg='systemd-python ' 2020-10-27 21:18:37.113 | ++ inc/python:get_from_global_requirements:228 : [[ systemd-python == '' ]] 2020-10-27 21:18:37.115 | ++ inc/python:get_from_global_requirements:231 : echo systemd-python 2020-10-27 21:18:37.118 | + inc/python:pip_install_gr:78 : clean_name=systemd-python 2020-10-27 21:18:37.121 | + inc/python:pip_install_gr:79 : pip_install systemd-python 2020-10-27 21:18:37.140 | Using python 3.6 to install systemd-python 2020-10-27 21:18:37.143 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.6 -m pip install -c /opt/stack/requirements/upper-constraints.txt systemd-python 2020-10-27 21:18:39.469 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2020-10-27 21:18:39.469 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement.. You can find discussion regarding this at https://github.com/pypa/pip/issues/8210. 2020-10-27 21:18:39.492 | Requirement already satisfied: systemd-python===234 in /usr/lib/python3/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (234) 2020-10-27 21:18:42.154 | + inc/python:pip_install:200 : result=0 2020-10-27 21:18:42.156 | + inc/python:pip_install:202 : time_stop pip_install 2020-10-27 21:18:42.158 | + functions-common:time_stop:2310 : local name 2020-10-27 21:18:42.161 | + functions-common:time_stop:2311 : local end_time 2020-10-27 21:18:42.163 | + functions-common:time_stop:2312 : local elapsed_time 2020-10-27 21:18:42.165 | + functions-common:time_stop:2313 : local total 2020-10-27 21:18:42.168 | + functions-common:time_stop:2314 : local start_time 2020-10-27 21:18:42.170 | + functions-common:time_stop:2316 : name=pip_install 2020-10-27 21:18:42.172 | + functions-common:time_stop:2317 : start_time=1603833517135 2020-10-27 21:18:42.175 | + functions-common:time_stop:2319 : [[ -z 1603833517135 ]] 2020-10-27 21:18:42.178 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-10-27 21:18:42.181 | + functions-common:time_stop:2322 : end_time=1603833522178 2020-10-27 21:18:42.183 | + functions-common:time_stop:2323 : elapsed_time=5043 2020-10-27 21:18:42.186 | + functions-common:time_stop:2324 : total=5415 2020-10-27 21:18:42.188 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-10-27 21:18:42.190 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=10458 2020-10-27 21:18:42.192 | + inc/python:pip_install:203 : return 0 2020-10-27 21:18:42.195 | + ./stack.sh:main:767 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2020-10-27 21:18:42.245 | + ./stack.sh:main:768 : sudo systemctl restart systemd-journald 2020-10-27 21:18:42.323 | + ./stack.sh:main:774 : install_infra 2020-10-27 21:18:42.325 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2020-10-27 21:18:42.329 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2020-10-27 21:18:42.331 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2020-10-27 21:18:42.334 | + lib/infra:install_infra:34 : pip_install -U pbr 2020-10-27 21:18:42.356 | + inc/python:pip_install:193 : 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 2020-10-27 21:18:45.289 | Requirement already up-to-date: pbr===5.5.1 in /opt/stack/requirements/.venv/lib/python3.6/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 324)) 2020-10-27 21:18:45.358 | + inc/python:pip_install:200 : result=0 2020-10-27 21:18:45.360 | + inc/python:pip_install:202 : time_stop pip_install 2020-10-27 21:18:45.363 | + functions-common:time_stop:2310 : local name 2020-10-27 21:18:45.365 | + functions-common:time_stop:2311 : local end_time 2020-10-27 21:18:45.368 | + functions-common:time_stop:2312 : local elapsed_time 2020-10-27 21:18:45.370 | + functions-common:time_stop:2313 : local total 2020-10-27 21:18:45.372 | + functions-common:time_stop:2314 : local start_time 2020-10-27 21:18:45.375 | + functions-common:time_stop:2316 : name=pip_install 2020-10-27 21:18:45.377 | + functions-common:time_stop:2317 : start_time=1603833522348 2020-10-27 21:18:45.379 | + functions-common:time_stop:2319 : [[ -z 1603833522348 ]] 2020-10-27 21:18:45.382 | ++ functions-common:time_stop:2322 : date +%s%3N 2020-10-27 21:18:45.386 | + functions-common:time_stop:2322 : end_time=1603833525383 2020-10-27 21:18:45.388 | + functions-common:time_stop:2323 : elapsed_time=3035 2020-10-27 21:18:45.390 | + functions-common:time_stop:2324 : total=10458 2020-10-27 21:18:45.392 | + functions-common:time_stop:2326 : _TIME_START[$name]= 2020-10-27 21:18:45.395 | + functions-common:time_stop:2327 : _TIME_TOTAL[$name]=13493 2020-10-27 21:18:45.398 | + inc/python:pip_install:203 : return 0 2020-10-27 21:18:45.400 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2020-10-27 21:18:45.403 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2020-10-27 21:18:45.425 | + inc/python:pip_install:193 : 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