2022-08-10 06:20:03.812 | + ./stack.sh:main:482 : exec 2022-08-10 06:20:03.812 | + ./stack.sh:main:490 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-08-10-062003' 2022-08-10 06:20:03.812 | ++ ./stack.sh:main:482 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-08-10-062003.summary.2022-08-10-062003 2022-08-10 06:20:03.812 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-10 06:20:03.812 | + ./stack.sh:echo_summary:441 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-08-10-062003 2022-08-10 06:20:03.812 | + ./stack.sh:main:492 : ln -sf /opt/stack/logs/stack.sh.log.2022-08-10-062003 /opt/stack/logs/stack.sh.log 2022-08-10 06:20:03.812 | + ./stack.sh:main:493 : ln -sf /opt/stack/logs/stack.sh.log.2022-08-10-062003.summary.2022-08-10-062003 /opt/stack/logs/stack.sh.log.summary 2022-08-10 06:20:03.812 | + ./stack.sh:main:508 : check_path_perm_sanity /opt/stack 2022-08-10 06:20:03.812 | + functions:check_path_perm_sanity:596 : local real_path 2022-08-10 06:20:03.813 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2022-08-10 06:20:03.813 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2022-08-10 06:20:03.813 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2022-08-10 06:20:03.813 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2022-08-10 06:20:03.813 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2022-08-10 06:20:03.813 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-08-10 06:20:03.815 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2022-08-10 06:20:03.817 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2022-08-10 06:20:03.821 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-08-10 06:20:03.823 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-08-10 06:20:03.825 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2022-08-10 06:20:03.827 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2022-08-10 06:20:03.831 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-08-10 06:20:03.833 | + ./stack.sh:main:514 : trap exit_trap EXIT 2022-08-10 06:20:03.835 | + ./stack.sh:main:555 : trap err_trap ERR 2022-08-10 06:20:03.837 | + ./stack.sh:main:568 : set -o errexit 2022-08-10 06:20:03.839 | + ./stack.sh:main:571 : uname -a 2022-08-10 06:20:03.840 | Linux n-d-852538-2 5.4.0-72-generic #80-Ubuntu SMP Mon Apr 12 17:35:00 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-08-10 06:20:03.842 | + ./stack.sh:main:574 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-08-10 06:20:03.844 | + ./stack.sh:main:575 : rm -f /opt/stack/data/ca-bundle.pem 2022-08-10 06:20:03.846 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/database 2022-08-10 06:20:03.883 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/rpc_backend 2022-08-10 06:20:03.898 | + ./stack.sh:main:585 : fetch_plugins 2022-08-10 06:20:03.900 | + functions-common:fetch_plugins:1786 : local plugins= 2022-08-10 06:20:03.902 | + functions-common:fetch_plugins:1787 : local plugin 2022-08-10 06:20:03.903 | + functions-common:fetch_plugins:1790 : [[ -z '' ]] 2022-08-10 06:20:03.905 | + functions-common:fetch_plugins:1791 : return 2022-08-10 06:20:03.907 | + ./stack.sh:main:589 : run_phase override_defaults 2022-08-10 06:20:03.909 | + functions-common:run_phase:1868 : local mode=override_defaults 2022-08-10 06:20:03.911 | + functions-common:run_phase:1869 : local phase= 2022-08-10 06:20:03.913 | + functions-common:run_phase:1870 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-08-10 06:20:03.915 | + functions-common:run_phase:1871 : local extra_plugin_file_name 2022-08-10 06:20:03.917 | + functions-common:run_phase:1872 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-08-10 06:20:03.919 | + functions-common:run_phase:1877 : local exceptions=80-tempest.sh 2022-08-10 06:20:03.921 | + functions-common:run_phase:1878 : local extra 2022-08-10 06:20:03.923 | ++ functions-common:run_phase:1879 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-08-10 06:20:03.926 | + functions-common:run_phase:1879 : extra=80-tempest.sh 2022-08-10 06:20:03.928 | + functions-common:run_phase:1880 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-08-10 06:20:03.930 | + functions-common:run_phase:1884 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-08-10 06:20:03.932 | + functions-common:run_phase:1884 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-08-10 06:20:03.934 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-08-10 06:20:03.947 | ++ functions-common:is_service_enabled:2096 : return 0 2022-08-10 06:20:03.949 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-08-10 06:20:03.951 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-10 06:20:03.952 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-10 06:20:03.954 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-10 06:20:03.956 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-10 06:20:03.958 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-10 06:20:03.960 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-08-10 06:20:03.962 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2022-08-10 06:20:03.963 | + functions-common:run_phase:1889 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-08-10 06:20:03.965 | + functions-common:run_phase:1892 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-08-10 06:20:03.967 | + functions-common:run_phase:1893 : plugin_override_defaults 2022-08-10 06:20:03.969 | + functions-common:plugin_override_defaults:1827 : local plugins= 2022-08-10 06:20:03.971 | + functions-common:plugin_override_defaults:1828 : local plugin 2022-08-10 06:20:03.972 | + functions-common:plugin_override_defaults:1831 : [[ -z '' ]] 2022-08-10 06:20:03.974 | + functions-common:plugin_override_defaults:1832 : return 2022-08-10 06:20:03.979 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/apache 2022-08-10 06:20:03.996 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/tls 2022-08-10 06:20:03.998 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-08-10 06:20:04.012 | ++ functions-common:is_service_enabled:2096 : return 1 2022-08-10 06:20:04.014 | +++ lib/tls:source:43 : hostname -f 2022-08-10 06:20:04.018 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-08-10 06:20:04.019 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-08-10 06:20:04.021 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-08-10 06:20:04.023 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-08-10 06:20:04.025 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-08-10 06:20:04.027 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-08-10 06:20:04.029 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-08-10 06:20:04.031 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-08-10 06:20:04.032 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-08-10 06:20:04.034 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-08-10 06:20:04.039 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/infra 2022-08-10 06:20:04.050 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/libraries 2022-08-10 06:20:04.067 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/lvm 2022-08-10 06:20:04.079 | + ./stack.sh:main:601 : source /home/ubuntu/devstack/lib/horizon 2022-08-10 06:20:04.092 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/keystone 2022-08-10 06:20:04.130 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/glance 2022-08-10 06:20:04.187 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/nova 2022-08-10 06:20:04.274 | + ./stack.sh:main:605 : source /home/ubuntu/devstack/lib/placement 2022-08-10 06:20:04.295 | + ./stack.sh:main:606 : source /home/ubuntu/devstack/lib/cinder 2022-08-10 06:20:04.347 | + ./stack.sh:main:607 : source /home/ubuntu/devstack/lib/swift 2022-08-10 06:20:04.399 | + ./stack.sh:main:608 : source /home/ubuntu/devstack/lib/neutron 2022-08-10 06:20:04.544 | + ./stack.sh:main:609 : source /home/ubuntu/devstack/lib/ldap 2022-08-10 06:20:04.559 | + ./stack.sh:main:610 : source /home/ubuntu/devstack/lib/dstat 2022-08-10 06:20:04.575 | + ./stack.sh:main:611 : source /home/ubuntu/devstack/lib/tcpdump 2022-08-10 06:20:04.587 | + ./stack.sh:main:612 : source /home/ubuntu/devstack/lib/etcd3 2022-08-10 06:20:04.672 | + ./stack.sh:main:613 : source /home/ubuntu/devstack/lib/os-vif 2022-08-10 06:20:04.674 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2022-08-10 06:20:04.677 | +++ lib/os-vif:source:17 : is_ml2_ovs 2022-08-10 06:20:04.679 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2022-08-10 06:20:04.681 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2022-08-10 06:20:04.683 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2022-08-10 06:20:04.686 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2022-08-10 06:20:04.686 | False' 2022-08-10 06:20:04.688 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2022-08-10 06:20:04.702 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2022-08-10 06:20:04.705 | + ./stack.sh:main:619 : run_phase source 2022-08-10 06:20:04.707 | + functions-common:run_phase:1868 : local mode=source 2022-08-10 06:20:04.709 | + functions-common:run_phase:1869 : local phase= 2022-08-10 06:20:04.711 | + functions-common:run_phase:1870 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-08-10 06:20:04.713 | + functions-common:run_phase:1871 : local extra_plugin_file_name 2022-08-10 06:20:04.715 | + functions-common:run_phase:1872 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-08-10 06:20:04.717 | + functions-common:run_phase:1877 : local exceptions=80-tempest.sh 2022-08-10 06:20:04.719 | + functions-common:run_phase:1878 : local extra 2022-08-10 06:20:04.722 | ++ functions-common:run_phase:1879 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-08-10 06:20:04.726 | + functions-common:run_phase:1879 : extra=80-tempest.sh 2022-08-10 06:20:04.728 | + functions-common:run_phase:1880 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-08-10 06:20:04.730 | + functions-common:run_phase:1884 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-08-10 06:20:04.732 | + functions-common:run_phase:1884 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-08-10 06:20:04.734 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-08-10 06:20:04.747 | ++ functions-common:is_service_enabled:2096 : return 0 2022-08-10 06:20:04.749 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-08-10 06:20:04.751 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-08-10 06:20:04.790 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2022-08-10 06:20:04.793 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2022-08-10 06:20:04.795 | + functions-common:run_phase:1889 : [[ source == \s\o\u\r\c\e ]] 2022-08-10 06:20:04.797 | + functions-common:run_phase:1890 : load_plugin_settings 2022-08-10 06:20:04.799 | + functions-common:load_plugin_settings:1804 : local plugins= 2022-08-10 06:20:04.801 | + functions-common:load_plugin_settings:1805 : local plugin 2022-08-10 06:20:04.803 | + functions-common:load_plugin_settings:1808 : [[ -z '' ]] 2022-08-10 06:20:04.805 | + functions-common:load_plugin_settings:1809 : return 2022-08-10 06:20:04.807 | + functions-common:run_phase:1891 : verify_disabled_services 2022-08-10 06:20:04.809 | + functions-common:verify_disabled_services:2151 : local service 2022-08-10 06:20:04.811 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.813 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-08-10 06:20:04.816 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.818 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-08-10 06:20:04.821 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.823 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-08-10 06:20:04.825 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.827 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-08-10 06:20:04.829 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.832 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-08-10 06:20:04.835 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.837 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-08-10 06:20:04.839 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.842 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-08-10 06:20:04.844 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.846 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-08-10 06:20:04.848 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.851 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-08-10 06:20:04.853 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.855 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-08-10 06:20:04.857 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.860 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-vol, ]] 2022-08-10 06:20:04.862 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.864 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2022-08-10 06:20:04.866 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.869 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2022-08-10 06:20:04.871 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.873 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2022-08-10 06:20:04.875 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.877 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2022-08-10 06:20:04.880 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.882 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-08-10 06:20:04.885 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.887 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2022-08-10 06:20:04.889 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.891 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-08-10 06:20:04.894 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.896 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-08-10 06:20:04.899 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.902 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-08-10 06:20:04.905 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.907 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-08-10 06:20:04.909 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.911 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-08-10 06:20:04.914 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.916 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-08-10 06:20:04.919 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.921 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-08-10 06:20:04.923 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.925 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-08-10 06:20:04.927 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.930 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-08-10 06:20:04.932 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.934 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-08-10 06:20:04.936 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.939 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-08-10 06:20:04.941 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.944 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-08-10 06:20:04.946 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.948 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-08-10 06:20:04.950 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.953 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-08-10 06:20:04.955 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.957 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-08-10 06:20:04.960 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.962 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-bak, ]] 2022-08-10 06:20:04.964 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.967 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-08-10 06:20:04.969 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.971 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-08-10 06:20:04.973 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.975 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-08-10 06:20:04.978 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.980 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-08-10 06:20:04.982 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.984 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-08-10 06:20:04.987 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.989 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-08-10 06:20:04.991 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.993 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-08-10 06:20:04.995 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:04.998 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-08-10 06:20:05.000 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:05.002 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-08-10 06:20:05.004 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:05.007 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-08-10 06:20:05.009 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:05.011 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-08-10 06:20:05.014 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:05.016 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-08-10 06:20:05.018 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:05.020 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-08-10 06:20:05.023 | + functions-common:verify_disabled_services:2152 : for service in ${ENABLED_SERVICES//,/ } 2022-08-10 06:20:05.025 | + functions-common:verify_disabled_services:2153 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-08-10 06:20:05.028 | + ./stack.sh:main:690 : initialize_database_backends 2022-08-10 06:20:05.030 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-08-10 06:20:05.033 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-08-10 06:20:05.047 | + functions-common:is_service_enabled:2096 : return 0 2022-08-10 06:20:05.049 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-08-10 06:20:05.052 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-08-10 06:20:05.054 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-08-10 06:20:05.069 | + functions-common:is_service_enabled:2096 : return 1 2022-08-10 06:20:05.072 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-08-10 06:20:05.074 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-08-10 06:20:05.076 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-08-10 06:20:05.078 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-08-10 06:20:05.081 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-08-10 06:20:05.083 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-08-10 06:20:05.086 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-08-10 06:20:05.088 | + lib/database:initialize_database_backends:92 : return 0 2022-08-10 06:20:05.090 | + ./stack.sh:main:691 : echo 'Using mysql database backend' 2022-08-10 06:20:05.090 | Using mysql database backend 2022-08-10 06:20:05.093 | + ./stack.sh:main:694 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-08-10 06:20:05.108 | + ./stack.sh:main:696 : define_database_baseurl 2022-08-10 06:20:05.111 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2022-08-10 06:20:05.114 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-08-10 06:20:05.116 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2022-08-10 06:20:05.119 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-08-10 06:20:05.121 | + ./stack.sh:main:708 : is_service_enabled rabbit 2022-08-10 06:20:05.137 | + functions-common:is_service_enabled:2096 : return 0 2022-08-10 06:20:05.139 | + ./stack.sh:main:709 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-08-10 06:20:05.155 | + ./stack.sh:main:716 : is_service_enabled keystone 2022-08-10 06:20:05.173 | + functions-common:is_service_enabled:2096 : return 0 2022-08-10 06:20:05.175 | + ./stack.sh:main:718 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-08-10 06:20:05.191 | + ./stack.sh:main:720 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-08-10 06:20:05.207 | + ./stack.sh:main:731 : is_service_enabled ldap 2022-08-10 06:20:05.223 | + functions-common:is_service_enabled:2096 : return 1 2022-08-10 06:20:05.225 | + ./stack.sh:main:740 : is_service_enabled s-proxy 2022-08-10 06:20:05.244 | + functions-common:is_service_enabled:2096 : return 0 2022-08-10 06:20:05.246 | + ./stack.sh:main:744 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-08-10 06:20:05.263 | + ./stack.sh:main:746 : [[ -z '' ]] 2022-08-10 06:20:05.266 | + ./stack.sh:main:746 : [[ False == \T\r\u\e ]] 2022-08-10 06:20:05.268 | + ./stack.sh:main:752 : save_stackenv 752 2022-08-10 06:20:05.270 | + functions-common:save_stackenv:60 : local tag=752 2022-08-10 06:20:05.274 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-08-10 06:20:05.278 | + functions-common:save_stackenv:62 : time_stamp=2022-08-10-062005 2022-08-10 06:20:05.280 | + functions-common:save_stackenv:63 : echo '# 2022-08-10-062005 752' 2022-08-10 06:20:05.283 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-10 06:20:05.285 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-08-10 06:20:05.288 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-10 06:20:05.290 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-08-10 06:20:05.295 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-10 06:20:05.298 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-08-10 06:20:05.300 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-10 06:20:05.303 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-08-10 06:20:05.305 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-10 06:20:05.307 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.16 2022-08-10 06:20:05.310 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-10 06:20:05.312 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.16/identity 2022-08-10 06:20:05.314 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-10 06:20:05.317 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-08-10-062003 2022-08-10 06:20:05.319 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-10 06:20:05.322 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-08-10 06:20:05.324 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-10 06:20:05.326 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.16 2022-08-10 06:20:05.328 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-10 06:20:05.331 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-08-10 06:20:05.333 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-10 06:20:05.336 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-08-10 06:20:05.338 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-10 06:20:05.340 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-08-10 06:20:05.343 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-10 06:20:05.345 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-08-10 06:20:05.347 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-10 06:20:05.350 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.222.0.16 2022-08-10 06:20:05.353 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-10 06:20:05.355 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2022-08-10 06:20:05.357 | + ./stack.sh:main:765 : GIT_DEPTH=0 2022-08-10 06:20:05.360 | + ./stack.sh:main:765 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2022-08-10 06:20:05.362 | + functions-common:git_clone:597 : local git_remote=https://opendev.org/openstack/requirements.git 2022-08-10 06:20:05.364 | + functions-common:git_clone:598 : local git_dest=/opt/stack/requirements 2022-08-10 06:20:05.367 | + functions-common:git_clone:599 : local git_ref=master 2022-08-10 06:20:05.369 | + functions-common:git_clone:600 : local orig_dir 2022-08-10 06:20:05.372 | ++ functions-common:git_clone:601 : pwd 2022-08-10 06:20:05.374 | + functions-common:git_clone:601 : orig_dir=/home/ubuntu/devstack 2022-08-10 06:20:05.376 | + functions-common:git_clone:602 : local git_clone_flags= 2022-08-10 06:20:05.379 | ++ functions-common:git_clone:604 : trueorfalse False RECLONE 2022-08-10 06:20:05.394 | + functions-common:git_clone:604 : RECLONE=False 2022-08-10 06:20:05.396 | + functions-common:git_clone:605 : [[ 0 -gt 0 ]] 2022-08-10 06:20:05.398 | + functions-common:git_clone:609 : [[ False = \T\r\u\e ]] 2022-08-10 06:20:05.401 | + functions-common:git_clone:618 : echo master 2022-08-10 06:20:05.401 | + functions-common:git_clone:618 : egrep -q '^refs' 2022-08-10 06:20:05.406 | + functions-common:git_clone:632 : [[ ! -d /opt/stack/requirements ]] 2022-08-10 06:20:05.408 | + functions-common:git_clone:640 : [[ False = \T\r\u\e ]] 2022-08-10 06:20:05.410 | + functions-common:git_clone:675 : sudo git config --system --add safe.directory /opt/stack/requirements 2022-08-10 06:20:05.422 | + functions-common:git_clone:678 : cd /opt/stack/requirements 2022-08-10 06:20:05.425 | + functions-common:git_clone:679 : git show --oneline 2022-08-10 06:20:05.425 | + functions-common:git_clone:679 : head -1 2022-08-10 06:20:05.429 | d7955362 Updated from generate-constraints 2022-08-10 06:20:05.432 | + functions-common:git_clone:680 : cd /home/ubuntu/devstack 2022-08-10 06:20:05.434 | + ./stack.sh:main:769 : echo_summary 'Installing package prerequisites' 2022-08-10 06:20:05.437 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-10 06:20:05.439 | + ./stack.sh:echo_summary:441 : echo -e Installing package prerequisites 2022-08-10 06:20:05.442 | + ./stack.sh:main:770 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-08-10 06:20:05.445 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-08-10 06:20:05.447 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-08-10 06:20:05.450 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-08-10 06:20:05.452 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-08-10 06:20:05.455 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-08-10 06:20:05.457 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-08-10 06:20:05.460 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-08-10 06:20:05.464 | ++ tools/install_prereqs.sh:source:47 : NOW=1660112405 2022-08-10 06:20:05.468 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-08-10 06:20:05.471 | +++ tools/install_prereqs.sh:source:48 : echo 0 2022-08-10 06:20:05.474 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=0 2022-08-10 06:20:05.477 | ++ tools/install_prereqs.sh:source:49 : DELTA=1660112405 2022-08-10 06:20:05.479 | ++ tools/install_prereqs.sh:source:50 : [[ 1660112405 -lt 7200 ]] 2022-08-10 06:20:05.482 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-08-10 06:20:05.484 | ++ functions-common:export_proxy_variables:2258 : isset http_proxy 2022-08-10 06:20:05.486 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2022-08-10 06:20:05.488 | ++ functions-common:export_proxy_variables:2261 : isset https_proxy 2022-08-10 06:20:05.491 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2022-08-10 06:20:05.494 | ++ functions-common:export_proxy_variables:2264 : isset no_proxy 2022-08-10 06:20:05.496 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2022-08-10 06:20:05.499 | +++ tools/install_prereqs.sh:source:64 : get_packages general,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-08-10 06:20:05.546 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-08-10 06:20:05.546 | apache2-dev 2022-08-10 06:20:05.546 | bc 2022-08-10 06:20:05.546 | bsdmainutils 2022-08-10 06:20:05.546 | curl 2022-08-10 06:20:05.546 | g++ 2022-08-10 06:20:05.546 | gawk 2022-08-10 06:20:05.546 | gcc 2022-08-10 06:20:05.546 | gettext 2022-08-10 06:20:05.546 | git 2022-08-10 06:20:05.546 | graphviz 2022-08-10 06:20:05.546 | iputils-ping 2022-08-10 06:20:05.546 | libapache2-mod-proxy-uwsgi 2022-08-10 06:20:05.546 | libffi-dev 2022-08-10 06:20:05.546 | libjpeg-dev 2022-08-10 06:20:05.546 | libpcre3-dev 2022-08-10 06:20:05.546 | libpq-dev 2022-08-10 06:20:05.546 | libssl-dev 2022-08-10 06:20:05.546 | libsystemd-dev 2022-08-10 06:20:05.546 | libxml2-dev 2022-08-10 06:20:05.546 | libxslt1-dev 2022-08-10 06:20:05.546 | libyaml-dev 2022-08-10 06:20:05.546 | lsof 2022-08-10 06:20:05.547 | openssh-server 2022-08-10 06:20:05.547 | openssl 2022-08-10 06:20:05.547 | pkg-config 2022-08-10 06:20:05.547 | psmisc 2022-08-10 06:20:05.547 | python3-dev 2022-08-10 06:20:05.547 | python3-pip 2022-08-10 06:20:05.547 | python3-systemd 2022-08-10 06:20:05.547 | python3-venv 2022-08-10 06:20:05.547 | tar 2022-08-10 06:20:05.547 | tcpdump 2022-08-10 06:20:05.547 | unzip 2022-08-10 06:20:05.547 | uuid-runtime 2022-08-10 06:20:05.547 | wget 2022-08-10 06:20:05.547 | wget 2022-08-10 06:20:05.547 | zlib1g-dev 2022-08-10 06:20:05.547 | libkrb5-dev 2022-08-10 06:20:05.547 | libldap2-dev 2022-08-10 06:20:05.547 | libsasl2-dev 2022-08-10 06:20:05.547 | memcached 2022-08-10 06:20:05.547 | python3-mysqldb 2022-08-10 06:20:05.547 | sqlite3 2022-08-10 06:20:05.547 | conntrack 2022-08-10 06:20:05.547 | curl 2022-08-10 06:20:05.547 | dnsmasq-base 2022-08-10 06:20:05.547 | dnsmasq-utils 2022-08-10 06:20:05.547 | ebtables 2022-08-10 06:20:05.547 | genisoimage 2022-08-10 06:20:05.547 | iptables 2022-08-10 06:20:05.547 | iputils-arping 2022-08-10 06:20:05.547 | kpartx 2022-08-10 06:20:05.547 | libjs-jquery-tablesorter 2022-08-10 06:20:05.547 | parted 2022-08-10 06:20:05.547 | pm-utils 2022-08-10 06:20:05.547 | python3-mysqldb 2022-08-10 06:20:05.547 | socat 2022-08-10 06:20:05.547 | sqlite3 2022-08-10 06:20:05.547 | sudo 2022-08-10 06:20:05.547 | vlan 2022-08-10 06:20:05.547 | lsscsi 2022-08-10 06:20:05.548 | open-iscsi 2022-08-10 06:20:05.548 | lvm2 2022-08-10 06:20:05.548 | qemu-utils 2022-08-10 06:20:05.548 | thin-provisioning-tools 2022-08-10 06:20:05.548 | acl 2022-08-10 06:20:05.548 | dnsmasq-base 2022-08-10 06:20:05.548 | dnsmasq-utils 2022-08-10 06:20:05.548 | ebtables 2022-08-10 06:20:05.548 | haproxy 2022-08-10 06:20:05.548 | iptables 2022-08-10 06:20:05.548 | iputils-arping 2022-08-10 06:20:05.548 | iputils-ping 2022-08-10 06:20:05.548 | postgresql-server-dev-all 2022-08-10 06:20:05.548 | python3-mysqldb 2022-08-10 06:20:05.548 | sqlite3 2022-08-10 06:20:05.548 | sudo 2022-08-10 06:20:05.548 | vlan 2022-08-10 06:20:05.548 | pcp 2022-08-10 06:20:05.548 | ipset 2022-08-10 06:20:05.548 | conntrack 2022-08-10 06:20:05.548 | conntrackd 2022-08-10 06:20:05.548 | keepalived 2022-08-10 06:20:05.548 | lvm2 2022-08-10 06:20:05.548 | qemu-utils 2022-08-10 06:20:05.548 | thin-provisioning-tools 2022-08-10 06:20:05.548 | curl 2022-08-10 06:20:05.548 | liberasurecode-dev 2022-08-10 06:20:05.548 | make 2022-08-10 06:20:05.548 | memcached 2022-08-10 06:20:05.548 | rsync 2022-08-10 06:20:05.548 | sqlite3 2022-08-10 06:20:05.548 | xfsprogs' 2022-08-10 06:20:05.551 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-08-10 06:20:05.571 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-08-10 06:20:05.571 | apache2-dev 2022-08-10 06:20:05.571 | bc 2022-08-10 06:20:05.571 | bsdmainutils 2022-08-10 06:20:05.571 | curl 2022-08-10 06:20:05.571 | g++ 2022-08-10 06:20:05.571 | gawk 2022-08-10 06:20:05.571 | gcc 2022-08-10 06:20:05.571 | gettext 2022-08-10 06:20:05.571 | git 2022-08-10 06:20:05.571 | graphviz 2022-08-10 06:20:05.571 | iputils-ping 2022-08-10 06:20:05.571 | libapache2-mod-proxy-uwsgi 2022-08-10 06:20:05.571 | libffi-dev 2022-08-10 06:20:05.571 | libjpeg-dev 2022-08-10 06:20:05.571 | libpcre3-dev 2022-08-10 06:20:05.571 | libpq-dev 2022-08-10 06:20:05.571 | libssl-dev 2022-08-10 06:20:05.571 | libsystemd-dev 2022-08-10 06:20:05.571 | libxml2-dev 2022-08-10 06:20:05.571 | libxslt1-dev 2022-08-10 06:20:05.571 | libyaml-dev 2022-08-10 06:20:05.571 | lsof 2022-08-10 06:20:05.571 | openssh-server 2022-08-10 06:20:05.572 | openssl 2022-08-10 06:20:05.572 | pkg-config 2022-08-10 06:20:05.572 | psmisc 2022-08-10 06:20:05.572 | python3-dev 2022-08-10 06:20:05.572 | python3-pip 2022-08-10 06:20:05.572 | python3-systemd 2022-08-10 06:20:05.572 | python3-venv 2022-08-10 06:20:05.572 | tar 2022-08-10 06:20:05.572 | tcpdump 2022-08-10 06:20:05.572 | unzip 2022-08-10 06:20:05.572 | uuid-runtime 2022-08-10 06:20:05.572 | wget 2022-08-10 06:20:05.572 | wget 2022-08-10 06:20:05.572 | zlib1g-dev 2022-08-10 06:20:05.572 | libkrb5-dev 2022-08-10 06:20:05.572 | libldap2-dev 2022-08-10 06:20:05.572 | libsasl2-dev 2022-08-10 06:20:05.572 | memcached 2022-08-10 06:20:05.572 | python3-mysqldb 2022-08-10 06:20:05.572 | sqlite3 2022-08-10 06:20:05.572 | conntrack 2022-08-10 06:20:05.572 | curl 2022-08-10 06:20:05.572 | dnsmasq-base 2022-08-10 06:20:05.572 | dnsmasq-utils 2022-08-10 06:20:05.572 | ebtables 2022-08-10 06:20:05.572 | genisoimage 2022-08-10 06:20:05.572 | iptables 2022-08-10 06:20:05.572 | iputils-arping 2022-08-10 06:20:05.572 | kpartx 2022-08-10 06:20:05.572 | libjs-jquery-tablesorter 2022-08-10 06:20:05.572 | parted 2022-08-10 06:20:05.572 | pm-utils 2022-08-10 06:20:05.572 | python3-mysqldb 2022-08-10 06:20:05.572 | socat 2022-08-10 06:20:05.572 | sqlite3 2022-08-10 06:20:05.572 | sudo 2022-08-10 06:20:05.573 | vlan 2022-08-10 06:20:05.573 | lsscsi 2022-08-10 06:20:05.573 | open-iscsi 2022-08-10 06:20:05.573 | lvm2 2022-08-10 06:20:05.573 | qemu-utils 2022-08-10 06:20:05.573 | thin-provisioning-tools 2022-08-10 06:20:05.573 | acl 2022-08-10 06:20:05.573 | dnsmasq-base 2022-08-10 06:20:05.573 | dnsmasq-utils 2022-08-10 06:20:05.573 | ebtables 2022-08-10 06:20:05.573 | haproxy 2022-08-10 06:20:05.573 | iptables 2022-08-10 06:20:05.573 | iputils-arping 2022-08-10 06:20:05.573 | iputils-ping 2022-08-10 06:20:05.573 | postgresql-server-dev-all 2022-08-10 06:20:05.573 | python3-mysqldb 2022-08-10 06:20:05.573 | sqlite3 2022-08-10 06:20:05.573 | sudo 2022-08-10 06:20:05.573 | vlan 2022-08-10 06:20:05.573 | pcp 2022-08-10 06:20:05.573 | ipset 2022-08-10 06:20:05.573 | conntrack 2022-08-10 06:20:05.573 | conntrackd 2022-08-10 06:20:05.573 | keepalived 2022-08-10 06:20:05.573 | lvm2 2022-08-10 06:20:05.573 | qemu-utils 2022-08-10 06:20:05.573 | thin-provisioning-tools 2022-08-10 06:20:05.573 | curl 2022-08-10 06:20:05.573 | liberasurecode-dev 2022-08-10 06:20:05.573 | make 2022-08-10 06:20:05.573 | memcached 2022-08-10 06:20:05.573 | rsync 2022-08-10 06:20:05.573 | sqlite3 2022-08-10 06:20:05.573 | xfsprogs ' 2022-08-10 06:20:05.576 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-08-10 06:20:05.578 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-08-10 06:20:05.580 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-08-10 06:20:05.584 | ++ 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 rsync sqlite3 xfsprogs 2022-08-10 06:20:05.585 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-08-10 06:20:05.590 | ++ 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 rsync sqlite3 xfsprogs 2022-08-10 06:20:05.592 | ++ functions-common:install_package:1464 : update_package_repo 2022-08-10 06:20:05.595 | ++ functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-08-10 06:20:05.597 | ++ functions-common:update_package_repo:1437 : REPOS_UPDATED=False 2022-08-10 06:20:05.600 | ++ functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-08-10 06:20:05.603 | ++ functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-08-10 06:20:05.605 | ++ functions-common:update_package_repo:1444 : is_ubuntu 2022-08-10 06:20:05.607 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-08-10 06:20:05.609 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-08-10 06:20:05.611 | ++ functions-common:update_package_repo:1445 : apt_get_update 2022-08-10 06:20:05.613 | ++ functions-common:apt_get_update:1190 : [[ False == \T\r\u\e ]] 2022-08-10 06:20:05.615 | ++ functions-common:apt_get_update:1195 : [[ False = \T\r\u\e ]] 2022-08-10 06:20:05.617 | ++ functions-common:apt_get_update:1197 : local sudo=sudo 2022-08-10 06:20:05.620 | +++ functions-common:apt_get_update:1198 : id -u 2022-08-10 06:20:05.627 | ++ functions-common:apt_get_update:1198 : [[ 1000 = \0 ]] 2022-08-10 06:20:05.629 | ++ functions-common:apt_get_update:1201 : time_start apt-get-update 2022-08-10 06:20:05.631 | ++ functions-common:time_start:2426 : local name=apt-get-update 2022-08-10 06:20:05.633 | ++ functions-common:time_start:2427 : local start_time= 2022-08-10 06:20:05.635 | ++ functions-common:time_start:2428 : [[ -n '' ]] 2022-08-10 06:20:05.638 | +++ functions-common:time_start:2431 : date +%s%3N 2022-08-10 06:20:05.641 | ++ functions-common:time_start:2431 : _TIME_START[$name]=1660112405639 2022-08-10 06:20:05.643 | ++ functions-common:apt_get_update:1203 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-08-10 06:20:05.645 | ++ functions-common:apt_get_update:1204 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-08-10 06:20:05.647 | ++ functions-common:apt_get_update:1205 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2022-08-10 06:20:05.855 | Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-08-10 06:20:05.880 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-08-10 06:20:05.939 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2022-08-10 06:20:05.998 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2022-08-10 06:20:16.776 | Reading package lists... 2022-08-10 06:20:16.807 | ++ functions-common:apt_get_update:1209 : REPOS_UPDATED=True 2022-08-10 06:20:16.809 | ++ functions-common:apt_get_update:1211 : time_stop apt-get-update 2022-08-10 06:20:16.812 | ++ functions-common:time_stop:2440 : local name 2022-08-10 06:20:16.814 | ++ functions-common:time_stop:2441 : local end_time 2022-08-10 06:20:16.816 | ++ functions-common:time_stop:2442 : local elapsed_time 2022-08-10 06:20:16.818 | ++ functions-common:time_stop:2443 : local total 2022-08-10 06:20:16.820 | ++ functions-common:time_stop:2444 : local start_time 2022-08-10 06:20:16.822 | ++ functions-common:time_stop:2446 : name=apt-get-update 2022-08-10 06:20:16.824 | ++ functions-common:time_stop:2447 : start_time=1660112405639 2022-08-10 06:20:16.827 | ++ functions-common:time_stop:2449 : [[ -z 1660112405639 ]] 2022-08-10 06:20:16.829 | +++ functions-common:time_stop:2452 : date +%s%3N 2022-08-10 06:20:16.833 | ++ functions-common:time_stop:2452 : end_time=1660112416831 2022-08-10 06:20:16.835 | ++ functions-common:time_stop:2453 : elapsed_time=11192 2022-08-10 06:20:16.837 | ++ functions-common:time_stop:2454 : total=0 2022-08-10 06:20:16.839 | ++ functions-common:time_stop:2456 : _TIME_START[$name]= 2022-08-10 06:20:16.841 | ++ functions-common:time_stop:2457 : _TIME_TOTAL[$name]=11192 2022-08-10 06:20:16.844 | ++ functions-common:install_package:1465 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl 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 rsync sqlite3 xfsprogs 2022-08-10 06:20:16.846 | ++ functions-common:real_install_package:1450 : is_ubuntu 2022-08-10 06:20:16.848 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-08-10 06:20:16.851 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-08-10 06:20:16.853 | ++ functions-common:real_install_package:1451 : 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 rsync sqlite3 xfsprogs 2022-08-10 06:20:16.874 | ++ functions-common:apt_get:1231 : 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 rsync sqlite3 xfsprogs 2022-08-10 06:20:16.962 | E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 15889 (unattended-upgr) 2022-08-10 06:20:16.962 | E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it? 2022-08-10 06:20:16.966 | ++ functions-common:apt_get:1235 : result=100 2022-08-10 06:20:16.968 | ++ functions-common:apt_get:1238 : time_stop apt-get 2022-08-10 06:20:16.970 | ++ functions-common:time_stop:2440 : local name 2022-08-10 06:20:16.972 | ++ functions-common:time_stop:2441 : local end_time 2022-08-10 06:20:16.975 | ++ functions-common:time_stop:2442 : local elapsed_time 2022-08-10 06:20:16.977 | ++ functions-common:time_stop:2443 : local total 2022-08-10 06:20:16.979 | ++ functions-common:time_stop:2444 : local start_time 2022-08-10 06:20:16.981 | ++ functions-common:time_stop:2446 : name=apt-get 2022-08-10 06:20:16.983 | ++ functions-common:time_stop:2447 : start_time=1660112416872 2022-08-10 06:20:16.985 | ++ functions-common:time_stop:2449 : [[ -z 1660112416872 ]] 2022-08-10 06:20:16.988 | +++ functions-common:time_stop:2452 : date +%s%3N 2022-08-10 06:20:16.993 | ++ functions-common:time_stop:2452 : end_time=1660112416990 2022-08-10 06:20:16.995 | ++ functions-common:time_stop:2453 : elapsed_time=118 2022-08-10 06:20:16.998 | ++ functions-common:time_stop:2454 : total=117 2022-08-10 06:20:17.000 | ++ functions-common:time_stop:2456 : _TIME_START[$name]= 2022-08-10 06:20:17.002 | ++ functions-common:time_stop:2457 : _TIME_TOTAL[$name]=235 2022-08-10 06:20:17.004 | ++ functions-common:apt_get:1239 : return 100 2022-08-10 06:20:17.007 | ++ functions-common:install_package:1466 : RETRY_UPDATE=True 2022-08-10 06:20:17.009 | ++ functions-common:install_package:1466 : update_package_repo 2022-08-10 06:20:17.011 | ++ functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-08-10 06:20:17.014 | ++ functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-08-10 06:20:17.016 | ++ functions-common:update_package_repo:1438 : RETRY_UPDATE=True 2022-08-10 06:20:17.018 | ++ functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-08-10 06:20:17.021 | ++ functions-common:update_package_repo:1444 : is_ubuntu 2022-08-10 06:20:17.023 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-08-10 06:20:17.025 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-08-10 06:20:17.028 | ++ functions-common:update_package_repo:1445 : apt_get_update 2022-08-10 06:20:17.030 | ++ functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-08-10 06:20:17.032 | ++ functions-common:apt_get_update:1190 : [[ True != \T\r\u\e ]] 2022-08-10 06:20:17.034 | ++ functions-common:apt_get_update:1195 : [[ False = \T\r\u\e ]] 2022-08-10 06:20:17.037 | ++ functions-common:apt_get_update:1197 : local sudo=sudo 2022-08-10 06:20:17.040 | +++ functions-common:apt_get_update:1198 : id -u 2022-08-10 06:20:17.044 | ++ functions-common:apt_get_update:1198 : [[ 1000 = \0 ]] 2022-08-10 06:20:17.046 | ++ functions-common:apt_get_update:1201 : time_start apt-get-update 2022-08-10 06:20:17.048 | ++ functions-common:time_start:2426 : local name=apt-get-update 2022-08-10 06:20:17.050 | ++ functions-common:time_start:2427 : local start_time= 2022-08-10 06:20:17.054 | ++ functions-common:time_start:2428 : [[ -n '' ]] 2022-08-10 06:20:17.056 | +++ functions-common:time_start:2431 : date +%s%3N 2022-08-10 06:20:17.060 | ++ functions-common:time_start:2431 : _TIME_START[$name]=1660112417058 2022-08-10 06:20:17.062 | ++ functions-common:apt_get_update:1203 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-08-10 06:20:17.064 | ++ functions-common:apt_get_update:1204 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-08-10 06:20:17.067 | ++ functions-common:apt_get_update:1205 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2022-08-10 06:20:17.309 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-08-10 06:20:17.309 | Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-08-10 06:20:17.359 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2022-08-10 06:20:17.418 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2022-08-10 06:20:19.691 | Reading package lists... 2022-08-10 06:20:19.726 | ++ functions-common:apt_get_update:1209 : REPOS_UPDATED=True 2022-08-10 06:20:19.728 | ++ functions-common:apt_get_update:1211 : time_stop apt-get-update 2022-08-10 06:20:19.730 | ++ functions-common:time_stop:2440 : local name 2022-08-10 06:20:19.732 | ++ functions-common:time_stop:2441 : local end_time 2022-08-10 06:20:19.734 | ++ functions-common:time_stop:2442 : local elapsed_time 2022-08-10 06:20:19.736 | ++ functions-common:time_stop:2443 : local total 2022-08-10 06:20:19.738 | ++ functions-common:time_stop:2444 : local start_time 2022-08-10 06:20:19.740 | ++ functions-common:time_stop:2446 : name=apt-get-update 2022-08-10 06:20:19.743 | ++ functions-common:time_stop:2447 : start_time=1660112417058 2022-08-10 06:20:19.745 | ++ functions-common:time_stop:2449 : [[ -z 1660112417058 ]] 2022-08-10 06:20:19.747 | +++ functions-common:time_stop:2452 : date +%s%3N 2022-08-10 06:20:19.753 | ++ functions-common:time_stop:2452 : end_time=1660112419749 2022-08-10 06:20:19.756 | ++ functions-common:time_stop:2453 : elapsed_time=2691 2022-08-10 06:20:19.758 | ++ functions-common:time_stop:2454 : total=11192 2022-08-10 06:20:19.760 | ++ functions-common:time_stop:2456 : _TIME_START[$name]= 2022-08-10 06:20:19.762 | ++ functions-common:time_stop:2457 : _TIME_TOTAL[$name]=13883 2022-08-10 06:20:19.765 | ++ functions-common:install_package:1466 : 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 rsync sqlite3 xfsprogs 2022-08-10 06:20:19.767 | ++ functions-common:real_install_package:1450 : is_ubuntu 2022-08-10 06:20:19.769 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-08-10 06:20:19.772 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-08-10 06:20:19.775 | ++ functions-common:real_install_package:1451 : 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 rsync sqlite3 xfsprogs 2022-08-10 06:20:19.795 | ++ functions-common:apt_get:1231 : 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 rsync sqlite3 xfsprogs 2022-08-10 06:20:19.883 | E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 15889 (unattended-upgr) 2022-08-10 06:20:19.883 | E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it? 2022-08-10 06:20:19.887 | + functions-common:apt_get:1 : exit_trap 2022-08-10 06:20:19.889 | + ./stack.sh:exit_trap:516 : local r=100 2022-08-10 06:20:19.892 | ++ ./stack.sh:exit_trap:517 : jobs -p 2022-08-10 06:20:19.895 | + ./stack.sh:exit_trap:517 : jobs= 2022-08-10 06:20:19.898 | + ./stack.sh:exit_trap:520 : [[ -n '' ]] 2022-08-10 06:20:19.900 | + ./stack.sh:exit_trap:526 : '[' -f '' ']' 2022-08-10 06:20:19.902 | + ./stack.sh:exit_trap:531 : kill_spinner 2022-08-10 06:20:19.904 | + ./stack.sh:kill_spinner:426 : '[' '!' -z '' ']' 2022-08-10 06:20:19.906 | + ./stack.sh:exit_trap:533 : [[ 100 -ne 0 ]] 2022-08-10 06:20:19.909 | + ./stack.sh:exit_trap:534 : echo 'Error on exit' 2022-08-10 06:20:19.909 | Error on exit 2022-08-10 06:20:19.911 | + ./stack.sh:exit_trap:536 : type -p generate-subunit 2022-08-10 06:20:19.914 | + ./stack.sh:exit_trap:539 : [[ -z /opt/stack/logs ]] 2022-08-10 06:20:19.916 | + ./stack.sh:exit_trap:542 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2022-08-10 06:20:20.029 | ovs-vsctl: unix:/var/run/openvswitch/db.sock: database connection failed (No such file or directory) 2022-08-10 06:20:20.045 | ovs-vsctl: unix:/var/run/openvswitch/db.sock: database connection failed (No such file or directory) 2022-08-10 06:20:20.329 | + ./stack.sh:exit_trap:551 : exit 100