2022-08-26 06:17:27.332 | + ./stack.sh:main:482 : exec 2022-08-26 06:17:27.332 | + ./stack.sh:main:490 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-08-26-061727' 2022-08-26 06:17:27.332 | ++ ./stack.sh:main:482 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-08-26-061727.summary.2022-08-26-061727 2022-08-26 06:17:27.332 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-26 06:17:27.332 | + ./stack.sh:echo_summary:441 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-08-26-061727 2022-08-26 06:17:27.332 | + ./stack.sh:main:492 : ln -sf /opt/stack/logs/stack.sh.log.2022-08-26-061727 /opt/stack/logs/stack.sh.log 2022-08-26 06:17:27.332 | + ./stack.sh:main:493 : ln -sf /opt/stack/logs/stack.sh.log.2022-08-26-061727.summary.2022-08-26-061727 /opt/stack/logs/stack.sh.log.summary 2022-08-26 06:17:27.332 | + ./stack.sh:main:508 : check_path_perm_sanity /opt/stack 2022-08-26 06:17:27.332 | + functions:check_path_perm_sanity:596 : local real_path 2022-08-26 06:17:27.332 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2022-08-26 06:17:27.333 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2022-08-26 06:17:27.333 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2022-08-26 06:17:27.333 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2022-08-26 06:17:27.334 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2022-08-26 06:17:27.337 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-08-26 06:17:27.339 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2022-08-26 06:17:27.341 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2022-08-26 06:17:27.345 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-08-26 06:17:27.347 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-08-26 06:17:27.348 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2022-08-26 06:17:27.351 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2022-08-26 06:17:27.354 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-08-26 06:17:27.356 | + ./stack.sh:main:514 : trap exit_trap EXIT 2022-08-26 06:17:27.358 | + ./stack.sh:main:555 : trap err_trap ERR 2022-08-26 06:17:27.360 | + ./stack.sh:main:568 : set -o errexit 2022-08-26 06:17:27.362 | + ./stack.sh:main:571 : uname -a 2022-08-26 06:17:27.363 | Linux n-d-852087-3 5.4.0-72-generic #80-Ubuntu SMP Mon Apr 12 17:35:00 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-08-26 06:17:27.365 | + ./stack.sh:main:574 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-08-26 06:17:27.367 | + ./stack.sh:main:575 : rm -f /opt/stack/data/ca-bundle.pem 2022-08-26 06:17:27.370 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/database 2022-08-26 06:17:27.406 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/rpc_backend 2022-08-26 06:17:27.422 | + ./stack.sh:main:585 : fetch_plugins 2022-08-26 06:17:27.424 | + functions-common:fetch_plugins:1785 : local plugins= 2022-08-26 06:17:27.426 | + functions-common:fetch_plugins:1786 : local plugin 2022-08-26 06:17:27.428 | + functions-common:fetch_plugins:1789 : [[ -z '' ]] 2022-08-26 06:17:27.430 | + functions-common:fetch_plugins:1790 : return 2022-08-26 06:17:27.431 | + ./stack.sh:main:589 : run_phase override_defaults 2022-08-26 06:17:27.434 | + functions-common:run_phase:1867 : local mode=override_defaults 2022-08-26 06:17:27.436 | + functions-common:run_phase:1868 : local phase= 2022-08-26 06:17:27.438 | + functions-common:run_phase:1869 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-08-26 06:17:27.439 | + functions-common:run_phase:1870 : local extra_plugin_file_name 2022-08-26 06:17:27.441 | + functions-common:run_phase:1871 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-08-26 06:17:27.443 | + functions-common:run_phase:1876 : local exceptions=80-tempest.sh 2022-08-26 06:17:27.445 | + functions-common:run_phase:1877 : local extra 2022-08-26 06:17:27.447 | ++ functions-common:run_phase:1878 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-08-26 06:17:27.450 | + functions-common:run_phase:1878 : extra=80-tempest.sh 2022-08-26 06:17:27.452 | + functions-common:run_phase:1879 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-08-26 06:17:27.454 | + functions-common:run_phase:1883 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-08-26 06:17:27.456 | + functions-common:run_phase:1883 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-08-26 06:17:27.458 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-08-26 06:17:27.470 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-26 06:17:27.472 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-08-26 06:17:27.474 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-26 06:17:27.476 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-26 06:17:27.478 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-26 06:17:27.480 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-26 06:17:27.482 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-26 06:17:27.484 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-08-26 06:17:27.486 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2022-08-26 06:17:27.488 | + functions-common:run_phase:1888 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-08-26 06:17:27.490 | + functions-common:run_phase:1891 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-08-26 06:17:27.491 | + functions-common:run_phase:1892 : plugin_override_defaults 2022-08-26 06:17:27.493 | + functions-common:plugin_override_defaults:1826 : local plugins= 2022-08-26 06:17:27.495 | + functions-common:plugin_override_defaults:1827 : local plugin 2022-08-26 06:17:27.497 | + functions-common:plugin_override_defaults:1830 : [[ -z '' ]] 2022-08-26 06:17:27.499 | + functions-common:plugin_override_defaults:1831 : return 2022-08-26 06:17:27.502 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/apache 2022-08-26 06:17:27.518 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/tls 2022-08-26 06:17:27.521 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-08-26 06:17:27.533 | ++ functions-common:is_service_enabled:2095 : return 1 2022-08-26 06:17:27.535 | +++ lib/tls:source:43 : hostname -f 2022-08-26 06:17:27.538 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-08-26 06:17:27.540 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-08-26 06:17:27.542 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-08-26 06:17:27.544 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-08-26 06:17:27.547 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-08-26 06:17:27.548 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-08-26 06:17:27.550 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-08-26 06:17:27.552 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-08-26 06:17:27.554 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-08-26 06:17:27.556 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-08-26 06:17:27.561 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/infra 2022-08-26 06:17:27.573 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/libraries 2022-08-26 06:17:27.591 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/lvm 2022-08-26 06:17:27.604 | + ./stack.sh:main:601 : source /home/ubuntu/devstack/lib/horizon 2022-08-26 06:17:27.617 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/keystone 2022-08-26 06:17:27.654 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/glance 2022-08-26 06:17:27.722 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/nova 2022-08-26 06:17:27.805 | + ./stack.sh:main:605 : source /home/ubuntu/devstack/lib/placement 2022-08-26 06:17:27.826 | + ./stack.sh:main:606 : source /home/ubuntu/devstack/lib/cinder 2022-08-26 06:17:27.877 | + ./stack.sh:main:607 : source /home/ubuntu/devstack/lib/swift 2022-08-26 06:17:27.940 | + ./stack.sh:main:608 : source /home/ubuntu/devstack/lib/neutron 2022-08-26 06:17:28.097 | + ./stack.sh:main:609 : source /home/ubuntu/devstack/lib/ldap 2022-08-26 06:17:28.113 | + ./stack.sh:main:610 : source /home/ubuntu/devstack/lib/dstat 2022-08-26 06:17:28.128 | + ./stack.sh:main:611 : source /home/ubuntu/devstack/lib/tcpdump 2022-08-26 06:17:28.141 | + ./stack.sh:main:612 : source /home/ubuntu/devstack/lib/etcd3 2022-08-26 06:17:28.227 | + ./stack.sh:main:613 : source /home/ubuntu/devstack/lib/os-vif 2022-08-26 06:17:28.230 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2022-08-26 06:17:28.232 | +++ lib/os-vif:source:17 : is_ml2_ovs 2022-08-26 06:17:28.235 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2022-08-26 06:17:28.237 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2022-08-26 06:17:28.239 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2022-08-26 06:17:28.242 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2022-08-26 06:17:28.242 | False' 2022-08-26 06:17:28.244 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2022-08-26 06:17:28.261 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2022-08-26 06:17:28.264 | + ./stack.sh:main:619 : run_phase source 2022-08-26 06:17:28.266 | + functions-common:run_phase:1867 : local mode=source 2022-08-26 06:17:28.268 | + functions-common:run_phase:1868 : local phase= 2022-08-26 06:17:28.270 | + functions-common:run_phase:1869 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-08-26 06:17:28.273 | + functions-common:run_phase:1870 : local extra_plugin_file_name 2022-08-26 06:17:28.275 | + functions-common:run_phase:1871 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-08-26 06:17:28.277 | + functions-common:run_phase:1876 : local exceptions=80-tempest.sh 2022-08-26 06:17:28.280 | + functions-common:run_phase:1877 : local extra 2022-08-26 06:17:28.282 | ++ functions-common:run_phase:1878 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-08-26 06:17:28.287 | + functions-common:run_phase:1878 : extra=80-tempest.sh 2022-08-26 06:17:28.289 | + functions-common:run_phase:1879 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-08-26 06:17:28.292 | + functions-common:run_phase:1883 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-08-26 06:17:28.294 | + functions-common:run_phase:1883 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-08-26 06:17:28.297 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-08-26 06:17:28.314 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-26 06:17:28.316 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-08-26 06:17:28.319 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-08-26 06:17:28.362 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2022-08-26 06:17:28.364 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2022-08-26 06:17:28.367 | + functions-common:run_phase:1888 : [[ source == \s\o\u\r\c\e ]] 2022-08-26 06:17:28.369 | + functions-common:run_phase:1889 : load_plugin_settings 2022-08-26 06:17:28.371 | + functions-common:load_plugin_settings:1803 : local plugins= 2022-08-26 06:17:28.373 | + functions-common:load_plugin_settings:1804 : local plugin 2022-08-26 06:17:28.375 | + functions-common:load_plugin_settings:1807 : [[ -z '' ]] 2022-08-26 06:17:28.377 | + functions-common:load_plugin_settings:1808 : return 2022-08-26 06:17:28.379 | + functions-common:run_phase:1890 : verify_disabled_services 2022-08-26 06:17:28.381 | + functions-common:verify_disabled_services:2150 : local service 2022-08-26 06:17:28.385 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.388 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-08-26 06:17:28.391 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.394 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-08-26 06:17:28.396 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.398 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-08-26 06:17:28.401 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.403 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-08-26 06:17:28.406 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.408 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-08-26 06:17:28.411 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.413 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-08-26 06:17:28.415 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.418 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-08-26 06:17:28.420 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.422 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-08-26 06:17:28.425 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.427 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-08-26 06:17:28.429 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.432 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-08-26 06:17:28.434 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.437 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-vol, ]] 2022-08-26 06:17:28.439 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.441 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2022-08-26 06:17:28.444 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.446 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2022-08-26 06:17:28.449 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.454 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2022-08-26 06:17:28.457 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.460 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2022-08-26 06:17:28.463 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.466 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-08-26 06:17:28.469 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.471 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2022-08-26 06:17:28.474 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.476 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-08-26 06:17:28.478 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.481 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-08-26 06:17:28.483 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.485 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-08-26 06:17:28.488 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.490 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-08-26 06:17:28.493 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.495 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-08-26 06:17:28.497 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.499 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-08-26 06:17:28.502 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.504 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-08-26 06:17:28.506 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.509 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-08-26 06:17:28.511 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.514 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-08-26 06:17:28.516 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.518 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-08-26 06:17:28.521 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.523 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-08-26 06:17:28.526 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.528 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-08-26 06:17:28.531 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.533 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-08-26 06:17:28.536 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.538 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-08-26 06:17:28.540 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.543 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-08-26 06:17:28.545 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.547 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-bak, ]] 2022-08-26 06:17:28.549 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.552 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-08-26 06:17:28.560 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.565 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-08-26 06:17:28.567 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.569 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-08-26 06:17:28.572 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.574 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-08-26 06:17:28.577 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.579 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-08-26 06:17:28.581 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.584 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-08-26 06:17:28.586 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.588 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-08-26 06:17:28.591 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.594 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-08-26 06:17:28.596 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.599 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-08-26 06:17:28.601 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.604 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-08-26 06:17:28.606 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.608 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-08-26 06:17:28.611 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.613 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-08-26 06:17:28.615 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.618 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-08-26 06:17:28.620 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-26 06:17:28.622 | + functions-common:verify_disabled_services:2152 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-08-26 06:17:28.626 | + ./stack.sh:main:690 : initialize_database_backends 2022-08-26 06:17:28.628 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-08-26 06:17:28.630 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-08-26 06:17:28.646 | + functions-common:is_service_enabled:2095 : return 0 2022-08-26 06:17:28.649 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-08-26 06:17:28.651 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-08-26 06:17:28.653 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-08-26 06:17:28.669 | + functions-common:is_service_enabled:2095 : return 1 2022-08-26 06:17:28.672 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-08-26 06:17:28.674 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-08-26 06:17:28.676 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-08-26 06:17:28.679 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-08-26 06:17:28.681 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-08-26 06:17:28.684 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-08-26 06:17:28.686 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-08-26 06:17:28.689 | + lib/database:initialize_database_backends:92 : return 0 2022-08-26 06:17:28.691 | + ./stack.sh:main:691 : echo 'Using mysql database backend' 2022-08-26 06:17:28.691 | Using mysql database backend 2022-08-26 06:17:28.694 | + ./stack.sh:main:694 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-08-26 06:17:28.710 | + ./stack.sh:main:696 : define_database_baseurl 2022-08-26 06:17:28.713 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2022-08-26 06:17:28.716 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-08-26 06:17:28.718 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2022-08-26 06:17:28.721 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-08-26 06:17:28.724 | + ./stack.sh:main:708 : is_service_enabled rabbit 2022-08-26 06:17:28.740 | + functions-common:is_service_enabled:2095 : return 0 2022-08-26 06:17:28.743 | + ./stack.sh:main:709 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-08-26 06:17:28.760 | + ./stack.sh:main:716 : is_service_enabled keystone 2022-08-26 06:17:28.777 | + functions-common:is_service_enabled:2095 : return 0 2022-08-26 06:17:28.780 | + ./stack.sh:main:718 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-08-26 06:17:28.798 | + ./stack.sh:main:720 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-08-26 06:17:28.814 | + ./stack.sh:main:731 : is_service_enabled ldap 2022-08-26 06:17:28.831 | + functions-common:is_service_enabled:2095 : return 1 2022-08-26 06:17:28.834 | + ./stack.sh:main:740 : is_service_enabled s-proxy 2022-08-26 06:17:28.850 | + functions-common:is_service_enabled:2095 : return 0 2022-08-26 06:17:28.853 | + ./stack.sh:main:744 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-08-26 06:17:28.869 | + ./stack.sh:main:746 : [[ -z '' ]] 2022-08-26 06:17:28.872 | + ./stack.sh:main:746 : [[ False == \T\r\u\e ]] 2022-08-26 06:17:28.875 | + ./stack.sh:main:752 : save_stackenv 752 2022-08-26 06:17:28.877 | + functions-common:save_stackenv:60 : local tag=752 2022-08-26 06:17:28.881 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-08-26 06:17:28.886 | + functions-common:save_stackenv:62 : time_stamp=2022-08-26-061728 2022-08-26 06:17:28.890 | + functions-common:save_stackenv:63 : echo '# 2022-08-26-061728 752' 2022-08-26 06:17:28.893 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-26 06:17:28.895 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-08-26 06:17:28.898 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-26 06:17:28.900 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-08-26 06:17:28.902 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-26 06:17:28.905 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-08-26 06:17:28.908 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-26 06:17:28.910 | + 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,c-vol,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,c-bak,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 2022-08-26 06:17:28.913 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-26 06:17:28.917 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.17 2022-08-26 06:17:28.922 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-26 06:17:28.925 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.17/identity 2022-08-26 06:17:28.927 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-26 06:17:28.929 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-08-26-061727 2022-08-26 06:17:28.932 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-26 06:17:28.935 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-08-26 06:17:28.937 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-26 06:17:28.941 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.17 2022-08-26 06:17:28.944 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-26 06:17:28.946 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-08-26 06:17:28.949 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-26 06:17:28.951 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-08-26 06:17:28.954 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-26 06:17:28.956 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-08-26 06:17:28.959 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-26 06:17:28.963 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-08-26 06:17:28.966 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-26 06:17:28.969 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.222.0.17 2022-08-26 06:17:28.972 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-26 06:17:28.975 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2022-08-26 06:17:28.977 | + ./stack.sh:main:765 : GIT_DEPTH=0 2022-08-26 06:17:28.980 | + ./stack.sh:main:765 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2022-08-26 06:17:28.983 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/requirements.git 2022-08-26 06:17:28.989 | + functions-common:git_clone:597 : local git_dest=/opt/stack/requirements 2022-08-26 06:17:28.991 | + functions-common:git_clone:598 : local git_ref=master 2022-08-26 06:17:28.994 | + functions-common:git_clone:599 : local orig_dir 2022-08-26 06:17:28.997 | ++ functions-common:git_clone:600 : pwd 2022-08-26 06:17:29.000 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-26 06:17:29.002 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-26 06:17:29.005 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-26 06:17:29.021 | + functions-common:git_clone:603 : RECLONE=False 2022-08-26 06:17:29.023 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-26 06:17:29.025 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-26 06:17:29.028 | + functions-common:git_clone:617 : echo master 2022-08-26 06:17:29.028 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-26 06:17:29.033 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/requirements ]] 2022-08-26 06:17:29.035 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-26 06:17:29.038 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/requirements 2022-08-26 06:17:29.051 | + functions-common:git_clone:677 : cd /opt/stack/requirements 2022-08-26 06:17:29.054 | + functions-common:git_clone:678 : git show --oneline 2022-08-26 06:17:29.055 | + functions-common:git_clone:678 : head -1 2022-08-26 06:17:29.058 | b2eceb9b Merge "update constraint for oslo.vmware to new release 4.0.1" 2022-08-26 06:17:29.061 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-26 06:17:29.063 | + ./stack.sh:main:769 : echo_summary 'Installing package prerequisites' 2022-08-26 06:17:29.066 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-26 06:17:29.069 | + ./stack.sh:echo_summary:441 : echo -e Installing package prerequisites 2022-08-26 06:17:29.071 | + ./stack.sh:main:770 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-08-26 06:17:29.074 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-08-26 06:17:29.077 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-08-26 06:17:29.079 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-08-26 06:17:29.082 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-08-26 06:17:29.085 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-08-26 06:17:29.087 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-08-26 06:17:29.091 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-08-26 06:17:29.095 | ++ tools/install_prereqs.sh:source:47 : NOW=1661494649 2022-08-26 06:17:29.098 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-08-26 06:17:29.102 | +++ tools/install_prereqs.sh:source:48 : echo 0 2022-08-26 06:17:29.105 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2022-08-26 06:17:29.108 | ++ tools/install_prereqs.sh:source:49 : DELTA=1661494649 2022-08-26 06:17:29.111 | ++ tools/install_prereqs.sh:source:50 : [[ 1661494649 -lt 7200 ]] 2022-08-26 06:17:29.113 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-08-26 06:17:29.116 | ++ functions-common:export_proxy_variables:2257 : isset http_proxy 2022-08-26 06:17:29.118 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2022-08-26 06:17:29.121 | ++ functions-common:export_proxy_variables:2260 : isset https_proxy 2022-08-26 06:17:29.124 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2022-08-26 06:17:29.126 | ++ functions-common:export_proxy_variables:2263 : isset no_proxy 2022-08-26 06:17:29.128 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2022-08-26 06:17:29.132 | +++ 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,c-vol,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,c-bak,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 2022-08-26 06:17:29.181 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-08-26 06:17:29.181 | apache2-dev 2022-08-26 06:17:29.181 | bc 2022-08-26 06:17:29.181 | bsdmainutils 2022-08-26 06:17:29.181 | curl 2022-08-26 06:17:29.181 | g++ 2022-08-26 06:17:29.181 | gawk 2022-08-26 06:17:29.181 | gcc 2022-08-26 06:17:29.181 | gettext 2022-08-26 06:17:29.181 | git 2022-08-26 06:17:29.181 | graphviz 2022-08-26 06:17:29.181 | iputils-ping 2022-08-26 06:17:29.181 | libapache2-mod-proxy-uwsgi 2022-08-26 06:17:29.181 | libffi-dev 2022-08-26 06:17:29.181 | libjpeg-dev 2022-08-26 06:17:29.181 | libpcre3-dev 2022-08-26 06:17:29.181 | libpq-dev 2022-08-26 06:17:29.181 | libssl-dev 2022-08-26 06:17:29.181 | libsystemd-dev 2022-08-26 06:17:29.181 | libxml2-dev 2022-08-26 06:17:29.181 | libxslt1-dev 2022-08-26 06:17:29.181 | libyaml-dev 2022-08-26 06:17:29.181 | lsof 2022-08-26 06:17:29.181 | openssh-server 2022-08-26 06:17:29.182 | openssl 2022-08-26 06:17:29.182 | pkg-config 2022-08-26 06:17:29.182 | psmisc 2022-08-26 06:17:29.182 | python3-dev 2022-08-26 06:17:29.182 | python3-pip 2022-08-26 06:17:29.182 | python3-systemd 2022-08-26 06:17:29.182 | python3-venv 2022-08-26 06:17:29.182 | tar 2022-08-26 06:17:29.182 | tcpdump 2022-08-26 06:17:29.182 | unzip 2022-08-26 06:17:29.182 | uuid-runtime 2022-08-26 06:17:29.182 | wget 2022-08-26 06:17:29.182 | wget 2022-08-26 06:17:29.182 | zlib1g-dev 2022-08-26 06:17:29.182 | libkrb5-dev 2022-08-26 06:17:29.182 | libldap2-dev 2022-08-26 06:17:29.182 | libsasl2-dev 2022-08-26 06:17:29.182 | memcached 2022-08-26 06:17:29.182 | python3-mysqldb 2022-08-26 06:17:29.182 | sqlite3 2022-08-26 06:17:29.182 | conntrack 2022-08-26 06:17:29.182 | curl 2022-08-26 06:17:29.182 | ebtables 2022-08-26 06:17:29.182 | genisoimage 2022-08-26 06:17:29.182 | iptables 2022-08-26 06:17:29.182 | iputils-arping 2022-08-26 06:17:29.183 | kpartx 2022-08-26 06:17:29.183 | libjs-jquery-tablesorter 2022-08-26 06:17:29.183 | parted 2022-08-26 06:17:29.183 | pm-utils 2022-08-26 06:17:29.183 | python3-mysqldb 2022-08-26 06:17:29.183 | socat 2022-08-26 06:17:29.183 | sqlite3 2022-08-26 06:17:29.183 | sudo 2022-08-26 06:17:29.183 | vlan 2022-08-26 06:17:29.183 | lsscsi 2022-08-26 06:17:29.183 | open-iscsi 2022-08-26 06:17:29.183 | lvm2 2022-08-26 06:17:29.183 | qemu-utils 2022-08-26 06:17:29.183 | thin-provisioning-tools 2022-08-26 06:17:29.183 | acl 2022-08-26 06:17:29.183 | dnsmasq-base 2022-08-26 06:17:29.183 | dnsmasq-utils 2022-08-26 06:17:29.183 | ebtables 2022-08-26 06:17:29.183 | haproxy 2022-08-26 06:17:29.183 | iptables 2022-08-26 06:17:29.183 | iputils-arping 2022-08-26 06:17:29.183 | iputils-ping 2022-08-26 06:17:29.183 | postgresql-server-dev-all 2022-08-26 06:17:29.183 | python3-mysqldb 2022-08-26 06:17:29.183 | sqlite3 2022-08-26 06:17:29.183 | sudo 2022-08-26 06:17:29.183 | vlan 2022-08-26 06:17:29.183 | pcp 2022-08-26 06:17:29.183 | ipset 2022-08-26 06:17:29.183 | conntrack 2022-08-26 06:17:29.183 | conntrackd 2022-08-26 06:17:29.183 | keepalived 2022-08-26 06:17:29.183 | lvm2 2022-08-26 06:17:29.183 | qemu-utils 2022-08-26 06:17:29.184 | thin-provisioning-tools 2022-08-26 06:17:29.184 | curl 2022-08-26 06:17:29.184 | liberasurecode-dev 2022-08-26 06:17:29.184 | make 2022-08-26 06:17:29.184 | memcached 2022-08-26 06:17:29.184 | rsync 2022-08-26 06:17:29.184 | sqlite3 2022-08-26 06:17:29.184 | xfsprogs' 2022-08-26 06:17:29.187 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-08-26 06:17:29.206 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-08-26 06:17:29.206 | apache2-dev 2022-08-26 06:17:29.206 | bc 2022-08-26 06:17:29.206 | bsdmainutils 2022-08-26 06:17:29.206 | curl 2022-08-26 06:17:29.206 | g++ 2022-08-26 06:17:29.206 | gawk 2022-08-26 06:17:29.206 | gcc 2022-08-26 06:17:29.206 | gettext 2022-08-26 06:17:29.206 | git 2022-08-26 06:17:29.206 | graphviz 2022-08-26 06:17:29.206 | iputils-ping 2022-08-26 06:17:29.206 | libapache2-mod-proxy-uwsgi 2022-08-26 06:17:29.206 | libffi-dev 2022-08-26 06:17:29.206 | libjpeg-dev 2022-08-26 06:17:29.206 | libpcre3-dev 2022-08-26 06:17:29.206 | libpq-dev 2022-08-26 06:17:29.206 | libssl-dev 2022-08-26 06:17:29.206 | libsystemd-dev 2022-08-26 06:17:29.206 | libxml2-dev 2022-08-26 06:17:29.207 | libxslt1-dev 2022-08-26 06:17:29.207 | libyaml-dev 2022-08-26 06:17:29.207 | lsof 2022-08-26 06:17:29.207 | openssh-server 2022-08-26 06:17:29.207 | openssl 2022-08-26 06:17:29.207 | pkg-config 2022-08-26 06:17:29.207 | psmisc 2022-08-26 06:17:29.207 | python3-dev 2022-08-26 06:17:29.207 | python3-pip 2022-08-26 06:17:29.207 | python3-systemd 2022-08-26 06:17:29.207 | python3-venv 2022-08-26 06:17:29.207 | tar 2022-08-26 06:17:29.207 | tcpdump 2022-08-26 06:17:29.207 | unzip 2022-08-26 06:17:29.207 | uuid-runtime 2022-08-26 06:17:29.207 | wget 2022-08-26 06:17:29.207 | wget 2022-08-26 06:17:29.207 | zlib1g-dev 2022-08-26 06:17:29.207 | libkrb5-dev 2022-08-26 06:17:29.207 | libldap2-dev 2022-08-26 06:17:29.207 | libsasl2-dev 2022-08-26 06:17:29.207 | memcached 2022-08-26 06:17:29.207 | python3-mysqldb 2022-08-26 06:17:29.207 | sqlite3 2022-08-26 06:17:29.207 | conntrack 2022-08-26 06:17:29.207 | curl 2022-08-26 06:17:29.207 | ebtables 2022-08-26 06:17:29.207 | genisoimage 2022-08-26 06:17:29.207 | iptables 2022-08-26 06:17:29.207 | iputils-arping 2022-08-26 06:17:29.207 | kpartx 2022-08-26 06:17:29.207 | libjs-jquery-tablesorter 2022-08-26 06:17:29.207 | parted 2022-08-26 06:17:29.207 | pm-utils 2022-08-26 06:17:29.207 | python3-mysqldb 2022-08-26 06:17:29.207 | socat 2022-08-26 06:17:29.207 | sqlite3 2022-08-26 06:17:29.207 | sudo 2022-08-26 06:17:29.208 | vlan 2022-08-26 06:17:29.208 | lsscsi 2022-08-26 06:17:29.208 | open-iscsi 2022-08-26 06:17:29.208 | lvm2 2022-08-26 06:17:29.208 | qemu-utils 2022-08-26 06:17:29.208 | thin-provisioning-tools 2022-08-26 06:17:29.208 | acl 2022-08-26 06:17:29.208 | dnsmasq-base 2022-08-26 06:17:29.208 | dnsmasq-utils 2022-08-26 06:17:29.208 | ebtables 2022-08-26 06:17:29.208 | haproxy 2022-08-26 06:17:29.208 | iptables 2022-08-26 06:17:29.208 | iputils-arping 2022-08-26 06:17:29.208 | iputils-ping 2022-08-26 06:17:29.208 | postgresql-server-dev-all 2022-08-26 06:17:29.208 | python3-mysqldb 2022-08-26 06:17:29.208 | sqlite3 2022-08-26 06:17:29.208 | sudo 2022-08-26 06:17:29.208 | vlan 2022-08-26 06:17:29.208 | pcp 2022-08-26 06:17:29.208 | ipset 2022-08-26 06:17:29.208 | conntrack 2022-08-26 06:17:29.208 | conntrackd 2022-08-26 06:17:29.208 | keepalived 2022-08-26 06:17:29.208 | lvm2 2022-08-26 06:17:29.208 | qemu-utils 2022-08-26 06:17:29.208 | thin-provisioning-tools 2022-08-26 06:17:29.208 | curl 2022-08-26 06:17:29.208 | liberasurecode-dev 2022-08-26 06:17:29.208 | make 2022-08-26 06:17:29.208 | memcached 2022-08-26 06:17:29.208 | rsync 2022-08-26 06:17:29.208 | sqlite3 2022-08-26 06:17:29.208 | xfsprogs ' 2022-08-26 06:17:29.211 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-08-26 06:17:29.213 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-26 06:17:29.216 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-26 06:17:29.219 | ++ 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 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 rsync sqlite3 xfsprogs 2022-08-26 06:17:29.220 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-08-26 06:17:29.224 | ++ 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 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 rsync sqlite3 xfsprogs 2022-08-26 06:17:29.227 | ++ functions-common:install_package:1463 : update_package_repo 2022-08-26 06:17:29.229 | ++ functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-26 06:17:29.231 | ++ functions-common:update_package_repo:1436 : REPOS_UPDATED=False 2022-08-26 06:17:29.234 | ++ functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-26 06:17:29.236 | ++ functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-26 06:17:29.238 | ++ functions-common:update_package_repo:1443 : is_ubuntu 2022-08-26 06:17:29.240 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-26 06:17:29.242 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-26 06:17:29.244 | ++ functions-common:update_package_repo:1444 : apt_get_update 2022-08-26 06:17:29.246 | ++ functions-common:apt_get_update:1189 : [[ False == \T\r\u\e ]] 2022-08-26 06:17:29.249 | ++ functions-common:apt_get_update:1194 : [[ False = \T\r\u\e ]] 2022-08-26 06:17:29.251 | ++ functions-common:apt_get_update:1196 : local sudo=sudo 2022-08-26 06:17:29.254 | +++ functions-common:apt_get_update:1197 : id -u 2022-08-26 06:17:29.258 | ++ functions-common:apt_get_update:1197 : [[ 1000 = \0 ]] 2022-08-26 06:17:29.260 | ++ functions-common:apt_get_update:1200 : time_start apt-get-update 2022-08-26 06:17:29.262 | ++ functions-common:time_start:2425 : local name=apt-get-update 2022-08-26 06:17:29.264 | ++ functions-common:time_start:2426 : local start_time= 2022-08-26 06:17:29.266 | ++ functions-common:time_start:2427 : [[ -n '' ]] 2022-08-26 06:17:29.268 | +++ functions-common:time_start:2430 : date +%s%3N 2022-08-26 06:17:29.272 | ++ functions-common:time_start:2430 : _TIME_START[$name]=1661494649270 2022-08-26 06:17:29.274 | ++ functions-common:apt_get_update:1202 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-08-26 06:17:29.276 | ++ functions-common:apt_get_update:1203 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-08-26 06:17:29.278 | ++ functions-common:apt_get_update:1204 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2022-08-26 06:17:29.492 | Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-08-26 06:17:29.629 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-08-26 06:17:29.737 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2022-08-26 06:17:29.850 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2022-08-26 06:17:39.982 | Reading package lists... 2022-08-26 06:17:40.014 | ++ functions-common:apt_get_update:1208 : REPOS_UPDATED=True 2022-08-26 06:17:40.016 | ++ functions-common:apt_get_update:1210 : time_stop apt-get-update 2022-08-26 06:17:40.019 | ++ functions-common:time_stop:2439 : local name 2022-08-26 06:17:40.021 | ++ functions-common:time_stop:2440 : local end_time 2022-08-26 06:17:40.023 | ++ functions-common:time_stop:2441 : local elapsed_time 2022-08-26 06:17:40.025 | ++ functions-common:time_stop:2442 : local total 2022-08-26 06:17:40.028 | ++ functions-common:time_stop:2443 : local start_time 2022-08-26 06:17:40.030 | ++ functions-common:time_stop:2445 : name=apt-get-update 2022-08-26 06:17:40.032 | ++ functions-common:time_stop:2446 : start_time=1661494649270 2022-08-26 06:17:40.034 | ++ functions-common:time_stop:2448 : [[ -z 1661494649270 ]] 2022-08-26 06:17:40.037 | +++ functions-common:time_stop:2451 : date +%s%3N 2022-08-26 06:17:40.041 | ++ functions-common:time_stop:2451 : end_time=1661494660038 2022-08-26 06:17:40.044 | ++ functions-common:time_stop:2452 : elapsed_time=10768 2022-08-26 06:17:40.046 | ++ functions-common:time_stop:2453 : total=0 2022-08-26 06:17:40.048 | ++ functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-26 06:17:40.050 | ++ functions-common:time_stop:2456 : _TIME_TOTAL[$name]=10768 2022-08-26 06:17:40.054 | ++ functions-common:install_package:1464 : 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 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 rsync sqlite3 xfsprogs 2022-08-26 06:17:40.056 | ++ functions-common:real_install_package:1449 : is_ubuntu 2022-08-26 06:17:40.058 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-26 06:17:40.061 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-26 06:17:40.064 | ++ functions-common:real_install_package:1450 : 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 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 rsync sqlite3 xfsprogs 2022-08-26 06:17:40.086 | ++ functions-common:apt_get:1230 : 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 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 rsync sqlite3 xfsprogs 2022-08-26 06:17:40.174 | E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 16031 (unattended-upgr) 2022-08-26 06:17:40.174 | E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it? 2022-08-26 06:17:40.178 | ++ functions-common:apt_get:1234 : result=100 2022-08-26 06:17:40.180 | ++ functions-common:apt_get:1237 : time_stop apt-get 2022-08-26 06:17:40.183 | ++ functions-common:time_stop:2439 : local name 2022-08-26 06:17:40.185 | ++ functions-common:time_stop:2440 : local end_time 2022-08-26 06:17:40.187 | ++ functions-common:time_stop:2441 : local elapsed_time 2022-08-26 06:17:40.190 | ++ functions-common:time_stop:2442 : local total 2022-08-26 06:17:40.192 | ++ functions-common:time_stop:2443 : local start_time 2022-08-26 06:17:40.194 | ++ functions-common:time_stop:2445 : name=apt-get 2022-08-26 06:17:40.196 | ++ functions-common:time_stop:2446 : start_time=1661494660083 2022-08-26 06:17:40.198 | ++ functions-common:time_stop:2448 : [[ -z 1661494660083 ]] 2022-08-26 06:17:40.202 | +++ functions-common:time_stop:2451 : date +%s%3N 2022-08-26 06:17:40.206 | ++ functions-common:time_stop:2451 : end_time=1661494660203 2022-08-26 06:17:40.208 | ++ functions-common:time_stop:2452 : elapsed_time=120 2022-08-26 06:17:40.211 | ++ functions-common:time_stop:2453 : total=113 2022-08-26 06:17:40.213 | ++ functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-26 06:17:40.216 | ++ functions-common:time_stop:2456 : _TIME_TOTAL[$name]=233 2022-08-26 06:17:40.218 | ++ functions-common:apt_get:1238 : return 100 2022-08-26 06:17:40.220 | ++ functions-common:install_package:1465 : RETRY_UPDATE=True 2022-08-26 06:17:40.223 | ++ functions-common:install_package:1465 : update_package_repo 2022-08-26 06:17:40.225 | ++ functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-26 06:17:40.227 | ++ functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-26 06:17:40.229 | ++ functions-common:update_package_repo:1437 : RETRY_UPDATE=True 2022-08-26 06:17:40.232 | ++ functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-26 06:17:40.235 | ++ functions-common:update_package_repo:1443 : is_ubuntu 2022-08-26 06:17:40.237 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-26 06:17:40.239 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-26 06:17:40.242 | ++ functions-common:update_package_repo:1444 : apt_get_update 2022-08-26 06:17:40.244 | ++ functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-26 06:17:40.246 | ++ functions-common:apt_get_update:1189 : [[ True != \T\r\u\e ]] 2022-08-26 06:17:40.248 | ++ functions-common:apt_get_update:1194 : [[ False = \T\r\u\e ]] 2022-08-26 06:17:40.251 | ++ functions-common:apt_get_update:1196 : local sudo=sudo 2022-08-26 06:17:40.253 | +++ functions-common:apt_get_update:1197 : id -u 2022-08-26 06:17:40.258 | ++ functions-common:apt_get_update:1197 : [[ 1000 = \0 ]] 2022-08-26 06:17:40.260 | ++ functions-common:apt_get_update:1200 : time_start apt-get-update 2022-08-26 06:17:40.262 | ++ functions-common:time_start:2425 : local name=apt-get-update 2022-08-26 06:17:40.264 | ++ functions-common:time_start:2426 : local start_time= 2022-08-26 06:17:40.266 | ++ functions-common:time_start:2427 : [[ -n '' ]] 2022-08-26 06:17:40.269 | +++ functions-common:time_start:2430 : date +%s%3N 2022-08-26 06:17:40.273 | ++ functions-common:time_start:2430 : _TIME_START[$name]=1661494660271 2022-08-26 06:17:40.275 | ++ functions-common:apt_get_update:1202 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-08-26 06:17:40.278 | ++ functions-common:apt_get_update:1203 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-08-26 06:17:40.280 | ++ functions-common:apt_get_update:1204 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2022-08-26 06:17:40.511 | Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-08-26 06:17:40.618 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-08-26 06:17:40.730 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2022-08-26 06:17:40.843 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2022-08-26 06:17:42.860 | Reading package lists... 2022-08-26 06:17:42.892 | ++ functions-common:apt_get_update:1208 : REPOS_UPDATED=True 2022-08-26 06:17:42.895 | ++ functions-common:apt_get_update:1210 : time_stop apt-get-update 2022-08-26 06:17:42.897 | ++ functions-common:time_stop:2439 : local name 2022-08-26 06:17:42.899 | ++ functions-common:time_stop:2440 : local end_time 2022-08-26 06:17:42.901 | ++ functions-common:time_stop:2441 : local elapsed_time 2022-08-26 06:17:42.904 | ++ functions-common:time_stop:2442 : local total 2022-08-26 06:17:42.906 | ++ functions-common:time_stop:2443 : local start_time 2022-08-26 06:17:42.911 | ++ functions-common:time_stop:2445 : name=apt-get-update 2022-08-26 06:17:42.913 | ++ functions-common:time_stop:2446 : start_time=1661494660271 2022-08-26 06:17:42.917 | ++ functions-common:time_stop:2448 : [[ -z 1661494660271 ]] 2022-08-26 06:17:42.921 | +++ functions-common:time_stop:2451 : date +%s%3N 2022-08-26 06:17:42.925 | ++ functions-common:time_stop:2451 : end_time=1661494662922 2022-08-26 06:17:42.927 | ++ functions-common:time_stop:2452 : elapsed_time=2651 2022-08-26 06:17:42.929 | ++ functions-common:time_stop:2453 : total=10768 2022-08-26 06:17:42.931 | ++ functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-26 06:17:42.934 | ++ functions-common:time_stop:2456 : _TIME_TOTAL[$name]=13419 2022-08-26 06:17:42.937 | ++ functions-common:install_package:1465 : 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 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 rsync sqlite3 xfsprogs 2022-08-26 06:17:42.939 | ++ functions-common:real_install_package:1449 : is_ubuntu 2022-08-26 06:17:42.942 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-26 06:17:42.944 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-26 06:17:42.946 | ++ functions-common:real_install_package:1450 : 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 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 rsync sqlite3 xfsprogs 2022-08-26 06:17:42.966 | ++ functions-common:apt_get:1230 : 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 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 rsync sqlite3 xfsprogs 2022-08-26 06:17:43.053 | E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 16031 (unattended-upgr) 2022-08-26 06:17:43.053 | E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it? 2022-08-26 06:17:43.057 | + functions-common:apt_get:1 : exit_trap 2022-08-26 06:17:43.060 | + ./stack.sh:exit_trap:516 : local r=100 2022-08-26 06:17:43.063 | ++ ./stack.sh:exit_trap:517 : jobs -p 2022-08-26 06:17:43.066 | + ./stack.sh:exit_trap:517 : jobs= 2022-08-26 06:17:43.068 | + ./stack.sh:exit_trap:520 : [[ -n '' ]] 2022-08-26 06:17:43.070 | + ./stack.sh:exit_trap:526 : '[' -f '' ']' 2022-08-26 06:17:43.072 | + ./stack.sh:exit_trap:531 : kill_spinner 2022-08-26 06:17:43.074 | + ./stack.sh:kill_spinner:426 : '[' '!' -z '' ']' 2022-08-26 06:17:43.076 | + ./stack.sh:exit_trap:533 : [[ 100 -ne 0 ]] 2022-08-26 06:17:43.079 | + ./stack.sh:exit_trap:534 : echo 'Error on exit' 2022-08-26 06:17:43.079 | Error on exit 2022-08-26 06:17:43.081 | + ./stack.sh:exit_trap:536 : type -p generate-subunit 2022-08-26 06:17:43.083 | + ./stack.sh:exit_trap:539 : [[ -z /opt/stack/logs ]] 2022-08-26 06:17:43.085 | + ./stack.sh:exit_trap:542 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2022-08-26 06:17:43.515 | + ./stack.sh:exit_trap:551 : exit 100