2021-12-24 06:12:10.350 | + ./stack.sh:main:481 : exec 2021-12-24 06:12:10.350 | + ./stack.sh:main:489 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2021-12-24-061210' 2021-12-24 06:12:10.350 | + ./stack.sh:echo_summary:434 : [[ -t 3 ]] 2021-12-24 06:12:10.350 | + ./stack.sh:echo_summary:440 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2021-12-24-061210 2021-12-24 06:12:10.350 | + ./stack.sh:main:491 : ln -sf /opt/stack/logs/stack.sh.log.2021-12-24-061210 /opt/stack/logs/stack.sh.log 2021-12-24 06:12:10.351 | + ./stack.sh:main:492 : ln -sf /opt/stack/logs/stack.sh.log.2021-12-24-061210.summary.2021-12-24-061210 /opt/stack/logs/stack.sh.log.summary 2021-12-24 06:12:10.351 | ++ ./stack.sh:main:481 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2021-12-24-061210.summary.2021-12-24-061210 2021-12-24 06:12:10.351 | + ./stack.sh:main:507 : check_path_perm_sanity /opt/stack 2021-12-24 06:12:10.351 | + functions:check_path_perm_sanity:596 : local real_path 2021-12-24 06:12:10.351 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2021-12-24 06:12:10.351 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2021-12-24 06:12:10.351 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2021-12-24 06:12:10.351 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2021-12-24 06:12:10.353 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2021-12-24 06:12:10.356 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2021-12-24 06:12:10.358 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2021-12-24 06:12:10.360 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2021-12-24 06:12:10.364 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2021-12-24 06:12:10.365 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2021-12-24 06:12:10.367 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2021-12-24 06:12:10.369 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2021-12-24 06:12:10.372 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2021-12-24 06:12:10.374 | + ./stack.sh:main:513 : trap exit_trap EXIT 2021-12-24 06:12:10.376 | + ./stack.sh:main:554 : trap err_trap ERR 2021-12-24 06:12:10.378 | + ./stack.sh:main:567 : set -o errexit 2021-12-24 06:12:10.380 | + ./stack.sh:main:570 : uname -a 2021-12-24 06:12:10.381 | 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:12:10.383 | + ./stack.sh:main:573 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2021-12-24 06:12:10.384 | + ./stack.sh:main:574 : rm -f /opt/stack/data/ca-bundle.pem 2021-12-24 06:12:10.387 | + ./stack.sh:main:577 : source /home/ubuntu/devstack/lib/database 2021-12-24 06:12:10.413 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/rpc_backend 2021-12-24 06:12:10.428 | + ./stack.sh:main:584 : fetch_plugins 2021-12-24 06:12:10.430 | + functions-common:fetch_plugins:1748 : local plugins= 2021-12-24 06:12:10.432 | + functions-common:fetch_plugins:1749 : local plugin 2021-12-24 06:12:10.434 | + functions-common:fetch_plugins:1752 : [[ -z '' ]] 2021-12-24 06:12:10.436 | + functions-common:fetch_plugins:1753 : return 2021-12-24 06:12:10.438 | + ./stack.sh:main:588 : run_phase override_defaults 2021-12-24 06:12:10.440 | + functions-common:run_phase:1830 : local mode=override_defaults 2021-12-24 06:12:10.442 | + functions-common:run_phase:1831 : local phase= 2021-12-24 06:12:10.447 | + functions-common:run_phase:1832 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-12-24 06:12:10.449 | + functions-common:run_phase:1833 : local extra_plugin_file_name 2021-12-24 06:12:10.451 | + functions-common:run_phase:1834 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-12-24 06:12:10.452 | + functions-common:run_phase:1839 : local exceptions=80-tempest.sh 2021-12-24 06:12:10.454 | + functions-common:run_phase:1840 : local extra 2021-12-24 06:12:10.457 | ++ functions-common:run_phase:1841 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-12-24 06:12:10.460 | + functions-common:run_phase:1841 : extra=80-tempest.sh 2021-12-24 06:12:10.461 | + functions-common:run_phase:1842 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-12-24 06:12:10.463 | + functions-common:run_phase:1846 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-12-24 06:12:10.465 | + functions-common:run_phase:1846 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2021-12-24 06:12:10.467 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-12-24 06:12:10.479 | ++ functions-common:is_service_enabled:2058 : return 0 2021-12-24 06:12:10.480 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-12-24 06:12:10.482 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2021-12-24 06:12:10.484 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2021-12-24 06:12:10.486 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2021-12-24 06:12:10.487 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2021-12-24 06:12:10.489 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2021-12-24 06:12:10.491 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2021-12-24 06:12:10.492 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2021-12-24 06:12:10.494 | + functions-common:run_phase:1851 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-12-24 06:12:10.496 | + 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:12:10.497 | + functions-common:run_phase:1855 : plugin_override_defaults 2021-12-24 06:12:10.499 | + functions-common:plugin_override_defaults:1789 : local plugins= 2021-12-24 06:12:10.501 | + functions-common:plugin_override_defaults:1790 : local plugin 2021-12-24 06:12:10.503 | + functions-common:plugin_override_defaults:1793 : [[ -z '' ]] 2021-12-24 06:12:10.504 | + functions-common:plugin_override_defaults:1794 : return 2021-12-24 06:12:10.506 | + ./stack.sh:main:591 : source /home/ubuntu/devstack/lib/apache 2021-12-24 06:12:10.522 | + ./stack.sh:main:594 : source /home/ubuntu/devstack/lib/tls 2021-12-24 06:12:10.524 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2021-12-24 06:12:10.536 | ++ functions-common:is_service_enabled:2058 : return 1 2021-12-24 06:12:10.539 | +++ lib/tls:source:43 : hostname -f 2021-12-24 06:12:10.542 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2021-12-24 06:12:10.544 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2021-12-24 06:12:10.545 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2021-12-24 06:12:10.547 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2021-12-24 06:12:10.549 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2021-12-24 06:12:10.551 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2021-12-24 06:12:10.552 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2021-12-24 06:12:10.554 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2021-12-24 06:12:10.556 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2021-12-24 06:12:10.558 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2021-12-24 06:12:10.562 | + ./stack.sh:main:597 : source /home/ubuntu/devstack/lib/infra 2021-12-24 06:12:10.573 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/libraries 2021-12-24 06:12:10.590 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/lvm 2021-12-24 06:12:10.601 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/horizon 2021-12-24 06:12:10.613 | + ./stack.sh:main:601 : source /home/ubuntu/devstack/lib/keystone 2021-12-24 06:12:10.642 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/glance 2021-12-24 06:12:10.705 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/nova 2021-12-24 06:12:10.789 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/placement 2021-12-24 06:12:10.816 | + ./stack.sh:main:605 : source /home/ubuntu/devstack/lib/cinder 2021-12-24 06:12:10.871 | + ./stack.sh:main:606 : source /home/ubuntu/devstack/lib/swift 2021-12-24 06:12:10.921 | + ./stack.sh:main:607 : source /home/ubuntu/devstack/lib/neutron 2021-12-24 06:12:11.064 | + ./stack.sh:main:608 : source /home/ubuntu/devstack/lib/ldap 2021-12-24 06:12:11.079 | + ./stack.sh:main:609 : source /home/ubuntu/devstack/lib/dstat 2021-12-24 06:12:11.093 | + ./stack.sh:main:610 : source /home/ubuntu/devstack/lib/tcpdump 2021-12-24 06:12:11.106 | + ./stack.sh:main:611 : source /home/ubuntu/devstack/lib/etcd3 2021-12-24 06:12:11.192 | + ./stack.sh:main:612 : source /home/ubuntu/devstack/lib/os-vif 2021-12-24 06:12:11.194 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2021-12-24 06:12:11.198 | +++ lib/os-vif:source:17 : is_ml2_ovs 2021-12-24 06:12:11.200 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2021-12-24 06:12:11.203 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2021-12-24 06:12:11.205 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2021-12-24 06:12:11.207 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2021-12-24 06:12:11.207 | False' 2021-12-24 06:12:11.210 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2021-12-24 06:12:11.224 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2021-12-24 06:12:11.226 | + ./stack.sh:main:618 : run_phase source 2021-12-24 06:12:11.228 | + functions-common:run_phase:1830 : local mode=source 2021-12-24 06:12:11.230 | + functions-common:run_phase:1831 : local phase= 2021-12-24 06:12:11.232 | + functions-common:run_phase:1832 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-12-24 06:12:11.234 | + functions-common:run_phase:1833 : local extra_plugin_file_name 2021-12-24 06:12:11.236 | + functions-common:run_phase:1834 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-12-24 06:12:11.238 | + functions-common:run_phase:1839 : local exceptions=80-tempest.sh 2021-12-24 06:12:11.240 | + functions-common:run_phase:1840 : local extra 2021-12-24 06:12:11.242 | ++ functions-common:run_phase:1841 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-12-24 06:12:11.245 | + functions-common:run_phase:1841 : extra=80-tempest.sh 2021-12-24 06:12:11.247 | + functions-common:run_phase:1842 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-12-24 06:12:11.249 | + functions-common:run_phase:1846 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-12-24 06:12:11.251 | + functions-common:run_phase:1846 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2021-12-24 06:12:11.253 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-12-24 06:12:11.267 | ++ functions-common:is_service_enabled:2058 : return 0 2021-12-24 06:12:11.269 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2021-12-24 06:12:11.271 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2021-12-24 06:12:11.308 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2021-12-24 06:12:11.310 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2021-12-24 06:12:11.312 | + functions-common:run_phase:1851 : [[ source == \s\o\u\r\c\e ]] 2021-12-24 06:12:11.314 | + functions-common:run_phase:1852 : load_plugin_settings 2021-12-24 06:12:11.317 | + functions-common:load_plugin_settings:1766 : local plugins= 2021-12-24 06:12:11.319 | + functions-common:load_plugin_settings:1767 : local plugin 2021-12-24 06:12:11.320 | + functions-common:load_plugin_settings:1770 : [[ -z '' ]] 2021-12-24 06:12:11.322 | + functions-common:load_plugin_settings:1771 : return 2021-12-24 06:12:11.324 | + functions-common:run_phase:1853 : verify_disabled_services 2021-12-24 06:12:11.326 | + functions-common:verify_disabled_services:2113 : local service 2021-12-24 06:12:11.329 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.331 | + 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:12:11.333 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.335 | + 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:12:11.337 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.339 | + 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:12:11.341 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.344 | + 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:12:11.346 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.348 | + 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:12:11.350 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.352 | + 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:12:11.354 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.356 | + 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:12:11.358 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.361 | + 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:12:11.363 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.365 | + 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:12:11.367 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.369 | + 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:12:11.371 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.373 | + 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:12:11.376 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.378 | + 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:12:11.380 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.382 | + 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:12:11.384 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.386 | + 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:12:11.388 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.391 | + 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:12:11.393 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.395 | + 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:12:11.397 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.399 | + 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:12:11.401 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.404 | + 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:12:11.406 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.408 | + 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:12:11.410 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.412 | + 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:12:11.414 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.416 | + 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:12:11.418 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.420 | + 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:12:11.423 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.425 | + 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:12:11.427 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.429 | + 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:12:11.431 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.433 | + 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:12:11.436 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.438 | + 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:12:11.441 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.443 | + 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:12:11.445 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.447 | + 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:12:11.449 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.451 | + 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:12:11.454 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.456 | + 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:12:11.458 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.460 | + 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:12:11.462 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.465 | + 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:12:11.467 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.469 | + 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:12:11.472 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.474 | + 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:12:11.476 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.478 | + 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:12:11.481 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.483 | + 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:12:11.486 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.488 | + 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:12:11.490 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.493 | + 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:12:11.495 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.497 | + 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:12:11.500 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.502 | + 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:12:11.504 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.506 | + 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:12:11.508 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.510 | + 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:12:11.513 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.515 | + 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:12:11.517 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.519 | + 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:12:11.521 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:12:11.523 | + 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:12:11.526 | + ./stack.sh:main:689 : initialize_database_backends 2021-12-24 06:12:11.528 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-12-24 06:12:11.531 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2021-12-24 06:12:11.545 | + functions-common:is_service_enabled:2058 : return 0 2021-12-24 06:12:11.548 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2021-12-24 06:12:11.550 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-12-24 06:12:11.552 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2021-12-24 06:12:11.567 | + functions-common:is_service_enabled:2058 : return 1 2021-12-24 06:12:11.569 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2021-12-24 06:12:11.571 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2021-12-24 06:12:11.574 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2021-12-24 06:12:11.576 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2021-12-24 06:12:11.578 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2021-12-24 06:12:11.580 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2021-12-24 06:12:11.582 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2021-12-24 06:12:11.585 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2021-12-24 06:12:11.587 | ++ lib/databases/mysql:get_database_type_mysql:37 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-12-24 06:12:11.590 | ++ lib/databases/mysql:get_database_type_mysql:38 : echo mysql+pymysql 2021-12-24 06:12:11.592 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-12-24 06:12:11.595 | + lib/database:initialize_database_backends:104 : return 0 2021-12-24 06:12:11.597 | + ./stack.sh:main:690 : echo 'Using mysql database backend' 2021-12-24 06:12:11.597 | Using mysql database backend 2021-12-24 06:12:11.599 | + ./stack.sh:main:693 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2021-12-24 06:12:11.614 | + ./stack.sh:main:705 : is_service_enabled rabbit 2021-12-24 06:12:11.630 | + functions-common:is_service_enabled:2058 : return 0 2021-12-24 06:12:11.632 | + ./stack.sh:main:706 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2021-12-24 06:12:11.647 | + ./stack.sh:main:713 : is_service_enabled keystone 2021-12-24 06:12:11.662 | + functions-common:is_service_enabled:2058 : return 0 2021-12-24 06:12:11.664 | + ./stack.sh:main:715 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2021-12-24 06:12:11.680 | + ./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:12:11.696 | + ./stack.sh:main:728 : is_service_enabled ldap 2021-12-24 06:12:11.711 | + functions-common:is_service_enabled:2058 : return 1 2021-12-24 06:12:11.713 | + ./stack.sh:main:737 : is_service_enabled s-proxy 2021-12-24 06:12:11.728 | + functions-common:is_service_enabled:2058 : return 0 2021-12-24 06:12:11.731 | + ./stack.sh:main:741 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2021-12-24 06:12:11.747 | + ./stack.sh:main:743 : [[ -z '' ]] 2021-12-24 06:12:11.749 | + ./stack.sh:main:743 : [[ False == \T\r\u\e ]] 2021-12-24 06:12:11.751 | + ./stack.sh:main:749 : save_stackenv 749 2021-12-24 06:12:11.754 | + functions-common:save_stackenv:60 : local tag=749 2021-12-24 06:12:11.757 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2021-12-24 06:12:11.761 | + functions-common:save_stackenv:62 : time_stamp=2021-12-24-061211 2021-12-24 06:12:11.763 | + functions-common:save_stackenv:63 : echo '# 2021-12-24-061211 749' 2021-12-24 06:12:11.765 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:12:11.768 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-12-24 06:12:11.770 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:12:11.772 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2021-12-24 06:12:11.775 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:12:11.777 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2021-12-24 06:12:11.779 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:12:11.782 | + 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:12:11.784 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:12:11.787 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.24 2021-12-24 06:12:11.789 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:12:11.791 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.24/identity 2021-12-24 06:12:11.793 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:12:11.796 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-12-24-061210 2021-12-24 06:12:11.798 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:12:11.800 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2021-12-24 06:12:11.803 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:12:11.805 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.24 2021-12-24 06:12:11.807 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:12:11.809 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2021-12-24 06:12:11.812 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:12:11.814 | + functions-common:save_stackenv:65 : echo TLS_IP= 2021-12-24 06:12:11.816 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:12:11.818 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2021-12-24 06:12:11.821 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:12:11.823 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2021-12-24 06:12:11.825 | + ./stack.sh:main:760 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2021-12-24 06:12:11.827 | + functions-common:git_clone:585 : local git_remote=https://opendev.org/openstack/requirements.git 2021-12-24 06:12:11.829 | + functions-common:git_clone:586 : local git_dest=/opt/stack/requirements 2021-12-24 06:12:11.831 | + functions-common:git_clone:587 : local git_ref=master 2021-12-24 06:12:11.833 | + functions-common:git_clone:588 : local orig_dir 2021-12-24 06:12:11.836 | ++ functions-common:git_clone:589 : pwd 2021-12-24 06:12:11.838 | + functions-common:git_clone:589 : orig_dir=/home/ubuntu/devstack 2021-12-24 06:12:11.841 | + functions-common:git_clone:590 : local git_clone_flags= 2021-12-24 06:12:11.843 | ++ functions-common:git_clone:592 : trueorfalse False RECLONE 2021-12-24 06:12:11.858 | + functions-common:git_clone:592 : RECLONE=False 2021-12-24 06:12:11.860 | + functions-common:git_clone:593 : [[ 0 -gt 0 ]] 2021-12-24 06:12:11.862 | + functions-common:git_clone:597 : [[ False = \T\r\u\e ]] 2021-12-24 06:12:11.865 | + functions-common:git_clone:606 : echo master 2021-12-24 06:12:11.865 | + functions-common:git_clone:606 : egrep -q '^refs' 2021-12-24 06:12:11.870 | + functions-common:git_clone:620 : [[ ! -d /opt/stack/requirements ]] 2021-12-24 06:12:11.872 | + functions-common:git_clone:628 : [[ False = \T\r\u\e ]] 2021-12-24 06:12:11.874 | + functions-common:git_clone:654 : cd /opt/stack/requirements 2021-12-24 06:12:11.877 | + functions-common:git_clone:655 : git show --oneline 2021-12-24 06:12:11.881 | + functions-common:git_clone:655 : head -1 2021-12-24 06:12:11.883 | e5ba688e Add task-core to global-requirements.txt 2021-12-24 06:12:11.885 | + functions-common:git_clone:656 : cd /home/ubuntu/devstack 2021-12-24 06:12:11.887 | + ./stack.sh:main:764 : echo_summary 'Installing package prerequisites' 2021-12-24 06:12:11.889 | + ./stack.sh:echo_summary:434 : [[ -t 3 ]] 2021-12-24 06:12:11.892 | + ./stack.sh:echo_summary:440 : echo -e Installing package prerequisites 2021-12-24 06:12:11.895 | + ./stack.sh:main:765 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2021-12-24 06:12:11.897 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2021-12-24 06:12:11.901 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2021-12-24 06:12:11.903 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2021-12-24 06:12:11.906 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2021-12-24 06:12:11.908 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2021-12-24 06:12:11.910 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2021-12-24 06:12:11.913 | +++ tools/install_prereqs.sh:source:47 : date +%s 2021-12-24 06:12:11.917 | ++ tools/install_prereqs.sh:source:47 : NOW=1640326331 2021-12-24 06:12:11.920 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2021-12-24 06:12:11.924 | +++ tools/install_prereqs.sh:source:48 : echo 0 2021-12-24 06:12:11.927 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2021-12-24 06:12:11.929 | ++ tools/install_prereqs.sh:source:49 : DELTA=1640326331 2021-12-24 06:12:11.931 | ++ tools/install_prereqs.sh:source:50 : [[ 1640326331 -lt 7200 ]] 2021-12-24 06:12:11.934 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2021-12-24 06:12:11.936 | ++ functions-common:export_proxy_variables:2220 : isset http_proxy 2021-12-24 06:12:11.938 | ++ functions-common:isset:229 : [[ -v http_proxy ]] 2021-12-24 06:12:11.941 | ++ functions-common:export_proxy_variables:2223 : isset https_proxy 2021-12-24 06:12:11.943 | ++ functions-common:isset:229 : [[ -v https_proxy ]] 2021-12-24 06:12:11.945 | ++ functions-common:export_proxy_variables:2226 : isset no_proxy 2021-12-24 06:12:11.947 | ++ functions-common:isset:229 : [[ -v no_proxy ]] 2021-12-24 06:12:11.950 | +++ 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:12:11.996 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2021-12-24 06:12:11.996 | apache2-dev 2021-12-24 06:12:11.996 | bc 2021-12-24 06:12:11.996 | bsdmainutils 2021-12-24 06:12:11.996 | curl 2021-12-24 06:12:11.996 | g++ 2021-12-24 06:12:11.996 | gawk 2021-12-24 06:12:11.996 | gcc 2021-12-24 06:12:11.996 | gettext 2021-12-24 06:12:11.996 | git 2021-12-24 06:12:11.996 | graphviz 2021-12-24 06:12:11.996 | iputils-ping 2021-12-24 06:12:11.997 | libapache2-mod-proxy-uwsgi 2021-12-24 06:12:11.997 | libffi-dev 2021-12-24 06:12:11.997 | libjpeg-dev 2021-12-24 06:12:11.997 | libpcre3-dev 2021-12-24 06:12:11.997 | libpq-dev 2021-12-24 06:12:11.997 | libssl-dev 2021-12-24 06:12:11.997 | libsystemd-dev 2021-12-24 06:12:11.997 | libxml2-dev 2021-12-24 06:12:11.997 | libxslt1-dev 2021-12-24 06:12:11.997 | libyaml-dev 2021-12-24 06:12:11.997 | lsof 2021-12-24 06:12:11.997 | openssh-server 2021-12-24 06:12:11.997 | openssl 2021-12-24 06:12:11.997 | pkg-config 2021-12-24 06:12:11.997 | psmisc 2021-12-24 06:12:11.997 | python3-dev 2021-12-24 06:12:11.997 | python3-pip 2021-12-24 06:12:11.997 | python3-systemd 2021-12-24 06:12:11.997 | python3-venv 2021-12-24 06:12:11.997 | tar 2021-12-24 06:12:11.997 | tcpdump 2021-12-24 06:12:11.997 | unzip 2021-12-24 06:12:11.997 | uuid-runtime 2021-12-24 06:12:11.997 | wget 2021-12-24 06:12:11.997 | wget 2021-12-24 06:12:11.997 | zlib1g-dev 2021-12-24 06:12:11.997 | libkrb5-dev 2021-12-24 06:12:11.997 | libldap2-dev 2021-12-24 06:12:11.997 | libsasl2-dev 2021-12-24 06:12:11.997 | memcached 2021-12-24 06:12:11.997 | python3-mysqldb 2021-12-24 06:12:11.997 | sqlite3 2021-12-24 06:12:11.997 | conntrack 2021-12-24 06:12:11.997 | curl 2021-12-24 06:12:11.997 | dnsmasq-base 2021-12-24 06:12:11.997 | dnsmasq-utils 2021-12-24 06:12:11.997 | ebtables 2021-12-24 06:12:11.997 | genisoimage 2021-12-24 06:12:11.997 | iptables 2021-12-24 06:12:11.997 | iputils-arping 2021-12-24 06:12:11.998 | kpartx 2021-12-24 06:12:11.998 | libjs-jquery-tablesorter 2021-12-24 06:12:11.998 | parted 2021-12-24 06:12:11.998 | pm-utils 2021-12-24 06:12:11.998 | python3-mysqldb 2021-12-24 06:12:11.998 | socat 2021-12-24 06:12:11.998 | sqlite3 2021-12-24 06:12:11.998 | sudo 2021-12-24 06:12:11.998 | vlan 2021-12-24 06:12:11.998 | lsscsi 2021-12-24 06:12:11.998 | open-iscsi 2021-12-24 06:12:11.998 | lvm2 2021-12-24 06:12:11.998 | qemu-utils 2021-12-24 06:12:11.998 | thin-provisioning-tools 2021-12-24 06:12:11.998 | acl 2021-12-24 06:12:11.998 | dnsmasq-base 2021-12-24 06:12:11.998 | dnsmasq-utils 2021-12-24 06:12:11.998 | ebtables 2021-12-24 06:12:11.998 | haproxy 2021-12-24 06:12:11.998 | iptables 2021-12-24 06:12:11.998 | iputils-arping 2021-12-24 06:12:11.998 | iputils-ping 2021-12-24 06:12:11.998 | postgresql-server-dev-all 2021-12-24 06:12:11.998 | python3-mysqldb 2021-12-24 06:12:11.998 | sqlite3 2021-12-24 06:12:11.998 | sudo 2021-12-24 06:12:11.998 | vlan 2021-12-24 06:12:11.998 | pcp 2021-12-24 06:12:11.998 | ipset 2021-12-24 06:12:11.998 | conntrack 2021-12-24 06:12:11.998 | conntrackd 2021-12-24 06:12:11.998 | keepalived 2021-12-24 06:12:11.998 | lvm2 2021-12-24 06:12:11.998 | qemu-utils 2021-12-24 06:12:11.998 | thin-provisioning-tools 2021-12-24 06:12:11.998 | curl 2021-12-24 06:12:11.998 | liberasurecode-dev 2021-12-24 06:12:11.998 | make 2021-12-24 06:12:11.998 | memcached 2021-12-24 06:12:11.999 | sqlite3 2021-12-24 06:12:11.999 | xfsprogs' 2021-12-24 06:12:12.000 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2021-12-24 06:12:12.018 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2021-12-24 06:12:12.018 | apache2-dev 2021-12-24 06:12:12.018 | bc 2021-12-24 06:12:12.018 | bsdmainutils 2021-12-24 06:12:12.018 | curl 2021-12-24 06:12:12.018 | g++ 2021-12-24 06:12:12.018 | gawk 2021-12-24 06:12:12.018 | gcc 2021-12-24 06:12:12.018 | gettext 2021-12-24 06:12:12.018 | git 2021-12-24 06:12:12.018 | graphviz 2021-12-24 06:12:12.018 | iputils-ping 2021-12-24 06:12:12.018 | libapache2-mod-proxy-uwsgi 2021-12-24 06:12:12.018 | libffi-dev 2021-12-24 06:12:12.018 | libjpeg-dev 2021-12-24 06:12:12.018 | libpcre3-dev 2021-12-24 06:12:12.018 | libpq-dev 2021-12-24 06:12:12.018 | libssl-dev 2021-12-24 06:12:12.018 | libsystemd-dev 2021-12-24 06:12:12.018 | libxml2-dev 2021-12-24 06:12:12.018 | libxslt1-dev 2021-12-24 06:12:12.019 | libyaml-dev 2021-12-24 06:12:12.019 | lsof 2021-12-24 06:12:12.019 | openssh-server 2021-12-24 06:12:12.019 | openssl 2021-12-24 06:12:12.019 | pkg-config 2021-12-24 06:12:12.019 | psmisc 2021-12-24 06:12:12.019 | python3-dev 2021-12-24 06:12:12.019 | python3-pip 2021-12-24 06:12:12.019 | python3-systemd 2021-12-24 06:12:12.019 | python3-venv 2021-12-24 06:12:12.019 | tar 2021-12-24 06:12:12.019 | tcpdump 2021-12-24 06:12:12.019 | unzip 2021-12-24 06:12:12.019 | uuid-runtime 2021-12-24 06:12:12.019 | wget 2021-12-24 06:12:12.019 | wget 2021-12-24 06:12:12.019 | zlib1g-dev 2021-12-24 06:12:12.019 | libkrb5-dev 2021-12-24 06:12:12.019 | libldap2-dev 2021-12-24 06:12:12.019 | libsasl2-dev 2021-12-24 06:12:12.019 | memcached 2021-12-24 06:12:12.019 | python3-mysqldb 2021-12-24 06:12:12.019 | sqlite3 2021-12-24 06:12:12.019 | conntrack 2021-12-24 06:12:12.019 | curl 2021-12-24 06:12:12.019 | dnsmasq-base 2021-12-24 06:12:12.019 | dnsmasq-utils 2021-12-24 06:12:12.019 | ebtables 2021-12-24 06:12:12.019 | genisoimage 2021-12-24 06:12:12.019 | iptables 2021-12-24 06:12:12.019 | iputils-arping 2021-12-24 06:12:12.019 | kpartx 2021-12-24 06:12:12.019 | libjs-jquery-tablesorter 2021-12-24 06:12:12.019 | parted 2021-12-24 06:12:12.019 | pm-utils 2021-12-24 06:12:12.019 | python3-mysqldb 2021-12-24 06:12:12.019 | socat 2021-12-24 06:12:12.019 | sqlite3 2021-12-24 06:12:12.019 | sudo 2021-12-24 06:12:12.020 | vlan 2021-12-24 06:12:12.020 | lsscsi 2021-12-24 06:12:12.020 | open-iscsi 2021-12-24 06:12:12.020 | lvm2 2021-12-24 06:12:12.020 | qemu-utils 2021-12-24 06:12:12.020 | thin-provisioning-tools 2021-12-24 06:12:12.020 | acl 2021-12-24 06:12:12.020 | dnsmasq-base 2021-12-24 06:12:12.020 | dnsmasq-utils 2021-12-24 06:12:12.020 | ebtables 2021-12-24 06:12:12.020 | haproxy 2021-12-24 06:12:12.020 | iptables 2021-12-24 06:12:12.020 | iputils-arping 2021-12-24 06:12:12.020 | iputils-ping 2021-12-24 06:12:12.020 | postgresql-server-dev-all 2021-12-24 06:12:12.020 | python3-mysqldb 2021-12-24 06:12:12.020 | sqlite3 2021-12-24 06:12:12.020 | sudo 2021-12-24 06:12:12.020 | vlan 2021-12-24 06:12:12.020 | pcp 2021-12-24 06:12:12.020 | ipset 2021-12-24 06:12:12.020 | conntrack 2021-12-24 06:12:12.020 | conntrackd 2021-12-24 06:12:12.020 | keepalived 2021-12-24 06:12:12.020 | lvm2 2021-12-24 06:12:12.020 | qemu-utils 2021-12-24 06:12:12.020 | thin-provisioning-tools 2021-12-24 06:12:12.020 | curl 2021-12-24 06:12:12.020 | liberasurecode-dev 2021-12-24 06:12:12.020 | make 2021-12-24 06:12:12.020 | memcached 2021-12-24 06:12:12.020 | sqlite3 2021-12-24 06:12:12.020 | xfsprogs ' 2021-12-24 06:12:12.020 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2021-12-24 06:12:12.022 | ++ functions-common:is_ubuntu:555 : [[ -z deb ]] 2021-12-24 06:12:12.025 | ++ functions-common:is_ubuntu:558 : '[' deb = deb ']' 2021-12-24 06:12:12.028 | ++ 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:12:12.028 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2021-12-24 06:12:12.033 | ++ 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:12:12.035 | ++ functions-common:install_package:1440 : update_package_repo 2021-12-24 06:12:12.037 | ++ functions-common:update_package_repo:1412 : NO_UPDATE_REPOS=False 2021-12-24 06:12:12.039 | ++ functions-common:update_package_repo:1413 : REPOS_UPDATED=False 2021-12-24 06:12:12.041 | ++ functions-common:update_package_repo:1414 : RETRY_UPDATE=False 2021-12-24 06:12:12.043 | ++ functions-common:update_package_repo:1416 : [[ False = \T\r\u\e ]] 2021-12-24 06:12:12.045 | ++ functions-common:update_package_repo:1420 : is_ubuntu 2021-12-24 06:12:12.047 | ++ functions-common:is_ubuntu:555 : [[ -z deb ]] 2021-12-24 06:12:12.049 | ++ functions-common:is_ubuntu:558 : '[' deb = deb ']' 2021-12-24 06:12:12.051 | ++ functions-common:update_package_repo:1421 : apt_get_update 2021-12-24 06:12:12.053 | ++ functions-common:apt_get_update:1166 : [[ False == \T\r\u\e ]] 2021-12-24 06:12:12.055 | ++ functions-common:apt_get_update:1171 : [[ False = \T\r\u\e ]] 2021-12-24 06:12:12.056 | ++ functions-common:apt_get_update:1173 : local sudo=sudo 2021-12-24 06:12:12.059 | +++ functions-common:apt_get_update:1174 : id -u 2021-12-24 06:12:12.063 | ++ functions-common:apt_get_update:1174 : [[ 1000 = \0 ]] 2021-12-24 06:12:12.065 | ++ functions-common:apt_get_update:1177 : time_start apt-get-update 2021-12-24 06:12:12.067 | ++ functions-common:time_start:2388 : local name=apt-get-update 2021-12-24 06:12:12.069 | ++ functions-common:time_start:2389 : local start_time= 2021-12-24 06:12:12.071 | ++ functions-common:time_start:2390 : [[ -n '' ]] 2021-12-24 06:12:12.073 | +++ functions-common:time_start:2393 : date +%s%3N 2021-12-24 06:12:12.076 | ++ functions-common:time_start:2393 : _TIME_START[$name]=1640326332074 2021-12-24 06:12:12.079 | ++ functions-common:apt_get_update:1179 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-12-24 06:12:12.081 | ++ functions-common:apt_get_update:1180 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-12-24 06:12:12.083 | ++ 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:12:12.464 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2021-12-24 06:12:12.465 | Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2021-12-24 06:12:12.584 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2021-12-24 06:12:12.712 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2021-12-24 06:12:22.042 | Reading package lists... 2021-12-24 06:12:22.073 | ++ functions-common:apt_get_update:1185 : REPOS_UPDATED=True 2021-12-24 06:12:22.075 | ++ functions-common:apt_get_update:1187 : time_stop apt-get-update 2021-12-24 06:12:22.077 | ++ functions-common:time_stop:2402 : local name 2021-12-24 06:12:22.080 | ++ functions-common:time_stop:2403 : local end_time 2021-12-24 06:12:22.082 | ++ functions-common:time_stop:2404 : local elapsed_time 2021-12-24 06:12:22.084 | ++ functions-common:time_stop:2405 : local total 2021-12-24 06:12:22.086 | ++ functions-common:time_stop:2406 : local start_time 2021-12-24 06:12:22.089 | ++ functions-common:time_stop:2408 : name=apt-get-update 2021-12-24 06:12:22.091 | ++ functions-common:time_stop:2409 : start_time=1640326332074 2021-12-24 06:12:22.093 | ++ functions-common:time_stop:2411 : [[ -z 1640326332074 ]] 2021-12-24 06:12:22.096 | +++ functions-common:time_stop:2414 : date +%s%3N 2021-12-24 06:12:22.100 | ++ functions-common:time_stop:2414 : end_time=1640326342097 2021-12-24 06:12:22.102 | ++ functions-common:time_stop:2415 : elapsed_time=10023 2021-12-24 06:12:22.104 | ++ functions-common:time_stop:2416 : total=0 2021-12-24 06:12:22.106 | ++ functions-common:time_stop:2418 : _TIME_START[$name]= 2021-12-24 06:12:22.109 | ++ functions-common:time_stop:2419 : _TIME_TOTAL[$name]=10023 2021-12-24 06:12:22.111 | ++ 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:12:22.113 | ++ functions-common:real_install_package:1426 : is_ubuntu 2021-12-24 06:12:22.115 | ++ functions-common:is_ubuntu:555 : [[ -z deb ]] 2021-12-24 06:12:22.117 | ++ functions-common:is_ubuntu:558 : '[' deb = deb ']' 2021-12-24 06:12:22.119 | ++ 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:12:22.138 | ++ 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:12:22.226 | E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 14633 (unattended-upgr) 2021-12-24 06:12:22.226 | E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it? 2021-12-24 06:12:22.230 | ++ functions-common:apt_get:1211 : result=100 2021-12-24 06:12:22.233 | ++ functions-common:apt_get:1214 : time_stop apt-get 2021-12-24 06:12:22.235 | ++ functions-common:time_stop:2402 : local name 2021-12-24 06:12:22.237 | ++ functions-common:time_stop:2403 : local end_time 2021-12-24 06:12:22.239 | ++ functions-common:time_stop:2404 : local elapsed_time 2021-12-24 06:12:22.242 | ++ functions-common:time_stop:2405 : local total 2021-12-24 06:12:22.244 | ++ functions-common:time_stop:2406 : local start_time 2021-12-24 06:12:22.246 | ++ functions-common:time_stop:2408 : name=apt-get 2021-12-24 06:12:22.248 | ++ functions-common:time_stop:2409 : start_time=1640326342135 2021-12-24 06:12:22.250 | ++ functions-common:time_stop:2411 : [[ -z 1640326342135 ]] 2021-12-24 06:12:22.252 | +++ functions-common:time_stop:2414 : date +%s%3N 2021-12-24 06:12:22.256 | ++ functions-common:time_stop:2414 : end_time=1640326342254 2021-12-24 06:12:22.258 | ++ functions-common:time_stop:2415 : elapsed_time=119 2021-12-24 06:12:22.260 | ++ functions-common:time_stop:2416 : total=116 2021-12-24 06:12:22.262 | ++ functions-common:time_stop:2418 : _TIME_START[$name]= 2021-12-24 06:12:22.264 | ++ functions-common:time_stop:2419 : _TIME_TOTAL[$name]=235 2021-12-24 06:12:22.267 | ++ functions-common:apt_get:1215 : return 100 2021-12-24 06:12:22.269 | ++ functions-common:install_package:1442 : RETRY_UPDATE=True 2021-12-24 06:12:22.271 | ++ functions-common:install_package:1442 : update_package_repo 2021-12-24 06:12:22.273 | ++ functions-common:update_package_repo:1412 : NO_UPDATE_REPOS=False 2021-12-24 06:12:22.276 | ++ functions-common:update_package_repo:1413 : REPOS_UPDATED=True 2021-12-24 06:12:22.278 | ++ functions-common:update_package_repo:1414 : RETRY_UPDATE=True 2021-12-24 06:12:22.280 | ++ functions-common:update_package_repo:1416 : [[ False = \T\r\u\e ]] 2021-12-24 06:12:22.282 | ++ functions-common:update_package_repo:1420 : is_ubuntu 2021-12-24 06:12:22.284 | ++ functions-common:is_ubuntu:555 : [[ -z deb ]] 2021-12-24 06:12:22.287 | ++ functions-common:is_ubuntu:558 : '[' deb = deb ']' 2021-12-24 06:12:22.289 | ++ functions-common:update_package_repo:1421 : apt_get_update 2021-12-24 06:12:22.291 | ++ functions-common:apt_get_update:1166 : [[ True == \T\r\u\e ]] 2021-12-24 06:12:22.293 | ++ functions-common:apt_get_update:1166 : [[ True != \T\r\u\e ]] 2021-12-24 06:12:22.295 | ++ functions-common:apt_get_update:1171 : [[ False = \T\r\u\e ]] 2021-12-24 06:12:22.298 | ++ functions-common:apt_get_update:1173 : local sudo=sudo 2021-12-24 06:12:22.300 | +++ functions-common:apt_get_update:1174 : id -u 2021-12-24 06:12:22.304 | ++ functions-common:apt_get_update:1174 : [[ 1000 = \0 ]] 2021-12-24 06:12:22.306 | ++ functions-common:apt_get_update:1177 : time_start apt-get-update 2021-12-24 06:12:22.309 | ++ functions-common:time_start:2388 : local name=apt-get-update 2021-12-24 06:12:22.311 | ++ functions-common:time_start:2389 : local start_time= 2021-12-24 06:12:22.313 | ++ functions-common:time_start:2390 : [[ -n '' ]] 2021-12-24 06:12:22.316 | +++ functions-common:time_start:2393 : date +%s%3N 2021-12-24 06:12:22.320 | ++ functions-common:time_start:2393 : _TIME_START[$name]=1640326342317 2021-12-24 06:12:22.322 | ++ functions-common:apt_get_update:1179 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-12-24 06:12:22.324 | ++ functions-common:apt_get_update:1180 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-12-24 06:12:22.326 | ++ 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:12:22.536 | Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2021-12-24 06:12:22.697 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2021-12-24 06:12:22.825 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2021-12-24 06:12:22.954 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2021-12-24 06:12:32.136 | Reading package lists... 2021-12-24 06:12:32.167 | ++ functions-common:apt_get_update:1185 : REPOS_UPDATED=True 2021-12-24 06:12:32.169 | ++ functions-common:apt_get_update:1187 : time_stop apt-get-update 2021-12-24 06:12:32.172 | ++ functions-common:time_stop:2402 : local name 2021-12-24 06:12:32.174 | ++ functions-common:time_stop:2403 : local end_time 2021-12-24 06:12:32.176 | ++ functions-common:time_stop:2404 : local elapsed_time 2021-12-24 06:12:32.178 | ++ functions-common:time_stop:2405 : local total 2021-12-24 06:12:32.180 | ++ functions-common:time_stop:2406 : local start_time 2021-12-24 06:12:32.183 | ++ functions-common:time_stop:2408 : name=apt-get-update 2021-12-24 06:12:32.185 | ++ functions-common:time_stop:2409 : start_time=1640326342317 2021-12-24 06:12:32.187 | ++ functions-common:time_stop:2411 : [[ -z 1640326342317 ]] 2021-12-24 06:12:32.190 | +++ functions-common:time_stop:2414 : date +%s%3N 2021-12-24 06:12:32.194 | ++ functions-common:time_stop:2414 : end_time=1640326352192 2021-12-24 06:12:32.197 | ++ functions-common:time_stop:2415 : elapsed_time=9875 2021-12-24 06:12:32.200 | ++ functions-common:time_stop:2416 : total=10023 2021-12-24 06:12:32.203 | ++ functions-common:time_stop:2418 : _TIME_START[$name]= 2021-12-24 06:12:32.206 | ++ functions-common:time_stop:2419 : _TIME_TOTAL[$name]=19898 2021-12-24 06:12:32.209 | ++ 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:12:32.213 | ++ functions-common:real_install_package:1426 : is_ubuntu 2021-12-24 06:12:32.215 | ++ functions-common:is_ubuntu:555 : [[ -z deb ]] 2021-12-24 06:12:32.218 | ++ functions-common:is_ubuntu:558 : '[' deb = deb ']' 2021-12-24 06:12:32.220 | ++ 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:12:32.239 | ++ 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:12:32.327 | E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 14633 (unattended-upgr) 2021-12-24 06:12:32.327 | E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it? 2021-12-24 06:12:32.332 | + functions-common:apt_get:1 : exit_trap 2021-12-24 06:12:32.334 | + ./stack.sh:exit_trap:515 : local r=100 2021-12-24 06:12:32.337 | ++ ./stack.sh:exit_trap:516 : jobs -p 2021-12-24 06:12:32.340 | + ./stack.sh:exit_trap:516 : jobs= 2021-12-24 06:12:32.342 | + ./stack.sh:exit_trap:519 : [[ -n '' ]] 2021-12-24 06:12:32.345 | + ./stack.sh:exit_trap:525 : '[' -f '' ']' 2021-12-24 06:12:32.347 | + ./stack.sh:exit_trap:530 : kill_spinner 2021-12-24 06:12:32.349 | + ./stack.sh:kill_spinner:425 : '[' '!' -z '' ']' 2021-12-24 06:12:32.359 | + ./stack.sh:exit_trap:532 : [[ 100 -ne 0 ]] 2021-12-24 06:12:32.362 | + ./stack.sh:exit_trap:533 : echo 'Error on exit' 2021-12-24 06:12:32.362 | Error on exit 2021-12-24 06:12:32.364 | + ./stack.sh:exit_trap:535 : type -p generate-subunit 2021-12-24 06:12:32.367 | + ./stack.sh:exit_trap:538 : [[ -z /opt/stack/logs ]] 2021-12-24 06:12:32.369 | + ./stack.sh:exit_trap:541 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2021-12-24 06:12:32.797 | + ./stack.sh:exit_trap:550 : exit 100