2021-12-24 06:05:40.573 | + ./stack.sh:main:481 : exec 2021-12-24 06:05:40.573 | + ./stack.sh:main:489 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2021-12-24-060540' 2021-12-24 06:05:40.573 | + ./stack.sh:echo_summary:434 : [[ -t 3 ]] 2021-12-24 06:05:40.573 | + ./stack.sh:echo_summary:440 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2021-12-24-060540 2021-12-24 06:05:40.573 | + ./stack.sh:main:491 : ln -sf /opt/stack/logs/stack.sh.log.2021-12-24-060540 /opt/stack/logs/stack.sh.log 2021-12-24 06:05:40.573 | + ./stack.sh:main:492 : ln -sf /opt/stack/logs/stack.sh.log.2021-12-24-060540.summary.2021-12-24-060540 /opt/stack/logs/stack.sh.log.summary 2021-12-24 06:05:40.573 | + ./stack.sh:main:507 : check_path_perm_sanity /opt/stack 2021-12-24 06:05:40.573 | ++ ./stack.sh:main:481 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2021-12-24-060540.summary.2021-12-24-060540 2021-12-24 06:05:40.573 | + functions:check_path_perm_sanity:596 : local real_path 2021-12-24 06:05:40.573 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2021-12-24 06:05:40.574 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2021-12-24 06:05:40.574 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2021-12-24 06:05:40.574 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2021-12-24 06:05:40.584 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2021-12-24 06:05:40.588 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2021-12-24 06:05:40.589 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2021-12-24 06:05:40.592 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2021-12-24 06:05:40.595 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2021-12-24 06:05:40.597 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2021-12-24 06:05:40.601 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2021-12-24 06:05:40.603 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2021-12-24 06:05:40.606 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2021-12-24 06:05:40.608 | + ./stack.sh:main:513 : trap exit_trap EXIT 2021-12-24 06:05:40.610 | + ./stack.sh:main:554 : trap err_trap ERR 2021-12-24 06:05:40.612 | + ./stack.sh:main:567 : set -o errexit 2021-12-24 06:05:40.614 | + ./stack.sh:main:570 : uname -a 2021-12-24 06:05:40.615 | 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:40.617 | + ./stack.sh:main:573 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2021-12-24 06:05:40.619 | + ./stack.sh:main:574 : rm -f /opt/stack/data/ca-bundle.pem 2021-12-24 06:05:40.621 | + ./stack.sh:main:577 : source /home/ubuntu/devstack/lib/database 2021-12-24 06:05:40.648 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/rpc_backend 2021-12-24 06:05:40.664 | + ./stack.sh:main:584 : fetch_plugins 2021-12-24 06:05:40.665 | + functions-common:fetch_plugins:1748 : local plugins= 2021-12-24 06:05:40.667 | + functions-common:fetch_plugins:1749 : local plugin 2021-12-24 06:05:40.669 | + functions-common:fetch_plugins:1752 : [[ -z '' ]] 2021-12-24 06:05:40.671 | + functions-common:fetch_plugins:1753 : return 2021-12-24 06:05:40.673 | + ./stack.sh:main:588 : run_phase override_defaults 2021-12-24 06:05:40.674 | + functions-common:run_phase:1830 : local mode=override_defaults 2021-12-24 06:05:40.676 | + functions-common:run_phase:1831 : local phase= 2021-12-24 06:05:40.678 | + functions-common:run_phase:1832 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-12-24 06:05:40.680 | + functions-common:run_phase:1833 : local extra_plugin_file_name 2021-12-24 06:05:40.681 | + functions-common:run_phase:1834 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-12-24 06:05:40.683 | + functions-common:run_phase:1839 : local exceptions=80-tempest.sh 2021-12-24 06:05:40.685 | + functions-common:run_phase:1840 : local extra 2021-12-24 06:05:40.687 | ++ functions-common:run_phase:1841 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-12-24 06:05:40.690 | + functions-common:run_phase:1841 : extra=80-tempest.sh 2021-12-24 06:05:40.692 | + functions-common:run_phase:1842 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-12-24 06:05:40.694 | + functions-common:run_phase:1846 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-12-24 06:05:40.695 | + functions-common:run_phase:1846 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2021-12-24 06:05:40.697 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-12-24 06:05:40.710 | ++ functions-common:is_service_enabled:2058 : return 0 2021-12-24 06:05:40.712 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-12-24 06:05:40.713 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2021-12-24 06:05:40.715 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2021-12-24 06:05:40.717 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2021-12-24 06:05:40.718 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2021-12-24 06:05:40.720 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2021-12-24 06:05:40.722 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2021-12-24 06:05:40.724 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2021-12-24 06:05:40.725 | + functions-common:run_phase:1851 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-12-24 06:05:40.727 | + 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:40.729 | + functions-common:run_phase:1855 : plugin_override_defaults 2021-12-24 06:05:40.731 | + functions-common:plugin_override_defaults:1789 : local plugins= 2021-12-24 06:05:40.732 | + functions-common:plugin_override_defaults:1790 : local plugin 2021-12-24 06:05:40.734 | + functions-common:plugin_override_defaults:1793 : [[ -z '' ]] 2021-12-24 06:05:40.736 | + functions-common:plugin_override_defaults:1794 : return 2021-12-24 06:05:40.738 | + ./stack.sh:main:591 : source /home/ubuntu/devstack/lib/apache 2021-12-24 06:05:40.754 | + ./stack.sh:main:594 : source /home/ubuntu/devstack/lib/tls 2021-12-24 06:05:40.756 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2021-12-24 06:05:40.769 | ++ functions-common:is_service_enabled:2058 : return 1 2021-12-24 06:05:40.771 | +++ lib/tls:source:43 : hostname -f 2021-12-24 06:05:40.774 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2021-12-24 06:05:40.776 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2021-12-24 06:05:40.778 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2021-12-24 06:05:40.780 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2021-12-24 06:05:40.781 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2021-12-24 06:05:40.783 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2021-12-24 06:05:40.785 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2021-12-24 06:05:40.787 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2021-12-24 06:05:40.788 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2021-12-24 06:05:40.790 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2021-12-24 06:05:40.794 | + ./stack.sh:main:597 : source /home/ubuntu/devstack/lib/infra 2021-12-24 06:05:40.805 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/libraries 2021-12-24 06:05:40.822 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/lvm 2021-12-24 06:05:40.834 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/horizon 2021-12-24 06:05:40.846 | + ./stack.sh:main:601 : source /home/ubuntu/devstack/lib/keystone 2021-12-24 06:05:40.875 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/glance 2021-12-24 06:05:40.935 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/nova 2021-12-24 06:05:41.020 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/placement 2021-12-24 06:05:41.041 | + ./stack.sh:main:605 : source /home/ubuntu/devstack/lib/cinder 2021-12-24 06:05:41.083 | + ./stack.sh:main:606 : source /home/ubuntu/devstack/lib/swift 2021-12-24 06:05:41.134 | + ./stack.sh:main:607 : source /home/ubuntu/devstack/lib/neutron 2021-12-24 06:05:41.276 | + ./stack.sh:main:608 : source /home/ubuntu/devstack/lib/ldap 2021-12-24 06:05:41.289 | + ./stack.sh:main:609 : source /home/ubuntu/devstack/lib/dstat 2021-12-24 06:05:41.302 | + ./stack.sh:main:610 : source /home/ubuntu/devstack/lib/tcpdump 2021-12-24 06:05:41.317 | + ./stack.sh:main:611 : source /home/ubuntu/devstack/lib/etcd3 2021-12-24 06:05:41.402 | + ./stack.sh:main:612 : source /home/ubuntu/devstack/lib/os-vif 2021-12-24 06:05:41.405 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2021-12-24 06:05:41.408 | +++ lib/os-vif:source:17 : is_ml2_ovs 2021-12-24 06:05:41.410 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2021-12-24 06:05:41.412 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2021-12-24 06:05:41.414 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2021-12-24 06:05:41.416 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2021-12-24 06:05:41.416 | False' 2021-12-24 06:05:41.419 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2021-12-24 06:05:41.433 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2021-12-24 06:05:41.436 | + ./stack.sh:main:618 : run_phase source 2021-12-24 06:05:41.438 | + functions-common:run_phase:1830 : local mode=source 2021-12-24 06:05:41.440 | + functions-common:run_phase:1831 : local phase= 2021-12-24 06:05:41.442 | + functions-common:run_phase:1832 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-12-24 06:05:41.444 | + functions-common:run_phase:1833 : local extra_plugin_file_name 2021-12-24 06:05:41.446 | + functions-common:run_phase:1834 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-12-24 06:05:41.447 | + functions-common:run_phase:1839 : local exceptions=80-tempest.sh 2021-12-24 06:05:41.449 | + functions-common:run_phase:1840 : local extra 2021-12-24 06:05:41.452 | ++ functions-common:run_phase:1841 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-12-24 06:05:41.456 | + functions-common:run_phase:1841 : extra=80-tempest.sh 2021-12-24 06:05:41.458 | + functions-common:run_phase:1842 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-12-24 06:05:41.460 | + functions-common:run_phase:1846 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-12-24 06:05:41.462 | + functions-common:run_phase:1846 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2021-12-24 06:05:41.464 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-12-24 06:05:41.477 | ++ functions-common:is_service_enabled:2058 : return 0 2021-12-24 06:05:41.479 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2021-12-24 06:05:41.481 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2021-12-24 06:05:41.518 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2021-12-24 06:05:41.520 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2021-12-24 06:05:41.522 | + functions-common:run_phase:1851 : [[ source == \s\o\u\r\c\e ]] 2021-12-24 06:05:41.524 | + functions-common:run_phase:1852 : load_plugin_settings 2021-12-24 06:05:41.527 | + functions-common:load_plugin_settings:1766 : local plugins= 2021-12-24 06:05:41.529 | + functions-common:load_plugin_settings:1767 : local plugin 2021-12-24 06:05:41.531 | + functions-common:load_plugin_settings:1770 : [[ -z '' ]] 2021-12-24 06:05:41.533 | + functions-common:load_plugin_settings:1771 : return 2021-12-24 06:05:41.535 | + functions-common:run_phase:1853 : verify_disabled_services 2021-12-24 06:05:41.537 | + functions-common:verify_disabled_services:2113 : local service 2021-12-24 06:05:41.539 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.541 | + 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:41.543 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.545 | + 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:41.548 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.550 | + 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:41.553 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.555 | + 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:41.557 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.559 | + 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:41.561 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.564 | + 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:41.566 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.568 | + 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:41.570 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.573 | + 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:41.575 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.577 | + 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:41.579 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.582 | + 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:41.584 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.590 | + 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:41.592 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.595 | + 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:41.597 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.599 | + 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:41.601 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.604 | + 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:41.606 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.608 | + 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:41.610 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.613 | + 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:41.615 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.617 | + 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:41.620 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.622 | + 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:41.624 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.626 | + 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:41.629 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.631 | + 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:41.633 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.635 | + 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:41.637 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.640 | + 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:41.642 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.644 | + 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:41.646 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.648 | + 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:41.650 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.653 | + 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:41.655 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.657 | + 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:41.659 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.662 | + 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:41.664 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.666 | + 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:41.668 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.671 | + 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:41.673 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.675 | + 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:41.677 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.679 | + 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:41.682 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.684 | + 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:41.686 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.688 | + 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:41.690 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.692 | + 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:41.695 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.697 | + 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:41.699 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.701 | + 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:41.703 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.706 | + 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:41.708 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.710 | + 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:41.712 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.714 | + 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:41.717 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.719 | + 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:41.721 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.725 | + 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:41.726 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.728 | + 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:41.730 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.732 | + 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:41.735 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.737 | + 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:41.739 | + functions-common:verify_disabled_services:2114 : for service in ${ENABLED_SERVICES//,/ } 2021-12-24 06:05:41.741 | + 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:41.744 | + ./stack.sh:main:689 : initialize_database_backends 2021-12-24 06:05:41.746 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-12-24 06:05:41.748 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2021-12-24 06:05:41.762 | + functions-common:is_service_enabled:2058 : return 0 2021-12-24 06:05:41.764 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2021-12-24 06:05:41.766 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-12-24 06:05:41.769 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2021-12-24 06:05:41.783 | + functions-common:is_service_enabled:2058 : return 1 2021-12-24 06:05:41.785 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2021-12-24 06:05:41.787 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2021-12-24 06:05:41.792 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2021-12-24 06:05:41.794 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2021-12-24 06:05:41.796 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2021-12-24 06:05:41.799 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2021-12-24 06:05:41.801 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2021-12-24 06:05:41.804 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2021-12-24 06:05:41.806 | ++ lib/databases/mysql:get_database_type_mysql:37 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-12-24 06:05:41.808 | ++ lib/databases/mysql:get_database_type_mysql:38 : echo mysql+pymysql 2021-12-24 06:05:41.811 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-12-24 06:05:41.813 | + lib/database:initialize_database_backends:104 : return 0 2021-12-24 06:05:41.815 | + ./stack.sh:main:690 : echo 'Using mysql database backend' 2021-12-24 06:05:41.815 | Using mysql database backend 2021-12-24 06:05:41.818 | + ./stack.sh:main:693 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2021-12-24 06:05:41.833 | + ./stack.sh:main:705 : is_service_enabled rabbit 2021-12-24 06:05:41.848 | + functions-common:is_service_enabled:2058 : return 0 2021-12-24 06:05:41.850 | + ./stack.sh:main:706 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2021-12-24 06:05:41.866 | + ./stack.sh:main:713 : is_service_enabled keystone 2021-12-24 06:05:41.882 | + functions-common:is_service_enabled:2058 : return 0 2021-12-24 06:05:41.885 | + ./stack.sh:main:715 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2021-12-24 06:05:41.900 | + ./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:41.916 | + ./stack.sh:main:728 : is_service_enabled ldap 2021-12-24 06:05:41.935 | + functions-common:is_service_enabled:2058 : return 1 2021-12-24 06:05:41.937 | + ./stack.sh:main:737 : is_service_enabled s-proxy 2021-12-24 06:05:41.954 | + functions-common:is_service_enabled:2058 : return 0 2021-12-24 06:05:41.957 | + ./stack.sh:main:741 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2021-12-24 06:05:41.973 | + ./stack.sh:main:743 : [[ -z '' ]] 2021-12-24 06:05:41.976 | + ./stack.sh:main:743 : [[ False == \T\r\u\e ]] 2021-12-24 06:05:41.978 | + ./stack.sh:main:749 : save_stackenv 749 2021-12-24 06:05:41.980 | + functions-common:save_stackenv:60 : local tag=749 2021-12-24 06:05:41.983 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2021-12-24 06:05:41.987 | + functions-common:save_stackenv:62 : time_stamp=2021-12-24-060541 2021-12-24 06:05:41.990 | + functions-common:save_stackenv:63 : echo '# 2021-12-24-060541 749' 2021-12-24 06:05:41.992 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:05:41.994 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-12-24 06:05:41.996 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:05:41.999 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2021-12-24 06:05:42.001 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:05:42.004 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2021-12-24 06:05:42.006 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:05:42.008 | + 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:42.010 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:05:42.013 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.24 2021-12-24 06:05:42.015 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:05:42.017 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.24/identity 2021-12-24 06:05:42.020 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:05:42.022 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-12-24-060540 2021-12-24 06:05:42.024 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:05:42.026 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2021-12-24 06:05:42.029 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:05:42.031 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.24 2021-12-24 06:05:42.033 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:05:42.035 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2021-12-24 06:05:42.037 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:05:42.040 | + functions-common:save_stackenv:65 : echo TLS_IP= 2021-12-24 06:05:42.042 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:05:42.044 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2021-12-24 06:05:42.046 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-12-24 06:05:42.048 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2021-12-24 06:05:42.051 | + ./stack.sh:main:760 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2021-12-24 06:05:42.053 | + functions-common:git_clone:585 : local git_remote=https://opendev.org/openstack/requirements.git 2021-12-24 06:05:42.055 | + functions-common:git_clone:586 : local git_dest=/opt/stack/requirements 2021-12-24 06:05:42.057 | + functions-common:git_clone:587 : local git_ref=master 2021-12-24 06:05:42.059 | + functions-common:git_clone:588 : local orig_dir 2021-12-24 06:05:42.061 | ++ functions-common:git_clone:589 : pwd 2021-12-24 06:05:42.064 | + functions-common:git_clone:589 : orig_dir=/home/ubuntu/devstack 2021-12-24 06:05:42.067 | + functions-common:git_clone:590 : local git_clone_flags= 2021-12-24 06:05:42.070 | ++ functions-common:git_clone:592 : trueorfalse False RECLONE 2021-12-24 06:05:42.085 | + functions-common:git_clone:592 : RECLONE=False 2021-12-24 06:05:42.087 | + functions-common:git_clone:593 : [[ 0 -gt 0 ]] 2021-12-24 06:05:42.089 | + functions-common:git_clone:597 : [[ False = \T\r\u\e ]] 2021-12-24 06:05:42.091 | + functions-common:git_clone:606 : echo master 2021-12-24 06:05:42.092 | + functions-common:git_clone:606 : egrep -q '^refs' 2021-12-24 06:05:42.097 | + functions-common:git_clone:620 : [[ ! -d /opt/stack/requirements ]] 2021-12-24 06:05:42.099 | + functions-common:git_clone:628 : [[ False = \T\r\u\e ]] 2021-12-24 06:05:42.101 | + functions-common:git_clone:654 : cd /opt/stack/requirements 2021-12-24 06:05:42.104 | + functions-common:git_clone:655 : git show --oneline 2021-12-24 06:05:42.105 | + functions-common:git_clone:655 : head -1 2021-12-24 06:05:42.107 | e5ba688e Add task-core to global-requirements.txt 2021-12-24 06:05:42.110 | + functions-common:git_clone:656 : cd /home/ubuntu/devstack 2021-12-24 06:05:42.112 | + ./stack.sh:main:764 : echo_summary 'Installing package prerequisites' 2021-12-24 06:05:42.115 | + ./stack.sh:echo_summary:434 : [[ -t 3 ]] 2021-12-24 06:05:42.117 | + ./stack.sh:echo_summary:440 : echo -e Installing package prerequisites 2021-12-24 06:05:42.119 | + ./stack.sh:main:765 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2021-12-24 06:05:42.122 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2021-12-24 06:05:42.124 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2021-12-24 06:05:42.127 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2021-12-24 06:05:42.129 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2021-12-24 06:05:42.132 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2021-12-24 06:05:42.134 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2021-12-24 06:05:42.137 | +++ tools/install_prereqs.sh:source:47 : date +%s 2021-12-24 06:05:42.141 | ++ tools/install_prereqs.sh:source:47 : NOW=1640325942 2021-12-24 06:05:42.144 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2021-12-24 06:05:42.149 | +++ tools/install_prereqs.sh:source:48 : echo 0 2021-12-24 06:05:42.151 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2021-12-24 06:05:42.154 | ++ tools/install_prereqs.sh:source:49 : DELTA=1640325942 2021-12-24 06:05:42.156 | ++ tools/install_prereqs.sh:source:50 : [[ 1640325942 -lt 7200 ]] 2021-12-24 06:05:42.158 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2021-12-24 06:05:42.161 | ++ functions-common:export_proxy_variables:2220 : isset http_proxy 2021-12-24 06:05:42.163 | ++ functions-common:isset:229 : [[ -v http_proxy ]] 2021-12-24 06:05:42.165 | ++ functions-common:export_proxy_variables:2223 : isset https_proxy 2021-12-24 06:05:42.168 | ++ functions-common:isset:229 : [[ -v https_proxy ]] 2021-12-24 06:05:42.170 | ++ functions-common:export_proxy_variables:2226 : isset no_proxy 2021-12-24 06:05:42.172 | ++ functions-common:isset:229 : [[ -v no_proxy ]] 2021-12-24 06:05:42.175 | +++ 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:42.221 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2021-12-24 06:05:42.222 | apache2-dev 2021-12-24 06:05:42.222 | bc 2021-12-24 06:05:42.222 | bsdmainutils 2021-12-24 06:05:42.222 | curl 2021-12-24 06:05:42.222 | g++ 2021-12-24 06:05:42.222 | gawk 2021-12-24 06:05:42.222 | gcc 2021-12-24 06:05:42.222 | gettext 2021-12-24 06:05:42.222 | git 2021-12-24 06:05:42.222 | graphviz 2021-12-24 06:05:42.222 | iputils-ping 2021-12-24 06:05:42.222 | libapache2-mod-proxy-uwsgi 2021-12-24 06:05:42.222 | libffi-dev 2021-12-24 06:05:42.222 | libjpeg-dev 2021-12-24 06:05:42.222 | libpcre3-dev 2021-12-24 06:05:42.222 | libpq-dev 2021-12-24 06:05:42.222 | libssl-dev 2021-12-24 06:05:42.222 | libsystemd-dev 2021-12-24 06:05:42.222 | libxml2-dev 2021-12-24 06:05:42.222 | libxslt1-dev 2021-12-24 06:05:42.222 | libyaml-dev 2021-12-24 06:05:42.222 | lsof 2021-12-24 06:05:42.223 | openssh-server 2021-12-24 06:05:42.223 | openssl 2021-12-24 06:05:42.223 | pkg-config 2021-12-24 06:05:42.223 | psmisc 2021-12-24 06:05:42.223 | python3-dev 2021-12-24 06:05:42.223 | python3-pip 2021-12-24 06:05:42.223 | python3-systemd 2021-12-24 06:05:42.223 | python3-venv 2021-12-24 06:05:42.223 | tar 2021-12-24 06:05:42.223 | tcpdump 2021-12-24 06:05:42.223 | unzip 2021-12-24 06:05:42.223 | uuid-runtime 2021-12-24 06:05:42.223 | wget 2021-12-24 06:05:42.223 | wget 2021-12-24 06:05:42.223 | zlib1g-dev 2021-12-24 06:05:42.223 | libkrb5-dev 2021-12-24 06:05:42.223 | libldap2-dev 2021-12-24 06:05:42.223 | libsasl2-dev 2021-12-24 06:05:42.223 | memcached 2021-12-24 06:05:42.223 | python3-mysqldb 2021-12-24 06:05:42.223 | sqlite3 2021-12-24 06:05:42.223 | conntrack 2021-12-24 06:05:42.223 | curl 2021-12-24 06:05:42.223 | dnsmasq-base 2021-12-24 06:05:42.223 | dnsmasq-utils 2021-12-24 06:05:42.223 | ebtables 2021-12-24 06:05:42.223 | genisoimage 2021-12-24 06:05:42.223 | iptables 2021-12-24 06:05:42.223 | iputils-arping 2021-12-24 06:05:42.223 | kpartx 2021-12-24 06:05:42.223 | libjs-jquery-tablesorter 2021-12-24 06:05:42.223 | parted 2021-12-24 06:05:42.223 | pm-utils 2021-12-24 06:05:42.223 | python3-mysqldb 2021-12-24 06:05:42.223 | socat 2021-12-24 06:05:42.223 | sqlite3 2021-12-24 06:05:42.223 | sudo 2021-12-24 06:05:42.223 | vlan 2021-12-24 06:05:42.223 | lsscsi 2021-12-24 06:05:42.223 | open-iscsi 2021-12-24 06:05:42.224 | lvm2 2021-12-24 06:05:42.224 | qemu-utils 2021-12-24 06:05:42.224 | thin-provisioning-tools 2021-12-24 06:05:42.224 | acl 2021-12-24 06:05:42.224 | dnsmasq-base 2021-12-24 06:05:42.224 | dnsmasq-utils 2021-12-24 06:05:42.224 | ebtables 2021-12-24 06:05:42.224 | haproxy 2021-12-24 06:05:42.224 | iptables 2021-12-24 06:05:42.224 | iputils-arping 2021-12-24 06:05:42.224 | iputils-ping 2021-12-24 06:05:42.224 | postgresql-server-dev-all 2021-12-24 06:05:42.224 | python3-mysqldb 2021-12-24 06:05:42.224 | sqlite3 2021-12-24 06:05:42.224 | sudo 2021-12-24 06:05:42.224 | vlan 2021-12-24 06:05:42.224 | pcp 2021-12-24 06:05:42.224 | ipset 2021-12-24 06:05:42.224 | conntrack 2021-12-24 06:05:42.224 | conntrackd 2021-12-24 06:05:42.224 | keepalived 2021-12-24 06:05:42.224 | lvm2 2021-12-24 06:05:42.224 | qemu-utils 2021-12-24 06:05:42.224 | thin-provisioning-tools 2021-12-24 06:05:42.224 | curl 2021-12-24 06:05:42.224 | liberasurecode-dev 2021-12-24 06:05:42.224 | make 2021-12-24 06:05:42.224 | memcached 2021-12-24 06:05:42.224 | sqlite3 2021-12-24 06:05:42.224 | xfsprogs' 2021-12-24 06:05:42.227 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2021-12-24 06:05:42.244 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2021-12-24 06:05:42.244 | apache2-dev 2021-12-24 06:05:42.244 | bc 2021-12-24 06:05:42.244 | bsdmainutils 2021-12-24 06:05:42.244 | curl 2021-12-24 06:05:42.244 | g++ 2021-12-24 06:05:42.244 | gawk 2021-12-24 06:05:42.244 | gcc 2021-12-24 06:05:42.244 | gettext 2021-12-24 06:05:42.244 | git 2021-12-24 06:05:42.244 | graphviz 2021-12-24 06:05:42.245 | iputils-ping 2021-12-24 06:05:42.245 | libapache2-mod-proxy-uwsgi 2021-12-24 06:05:42.245 | libffi-dev 2021-12-24 06:05:42.245 | libjpeg-dev 2021-12-24 06:05:42.245 | libpcre3-dev 2021-12-24 06:05:42.245 | libpq-dev 2021-12-24 06:05:42.245 | libssl-dev 2021-12-24 06:05:42.245 | libsystemd-dev 2021-12-24 06:05:42.245 | libxml2-dev 2021-12-24 06:05:42.245 | libxslt1-dev 2021-12-24 06:05:42.245 | libyaml-dev 2021-12-24 06:05:42.245 | lsof 2021-12-24 06:05:42.245 | openssh-server 2021-12-24 06:05:42.245 | openssl 2021-12-24 06:05:42.245 | pkg-config 2021-12-24 06:05:42.245 | psmisc 2021-12-24 06:05:42.245 | python3-dev 2021-12-24 06:05:42.245 | python3-pip 2021-12-24 06:05:42.245 | python3-systemd 2021-12-24 06:05:42.245 | python3-venv 2021-12-24 06:05:42.245 | tar 2021-12-24 06:05:42.245 | tcpdump 2021-12-24 06:05:42.245 | unzip 2021-12-24 06:05:42.245 | uuid-runtime 2021-12-24 06:05:42.245 | wget 2021-12-24 06:05:42.245 | wget 2021-12-24 06:05:42.245 | zlib1g-dev 2021-12-24 06:05:42.245 | libkrb5-dev 2021-12-24 06:05:42.245 | libldap2-dev 2021-12-24 06:05:42.245 | libsasl2-dev 2021-12-24 06:05:42.245 | memcached 2021-12-24 06:05:42.245 | python3-mysqldb 2021-12-24 06:05:42.245 | sqlite3 2021-12-24 06:05:42.245 | conntrack 2021-12-24 06:05:42.245 | curl 2021-12-24 06:05:42.245 | dnsmasq-base 2021-12-24 06:05:42.245 | dnsmasq-utils 2021-12-24 06:05:42.245 | ebtables 2021-12-24 06:05:42.245 | genisoimage 2021-12-24 06:05:42.245 | iptables 2021-12-24 06:05:42.246 | iputils-arping 2021-12-24 06:05:42.246 | kpartx 2021-12-24 06:05:42.246 | libjs-jquery-tablesorter 2021-12-24 06:05:42.246 | parted 2021-12-24 06:05:42.246 | pm-utils 2021-12-24 06:05:42.246 | python3-mysqldb 2021-12-24 06:05:42.246 | socat 2021-12-24 06:05:42.246 | sqlite3 2021-12-24 06:05:42.246 | sudo 2021-12-24 06:05:42.246 | vlan 2021-12-24 06:05:42.246 | lsscsi 2021-12-24 06:05:42.246 | open-iscsi 2021-12-24 06:05:42.246 | lvm2 2021-12-24 06:05:42.246 | qemu-utils 2021-12-24 06:05:42.246 | thin-provisioning-tools 2021-12-24 06:05:42.246 | acl 2021-12-24 06:05:42.246 | dnsmasq-base 2021-12-24 06:05:42.246 | dnsmasq-utils 2021-12-24 06:05:42.246 | ebtables 2021-12-24 06:05:42.246 | haproxy 2021-12-24 06:05:42.246 | iptables 2021-12-24 06:05:42.246 | iputils-arping 2021-12-24 06:05:42.246 | iputils-ping 2021-12-24 06:05:42.246 | postgresql-server-dev-all 2021-12-24 06:05:42.246 | python3-mysqldb 2021-12-24 06:05:42.246 | sqlite3 2021-12-24 06:05:42.246 | sudo 2021-12-24 06:05:42.246 | vlan 2021-12-24 06:05:42.246 | pcp 2021-12-24 06:05:42.246 | ipset 2021-12-24 06:05:42.246 | conntrack 2021-12-24 06:05:42.246 | conntrackd 2021-12-24 06:05:42.246 | keepalived 2021-12-24 06:05:42.246 | lvm2 2021-12-24 06:05:42.246 | qemu-utils 2021-12-24 06:05:42.246 | thin-provisioning-tools 2021-12-24 06:05:42.246 | curl 2021-12-24 06:05:42.247 | liberasurecode-dev 2021-12-24 06:05:42.247 | make 2021-12-24 06:05:42.247 | memcached 2021-12-24 06:05:42.247 | sqlite3 2021-12-24 06:05:42.247 | xfsprogs ' 2021-12-24 06:05:42.249 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2021-12-24 06:05:42.251 | ++ functions-common:is_ubuntu:555 : [[ -z deb ]] 2021-12-24 06:05:42.253 | ++ functions-common:is_ubuntu:558 : '[' deb = deb ']' 2021-12-24 06:05:42.257 | ++ 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:42.257 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2021-12-24 06:05:42.262 | ++ 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:42.264 | ++ functions-common:install_package:1440 : update_package_repo 2021-12-24 06:05:42.266 | ++ functions-common:update_package_repo:1412 : NO_UPDATE_REPOS=False 2021-12-24 06:05:42.268 | ++ functions-common:update_package_repo:1413 : REPOS_UPDATED=False 2021-12-24 06:05:42.270 | ++ functions-common:update_package_repo:1414 : RETRY_UPDATE=False 2021-12-24 06:05:42.272 | ++ functions-common:update_package_repo:1416 : [[ False = \T\r\u\e ]] 2021-12-24 06:05:42.274 | ++ functions-common:update_package_repo:1420 : is_ubuntu 2021-12-24 06:05:42.276 | ++ functions-common:is_ubuntu:555 : [[ -z deb ]] 2021-12-24 06:05:42.278 | ++ functions-common:is_ubuntu:558 : '[' deb = deb ']' 2021-12-24 06:05:42.280 | ++ functions-common:update_package_repo:1421 : apt_get_update 2021-12-24 06:05:42.283 | ++ functions-common:apt_get_update:1166 : [[ False == \T\r\u\e ]] 2021-12-24 06:05:42.285 | ++ functions-common:apt_get_update:1171 : [[ False = \T\r\u\e ]] 2021-12-24 06:05:42.286 | ++ functions-common:apt_get_update:1173 : local sudo=sudo 2021-12-24 06:05:42.289 | +++ functions-common:apt_get_update:1174 : id -u 2021-12-24 06:05:42.293 | ++ functions-common:apt_get_update:1174 : [[ 1000 = \0 ]] 2021-12-24 06:05:42.295 | ++ functions-common:apt_get_update:1177 : time_start apt-get-update 2021-12-24 06:05:42.297 | ++ functions-common:time_start:2388 : local name=apt-get-update 2021-12-24 06:05:42.299 | ++ functions-common:time_start:2389 : local start_time= 2021-12-24 06:05:42.301 | ++ functions-common:time_start:2390 : [[ -n '' ]] 2021-12-24 06:05:42.303 | +++ functions-common:time_start:2393 : date +%s%3N 2021-12-24 06:05:42.306 | ++ functions-common:time_start:2393 : _TIME_START[$name]=1640325942304 2021-12-24 06:05:42.308 | ++ functions-common:apt_get_update:1179 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-12-24 06:05:42.310 | ++ functions-common:apt_get_update:1180 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-12-24 06:05:42.312 | ++ 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:42.518 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2021-12-24 06:05:42.552 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2021-12-24 06:05:42.567 | Hit:3 http://security.ubuntu.com/ubuntu focal-security InRelease 2021-12-24 06:05:42.594 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2021-12-24 06:05:52.162 | Reading package lists... 2021-12-24 06:05:52.193 | ++ functions-common:apt_get_update:1185 : REPOS_UPDATED=True 2021-12-24 06:05:52.195 | ++ functions-common:apt_get_update:1187 : time_stop apt-get-update 2021-12-24 06:05:52.197 | ++ functions-common:time_stop:2402 : local name 2021-12-24 06:05:52.199 | ++ functions-common:time_stop:2403 : local end_time 2021-12-24 06:05:52.201 | ++ functions-common:time_stop:2404 : local elapsed_time 2021-12-24 06:05:52.204 | ++ functions-common:time_stop:2405 : local total 2021-12-24 06:05:52.205 | ++ functions-common:time_stop:2406 : local start_time 2021-12-24 06:05:52.209 | ++ functions-common:time_stop:2408 : name=apt-get-update 2021-12-24 06:05:52.212 | ++ functions-common:time_stop:2409 : start_time=1640325942304 2021-12-24 06:05:52.215 | ++ functions-common:time_stop:2411 : [[ -z 1640325942304 ]] 2021-12-24 06:05:52.218 | +++ functions-common:time_stop:2414 : date +%s%3N 2021-12-24 06:05:52.222 | ++ functions-common:time_stop:2414 : end_time=1640325952220 2021-12-24 06:05:52.225 | ++ functions-common:time_stop:2415 : elapsed_time=9916 2021-12-24 06:05:52.228 | ++ functions-common:time_stop:2416 : total=0 2021-12-24 06:05:52.230 | ++ functions-common:time_stop:2418 : _TIME_START[$name]= 2021-12-24 06:05:52.232 | ++ functions-common:time_stop:2419 : _TIME_TOTAL[$name]=9916 2021-12-24 06:05:52.234 | ++ 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:52.238 | ++ functions-common:real_install_package:1426 : is_ubuntu 2021-12-24 06:05:52.240 | ++ functions-common:is_ubuntu:555 : [[ -z deb ]] 2021-12-24 06:05:52.243 | ++ functions-common:is_ubuntu:558 : '[' deb = deb ']' 2021-12-24 06:05:52.245 | ++ 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:52.265 | ++ 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:52.350 | E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 14633 (unattended-upgr) 2021-12-24 06:05:52.350 | E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it? 2021-12-24 06:05:52.355 | ++ functions-common:apt_get:1211 : result=100 2021-12-24 06:05:52.358 | ++ functions-common:apt_get:1214 : time_stop apt-get 2021-12-24 06:05:52.361 | ++ functions-common:time_stop:2402 : local name 2021-12-24 06:05:52.363 | ++ functions-common:time_stop:2403 : local end_time 2021-12-24 06:05:52.365 | ++ functions-common:time_stop:2404 : local elapsed_time 2021-12-24 06:05:52.367 | ++ functions-common:time_stop:2405 : local total 2021-12-24 06:05:52.369 | ++ functions-common:time_stop:2406 : local start_time 2021-12-24 06:05:52.371 | ++ functions-common:time_stop:2408 : name=apt-get 2021-12-24 06:05:52.373 | ++ functions-common:time_stop:2409 : start_time=1640325952262 2021-12-24 06:05:52.375 | ++ functions-common:time_stop:2411 : [[ -z 1640325952262 ]] 2021-12-24 06:05:52.378 | +++ functions-common:time_stop:2414 : date +%s%3N 2021-12-24 06:05:52.382 | ++ functions-common:time_stop:2414 : end_time=1640325952379 2021-12-24 06:05:52.384 | ++ functions-common:time_stop:2415 : elapsed_time=117 2021-12-24 06:05:52.386 | ++ functions-common:time_stop:2416 : total=120 2021-12-24 06:05:52.388 | ++ functions-common:time_stop:2418 : _TIME_START[$name]= 2021-12-24 06:05:52.390 | ++ functions-common:time_stop:2419 : _TIME_TOTAL[$name]=237 2021-12-24 06:05:52.392 | ++ functions-common:apt_get:1215 : return 100 2021-12-24 06:05:52.395 | ++ functions-common:install_package:1442 : RETRY_UPDATE=True 2021-12-24 06:05:52.397 | ++ functions-common:install_package:1442 : update_package_repo 2021-12-24 06:05:52.399 | ++ functions-common:update_package_repo:1412 : NO_UPDATE_REPOS=False 2021-12-24 06:05:52.401 | ++ functions-common:update_package_repo:1413 : REPOS_UPDATED=True 2021-12-24 06:05:52.404 | ++ functions-common:update_package_repo:1414 : RETRY_UPDATE=True 2021-12-24 06:05:52.406 | ++ functions-common:update_package_repo:1416 : [[ False = \T\r\u\e ]] 2021-12-24 06:05:52.408 | ++ functions-common:update_package_repo:1420 : is_ubuntu 2021-12-24 06:05:52.410 | ++ functions-common:is_ubuntu:555 : [[ -z deb ]] 2021-12-24 06:05:52.413 | ++ functions-common:is_ubuntu:558 : '[' deb = deb ']' 2021-12-24 06:05:52.415 | ++ functions-common:update_package_repo:1421 : apt_get_update 2021-12-24 06:05:52.417 | ++ functions-common:apt_get_update:1166 : [[ True == \T\r\u\e ]] 2021-12-24 06:05:52.419 | ++ functions-common:apt_get_update:1166 : [[ True != \T\r\u\e ]] 2021-12-24 06:05:52.421 | ++ functions-common:apt_get_update:1171 : [[ False = \T\r\u\e ]] 2021-12-24 06:05:52.423 | ++ functions-common:apt_get_update:1173 : local sudo=sudo 2021-12-24 06:05:52.426 | +++ functions-common:apt_get_update:1174 : id -u 2021-12-24 06:05:52.430 | ++ functions-common:apt_get_update:1174 : [[ 1000 = \0 ]] 2021-12-24 06:05:52.432 | ++ functions-common:apt_get_update:1177 : time_start apt-get-update 2021-12-24 06:05:52.435 | ++ functions-common:time_start:2388 : local name=apt-get-update 2021-12-24 06:05:52.437 | ++ functions-common:time_start:2389 : local start_time= 2021-12-24 06:05:52.439 | ++ functions-common:time_start:2390 : [[ -n '' ]] 2021-12-24 06:05:52.442 | +++ functions-common:time_start:2393 : date +%s%3N 2021-12-24 06:05:52.446 | ++ functions-common:time_start:2393 : _TIME_START[$name]=1640325952443 2021-12-24 06:05:52.448 | ++ functions-common:apt_get_update:1179 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-12-24 06:05:52.450 | ++ functions-common:apt_get_update:1180 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-12-24 06:05:52.453 | ++ 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:52.665 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2021-12-24 06:05:52.665 | Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2021-12-24 06:05:52.700 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2021-12-24 06:05:52.745 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2021-12-24 06:05:54.827 | Reading package lists... 2021-12-24 06:05:54.857 | ++ functions-common:apt_get_update:1185 : REPOS_UPDATED=True 2021-12-24 06:05:54.859 | ++ functions-common:apt_get_update:1187 : time_stop apt-get-update 2021-12-24 06:05:54.861 | ++ functions-common:time_stop:2402 : local name 2021-12-24 06:05:54.863 | ++ functions-common:time_stop:2403 : local end_time 2021-12-24 06:05:54.865 | ++ functions-common:time_stop:2404 : local elapsed_time 2021-12-24 06:05:54.868 | ++ functions-common:time_stop:2405 : local total 2021-12-24 06:05:54.870 | ++ functions-common:time_stop:2406 : local start_time 2021-12-24 06:05:54.872 | ++ functions-common:time_stop:2408 : name=apt-get-update 2021-12-24 06:05:54.874 | ++ functions-common:time_stop:2409 : start_time=1640325952443 2021-12-24 06:05:54.876 | ++ functions-common:time_stop:2411 : [[ -z 1640325952443 ]] 2021-12-24 06:05:54.879 | +++ functions-common:time_stop:2414 : date +%s%3N 2021-12-24 06:05:54.882 | ++ functions-common:time_stop:2414 : end_time=1640325954880 2021-12-24 06:05:54.885 | ++ functions-common:time_stop:2415 : elapsed_time=2437 2021-12-24 06:05:54.887 | ++ functions-common:time_stop:2416 : total=9916 2021-12-24 06:05:54.889 | ++ functions-common:time_stop:2418 : _TIME_START[$name]= 2021-12-24 06:05:54.891 | ++ functions-common:time_stop:2419 : _TIME_TOTAL[$name]=12353 2021-12-24 06:05:54.894 | ++ 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:54.896 | ++ functions-common:real_install_package:1426 : is_ubuntu 2021-12-24 06:05:54.898 | ++ functions-common:is_ubuntu:555 : [[ -z deb ]] 2021-12-24 06:05:54.901 | ++ functions-common:is_ubuntu:558 : '[' deb = deb ']' 2021-12-24 06:05:54.903 | ++ 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:54.925 | ++ 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:55.009 | E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 14633 (unattended-upgr) 2021-12-24 06:05:55.009 | E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it? 2021-12-24 06:05:55.013 | + functions-common:apt_get:1 : exit_trap 2021-12-24 06:05:55.016 | + ./stack.sh:exit_trap:515 : local r=100 2021-12-24 06:05:55.019 | ++ ./stack.sh:exit_trap:516 : jobs -p 2021-12-24 06:05:55.021 | + ./stack.sh:exit_trap:516 : jobs= 2021-12-24 06:05:55.024 | + ./stack.sh:exit_trap:519 : [[ -n '' ]] 2021-12-24 06:05:55.026 | + ./stack.sh:exit_trap:525 : '[' -f '' ']' 2021-12-24 06:05:55.028 | + ./stack.sh:exit_trap:530 : kill_spinner 2021-12-24 06:05:55.030 | + ./stack.sh:kill_spinner:425 : '[' '!' -z '' ']' 2021-12-24 06:05:55.032 | + ./stack.sh:exit_trap:532 : [[ 100 -ne 0 ]] 2021-12-24 06:05:55.035 | + ./stack.sh:exit_trap:533 : echo 'Error on exit' 2021-12-24 06:05:55.035 | Error on exit 2021-12-24 06:05:55.037 | + ./stack.sh:exit_trap:535 : type -p generate-subunit 2021-12-24 06:05:55.039 | + ./stack.sh:exit_trap:538 : [[ -z /opt/stack/logs ]] 2021-12-24 06:05:55.041 | + ./stack.sh:exit_trap:541 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2021-12-24 06:05:55.157 | ovs-vsctl: unix:/var/run/openvswitch/db.sock: database connection failed (No such file or directory) 2021-12-24 06:05:55.174 | ovs-vsctl: unix:/var/run/openvswitch/db.sock: database connection failed (No such file or directory) 2021-12-24 06:05:55.464 | + ./stack.sh:exit_trap:550 : exit 100