2021-12-24 06:11:41.257 | + ./stack.sh:main:481 : exec 2021-12-24 06:11:41.257 | + ./stack.sh:main:489 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2021-12-24-061141' 2021-12-24 06:11:41.257 | + ./stack.sh:echo_summary:434 : [[ -t 3 ]] 2021-12-24 06:11:41.257 | + ./stack.sh:echo_summary:440 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2021-12-24-061141 2021-12-24 06:11:41.257 | + ./stack.sh:main:491 : ln -sf /opt/stack/logs/stack.sh.log.2021-12-24-061141 /opt/stack/logs/stack.sh.log 2021-12-24 06:11:41.257 | + ./stack.sh:main:492 : ln -sf /opt/stack/logs/stack.sh.log.2021-12-24-061141.summary.2021-12-24-061141 /opt/stack/logs/stack.sh.log.summary 2021-12-24 06:11:41.257 | + ./stack.sh:main:507 : check_path_perm_sanity /opt/stack 2021-12-24 06:11:41.257 | + functions:check_path_perm_sanity:596 : local real_path 2021-12-24 06:11:41.257 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2021-12-24 06:11:41.257 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2021-12-24 06:11:41.257 | ++ ./stack.sh:main:481 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2021-12-24-061141.summary.2021-12-24-061141 2021-12-24 06:11:41.257 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2021-12-24 06:11:41.257 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2021-12-24 06:11:41.257 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2021-12-24 06:11:41.257 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2021-12-24 06:11:41.257 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2021-12-24 06:11:41.257 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2021-12-24 06:11:41.257 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2021-12-24 06:11:41.258 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2021-12-24 06:11:41.264 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2021-12-24 06:11:41.266 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2021-12-24 06:11:41.269 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2021-12-24 06:11:41.271 | + ./stack.sh:main:513 : trap exit_trap EXIT 2021-12-24 06:11:41.273 | + ./stack.sh:main:554 : trap err_trap ERR 2021-12-24 06:11:41.275 | + ./stack.sh:main:567 : set -o errexit 2021-12-24 06:11:41.277 | + ./stack.sh:main:570 : uname -a 2021-12-24 06:11:41.278 | Linux dv-osbrick-822871-1-iscsi 5.4.0-72-generic #80-Ubuntu SMP Mon Apr 12 17:35:00 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2021-12-24 06:11:41.280 | + ./stack.sh:main:573 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2021-12-24 06:11:41.281 | + ./stack.sh:main:574 : rm -f /opt/stack/data/ca-bundle.pem 2021-12-24 06:11:41.284 | + ./stack.sh:main:577 : source /home/ubuntu/devstack/lib/database 2021-12-24 06:11:41.310 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/rpc_backend 2021-12-24 06:11:41.325 | + ./stack.sh:main:584 : fetch_plugins 2021-12-24 06:11:41.327 | + functions-common:fetch_plugins:1748 : local plugins= 2021-12-24 06:11:41.329 | + functions-common:fetch_plugins:1749 : local plugin 2021-12-24 06:11:41.330 | + functions-common:fetch_plugins:1752 : [[ -z '' ]] 2021-12-24 06:11:41.332 | + functions-common:fetch_plugins:1753 : return 2021-12-24 06:11:41.334 | + ./stack.sh:main:588 : run_phase override_defaults 2021-12-24 06:11:41.336 | + functions-common:run_phase:1830 : local mode=override_defaults 2021-12-24 06:11:41.337 | + functions-common:run_phase:1831 : local phase= 2021-12-24 06:11:41.339 | + functions-common:run_phase:1832 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-12-24 06:11:41.340 | + functions-common:run_phase:1833 : local extra_plugin_file_name 2021-12-24 06:11:41.342 | + functions-common:run_phase:1834 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-12-24 06:11:41.344 | + functions-common:run_phase:1839 : local exceptions=80-tempest.sh 2021-12-24 06:11:41.345 | + functions-common:run_phase:1840 : local extra 2021-12-24 06:11:41.348 | ++ functions-common:run_phase:1841 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-12-24 06:11:41.350 | + functions-common:run_phase:1841 : extra=80-tempest.sh 2021-12-24 06:11:41.352 | + functions-common:run_phase:1842 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-12-24 06:11:41.354 | + functions-common:run_phase:1846 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-12-24 06:11:41.356 | + functions-common:run_phase:1846 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2021-12-24 06:11:41.357 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-12-24 06:11:41.369 | ++ functions-common:is_service_enabled:2058 : return 0 2021-12-24 06:11:41.371 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-12-24 06:11:41.373 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2021-12-24 06:11:41.374 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2021-12-24 06:11:41.376 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2021-12-24 06:11:41.378 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2021-12-24 06:11:41.379 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2021-12-24 06:11:41.381 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2021-12-24 06:11:41.383 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2021-12-24 06:11:41.385 | + functions-common:run_phase:1851 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-12-24 06:11:41.386 | + functions-common:run_phase:1854 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-12-24 06:11:41.388 | + functions-common:run_phase:1855 : plugin_override_defaults 2021-12-24 06:11:41.390 | + functions-common:plugin_override_defaults:1789 : local plugins= 2021-12-24 06:11:41.392 | + functions-common:plugin_override_defaults:1790 : local plugin 2021-12-24 06:11:41.393 | + functions-common:plugin_override_defaults:1793 : [[ -z '' ]] 2021-12-24 06:11:41.395 | + functions-common:plugin_override_defaults:1794 : return 2021-12-24 06:11:41.397 | + ./stack.sh:main:591 : source /home/ubuntu/devstack/lib/apache 2021-12-24 06:11:41.413 | + ./stack.sh:main:594 : source /home/ubuntu/devstack/lib/tls 2021-12-24 06:11:41.416 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2021-12-24 06:11:41.428 | ++ functions-common:is_service_enabled:2058 : return 1 2021-12-24 06:11:41.430 | +++ lib/tls:source:43 : hostname -f 2021-12-24 06:11:41.433 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2021-12-24 06:11:41.435 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2021-12-24 06:11:41.437 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2021-12-24 06:11:41.439 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2021-12-24 06:11:41.441 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2021-12-24 06:11:41.443 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2021-12-24 06:11:41.445 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2021-12-24 06:11:41.446 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2021-12-24 06:11:41.448 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2021-12-24 06:11:41.450 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2021-12-24 06:11:41.454 | + ./stack.sh:main:597 : source /home/ubuntu/devstack/lib/infra 2021-12-24 06:11:41.466 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/libraries 2021-12-24 06:11:41.487 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/lvm 2021-12-24 06:11:41.499 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/horizon 2021-12-24 06:11:41.511 | + ./stack.sh:main:601 : source /home/ubuntu/devstack/lib/keystone 2021-12-24 06:11:41.550 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/glance 2021-12-24 06:11:41.609 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/nova 2021-12-24 06:11:41.695 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/placement 2021-12-24 06:11:41.716 | + ./stack.sh:main:605 : source /home/ubuntu/devstack/lib/cinder 2021-12-24 06:11:41.764 | + ./stack.sh:main:606 : source /home/ubuntu/devstack/lib/swift 2021-12-24 06:11:41.815 | + ./stack.sh:main:607 : source /home/ubuntu/devstack/lib/neutron 2021-12-24 06:11:41.953 | + ./stack.sh:main:608 : source /home/ubuntu/devstack/lib/ldap 2021-12-24 06:11:41.967 | + ./stack.sh:main:609 : source /home/ubuntu/devstack/lib/dstat 2021-12-24 06:11:41.979 | + ./stack.sh:main:610 : source /home/ubuntu/devstack/lib/tcpdump 2021-12-24 06:11:41.992 | + ./stack.sh:main:611 : source /home/ubuntu/devstack/lib/etcd3 2021-12-24 06:11:42.076 | + ./stack.sh:main:612 : source /home/ubuntu/devstack/lib/os-vif 2021-12-24 06:11:42.079 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2021-12-24 06:11:42.082 | +++ lib/os-vif:source:17 : is_ml2_ovs 2021-12-24 06:11:42.084 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2021-12-24 06:11:42.086 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2021-12-24 06:11:42.088 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2021-12-24 06:11:42.090 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2021-12-24 06:11:42.090 | False' 2021-12-24 06:11:42.092 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2021-12-24 06:11:42.107 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2021-12-24 06:11:42.109 | + ./stack.sh:main:618 : run_phase source 2021-12-24 06:11:42.111 | + functions-common:run_phase:1830 : local mode=source 2021-12-24 06:11:42.113 | + functions-common:run_phase:1831 : local phase= 2021-12-24 06:11:42.115 | + functions-common:run_phase:1832 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-12-24 06:11:42.117 | + functions-common:run_phase:1833 : local extra_plugin_file_name 2021-12-24 06:11:42.119 | + functions-common:run_phase:1834 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-12-24 06:11:42.121 | + functions-common:run_phase:1839 : local exceptions=80-tempest.sh 2021-12-24 06:11:42.123 | + functions-common:run_phase:1840 : local extra 2021-12-24 06:11:42.125 | ++ functions-common:run_phase:1841 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-12-24 06:11:42.129 | + functions-common:run_phase:1841 : extra=80-tempest.sh 2021-12-24 06:11:42.131 | + functions-common:run_phase:1842 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-12-24 06:11:42.133 | + functions-common:run_phase:1846 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-12-24 06:11:42.135 | + functions-common:run_phase:1846 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2021-12-24 06:11:42.140 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-12-24 06:11:42.153 | ++ functions-common:is_service_enabled:2058 : return 0 2021-12-24 06:11:42.155 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2021-12-24 06:11:42.157 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2021-12-24 06:11:42.195 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2021-12-24 06:11:42.197 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2021-12-24 06:11:42.199 | + functions-common:run_phase:1851 : [[ source == \s\o\u\r\c\e ]] 2021-12-24 06:11:42.201 | + functions-common:run_phase:1852 : load_plugin_settings 2021-12-24 06:11:42.203 | + functions-common:load_plugin_settings:1766 : local plugins= 2021-12-24 06:11:42.207 | + functions-common:load_plugin_settings:1767 : local plugin 2021-12-24 06:11:42.209 | + functions-common:load_plugin_settings:1770 : [[ -z '' ]] 2021-12-24 06:11:42.211 | + functions-common:load_plugin_settings:1771 : return 2021-12-24 06:11:42.214 | + functions-common:run_phase:1853 : verify_disabled_services 2021-12-24 06:11:42.216 | + functions-common:verify_disabled_services:2113 : local service 2021-12-24 06:11:42.218 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.220 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2021-12-24 06:11:42.222 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.224 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2021-12-24 06:11:42.227 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.229 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2021-12-24 06:11:42.231 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.233 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2021-12-24 06:11:42.235 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.237 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2021-12-24 06:11:42.239 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.242 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2021-12-24 06:11:42.244 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.246 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2021-12-24 06:11:42.248 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.250 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2021-12-24 06:11:42.252 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.255 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2021-12-24 06:11:42.257 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.259 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2021-12-24 06:11:42.261 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.263 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2021-12-24 06:11:42.266 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.268 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2021-12-24 06:11:42.270 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.272 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2021-12-24 06:11:42.274 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.277 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2021-12-24 06:11:42.279 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.281 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2021-12-24 06:11:42.284 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.286 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2021-12-24 06:11:42.288 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.290 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2021-12-24 06:11:42.292 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.295 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2021-12-24 06:11:42.297 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.299 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2021-12-24 06:11:42.301 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.303 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2021-12-24 06:11:42.306 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.308 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2021-12-24 06:11:42.310 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.312 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2021-12-24 06:11:42.314 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.317 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2021-12-24 06:11:42.319 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.321 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2021-12-24 06:11:42.323 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.325 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2021-12-24 06:11:42.327 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.329 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2021-12-24 06:11:42.332 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.334 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2021-12-24 06:11:42.336 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.338 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2021-12-24 06:11:42.340 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.342 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2021-12-24 06:11:42.345 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.347 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2021-12-24 06:11:42.349 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.351 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2021-12-24 06:11:42.353 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.355 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2021-12-24 06:11:42.357 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.360 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2021-12-24 06:11:42.362 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.364 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2021-12-24 06:11:42.366 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.368 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2021-12-24 06:11:42.370 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.372 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2021-12-24 06:11:42.374 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.377 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2021-12-24 06:11:42.379 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.381 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2021-12-24 06:11:42.383 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.385 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2021-12-24 06:11:42.387 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.389 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2021-12-24 06:11:42.392 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.394 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2021-12-24 06:11:42.396 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.398 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2021-12-24 06:11:42.400 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.402 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2021-12-24 06:11:42.405 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.407 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2021-12-24 06:11:42.409 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:11:42.411 | + functions-common:verify_disabled_services:2115 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2021-12-24 06:11:42.414 | + ./stack.sh:main:689 : initialize_database_backends 2021-12-24 06:11:42.416 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-12-24 06:11:42.418 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2021-12-24 06:11:42.432 | + functions-common:is_service_enabled:2058 : return 0 2021-12-24 06:11:42.434 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2021-12-24 06:11:42.436 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-12-24 06:11:42.438 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2021-12-24 06:11:42.453 | + functions-common:is_service_enabled:2058 : return 1 2021-12-24 06:11:42.455 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2021-12-24 06:11:42.457 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2021-12-24 06:11:42.459 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2021-12-24 06:11:42.461 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2021-12-24 06:11:42.463 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2021-12-24 06:11:42.466 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2021-12-24 06:11:42.468 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2021-12-24 06:11:42.471 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2021-12-24 06:11:42.473 | ++ lib/databases/mysql:get_database_type_mysql:37 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-12-24 06:11:42.475 | ++ lib/databases/mysql:get_database_type_mysql:38 : echo mysql+pymysql 2021-12-24 06:11:42.483 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-12-24 06:11:42.486 | + lib/database:initialize_database_backends:104 : return 0 2021-12-24 06:11:42.488 | + ./stack.sh:main:690 : echo 'Using mysql database backend' 2021-12-24 06:11:42.488 | Using mysql database backend 2021-12-24 06:11:42.491 | + ./stack.sh:main:693 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2021-12-24 06:11:42.507 | + ./stack.sh:main:705 : is_service_enabled rabbit 2021-12-24 06:11:42.522 | + functions-common:is_service_enabled:2058 : return 0 2021-12-24 06:11:42.524 | + ./stack.sh:main:706 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2021-12-24 06:11:42.540 | + ./stack.sh:main:713 : is_service_enabled keystone 2021-12-24 06:11:42.556 | + functions-common:is_service_enabled:2058 : return 0 2021-12-24 06:11:42.558 | + ./stack.sh:main:715 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2021-12-24 06:11:42.574 | + ./stack.sh:main:717 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2021-12-24 06:11:42.590 | + ./stack.sh:main:728 : is_service_enabled ldap 2021-12-24 06:11:42.606 | + functions-common:is_service_enabled:2058 : return 1 2021-12-24 06:11:42.608 | + ./stack.sh:main:737 : is_service_enabled s-proxy 2021-12-24 06:11:42.623 | + functions-common:is_service_enabled:2058 : return 0 2021-12-24 06:11:42.625 | + ./stack.sh:main:741 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2021-12-24 06:11:42.640 | + ./stack.sh:main:743 : [[ -z '' ]] 2021-12-24 06:11:42.643 | + ./stack.sh:main:743 : [[ False == \T\r\u\e ]] 2021-12-24 06:11:42.645 | + ./stack.sh:main:749 : save_stackenv 749 2021-12-24 06:11:42.647 | + functions-common:save_stackenv:60 : local tag=749 2021-12-24 06:11:42.650 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2021-12-24 06:11:42.654 | + functions-common:save_stackenv:62 : time_stamp=2021-12-24-061142 2021-12-24 06:11:42.657 | + functions-common:save_stackenv:63 : echo '# 2021-12-24-061142 749' 2021-12-24 06:11:42.659 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:11:42.661 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-12-24 06:11:42.664 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:11:42.666 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2021-12-24 06:11:42.668 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:11:42.671 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2021-12-24 06:11:42.673 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:11:42.675 | + 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,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,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 2021-12-24 06:11:42.678 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:11:42.680 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.24 2021-12-24 06:11:42.682 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:11:42.684 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.24/identity 2021-12-24 06:11:42.686 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:11:42.689 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-12-24-061141 2021-12-24 06:11:42.691 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:11:42.694 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2021-12-24 06:11:42.696 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:11:42.698 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.24 2021-12-24 06:11:42.700 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:11:42.703 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2021-12-24 06:11:42.705 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:11:42.707 | + functions-common:save_stackenv:65 : echo TLS_IP= 2021-12-24 06:11:42.709 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:11:42.712 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2021-12-24 06:11:42.714 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:11:42.716 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2021-12-24 06:11:42.718 | + ./stack.sh:main:760 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2021-12-24 06:11:42.721 | + functions-common:git_clone:585 : local git_remote=https://opendev.org/openstack/requirements.git 2021-12-24 06:11:42.723 | + functions-common:git_clone:586 : local git_dest=/opt/stack/requirements 2021-12-24 06:11:42.725 | + functions-common:git_clone:587 : local git_ref=master 2021-12-24 06:11:42.727 | + functions-common:git_clone:588 : local orig_dir 2021-12-24 06:11:42.729 | ++ functions-common:git_clone:589 : pwd 2021-12-24 06:11:42.731 | + functions-common:git_clone:589 : orig_dir=/home/ubuntu/devstack 2021-12-24 06:11:42.733 | + functions-common:git_clone:590 : local git_clone_flags= 2021-12-24 06:11:42.736 | ++ functions-common:git_clone:592 : trueorfalse False RECLONE 2021-12-24 06:11:42.751 | + functions-common:git_clone:592 : RECLONE=False 2021-12-24 06:11:42.753 | + functions-common:git_clone:593 : [[ 0 -gt 0 ]] 2021-12-24 06:11:42.755 | + functions-common:git_clone:597 : [[ False = \T\r\u\e ]] 2021-12-24 06:11:42.757 | + functions-common:git_clone:606 : echo master 2021-12-24 06:11:42.757 | + functions-common:git_clone:606 : egrep -q '^refs' 2021-12-24 06:11:42.762 | + functions-common:git_clone:620 : [[ ! -d /opt/stack/requirements ]] 2021-12-24 06:11:42.764 | + functions-common:git_clone:628 : [[ False = \T\r\u\e ]] 2021-12-24 06:11:42.767 | + functions-common:git_clone:654 : cd /opt/stack/requirements 2021-12-24 06:11:42.769 | + functions-common:git_clone:655 : git show --oneline 2021-12-24 06:11:42.770 | + functions-common:git_clone:655 : head -1 2021-12-24 06:11:42.773 | e5ba688e Add task-core to global-requirements.txt 2021-12-24 06:11:42.775 | + functions-common:git_clone:656 : cd /home/ubuntu/devstack 2021-12-24 06:11:42.778 | + ./stack.sh:main:764 : echo_summary 'Installing package prerequisites' 2021-12-24 06:11:42.780 | + ./stack.sh:echo_summary:434 : [[ -t 3 ]] 2021-12-24 06:11:42.782 | + ./stack.sh:echo_summary:440 : echo -e Installing package prerequisites 2021-12-24 06:11:42.785 | + ./stack.sh:main:765 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2021-12-24 06:11:42.787 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2021-12-24 06:11:42.789 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2021-12-24 06:11:42.792 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2021-12-24 06:11:42.794 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2021-12-24 06:11:42.797 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2021-12-24 06:11:42.799 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2021-12-24 06:11:42.802 | +++ tools/install_prereqs.sh:source:47 : date +%s 2021-12-24 06:11:42.806 | ++ tools/install_prereqs.sh:source:47 : NOW=1640326302 2021-12-24 06:11:42.809 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2021-12-24 06:11:42.813 | +++ tools/install_prereqs.sh:source:48 : echo 0 2021-12-24 06:11:42.816 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2021-12-24 06:11:42.818 | ++ tools/install_prereqs.sh:source:49 : DELTA=1640326302 2021-12-24 06:11:42.820 | ++ tools/install_prereqs.sh:source:50 : [[ 1640326302 -lt 7200 ]] 2021-12-24 06:11:42.823 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2021-12-24 06:11:42.825 | ++ functions-common:export_proxy_variables:2220 : isset http_proxy 2021-12-24 06:11:42.828 | ++ functions-common:isset:229 : [[ -v http_proxy ]] 2021-12-24 06:11:42.831 | ++ functions-common:export_proxy_variables:2223 : isset https_proxy 2021-12-24 06:11:42.833 | ++ functions-common:isset:229 : [[ -v https_proxy ]] 2021-12-24 06:11:42.835 | ++ functions-common:export_proxy_variables:2226 : isset no_proxy 2021-12-24 06:11:42.837 | ++ functions-common:isset:229 : [[ -v no_proxy ]] 2021-12-24 06:11:42.840 | +++ 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,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,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 2021-12-24 06:11:42.885 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2021-12-24 06:11:42.885 | apache2-dev 2021-12-24 06:11:42.885 | bc 2021-12-24 06:11:42.885 | bsdmainutils 2021-12-24 06:11:42.885 | curl 2021-12-24 06:11:42.885 | g++ 2021-12-24 06:11:42.885 | gawk 2021-12-24 06:11:42.885 | gcc 2021-12-24 06:11:42.885 | gettext 2021-12-24 06:11:42.885 | git 2021-12-24 06:11:42.885 | graphviz 2021-12-24 06:11:42.885 | iputils-ping 2021-12-24 06:11:42.885 | libapache2-mod-proxy-uwsgi 2021-12-24 06:11:42.885 | libffi-dev 2021-12-24 06:11:42.885 | libjpeg-dev 2021-12-24 06:11:42.885 | libpcre3-dev 2021-12-24 06:11:42.885 | libpq-dev 2021-12-24 06:11:42.885 | libssl-dev 2021-12-24 06:11:42.885 | libsystemd-dev 2021-12-24 06:11:42.885 | libxml2-dev 2021-12-24 06:11:42.885 | libxslt1-dev 2021-12-24 06:11:42.885 | libyaml-dev 2021-12-24 06:11:42.885 | lsof 2021-12-24 06:11:42.885 | openssh-server 2021-12-24 06:11:42.885 | openssl 2021-12-24 06:11:42.885 | pkg-config 2021-12-24 06:11:42.885 | psmisc 2021-12-24 06:11:42.885 | python3-dev 2021-12-24 06:11:42.885 | python3-pip 2021-12-24 06:11:42.885 | python3-systemd 2021-12-24 06:11:42.885 | python3-venv 2021-12-24 06:11:42.885 | tar 2021-12-24 06:11:42.885 | tcpdump 2021-12-24 06:11:42.885 | unzip 2021-12-24 06:11:42.885 | uuid-runtime 2021-12-24 06:11:42.885 | wget 2021-12-24 06:11:42.885 | wget 2021-12-24 06:11:42.885 | zlib1g-dev 2021-12-24 06:11:42.886 | libkrb5-dev 2021-12-24 06:11:42.886 | libldap2-dev 2021-12-24 06:11:42.886 | libsasl2-dev 2021-12-24 06:11:42.886 | memcached 2021-12-24 06:11:42.886 | python3-mysqldb 2021-12-24 06:11:42.886 | sqlite3 2021-12-24 06:11:42.886 | conntrack 2021-12-24 06:11:42.886 | curl 2021-12-24 06:11:42.886 | dnsmasq-base 2021-12-24 06:11:42.886 | dnsmasq-utils 2021-12-24 06:11:42.886 | ebtables 2021-12-24 06:11:42.886 | genisoimage 2021-12-24 06:11:42.886 | iptables 2021-12-24 06:11:42.886 | iputils-arping 2021-12-24 06:11:42.886 | kpartx 2021-12-24 06:11:42.886 | libjs-jquery-tablesorter 2021-12-24 06:11:42.886 | parted 2021-12-24 06:11:42.886 | pm-utils 2021-12-24 06:11:42.886 | python3-mysqldb 2021-12-24 06:11:42.886 | socat 2021-12-24 06:11:42.886 | sqlite3 2021-12-24 06:11:42.886 | sudo 2021-12-24 06:11:42.886 | vlan 2021-12-24 06:11:42.886 | lsscsi 2021-12-24 06:11:42.886 | open-iscsi 2021-12-24 06:11:42.886 | lvm2 2021-12-24 06:11:42.886 | qemu-utils 2021-12-24 06:11:42.886 | thin-provisioning-tools 2021-12-24 06:11:42.886 | acl 2021-12-24 06:11:42.886 | dnsmasq-base 2021-12-24 06:11:42.886 | dnsmasq-utils 2021-12-24 06:11:42.886 | ebtables 2021-12-24 06:11:42.886 | haproxy 2021-12-24 06:11:42.886 | iptables 2021-12-24 06:11:42.886 | iputils-arping 2021-12-24 06:11:42.886 | iputils-ping 2021-12-24 06:11:42.886 | postgresql-server-dev-all 2021-12-24 06:11:42.886 | python3-mysqldb 2021-12-24 06:11:42.887 | sqlite3 2021-12-24 06:11:42.887 | sudo 2021-12-24 06:11:42.887 | vlan 2021-12-24 06:11:42.887 | pcp 2021-12-24 06:11:42.887 | ipset 2021-12-24 06:11:42.887 | conntrack 2021-12-24 06:11:42.887 | conntrackd 2021-12-24 06:11:42.887 | keepalived 2021-12-24 06:11:42.887 | lvm2 2021-12-24 06:11:42.887 | qemu-utils 2021-12-24 06:11:42.887 | thin-provisioning-tools 2021-12-24 06:11:42.887 | curl 2021-12-24 06:11:42.887 | liberasurecode-dev 2021-12-24 06:11:42.887 | make 2021-12-24 06:11:42.887 | memcached 2021-12-24 06:11:42.887 | sqlite3 2021-12-24 06:11:42.887 | xfsprogs' 2021-12-24 06:11:42.890 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2021-12-24 06:11:42.908 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2021-12-24 06:11:42.908 | apache2-dev 2021-12-24 06:11:42.908 | bc 2021-12-24 06:11:42.908 | bsdmainutils 2021-12-24 06:11:42.908 | curl 2021-12-24 06:11:42.908 | g++ 2021-12-24 06:11:42.908 | gawk 2021-12-24 06:11:42.908 | gcc 2021-12-24 06:11:42.908 | gettext 2021-12-24 06:11:42.908 | git 2021-12-24 06:11:42.908 | graphviz 2021-12-24 06:11:42.908 | iputils-ping 2021-12-24 06:11:42.908 | libapache2-mod-proxy-uwsgi 2021-12-24 06:11:42.909 | libffi-dev 2021-12-24 06:11:42.909 | libjpeg-dev 2021-12-24 06:11:42.909 | libpcre3-dev 2021-12-24 06:11:42.909 | libpq-dev 2021-12-24 06:11:42.909 | libssl-dev 2021-12-24 06:11:42.909 | libsystemd-dev 2021-12-24 06:11:42.909 | libxml2-dev 2021-12-24 06:11:42.909 | libxslt1-dev 2021-12-24 06:11:42.909 | libyaml-dev 2021-12-24 06:11:42.909 | lsof 2021-12-24 06:11:42.909 | openssh-server 2021-12-24 06:11:42.909 | openssl 2021-12-24 06:11:42.909 | pkg-config 2021-12-24 06:11:42.909 | psmisc 2021-12-24 06:11:42.909 | python3-dev 2021-12-24 06:11:42.909 | python3-pip 2021-12-24 06:11:42.909 | python3-systemd 2021-12-24 06:11:42.909 | python3-venv 2021-12-24 06:11:42.909 | tar 2021-12-24 06:11:42.909 | tcpdump 2021-12-24 06:11:42.909 | unzip 2021-12-24 06:11:42.909 | uuid-runtime 2021-12-24 06:11:42.909 | wget 2021-12-24 06:11:42.909 | wget 2021-12-24 06:11:42.909 | zlib1g-dev 2021-12-24 06:11:42.909 | libkrb5-dev 2021-12-24 06:11:42.909 | libldap2-dev 2021-12-24 06:11:42.909 | libsasl2-dev 2021-12-24 06:11:42.909 | memcached 2021-12-24 06:11:42.909 | python3-mysqldb 2021-12-24 06:11:42.909 | sqlite3 2021-12-24 06:11:42.909 | conntrack 2021-12-24 06:11:42.909 | curl 2021-12-24 06:11:42.909 | dnsmasq-base 2021-12-24 06:11:42.909 | dnsmasq-utils 2021-12-24 06:11:42.909 | ebtables 2021-12-24 06:11:42.909 | genisoimage 2021-12-24 06:11:42.909 | iptables 2021-12-24 06:11:42.909 | iputils-arping 2021-12-24 06:11:42.909 | kpartx 2021-12-24 06:11:42.910 | libjs-jquery-tablesorter 2021-12-24 06:11:42.910 | parted 2021-12-24 06:11:42.910 | pm-utils 2021-12-24 06:11:42.910 | python3-mysqldb 2021-12-24 06:11:42.910 | socat 2021-12-24 06:11:42.910 | sqlite3 2021-12-24 06:11:42.910 | sudo 2021-12-24 06:11:42.910 | vlan 2021-12-24 06:11:42.910 | lsscsi 2021-12-24 06:11:42.910 | open-iscsi 2021-12-24 06:11:42.910 | lvm2 2021-12-24 06:11:42.910 | qemu-utils 2021-12-24 06:11:42.910 | thin-provisioning-tools 2021-12-24 06:11:42.910 | acl 2021-12-24 06:11:42.910 | dnsmasq-base 2021-12-24 06:11:42.910 | dnsmasq-utils 2021-12-24 06:11:42.910 | ebtables 2021-12-24 06:11:42.910 | haproxy 2021-12-24 06:11:42.910 | iptables 2021-12-24 06:11:42.910 | iputils-arping 2021-12-24 06:11:42.910 | iputils-ping 2021-12-24 06:11:42.910 | postgresql-server-dev-all 2021-12-24 06:11:42.910 | python3-mysqldb 2021-12-24 06:11:42.910 | sqlite3 2021-12-24 06:11:42.910 | sudo 2021-12-24 06:11:42.910 | vlan 2021-12-24 06:11:42.910 | pcp 2021-12-24 06:11:42.910 | ipset 2021-12-24 06:11:42.910 | conntrack 2021-12-24 06:11:42.910 | conntrackd 2021-12-24 06:11:42.910 | keepalived 2021-12-24 06:11:42.910 | lvm2 2021-12-24 06:11:42.910 | qemu-utils 2021-12-24 06:11:42.910 | thin-provisioning-tools 2021-12-24 06:11:42.910 | curl 2021-12-24 06:11:42.910 | liberasurecode-dev 2021-12-24 06:11:42.910 | make 2021-12-24 06:11:42.910 | memcached 2021-12-24 06:11:42.911 | sqlite3 2021-12-24 06:11:42.911 | xfsprogs ' 2021-12-24 06:11:42.913 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2021-12-24 06:11:42.915 | ++ functions-common:is_ubuntu:555 : [[ -z deb ]] 2021-12-24 06:11:42.917 | ++ functions-common:is_ubuntu:558 : '[' deb = deb ']' 2021-12-24 06:11:42.920 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-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-systemd 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 genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter 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 postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-12-24 06:11:42.921 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2021-12-24 06:11:42.926 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-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-systemd 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 genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter 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 postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-12-24 06:11:42.928 | ++ functions-common:install_package:1440 : update_package_repo 2021-12-24 06:11:42.930 | ++ functions-common:update_package_repo:1412 : NO_UPDATE_REPOS=False 2021-12-24 06:11:42.932 | ++ functions-common:update_package_repo:1413 : REPOS_UPDATED=False 2021-12-24 06:11:42.934 | ++ functions-common:update_package_repo:1414 : RETRY_UPDATE=False 2021-12-24 06:11:42.936 | ++ functions-common:update_package_repo:1416 : [[ False = \T\r\u\e ]] 2021-12-24 06:11:42.938 | ++ functions-common:update_package_repo:1420 : is_ubuntu 2021-12-24 06:11:42.940 | ++ functions-common:is_ubuntu:555 : [[ -z deb ]] 2021-12-24 06:11:42.942 | ++ functions-common:is_ubuntu:558 : '[' deb = deb ']' 2021-12-24 06:11:42.944 | ++ functions-common:update_package_repo:1421 : apt_get_update 2021-12-24 06:11:42.946 | ++ functions-common:apt_get_update:1166 : [[ False == \T\r\u\e ]] 2021-12-24 06:11:42.948 | ++ functions-common:apt_get_update:1171 : [[ False = \T\r\u\e ]] 2021-12-24 06:11:42.950 | ++ functions-common:apt_get_update:1173 : local sudo=sudo 2021-12-24 06:11:42.952 | +++ functions-common:apt_get_update:1174 : id -u 2021-12-24 06:11:42.956 | ++ functions-common:apt_get_update:1174 : [[ 1000 = \0 ]] 2021-12-24 06:11:42.958 | ++ functions-common:apt_get_update:1177 : time_start apt-get-update 2021-12-24 06:11:42.960 | ++ functions-common:time_start:2388 : local name=apt-get-update 2021-12-24 06:11:42.965 | ++ functions-common:time_start:2389 : local start_time= 2021-12-24 06:11:42.967 | ++ functions-common:time_start:2390 : [[ -n '' ]] 2021-12-24 06:11:42.970 | +++ functions-common:time_start:2393 : date +%s%3N 2021-12-24 06:11:42.973 | ++ functions-common:time_start:2393 : _TIME_START[$name]=1640326302971 2021-12-24 06:11:42.975 | ++ functions-common:apt_get_update:1179 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-12-24 06:11:42.977 | ++ functions-common:apt_get_update:1180 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-12-24 06:11:42.979 | ++ functions-common:apt_get_update:1181 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2021-12-24 06:11:43.361 | Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2021-12-24 06:11:43.362 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2021-12-24 06:11:43.481 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2021-12-24 06:11:43.610 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2021-12-24 06:11:52.969 | Reading package lists... 2021-12-24 06:11:52.999 | ++ functions-common:apt_get_update:1185 : REPOS_UPDATED=True 2021-12-24 06:11:53.001 | ++ functions-common:apt_get_update:1187 : time_stop apt-get-update 2021-12-24 06:11:53.003 | ++ functions-common:time_stop:2402 : local name 2021-12-24 06:11:53.005 | ++ functions-common:time_stop:2403 : local end_time 2021-12-24 06:11:53.007 | ++ functions-common:time_stop:2404 : local elapsed_time 2021-12-24 06:11:53.009 | ++ functions-common:time_stop:2405 : local total 2021-12-24 06:11:53.011 | ++ functions-common:time_stop:2406 : local start_time 2021-12-24 06:11:53.013 | ++ functions-common:time_stop:2408 : name=apt-get-update 2021-12-24 06:11:53.015 | ++ functions-common:time_stop:2409 : start_time=1640326302971 2021-12-24 06:11:53.017 | ++ functions-common:time_stop:2411 : [[ -z 1640326302971 ]] 2021-12-24 06:11:53.020 | +++ functions-common:time_stop:2414 : date +%s%3N 2021-12-24 06:11:53.024 | ++ functions-common:time_stop:2414 : end_time=1640326313021 2021-12-24 06:11:53.027 | ++ functions-common:time_stop:2415 : elapsed_time=10050 2021-12-24 06:11:53.029 | ++ functions-common:time_stop:2416 : total=0 2021-12-24 06:11:53.031 | ++ functions-common:time_stop:2418 : _TIME_START[$name]= 2021-12-24 06:11:53.033 | ++ functions-common:time_stop:2419 : _TIME_TOTAL[$name]=10050 2021-12-24 06:11:53.036 | ++ functions-common:install_package:1441 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-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-systemd 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 genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter 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 postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-12-24 06:11:53.038 | ++ functions-common:real_install_package:1426 : is_ubuntu 2021-12-24 06:11:53.040 | ++ functions-common:is_ubuntu:555 : [[ -z deb ]] 2021-12-24 06:11:53.042 | ++ functions-common:is_ubuntu:558 : '[' deb = deb ']' 2021-12-24 06:11:53.044 | ++ functions-common:real_install_package:1427 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-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-systemd 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 genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter 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 postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-12-24 06:11:53.064 | ++ functions-common:apt_get:1207 : 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++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-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-systemd 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 genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter 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 postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-12-24 06:11:53.148 | E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 14633 (unattended-upgr) 2021-12-24 06:11:53.148 | E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it? 2021-12-24 06:11:53.152 | ++ functions-common:apt_get:1211 : result=100 2021-12-24 06:11:53.154 | ++ functions-common:apt_get:1214 : time_stop apt-get 2021-12-24 06:11:53.157 | ++ functions-common:time_stop:2402 : local name 2021-12-24 06:11:53.159 | ++ functions-common:time_stop:2403 : local end_time 2021-12-24 06:11:53.161 | ++ functions-common:time_stop:2404 : local elapsed_time 2021-12-24 06:11:53.163 | ++ functions-common:time_stop:2405 : local total 2021-12-24 06:11:53.166 | ++ functions-common:time_stop:2406 : local start_time 2021-12-24 06:11:53.169 | ++ functions-common:time_stop:2408 : name=apt-get 2021-12-24 06:11:53.172 | ++ functions-common:time_stop:2409 : start_time=1640326313061 2021-12-24 06:11:53.174 | ++ functions-common:time_stop:2411 : [[ -z 1640326313061 ]] 2021-12-24 06:11:53.176 | +++ functions-common:time_stop:2414 : date +%s%3N 2021-12-24 06:11:53.180 | ++ functions-common:time_stop:2414 : end_time=1640326313178 2021-12-24 06:11:53.182 | ++ functions-common:time_stop:2415 : elapsed_time=117 2021-12-24 06:11:53.184 | ++ functions-common:time_stop:2416 : total=110 2021-12-24 06:11:53.186 | ++ functions-common:time_stop:2418 : _TIME_START[$name]= 2021-12-24 06:11:53.188 | ++ functions-common:time_stop:2419 : _TIME_TOTAL[$name]=227 2021-12-24 06:11:53.191 | ++ functions-common:apt_get:1215 : return 100 2021-12-24 06:11:53.193 | ++ functions-common:install_package:1442 : RETRY_UPDATE=True 2021-12-24 06:11:53.195 | ++ functions-common:install_package:1442 : update_package_repo 2021-12-24 06:11:53.197 | ++ functions-common:update_package_repo:1412 : NO_UPDATE_REPOS=False 2021-12-24 06:11:53.199 | ++ functions-common:update_package_repo:1413 : REPOS_UPDATED=True 2021-12-24 06:11:53.201 | ++ functions-common:update_package_repo:1414 : RETRY_UPDATE=True 2021-12-24 06:11:53.204 | ++ functions-common:update_package_repo:1416 : [[ False = \T\r\u\e ]] 2021-12-24 06:11:53.206 | ++ functions-common:update_package_repo:1420 : is_ubuntu 2021-12-24 06:11:53.208 | ++ functions-common:is_ubuntu:555 : [[ -z deb ]] 2021-12-24 06:11:53.210 | ++ functions-common:is_ubuntu:558 : '[' deb = deb ']' 2021-12-24 06:11:53.212 | ++ functions-common:update_package_repo:1421 : apt_get_update 2021-12-24 06:11:53.214 | ++ functions-common:apt_get_update:1166 : [[ True == \T\r\u\e ]] 2021-12-24 06:11:53.216 | ++ functions-common:apt_get_update:1166 : [[ True != \T\r\u\e ]] 2021-12-24 06:11:53.218 | ++ functions-common:apt_get_update:1171 : [[ False = \T\r\u\e ]] 2021-12-24 06:11:53.220 | ++ functions-common:apt_get_update:1173 : local sudo=sudo 2021-12-24 06:11:53.223 | +++ functions-common:apt_get_update:1174 : id -u 2021-12-24 06:11:53.227 | ++ functions-common:apt_get_update:1174 : [[ 1000 = \0 ]] 2021-12-24 06:11:53.229 | ++ functions-common:apt_get_update:1177 : time_start apt-get-update 2021-12-24 06:11:53.231 | ++ functions-common:time_start:2388 : local name=apt-get-update 2021-12-24 06:11:53.233 | ++ functions-common:time_start:2389 : local start_time= 2021-12-24 06:11:53.235 | ++ functions-common:time_start:2390 : [[ -n '' ]] 2021-12-24 06:11:53.238 | +++ functions-common:time_start:2393 : date +%s%3N 2021-12-24 06:11:53.242 | ++ functions-common:time_start:2393 : _TIME_START[$name]=1640326313239 2021-12-24 06:11:53.244 | ++ functions-common:apt_get_update:1179 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-12-24 06:11:53.246 | ++ functions-common:apt_get_update:1180 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-12-24 06:11:53.248 | ++ functions-common:apt_get_update:1181 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2021-12-24 06:11:53.626 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2021-12-24 06:11:53.626 | Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2021-12-24 06:11:53.745 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2021-12-24 06:11:53.873 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2021-12-24 06:11:55.800 | Reading package lists... 2021-12-24 06:11:55.833 | ++ functions-common:apt_get_update:1185 : REPOS_UPDATED=True 2021-12-24 06:11:55.835 | ++ functions-common:apt_get_update:1187 : time_stop apt-get-update 2021-12-24 06:11:55.837 | ++ functions-common:time_stop:2402 : local name 2021-12-24 06:11:55.840 | ++ functions-common:time_stop:2403 : local end_time 2021-12-24 06:11:55.842 | ++ functions-common:time_stop:2404 : local elapsed_time 2021-12-24 06:11:55.844 | ++ functions-common:time_stop:2405 : local total 2021-12-24 06:11:55.846 | ++ functions-common:time_stop:2406 : local start_time 2021-12-24 06:11:55.848 | ++ functions-common:time_stop:2408 : name=apt-get-update 2021-12-24 06:11:55.850 | ++ functions-common:time_stop:2409 : start_time=1640326313239 2021-12-24 06:11:55.853 | ++ functions-common:time_stop:2411 : [[ -z 1640326313239 ]] 2021-12-24 06:11:55.855 | +++ functions-common:time_stop:2414 : date +%s%3N 2021-12-24 06:11:55.859 | ++ functions-common:time_stop:2414 : end_time=1640326315856 2021-12-24 06:11:55.861 | ++ functions-common:time_stop:2415 : elapsed_time=2617 2021-12-24 06:11:55.865 | ++ functions-common:time_stop:2416 : total=10050 2021-12-24 06:11:55.867 | ++ functions-common:time_stop:2418 : _TIME_START[$name]= 2021-12-24 06:11:55.869 | ++ functions-common:time_stop:2419 : _TIME_TOTAL[$name]=12667 2021-12-24 06:11:55.872 | ++ functions-common:install_package:1442 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-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-systemd 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 genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter 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 postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-12-24 06:11:55.874 | ++ functions-common:real_install_package:1426 : is_ubuntu 2021-12-24 06:11:55.877 | ++ functions-common:is_ubuntu:555 : [[ -z deb ]] 2021-12-24 06:11:55.879 | ++ functions-common:is_ubuntu:558 : '[' deb = deb ']' 2021-12-24 06:11:55.882 | ++ functions-common:real_install_package:1427 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-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-systemd 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 genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter 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 postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-12-24 06:11:55.904 | ++ functions-common:apt_get:1207 : 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++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-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-systemd 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 genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter 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 postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-12-24 06:11:55.993 | E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 14633 (unattended-upgr) 2021-12-24 06:11:55.993 | E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it? 2021-12-24 06:11:55.997 | + functions-common:apt_get:1 : exit_trap 2021-12-24 06:11:56.000 | + ./stack.sh:exit_trap:515 : local r=100 2021-12-24 06:11:56.003 | ++ ./stack.sh:exit_trap:516 : jobs -p 2021-12-24 06:11:56.005 | + ./stack.sh:exit_trap:516 : jobs= 2021-12-24 06:11:56.007 | + ./stack.sh:exit_trap:519 : [[ -n '' ]] 2021-12-24 06:11:56.010 | + ./stack.sh:exit_trap:525 : '[' -f '' ']' 2021-12-24 06:11:56.012 | + ./stack.sh:exit_trap:530 : kill_spinner 2021-12-24 06:11:56.014 | + ./stack.sh:kill_spinner:425 : '[' '!' -z '' ']' 2021-12-24 06:11:56.016 | + ./stack.sh:exit_trap:532 : [[ 100 -ne 0 ]] 2021-12-24 06:11:56.018 | + ./stack.sh:exit_trap:533 : echo 'Error on exit' 2021-12-24 06:11:56.018 | Error on exit 2021-12-24 06:11:56.020 | + ./stack.sh:exit_trap:535 : type -p generate-subunit 2021-12-24 06:11:56.022 | + ./stack.sh:exit_trap:538 : [[ -z /opt/stack/logs ]] 2021-12-24 06:11:56.024 | + ./stack.sh:exit_trap:541 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2021-12-24 06:11:56.451 | + ./stack.sh:exit_trap:550 : exit 100