2021-12-24 06:05:03.444 | + ./stack.sh:main:481 : exec 2021-12-24 06:05:03.444 | + ./stack.sh:main:489 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2021-12-24-060503' 2021-12-24 06:05:03.444 | ++ ./stack.sh:main:481 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2021-12-24-060503.summary.2021-12-24-060503 2021-12-24 06:05:03.444 | + ./stack.sh:echo_summary:434 : [[ -t 3 ]] 2021-12-24 06:05:03.444 | + ./stack.sh:echo_summary:440 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2021-12-24-060503 2021-12-24 06:05:03.444 | + ./stack.sh:main:491 : ln -sf /opt/stack/logs/stack.sh.log.2021-12-24-060503 /opt/stack/logs/stack.sh.log 2021-12-24 06:05:03.444 | + ./stack.sh:main:492 : ln -sf /opt/stack/logs/stack.sh.log.2021-12-24-060503.summary.2021-12-24-060503 /opt/stack/logs/stack.sh.log.summary 2021-12-24 06:05:03.444 | + ./stack.sh:main:507 : check_path_perm_sanity /opt/stack 2021-12-24 06:05:03.444 | + functions:check_path_perm_sanity:596 : local real_path 2021-12-24 06:05:03.444 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2021-12-24 06:05:03.444 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2021-12-24 06:05:03.444 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2021-12-24 06:05:03.444 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2021-12-24 06:05:03.444 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2021-12-24 06:05:03.444 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2021-12-24 06:05:03.444 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2021-12-24 06:05:03.444 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2021-12-24 06:05:03.444 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2021-12-24 06:05:03.444 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2021-12-24 06:05:03.444 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2021-12-24 06:05:03.444 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2021-12-24 06:05:03.445 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2021-12-24 06:05:03.447 | + ./stack.sh:main:513 : trap exit_trap EXIT 2021-12-24 06:05:03.449 | + ./stack.sh:main:554 : trap err_trap ERR 2021-12-24 06:05:03.451 | + ./stack.sh:main:567 : set -o errexit 2021-12-24 06:05:03.453 | + ./stack.sh:main:570 : uname -a 2021-12-24 06:05:03.454 | 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:05:03.456 | + ./stack.sh:main:573 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2021-12-24 06:05:03.458 | + ./stack.sh:main:574 : rm -f /opt/stack/data/ca-bundle.pem 2021-12-24 06:05:03.461 | + ./stack.sh:main:577 : source /home/ubuntu/devstack/lib/database 2021-12-24 06:05:03.504 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/rpc_backend 2021-12-24 06:05:03.534 | + ./stack.sh:main:584 : fetch_plugins 2021-12-24 06:05:03.536 | + functions-common:fetch_plugins:1748 : local plugins= 2021-12-24 06:05:03.538 | + functions-common:fetch_plugins:1749 : local plugin 2021-12-24 06:05:03.540 | + functions-common:fetch_plugins:1752 : [[ -z '' ]] 2021-12-24 06:05:03.542 | + functions-common:fetch_plugins:1753 : return 2021-12-24 06:05:03.544 | + ./stack.sh:main:588 : run_phase override_defaults 2021-12-24 06:05:03.545 | + functions-common:run_phase:1830 : local mode=override_defaults 2021-12-24 06:05:03.548 | + functions-common:run_phase:1831 : local phase= 2021-12-24 06:05:03.550 | + functions-common:run_phase:1832 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-12-24 06:05:03.552 | + functions-common:run_phase:1833 : local extra_plugin_file_name 2021-12-24 06:05:03.554 | + functions-common:run_phase:1834 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-12-24 06:05:03.556 | + functions-common:run_phase:1839 : local exceptions=80-tempest.sh 2021-12-24 06:05:03.558 | + functions-common:run_phase:1840 : local extra 2021-12-24 06:05:03.560 | ++ functions-common:run_phase:1841 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-12-24 06:05:03.563 | + functions-common:run_phase:1841 : extra=80-tempest.sh 2021-12-24 06:05:03.565 | + functions-common:run_phase:1842 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-12-24 06:05:03.567 | + functions-common:run_phase:1846 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-12-24 06:05:03.569 | + functions-common:run_phase:1846 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2021-12-24 06:05:03.571 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-12-24 06:05:03.584 | ++ functions-common:is_service_enabled:2058 : return 0 2021-12-24 06:05:03.585 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-12-24 06:05:03.587 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2021-12-24 06:05:03.588 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2021-12-24 06:05:03.590 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2021-12-24 06:05:03.592 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2021-12-24 06:05:03.593 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2021-12-24 06:05:03.595 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2021-12-24 06:05:03.597 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2021-12-24 06:05:03.598 | + functions-common:run_phase:1851 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-12-24 06:05:03.600 | + 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:05:03.602 | + functions-common:run_phase:1855 : plugin_override_defaults 2021-12-24 06:05:03.604 | + functions-common:plugin_override_defaults:1789 : local plugins= 2021-12-24 06:05:03.605 | + functions-common:plugin_override_defaults:1790 : local plugin 2021-12-24 06:05:03.607 | + functions-common:plugin_override_defaults:1793 : [[ -z '' ]] 2021-12-24 06:05:03.609 | + functions-common:plugin_override_defaults:1794 : return 2021-12-24 06:05:03.610 | + ./stack.sh:main:591 : source /home/ubuntu/devstack/lib/apache 2021-12-24 06:05:03.627 | + ./stack.sh:main:594 : source /home/ubuntu/devstack/lib/tls 2021-12-24 06:05:03.629 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2021-12-24 06:05:03.641 | ++ functions-common:is_service_enabled:2058 : return 1 2021-12-24 06:05:03.644 | +++ lib/tls:source:43 : hostname -f 2021-12-24 06:05:03.647 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2021-12-24 06:05:03.649 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2021-12-24 06:05:03.651 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2021-12-24 06:05:03.652 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2021-12-24 06:05:03.654 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2021-12-24 06:05:03.656 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2021-12-24 06:05:03.657 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2021-12-24 06:05:03.659 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2021-12-24 06:05:03.661 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2021-12-24 06:05:03.663 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2021-12-24 06:05:03.667 | + ./stack.sh:main:597 : source /home/ubuntu/devstack/lib/infra 2021-12-24 06:05:03.678 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/libraries 2021-12-24 06:05:03.694 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/lvm 2021-12-24 06:05:03.706 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/horizon 2021-12-24 06:05:03.718 | + ./stack.sh:main:601 : source /home/ubuntu/devstack/lib/keystone 2021-12-24 06:05:03.747 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/glance 2021-12-24 06:05:03.805 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/nova 2021-12-24 06:05:03.901 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/placement 2021-12-24 06:05:03.923 | + ./stack.sh:main:605 : source /home/ubuntu/devstack/lib/cinder 2021-12-24 06:05:03.967 | + ./stack.sh:main:606 : source /home/ubuntu/devstack/lib/swift 2021-12-24 06:05:04.022 | + ./stack.sh:main:607 : source /home/ubuntu/devstack/lib/neutron 2021-12-24 06:05:04.169 | + ./stack.sh:main:608 : source /home/ubuntu/devstack/lib/ldap 2021-12-24 06:05:04.184 | + ./stack.sh:main:609 : source /home/ubuntu/devstack/lib/dstat 2021-12-24 06:05:04.202 | + ./stack.sh:main:610 : source /home/ubuntu/devstack/lib/tcpdump 2021-12-24 06:05:04.214 | + ./stack.sh:main:611 : source /home/ubuntu/devstack/lib/etcd3 2021-12-24 06:05:04.298 | + ./stack.sh:main:612 : source /home/ubuntu/devstack/lib/os-vif 2021-12-24 06:05:04.301 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2021-12-24 06:05:04.304 | +++ lib/os-vif:source:17 : is_ml2_ovs 2021-12-24 06:05:04.306 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2021-12-24 06:05:04.308 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2021-12-24 06:05:04.310 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2021-12-24 06:05:04.312 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2021-12-24 06:05:04.312 | False' 2021-12-24 06:05:04.315 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2021-12-24 06:05:04.330 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2021-12-24 06:05:04.333 | + ./stack.sh:main:618 : run_phase source 2021-12-24 06:05:04.335 | + functions-common:run_phase:1830 : local mode=source 2021-12-24 06:05:04.337 | + functions-common:run_phase:1831 : local phase= 2021-12-24 06:05:04.339 | + functions-common:run_phase:1832 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-12-24 06:05:04.341 | + functions-common:run_phase:1833 : local extra_plugin_file_name 2021-12-24 06:05:04.343 | + functions-common:run_phase:1834 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-12-24 06:05:04.345 | + functions-common:run_phase:1839 : local exceptions=80-tempest.sh 2021-12-24 06:05:04.347 | + functions-common:run_phase:1840 : local extra 2021-12-24 06:05:04.350 | ++ functions-common:run_phase:1841 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-12-24 06:05:04.353 | + functions-common:run_phase:1841 : extra=80-tempest.sh 2021-12-24 06:05:04.355 | + functions-common:run_phase:1842 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-12-24 06:05:04.357 | + functions-common:run_phase:1846 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-12-24 06:05:04.359 | + functions-common:run_phase:1846 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2021-12-24 06:05:04.361 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-12-24 06:05:04.375 | ++ functions-common:is_service_enabled:2058 : return 0 2021-12-24 06:05:04.377 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2021-12-24 06:05:04.379 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2021-12-24 06:05:04.415 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2021-12-24 06:05:04.417 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2021-12-24 06:05:04.419 | + functions-common:run_phase:1851 : [[ source == \s\o\u\r\c\e ]] 2021-12-24 06:05:04.421 | + functions-common:run_phase:1852 : load_plugin_settings 2021-12-24 06:05:04.422 | + functions-common:load_plugin_settings:1766 : local plugins= 2021-12-24 06:05:04.424 | + functions-common:load_plugin_settings:1767 : local plugin 2021-12-24 06:05:04.426 | + functions-common:load_plugin_settings:1770 : [[ -z '' ]] 2021-12-24 06:05:04.428 | + functions-common:load_plugin_settings:1771 : return 2021-12-24 06:05:04.430 | + functions-common:run_phase:1853 : verify_disabled_services 2021-12-24 06:05:04.432 | + functions-common:verify_disabled_services:2113 : local service 2021-12-24 06:05:04.434 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.436 | + 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:05:04.439 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.441 | + 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:05:04.443 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.445 | + 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:05:04.447 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.449 | + 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:05:04.452 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.454 | + 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:05:04.456 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.458 | + 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:05:04.460 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.462 | + 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:05:04.465 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.467 | + 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:05:04.469 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.471 | + 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:05:04.473 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.475 | + 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:05:04.477 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.479 | + 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:05:04.482 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.484 | + 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:05:04.486 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.488 | + 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:05:04.491 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.493 | + 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:05:04.495 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.497 | + 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:05:04.499 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.502 | + 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:05:04.504 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.506 | + 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:05:04.509 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.511 | + 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:05:04.513 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.515 | + 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:05:04.517 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.519 | + 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:05:04.522 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.524 | + 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:05:04.526 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.528 | + 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:05:04.530 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.532 | + 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:05:04.535 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.537 | + 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:05:04.539 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.541 | + 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:05:04.543 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.545 | + 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:05:04.547 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.549 | + 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:05:04.552 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.554 | + 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:05:04.556 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.558 | + 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:05:04.560 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.562 | + 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:05:04.564 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.567 | + 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:05:04.569 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.571 | + 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:05:04.573 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.575 | + 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:05:04.578 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.580 | + 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:05:04.582 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.584 | + 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:05:04.586 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.588 | + 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:05:04.590 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.593 | + 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:05:04.595 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.597 | + 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:05:04.599 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.601 | + 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:05:04.603 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.605 | + 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:05:04.607 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.609 | + 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:05:04.612 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.614 | + 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:05:04.616 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.618 | + 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:05:04.620 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.622 | + 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:05:04.624 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:04.626 | + 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:05:04.629 | + ./stack.sh:main:689 : initialize_database_backends 2021-12-24 06:05:04.631 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-12-24 06:05:04.633 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2021-12-24 06:05:04.648 | + functions-common:is_service_enabled:2058 : return 0 2021-12-24 06:05:04.650 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2021-12-24 06:05:04.652 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-12-24 06:05:04.654 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2021-12-24 06:05:04.669 | + functions-common:is_service_enabled:2058 : return 1 2021-12-24 06:05:04.671 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2021-12-24 06:05:04.673 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2021-12-24 06:05:04.675 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2021-12-24 06:05:04.678 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2021-12-24 06:05:04.680 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2021-12-24 06:05:04.682 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2021-12-24 06:05:04.684 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2021-12-24 06:05:04.687 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2021-12-24 06:05:04.689 | ++ lib/databases/mysql:get_database_type_mysql:37 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-12-24 06:05:04.691 | ++ lib/databases/mysql:get_database_type_mysql:38 : echo mysql+pymysql 2021-12-24 06:05:04.694 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-12-24 06:05:04.696 | + lib/database:initialize_database_backends:104 : return 0 2021-12-24 06:05:04.698 | + ./stack.sh:main:690 : echo 'Using mysql database backend' 2021-12-24 06:05:04.698 | Using mysql database backend 2021-12-24 06:05:04.701 | + ./stack.sh:main:693 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2021-12-24 06:05:04.716 | + ./stack.sh:main:705 : is_service_enabled rabbit 2021-12-24 06:05:04.731 | + functions-common:is_service_enabled:2058 : return 0 2021-12-24 06:05:04.734 | + ./stack.sh:main:706 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2021-12-24 06:05:04.749 | + ./stack.sh:main:713 : is_service_enabled keystone 2021-12-24 06:05:04.765 | + functions-common:is_service_enabled:2058 : return 0 2021-12-24 06:05:04.768 | + ./stack.sh:main:715 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2021-12-24 06:05:04.784 | + ./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:05:04.799 | + ./stack.sh:main:728 : is_service_enabled ldap 2021-12-24 06:05:04.815 | + functions-common:is_service_enabled:2058 : return 1 2021-12-24 06:05:04.818 | + ./stack.sh:main:737 : is_service_enabled s-proxy 2021-12-24 06:05:04.834 | + functions-common:is_service_enabled:2058 : return 0 2021-12-24 06:05:04.836 | + ./stack.sh:main:741 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2021-12-24 06:05:04.852 | + ./stack.sh:main:743 : [[ -z '' ]] 2021-12-24 06:05:04.854 | + ./stack.sh:main:743 : [[ False == \T\r\u\e ]] 2021-12-24 06:05:04.856 | + ./stack.sh:main:749 : save_stackenv 749 2021-12-24 06:05:04.859 | + functions-common:save_stackenv:60 : local tag=749 2021-12-24 06:05:04.861 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2021-12-24 06:05:04.866 | + functions-common:save_stackenv:62 : time_stamp=2021-12-24-060504 2021-12-24 06:05:04.868 | + functions-common:save_stackenv:63 : echo '# 2021-12-24-060504 749' 2021-12-24 06:05:04.881 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:05:04.883 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-12-24 06:05:04.886 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:05:04.888 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2021-12-24 06:05:04.891 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:05:04.893 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2021-12-24 06:05:04.896 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:05:04.898 | + 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:05:04.901 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:05:04.903 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.24 2021-12-24 06:05:04.905 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:05:04.908 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.24/identity 2021-12-24 06:05:04.910 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:05:04.912 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-12-24-060503 2021-12-24 06:05:04.915 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:05:04.917 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2021-12-24 06:05:04.919 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:05:04.922 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.24 2021-12-24 06:05:04.924 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:05:04.927 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2021-12-24 06:05:04.929 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:05:04.931 | + functions-common:save_stackenv:65 : echo TLS_IP= 2021-12-24 06:05:04.934 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:05:04.936 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2021-12-24 06:05:04.938 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:05:04.941 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2021-12-24 06:05:04.943 | + ./stack.sh:main:760 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2021-12-24 06:05:04.945 | + functions-common:git_clone:585 : local git_remote=https://opendev.org/openstack/requirements.git 2021-12-24 06:05:04.947 | + functions-common:git_clone:586 : local git_dest=/opt/stack/requirements 2021-12-24 06:05:04.949 | + functions-common:git_clone:587 : local git_ref=master 2021-12-24 06:05:04.952 | + functions-common:git_clone:588 : local orig_dir 2021-12-24 06:05:04.954 | ++ functions-common:git_clone:589 : pwd 2021-12-24 06:05:04.957 | + functions-common:git_clone:589 : orig_dir=/home/ubuntu/devstack 2021-12-24 06:05:04.959 | + functions-common:git_clone:590 : local git_clone_flags= 2021-12-24 06:05:04.961 | ++ functions-common:git_clone:592 : trueorfalse False RECLONE 2021-12-24 06:05:04.976 | + functions-common:git_clone:592 : RECLONE=False 2021-12-24 06:05:04.978 | + functions-common:git_clone:593 : [[ 0 -gt 0 ]] 2021-12-24 06:05:04.980 | + functions-common:git_clone:597 : [[ False = \T\r\u\e ]] 2021-12-24 06:05:04.983 | + functions-common:git_clone:606 : echo master 2021-12-24 06:05:04.983 | + functions-common:git_clone:606 : egrep -q '^refs' 2021-12-24 06:05:04.989 | + functions-common:git_clone:620 : [[ ! -d /opt/stack/requirements ]] 2021-12-24 06:05:04.991 | + functions-common:git_clone:628 : [[ False = \T\r\u\e ]] 2021-12-24 06:05:04.993 | + functions-common:git_clone:654 : cd /opt/stack/requirements 2021-12-24 06:05:04.996 | + functions-common:git_clone:655 : git show --oneline 2021-12-24 06:05:04.997 | + functions-common:git_clone:655 : head -1 2021-12-24 06:05:05.002 | e5ba688e Add task-core to global-requirements.txt 2021-12-24 06:05:05.005 | + functions-common:git_clone:656 : cd /home/ubuntu/devstack 2021-12-24 06:05:05.007 | + ./stack.sh:main:764 : echo_summary 'Installing package prerequisites' 2021-12-24 06:05:05.010 | + ./stack.sh:echo_summary:434 : [[ -t 3 ]] 2021-12-24 06:05:05.012 | + ./stack.sh:echo_summary:440 : echo -e Installing package prerequisites 2021-12-24 06:05:05.014 | + ./stack.sh:main:765 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2021-12-24 06:05:05.017 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2021-12-24 06:05:05.019 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2021-12-24 06:05:05.022 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2021-12-24 06:05:05.024 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2021-12-24 06:05:05.026 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2021-12-24 06:05:05.029 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2021-12-24 06:05:05.032 | +++ tools/install_prereqs.sh:source:47 : date +%s 2021-12-24 06:05:05.036 | ++ tools/install_prereqs.sh:source:47 : NOW=1640325905 2021-12-24 06:05:05.039 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2021-12-24 06:05:05.043 | +++ tools/install_prereqs.sh:source:48 : echo 0 2021-12-24 06:05:05.046 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2021-12-24 06:05:05.048 | ++ tools/install_prereqs.sh:source:49 : DELTA=1640325905 2021-12-24 06:05:05.051 | ++ tools/install_prereqs.sh:source:50 : [[ 1640325905 -lt 7200 ]] 2021-12-24 06:05:05.053 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2021-12-24 06:05:05.055 | ++ functions-common:export_proxy_variables:2220 : isset http_proxy 2021-12-24 06:05:05.058 | ++ functions-common:isset:229 : [[ -v http_proxy ]] 2021-12-24 06:05:05.060 | ++ functions-common:export_proxy_variables:2223 : isset https_proxy 2021-12-24 06:05:05.062 | ++ functions-common:isset:229 : [[ -v https_proxy ]] 2021-12-24 06:05:05.064 | ++ functions-common:export_proxy_variables:2226 : isset no_proxy 2021-12-24 06:05:05.067 | ++ functions-common:isset:229 : [[ -v no_proxy ]] 2021-12-24 06:05:05.070 | +++ 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:05:05.114 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2021-12-24 06:05:05.115 | apache2-dev 2021-12-24 06:05:05.115 | bc 2021-12-24 06:05:05.115 | bsdmainutils 2021-12-24 06:05:05.115 | curl 2021-12-24 06:05:05.115 | g++ 2021-12-24 06:05:05.115 | gawk 2021-12-24 06:05:05.115 | gcc 2021-12-24 06:05:05.115 | gettext 2021-12-24 06:05:05.115 | git 2021-12-24 06:05:05.115 | graphviz 2021-12-24 06:05:05.115 | iputils-ping 2021-12-24 06:05:05.115 | libapache2-mod-proxy-uwsgi 2021-12-24 06:05:05.115 | libffi-dev 2021-12-24 06:05:05.115 | libjpeg-dev 2021-12-24 06:05:05.115 | libpcre3-dev 2021-12-24 06:05:05.115 | libpq-dev 2021-12-24 06:05:05.115 | libssl-dev 2021-12-24 06:05:05.115 | libsystemd-dev 2021-12-24 06:05:05.115 | libxml2-dev 2021-12-24 06:05:05.115 | libxslt1-dev 2021-12-24 06:05:05.115 | libyaml-dev 2021-12-24 06:05:05.115 | lsof 2021-12-24 06:05:05.115 | openssh-server 2021-12-24 06:05:05.115 | openssl 2021-12-24 06:05:05.115 | pkg-config 2021-12-24 06:05:05.115 | psmisc 2021-12-24 06:05:05.115 | python3-dev 2021-12-24 06:05:05.115 | python3-pip 2021-12-24 06:05:05.115 | python3-systemd 2021-12-24 06:05:05.115 | python3-venv 2021-12-24 06:05:05.115 | tar 2021-12-24 06:05:05.115 | tcpdump 2021-12-24 06:05:05.115 | unzip 2021-12-24 06:05:05.115 | uuid-runtime 2021-12-24 06:05:05.115 | wget 2021-12-24 06:05:05.115 | wget 2021-12-24 06:05:05.115 | zlib1g-dev 2021-12-24 06:05:05.116 | libkrb5-dev 2021-12-24 06:05:05.116 | libldap2-dev 2021-12-24 06:05:05.116 | libsasl2-dev 2021-12-24 06:05:05.116 | memcached 2021-12-24 06:05:05.116 | python3-mysqldb 2021-12-24 06:05:05.116 | sqlite3 2021-12-24 06:05:05.116 | conntrack 2021-12-24 06:05:05.116 | curl 2021-12-24 06:05:05.116 | dnsmasq-base 2021-12-24 06:05:05.116 | dnsmasq-utils 2021-12-24 06:05:05.116 | ebtables 2021-12-24 06:05:05.116 | genisoimage 2021-12-24 06:05:05.116 | iptables 2021-12-24 06:05:05.116 | iputils-arping 2021-12-24 06:05:05.116 | kpartx 2021-12-24 06:05:05.116 | libjs-jquery-tablesorter 2021-12-24 06:05:05.116 | parted 2021-12-24 06:05:05.116 | pm-utils 2021-12-24 06:05:05.116 | python3-mysqldb 2021-12-24 06:05:05.116 | socat 2021-12-24 06:05:05.116 | sqlite3 2021-12-24 06:05:05.116 | sudo 2021-12-24 06:05:05.116 | vlan 2021-12-24 06:05:05.116 | lsscsi 2021-12-24 06:05:05.116 | open-iscsi 2021-12-24 06:05:05.116 | lvm2 2021-12-24 06:05:05.116 | qemu-utils 2021-12-24 06:05:05.116 | thin-provisioning-tools 2021-12-24 06:05:05.116 | acl 2021-12-24 06:05:05.116 | dnsmasq-base 2021-12-24 06:05:05.116 | dnsmasq-utils 2021-12-24 06:05:05.116 | ebtables 2021-12-24 06:05:05.116 | haproxy 2021-12-24 06:05:05.116 | iptables 2021-12-24 06:05:05.116 | iputils-arping 2021-12-24 06:05:05.116 | iputils-ping 2021-12-24 06:05:05.116 | postgresql-server-dev-all 2021-12-24 06:05:05.116 | python3-mysqldb 2021-12-24 06:05:05.116 | sqlite3 2021-12-24 06:05:05.116 | sudo 2021-12-24 06:05:05.117 | vlan 2021-12-24 06:05:05.117 | pcp 2021-12-24 06:05:05.117 | ipset 2021-12-24 06:05:05.117 | conntrack 2021-12-24 06:05:05.117 | conntrackd 2021-12-24 06:05:05.117 | keepalived 2021-12-24 06:05:05.117 | lvm2 2021-12-24 06:05:05.117 | qemu-utils 2021-12-24 06:05:05.117 | thin-provisioning-tools 2021-12-24 06:05:05.117 | curl 2021-12-24 06:05:05.117 | liberasurecode-dev 2021-12-24 06:05:05.117 | make 2021-12-24 06:05:05.117 | memcached 2021-12-24 06:05:05.117 | sqlite3 2021-12-24 06:05:05.117 | xfsprogs' 2021-12-24 06:05:05.123 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2021-12-24 06:05:05.141 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2021-12-24 06:05:05.141 | apache2-dev 2021-12-24 06:05:05.141 | bc 2021-12-24 06:05:05.141 | bsdmainutils 2021-12-24 06:05:05.141 | curl 2021-12-24 06:05:05.141 | g++ 2021-12-24 06:05:05.141 | gawk 2021-12-24 06:05:05.141 | gcc 2021-12-24 06:05:05.141 | gettext 2021-12-24 06:05:05.141 | git 2021-12-24 06:05:05.141 | graphviz 2021-12-24 06:05:05.141 | iputils-ping 2021-12-24 06:05:05.141 | libapache2-mod-proxy-uwsgi 2021-12-24 06:05:05.141 | libffi-dev 2021-12-24 06:05:05.141 | libjpeg-dev 2021-12-24 06:05:05.141 | libpcre3-dev 2021-12-24 06:05:05.141 | libpq-dev 2021-12-24 06:05:05.141 | libssl-dev 2021-12-24 06:05:05.141 | libsystemd-dev 2021-12-24 06:05:05.141 | libxml2-dev 2021-12-24 06:05:05.141 | libxslt1-dev 2021-12-24 06:05:05.142 | libyaml-dev 2021-12-24 06:05:05.142 | lsof 2021-12-24 06:05:05.142 | openssh-server 2021-12-24 06:05:05.142 | openssl 2021-12-24 06:05:05.142 | pkg-config 2021-12-24 06:05:05.142 | psmisc 2021-12-24 06:05:05.142 | python3-dev 2021-12-24 06:05:05.142 | python3-pip 2021-12-24 06:05:05.142 | python3-systemd 2021-12-24 06:05:05.142 | python3-venv 2021-12-24 06:05:05.142 | tar 2021-12-24 06:05:05.142 | tcpdump 2021-12-24 06:05:05.142 | unzip 2021-12-24 06:05:05.142 | uuid-runtime 2021-12-24 06:05:05.142 | wget 2021-12-24 06:05:05.142 | wget 2021-12-24 06:05:05.142 | zlib1g-dev 2021-12-24 06:05:05.142 | libkrb5-dev 2021-12-24 06:05:05.142 | libldap2-dev 2021-12-24 06:05:05.142 | libsasl2-dev 2021-12-24 06:05:05.142 | memcached 2021-12-24 06:05:05.142 | python3-mysqldb 2021-12-24 06:05:05.142 | sqlite3 2021-12-24 06:05:05.142 | conntrack 2021-12-24 06:05:05.142 | curl 2021-12-24 06:05:05.142 | dnsmasq-base 2021-12-24 06:05:05.142 | dnsmasq-utils 2021-12-24 06:05:05.142 | ebtables 2021-12-24 06:05:05.142 | genisoimage 2021-12-24 06:05:05.142 | iptables 2021-12-24 06:05:05.142 | iputils-arping 2021-12-24 06:05:05.142 | kpartx 2021-12-24 06:05:05.142 | libjs-jquery-tablesorter 2021-12-24 06:05:05.142 | parted 2021-12-24 06:05:05.142 | pm-utils 2021-12-24 06:05:05.142 | python3-mysqldb 2021-12-24 06:05:05.142 | socat 2021-12-24 06:05:05.142 | sqlite3 2021-12-24 06:05:05.143 | sudo 2021-12-24 06:05:05.143 | vlan 2021-12-24 06:05:05.143 | lsscsi 2021-12-24 06:05:05.143 | open-iscsi 2021-12-24 06:05:05.143 | lvm2 2021-12-24 06:05:05.143 | qemu-utils 2021-12-24 06:05:05.143 | thin-provisioning-tools 2021-12-24 06:05:05.143 | acl 2021-12-24 06:05:05.143 | dnsmasq-base 2021-12-24 06:05:05.143 | dnsmasq-utils 2021-12-24 06:05:05.143 | ebtables 2021-12-24 06:05:05.143 | haproxy 2021-12-24 06:05:05.143 | iptables 2021-12-24 06:05:05.143 | iputils-arping 2021-12-24 06:05:05.143 | iputils-ping 2021-12-24 06:05:05.143 | postgresql-server-dev-all 2021-12-24 06:05:05.143 | python3-mysqldb 2021-12-24 06:05:05.143 | sqlite3 2021-12-24 06:05:05.143 | sudo 2021-12-24 06:05:05.143 | vlan 2021-12-24 06:05:05.143 | pcp 2021-12-24 06:05:05.143 | ipset 2021-12-24 06:05:05.143 | conntrack 2021-12-24 06:05:05.143 | conntrackd 2021-12-24 06:05:05.143 | keepalived 2021-12-24 06:05:05.143 | lvm2 2021-12-24 06:05:05.143 | qemu-utils 2021-12-24 06:05:05.143 | thin-provisioning-tools 2021-12-24 06:05:05.143 | curl 2021-12-24 06:05:05.143 | liberasurecode-dev 2021-12-24 06:05:05.143 | make 2021-12-24 06:05:05.143 | memcached 2021-12-24 06:05:05.143 | sqlite3 2021-12-24 06:05:05.143 | xfsprogs ' 2021-12-24 06:05:05.146 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2021-12-24 06:05:05.148 | ++ functions-common:is_ubuntu:555 : [[ -z deb ]] 2021-12-24 06:05:05.151 | ++ functions-common:is_ubuntu:558 : '[' deb = deb ']' 2021-12-24 06:05:05.154 | ++ 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:05:05.154 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2021-12-24 06:05:05.159 | ++ 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:05:05.161 | ++ functions-common:install_package:1440 : update_package_repo 2021-12-24 06:05:05.164 | ++ functions-common:update_package_repo:1412 : NO_UPDATE_REPOS=False 2021-12-24 06:05:05.166 | ++ functions-common:update_package_repo:1413 : REPOS_UPDATED=False 2021-12-24 06:05:05.168 | ++ functions-common:update_package_repo:1414 : RETRY_UPDATE=False 2021-12-24 06:05:05.170 | ++ functions-common:update_package_repo:1416 : [[ False = \T\r\u\e ]] 2021-12-24 06:05:05.172 | ++ functions-common:update_package_repo:1420 : is_ubuntu 2021-12-24 06:05:05.174 | ++ functions-common:is_ubuntu:555 : [[ -z deb ]] 2021-12-24 06:05:05.176 | ++ functions-common:is_ubuntu:558 : '[' deb = deb ']' 2021-12-24 06:05:05.178 | ++ functions-common:update_package_repo:1421 : apt_get_update 2021-12-24 06:05:05.180 | ++ functions-common:apt_get_update:1166 : [[ False == \T\r\u\e ]] 2021-12-24 06:05:05.182 | ++ functions-common:apt_get_update:1171 : [[ False = \T\r\u\e ]] 2021-12-24 06:05:05.184 | ++ functions-common:apt_get_update:1173 : local sudo=sudo 2021-12-24 06:05:05.186 | +++ functions-common:apt_get_update:1174 : id -u 2021-12-24 06:05:05.190 | ++ functions-common:apt_get_update:1174 : [[ 1000 = \0 ]] 2021-12-24 06:05:05.192 | ++ functions-common:apt_get_update:1177 : time_start apt-get-update 2021-12-24 06:05:05.194 | ++ functions-common:time_start:2388 : local name=apt-get-update 2021-12-24 06:05:05.196 | ++ functions-common:time_start:2389 : local start_time= 2021-12-24 06:05:05.198 | ++ functions-common:time_start:2390 : [[ -n '' ]] 2021-12-24 06:05:05.200 | +++ functions-common:time_start:2393 : date +%s%3N 2021-12-24 06:05:05.204 | ++ functions-common:time_start:2393 : _TIME_START[$name]=1640325905202 2021-12-24 06:05:05.206 | ++ functions-common:apt_get_update:1179 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-12-24 06:05:05.208 | ++ functions-common:apt_get_update:1180 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-12-24 06:05:05.210 | ++ 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:05:05.441 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2021-12-24 06:05:05.466 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2021-12-24 06:05:05.520 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2021-12-24 06:05:05.592 | Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2021-12-24 06:05:14.995 | Reading package lists... 2021-12-24 06:05:15.024 | ++ functions-common:apt_get_update:1185 : REPOS_UPDATED=True 2021-12-24 06:05:15.026 | ++ functions-common:apt_get_update:1187 : time_stop apt-get-update 2021-12-24 06:05:15.028 | ++ functions-common:time_stop:2402 : local name 2021-12-24 06:05:15.030 | ++ functions-common:time_stop:2403 : local end_time 2021-12-24 06:05:15.032 | ++ functions-common:time_stop:2404 : local elapsed_time 2021-12-24 06:05:15.035 | ++ functions-common:time_stop:2405 : local total 2021-12-24 06:05:15.036 | ++ functions-common:time_stop:2406 : local start_time 2021-12-24 06:05:15.038 | ++ functions-common:time_stop:2408 : name=apt-get-update 2021-12-24 06:05:15.040 | ++ functions-common:time_stop:2409 : start_time=1640325905202 2021-12-24 06:05:15.042 | ++ functions-common:time_stop:2411 : [[ -z 1640325905202 ]] 2021-12-24 06:05:15.045 | +++ functions-common:time_stop:2414 : date +%s%3N 2021-12-24 06:05:15.049 | ++ functions-common:time_stop:2414 : end_time=1640325915046 2021-12-24 06:05:15.051 | ++ functions-common:time_stop:2415 : elapsed_time=9844 2021-12-24 06:05:15.053 | ++ functions-common:time_stop:2416 : total=0 2021-12-24 06:05:15.055 | ++ functions-common:time_stop:2418 : _TIME_START[$name]= 2021-12-24 06:05:15.057 | ++ functions-common:time_stop:2419 : _TIME_TOTAL[$name]=9844 2021-12-24 06:05:15.060 | ++ 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:05:15.062 | ++ functions-common:real_install_package:1426 : is_ubuntu 2021-12-24 06:05:15.064 | ++ functions-common:is_ubuntu:555 : [[ -z deb ]] 2021-12-24 06:05:15.066 | ++ functions-common:is_ubuntu:558 : '[' deb = deb ']' 2021-12-24 06:05:15.068 | ++ 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:05:15.088 | ++ 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:05:15.172 | E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 14633 (unattended-upgr) 2021-12-24 06:05:15.172 | E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it? 2021-12-24 06:05:15.177 | ++ functions-common:apt_get:1211 : result=100 2021-12-24 06:05:15.179 | ++ functions-common:apt_get:1214 : time_stop apt-get 2021-12-24 06:05:15.181 | ++ functions-common:time_stop:2402 : local name 2021-12-24 06:05:15.183 | ++ functions-common:time_stop:2403 : local end_time 2021-12-24 06:05:15.185 | ++ functions-common:time_stop:2404 : local elapsed_time 2021-12-24 06:05:15.187 | ++ functions-common:time_stop:2405 : local total 2021-12-24 06:05:15.189 | ++ functions-common:time_stop:2406 : local start_time 2021-12-24 06:05:15.192 | ++ functions-common:time_stop:2408 : name=apt-get 2021-12-24 06:05:15.194 | ++ functions-common:time_stop:2409 : start_time=1640325915085 2021-12-24 06:05:15.196 | ++ functions-common:time_stop:2411 : [[ -z 1640325915085 ]] 2021-12-24 06:05:15.198 | +++ functions-common:time_stop:2414 : date +%s%3N 2021-12-24 06:05:15.203 | ++ functions-common:time_stop:2414 : end_time=1640325915200 2021-12-24 06:05:15.205 | ++ functions-common:time_stop:2415 : elapsed_time=115 2021-12-24 06:05:15.207 | ++ functions-common:time_stop:2416 : total=123 2021-12-24 06:05:15.209 | ++ functions-common:time_stop:2418 : _TIME_START[$name]= 2021-12-24 06:05:15.211 | ++ functions-common:time_stop:2419 : _TIME_TOTAL[$name]=238 2021-12-24 06:05:15.213 | ++ functions-common:apt_get:1215 : return 100 2021-12-24 06:05:15.216 | ++ functions-common:install_package:1442 : RETRY_UPDATE=True 2021-12-24 06:05:15.218 | ++ functions-common:install_package:1442 : update_package_repo 2021-12-24 06:05:15.220 | ++ functions-common:update_package_repo:1412 : NO_UPDATE_REPOS=False 2021-12-24 06:05:15.223 | ++ functions-common:update_package_repo:1413 : REPOS_UPDATED=True 2021-12-24 06:05:15.225 | ++ functions-common:update_package_repo:1414 : RETRY_UPDATE=True 2021-12-24 06:05:15.227 | ++ functions-common:update_package_repo:1416 : [[ False = \T\r\u\e ]] 2021-12-24 06:05:15.230 | ++ functions-common:update_package_repo:1420 : is_ubuntu 2021-12-24 06:05:15.232 | ++ functions-common:is_ubuntu:555 : [[ -z deb ]] 2021-12-24 06:05:15.234 | ++ functions-common:is_ubuntu:558 : '[' deb = deb ']' 2021-12-24 06:05:15.236 | ++ functions-common:update_package_repo:1421 : apt_get_update 2021-12-24 06:05:15.239 | ++ functions-common:apt_get_update:1166 : [[ True == \T\r\u\e ]] 2021-12-24 06:05:15.241 | ++ functions-common:apt_get_update:1166 : [[ True != \T\r\u\e ]] 2021-12-24 06:05:15.243 | ++ functions-common:apt_get_update:1171 : [[ False = \T\r\u\e ]] 2021-12-24 06:05:15.246 | ++ functions-common:apt_get_update:1173 : local sudo=sudo 2021-12-24 06:05:15.249 | +++ functions-common:apt_get_update:1174 : id -u 2021-12-24 06:05:15.254 | ++ functions-common:apt_get_update:1174 : [[ 1000 = \0 ]] 2021-12-24 06:05:15.256 | ++ functions-common:apt_get_update:1177 : time_start apt-get-update 2021-12-24 06:05:15.258 | ++ functions-common:time_start:2388 : local name=apt-get-update 2021-12-24 06:05:15.261 | ++ functions-common:time_start:2389 : local start_time= 2021-12-24 06:05:15.263 | ++ functions-common:time_start:2390 : [[ -n '' ]] 2021-12-24 06:05:15.266 | +++ functions-common:time_start:2393 : date +%s%3N 2021-12-24 06:05:15.270 | ++ functions-common:time_start:2393 : _TIME_START[$name]=1640325915267 2021-12-24 06:05:15.272 | ++ functions-common:apt_get_update:1179 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-12-24 06:05:15.274 | ++ functions-common:apt_get_update:1180 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-12-24 06:05:15.277 | ++ 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:05:15.497 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2021-12-24 06:05:15.532 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2021-12-24 06:05:15.577 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2021-12-24 06:05:15.654 | Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2021-12-24 06:05:25.035 | Reading package lists... 2021-12-24 06:05:25.064 | ++ functions-common:apt_get_update:1185 : REPOS_UPDATED=True 2021-12-24 06:05:25.067 | ++ functions-common:apt_get_update:1187 : time_stop apt-get-update 2021-12-24 06:05:25.069 | ++ functions-common:time_stop:2402 : local name 2021-12-24 06:05:25.071 | ++ functions-common:time_stop:2403 : local end_time 2021-12-24 06:05:25.073 | ++ functions-common:time_stop:2404 : local elapsed_time 2021-12-24 06:05:25.076 | ++ functions-common:time_stop:2405 : local total 2021-12-24 06:05:25.078 | ++ functions-common:time_stop:2406 : local start_time 2021-12-24 06:05:25.080 | ++ functions-common:time_stop:2408 : name=apt-get-update 2021-12-24 06:05:25.083 | ++ functions-common:time_stop:2409 : start_time=1640325915267 2021-12-24 06:05:25.085 | ++ functions-common:time_stop:2411 : [[ -z 1640325915267 ]] 2021-12-24 06:05:25.087 | +++ functions-common:time_stop:2414 : date +%s%3N 2021-12-24 06:05:25.091 | ++ functions-common:time_stop:2414 : end_time=1640325925089 2021-12-24 06:05:25.093 | ++ functions-common:time_stop:2415 : elapsed_time=9822 2021-12-24 06:05:25.095 | ++ functions-common:time_stop:2416 : total=9844 2021-12-24 06:05:25.097 | ++ functions-common:time_stop:2418 : _TIME_START[$name]= 2021-12-24 06:05:25.099 | ++ functions-common:time_stop:2419 : _TIME_TOTAL[$name]=19666 2021-12-24 06:05:25.102 | ++ 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:05:25.104 | ++ functions-common:real_install_package:1426 : is_ubuntu 2021-12-24 06:05:25.106 | ++ functions-common:is_ubuntu:555 : [[ -z deb ]] 2021-12-24 06:05:25.109 | ++ functions-common:is_ubuntu:558 : '[' deb = deb ']' 2021-12-24 06:05:25.111 | ++ 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:05:25.131 | ++ 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:05:25.217 | E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 14633 (unattended-upgr) 2021-12-24 06:05:25.217 | E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it? 2021-12-24 06:05:25.221 | + functions-common:apt_get:1 : exit_trap 2021-12-24 06:05:25.224 | + ./stack.sh:exit_trap:515 : local r=100 2021-12-24 06:05:25.227 | ++ ./stack.sh:exit_trap:516 : jobs -p 2021-12-24 06:05:25.229 | + ./stack.sh:exit_trap:516 : jobs= 2021-12-24 06:05:25.231 | + ./stack.sh:exit_trap:519 : [[ -n '' ]] 2021-12-24 06:05:25.234 | + ./stack.sh:exit_trap:525 : '[' -f '' ']' 2021-12-24 06:05:25.236 | + ./stack.sh:exit_trap:530 : kill_spinner 2021-12-24 06:05:25.238 | + ./stack.sh:kill_spinner:425 : '[' '!' -z '' ']' 2021-12-24 06:05:25.240 | + ./stack.sh:exit_trap:532 : [[ 100 -ne 0 ]] 2021-12-24 06:05:25.243 | + ./stack.sh:exit_trap:533 : echo 'Error on exit' 2021-12-24 06:05:25.243 | Error on exit 2021-12-24 06:05:25.245 | + ./stack.sh:exit_trap:535 : type -p generate-subunit 2021-12-24 06:05:25.247 | + ./stack.sh:exit_trap:538 : [[ -z /opt/stack/logs ]] 2021-12-24 06:05:25.249 | + ./stack.sh:exit_trap:541 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2021-12-24 06:05:25.449 | ovs-vsctl: unix:/var/run/openvswitch/db.sock: database connection failed (No such file or directory) 2021-12-24 06:05:25.467 | ovs-vsctl: unix:/var/run/openvswitch/db.sock: database connection failed (No such file or directory) 2021-12-24 06:05:26.598 | + ./stack.sh:exit_trap:550 : exit 100