2021-04-26 08:05:22.047 | + ./stack.sh:main:469 : exec 2021-04-26 08:05:22.047 | + ./stack.sh:main:477 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2021-04-26-080521' 2021-04-26 08:05:22.047 | ++ ./stack.sh:main:469 : /usr/bin/python3.6 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2021-04-26-080521.summary.2021-04-26-080521 2021-04-26 08:05:22.047 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-04-26 08:05:22.047 | + ./stack.sh:echo_summary:428 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2021-04-26-080521 2021-04-26 08:05:22.047 | + ./stack.sh:main:479 : ln -sf /opt/stack/logs/stack.sh.log.2021-04-26-080521 /opt/stack/logs/stack.sh.log 2021-04-26 08:05:22.047 | + ./stack.sh:main:480 : ln -sf /opt/stack/logs/stack.sh.log.2021-04-26-080521.summary.2021-04-26-080521 /opt/stack/logs/stack.sh.log.summary 2021-04-26 08:05:22.047 | + ./stack.sh:main:495 : check_path_perm_sanity /opt/stack 2021-04-26 08:05:22.047 | + functions:check_path_perm_sanity:596 : local real_path 2021-04-26 08:05:22.047 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2021-04-26 08:05:22.047 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2021-04-26 08:05:22.047 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2021-04-26 08:05:22.048 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2021-04-26 08:05:22.048 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2021-04-26 08:05:22.048 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2021-04-26 08:05:22.048 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2021-04-26 08:05:22.048 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2021-04-26 08:05:22.048 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2021-04-26 08:05:22.048 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2021-04-26 08:05:22.048 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2021-04-26 08:05:22.050 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2021-04-26 08:05:22.053 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2021-04-26 08:05:22.055 | + ./stack.sh:main:501 : trap exit_trap EXIT 2021-04-26 08:05:22.057 | + ./stack.sh:main:542 : trap err_trap ERR 2021-04-26 08:05:22.059 | + ./stack.sh:main:555 : set -o errexit 2021-04-26 08:05:22.061 | + ./stack.sh:main:558 : uname -a 2021-04-26 08:05:22.062 | Linux dv-cinder-786873-2-iscsi 4.15.0-55-generic #60-Ubuntu SMP Tue Jul 2 18:22:20 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux 2021-04-26 08:05:22.064 | + ./stack.sh:main:561 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2021-04-26 08:05:22.065 | + ./stack.sh:main:562 : rm -f /opt/stack/data/ca-bundle.pem 2021-04-26 08:05:22.068 | + ./stack.sh:main:565 : source /home/ubuntu/devstack/lib/database 2021-04-26 08:05:22.092 | + ./stack.sh:main:566 : source /home/ubuntu/devstack/lib/rpc_backend 2021-04-26 08:05:22.107 | + ./stack.sh:main:572 : fetch_plugins 2021-04-26 08:05:22.109 | + functions-common:fetch_plugins:1650 : local plugins= 2021-04-26 08:05:22.111 | + functions-common:fetch_plugins:1651 : local plugin 2021-04-26 08:05:22.112 | + functions-common:fetch_plugins:1654 : [[ -z '' ]] 2021-04-26 08:05:22.114 | + functions-common:fetch_plugins:1655 : return 2021-04-26 08:05:22.116 | + ./stack.sh:main:576 : run_phase override_defaults 2021-04-26 08:05:22.118 | + functions-common:run_phase:1732 : local mode=override_defaults 2021-04-26 08:05:22.120 | + functions-common:run_phase:1733 : local phase= 2021-04-26 08:05:22.121 | + functions-common:run_phase:1734 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-04-26 08:05:22.123 | + functions-common:run_phase:1735 : local extra_plugin_file_name 2021-04-26 08:05:22.125 | + functions-common:run_phase:1736 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-04-26 08:05:22.126 | + functions-common:run_phase:1741 : local exceptions=80-tempest.sh 2021-04-26 08:05:22.128 | + functions-common:run_phase:1742 : local extra 2021-04-26 08:05:22.130 | ++ functions-common:run_phase:1743 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-04-26 08:05:22.133 | + functions-common:run_phase:1743 : extra=80-tempest.sh 2021-04-26 08:05:22.135 | + functions-common:run_phase:1744 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-04-26 08:05:22.136 | + functions-common:run_phase:1748 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-04-26 08:05:22.138 | + functions-common:run_phase:1748 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2021-04-26 08:05:22.140 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-04-26 08:05:22.152 | ++ functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:05:22.154 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-04-26 08:05:22.156 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-26 08:05:22.158 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-26 08:05:22.160 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-26 08:05:22.162 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-26 08:05:22.163 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-26 08:05:22.165 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2021-04-26 08:05:22.167 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2021-04-26 08:05:22.169 | + functions-common:run_phase:1753 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-04-26 08:05:22.171 | + functions-common:run_phase:1756 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2021-04-26 08:05:22.172 | + functions-common:run_phase:1757 : plugin_override_defaults 2021-04-26 08:05:22.174 | + functions-common:plugin_override_defaults:1691 : local plugins= 2021-04-26 08:05:22.176 | + functions-common:plugin_override_defaults:1692 : local plugin 2021-04-26 08:05:22.178 | + functions-common:plugin_override_defaults:1695 : [[ -z '' ]] 2021-04-26 08:05:22.179 | + functions-common:plugin_override_defaults:1696 : return 2021-04-26 08:05:22.181 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/apache 2021-04-26 08:05:22.198 | + ./stack.sh:main:582 : source /home/ubuntu/devstack/lib/tls 2021-04-26 08:05:22.199 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2021-04-26 08:05:22.212 | ++ functions-common:is_service_enabled:1960 : return 1 2021-04-26 08:05:22.214 | +++ lib/tls:source:43 : hostname -f 2021-04-26 08:05:22.217 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2021-04-26 08:05:22.220 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2021-04-26 08:05:22.221 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2021-04-26 08:05:22.223 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2021-04-26 08:05:22.225 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2021-04-26 08:05:22.227 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2021-04-26 08:05:22.229 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2021-04-26 08:05:22.230 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2021-04-26 08:05:22.232 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2021-04-26 08:05:22.234 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2021-04-26 08:05:22.238 | + ./stack.sh:main:585 : source /home/ubuntu/devstack/lib/infra 2021-04-26 08:05:22.249 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/libraries 2021-04-26 08:05:22.265 | + ./stack.sh:main:587 : source /home/ubuntu/devstack/lib/lvm 2021-04-26 08:05:22.277 | + ./stack.sh:main:588 : source /home/ubuntu/devstack/lib/horizon 2021-04-26 08:05:22.288 | + ./stack.sh:main:589 : source /home/ubuntu/devstack/lib/keystone 2021-04-26 08:05:22.312 | + ./stack.sh:main:590 : source /home/ubuntu/devstack/lib/glance 2021-04-26 08:05:22.347 | + ./stack.sh:main:591 : source /home/ubuntu/devstack/lib/nova 2021-04-26 08:05:22.419 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/placement 2021-04-26 08:05:22.437 | + ./stack.sh:main:593 : source /home/ubuntu/devstack/lib/cinder 2021-04-26 08:05:22.471 | + ./stack.sh:main:594 : source /home/ubuntu/devstack/lib/swift 2021-04-26 08:05:22.516 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/neutron 2021-04-26 08:05:22.624 | + ./stack.sh:main:596 : source /home/ubuntu/devstack/lib/ldap 2021-04-26 08:05:22.638 | + ./stack.sh:main:597 : source /home/ubuntu/devstack/lib/dstat 2021-04-26 08:05:22.650 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/tcpdump 2021-04-26 08:05:22.661 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/etcd3 2021-04-26 08:05:22.759 | + ./stack.sh:main:605 : run_phase source 2021-04-26 08:05:22.761 | + functions-common:run_phase:1732 : local mode=source 2021-04-26 08:05:22.764 | + functions-common:run_phase:1733 : local phase= 2021-04-26 08:05:22.766 | + functions-common:run_phase:1734 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-04-26 08:05:22.768 | + functions-common:run_phase:1735 : local extra_plugin_file_name 2021-04-26 08:05:22.770 | + functions-common:run_phase:1736 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-04-26 08:05:22.772 | + functions-common:run_phase:1741 : local exceptions=80-tempest.sh 2021-04-26 08:05:22.774 | + functions-common:run_phase:1742 : local extra 2021-04-26 08:05:22.776 | ++ functions-common:run_phase:1743 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-04-26 08:05:22.779 | + functions-common:run_phase:1743 : extra=80-tempest.sh 2021-04-26 08:05:22.782 | + functions-common:run_phase:1744 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-04-26 08:05:22.784 | + functions-common:run_phase:1748 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-04-26 08:05:22.786 | + functions-common:run_phase:1748 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2021-04-26 08:05:22.788 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-04-26 08:05:22.801 | ++ functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:05:22.803 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2021-04-26 08:05:22.806 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2021-04-26 08:05:22.839 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2021-04-26 08:05:22.842 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2021-04-26 08:05:22.844 | + functions-common:run_phase:1753 : [[ source == \s\o\u\r\c\e ]] 2021-04-26 08:05:22.846 | + functions-common:run_phase:1754 : load_plugin_settings 2021-04-26 08:05:22.848 | + functions-common:load_plugin_settings:1668 : local plugins= 2021-04-26 08:05:22.850 | + functions-common:load_plugin_settings:1669 : local plugin 2021-04-26 08:05:22.852 | + functions-common:load_plugin_settings:1672 : [[ -z '' ]] 2021-04-26 08:05:22.854 | + functions-common:load_plugin_settings:1673 : return 2021-04-26 08:05:22.857 | + functions-common:run_phase:1755 : verify_disabled_services 2021-04-26 08:05:22.859 | + functions-common:verify_disabled_services:2015 : local service 2021-04-26 08:05:22.861 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:22.864 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2021-04-26 08:05:22.866 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:22.868 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2021-04-26 08:05:22.870 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:22.873 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2021-04-26 08:05:22.875 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:22.878 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2021-04-26 08:05:22.880 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:22.882 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2021-04-26 08:05:22.885 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:22.887 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2021-04-26 08:05:22.889 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:22.891 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2021-04-26 08:05:22.894 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:22.896 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2021-04-26 08:05:22.898 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:22.900 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2021-04-26 08:05:22.903 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:22.905 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2021-04-26 08:05:22.907 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:22.910 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2021-04-26 08:05:22.912 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:22.914 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2021-04-26 08:05:22.917 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:22.919 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2021-04-26 08:05:22.921 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:22.924 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2021-04-26 08:05:22.926 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:22.928 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2021-04-26 08:05:22.931 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:22.933 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2021-04-26 08:05:22.935 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:22.938 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2021-04-26 08:05:22.940 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:22.943 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2021-04-26 08:05:22.945 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:22.947 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2021-04-26 08:05:22.949 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:22.952 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2021-04-26 08:05:22.954 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:22.956 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2021-04-26 08:05:22.958 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:22.961 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2021-04-26 08:05:22.963 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:22.965 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2021-04-26 08:05:22.968 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:22.970 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2021-04-26 08:05:22.973 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:22.975 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2021-04-26 08:05:22.977 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:22.979 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2021-04-26 08:05:22.982 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:22.984 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2021-04-26 08:05:22.987 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:22.989 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2021-04-26 08:05:22.991 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:22.993 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2021-04-26 08:05:22.996 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:22.998 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2021-04-26 08:05:23.000 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:23.003 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2021-04-26 08:05:23.005 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:23.007 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2021-04-26 08:05:23.009 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:23.012 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2021-04-26 08:05:23.014 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:23.016 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2021-04-26 08:05:23.018 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:23.021 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2021-04-26 08:05:23.023 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:23.025 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2021-04-26 08:05:23.027 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:23.030 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2021-04-26 08:05:23.032 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:23.035 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2021-04-26 08:05:23.037 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:23.040 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2021-04-26 08:05:23.042 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:05:23.044 | + functions-common:verify_disabled_services:2017 : [[ ,c-bak,c-vol,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2021-04-26 08:05:23.047 | + ./stack.sh:main:676 : initialize_database_backends 2021-04-26 08:05:23.050 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-04-26 08:05:23.052 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2021-04-26 08:05:23.065 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:05:23.067 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2021-04-26 08:05:23.070 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-04-26 08:05:23.072 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2021-04-26 08:05:23.085 | + functions-common:is_service_enabled:1960 : return 1 2021-04-26 08:05:23.088 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2021-04-26 08:05:23.090 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2021-04-26 08:05:23.092 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2021-04-26 08:05:23.095 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2021-04-26 08:05:23.097 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2021-04-26 08:05:23.099 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2021-04-26 08:05:23.101 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2021-04-26 08:05:23.104 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2021-04-26 08:05:23.107 | ++ lib/databases/mysql:get_database_type_mysql:35 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-04-26 08:05:23.109 | ++ lib/databases/mysql:get_database_type_mysql:36 : echo mysql+pymysql 2021-04-26 08:05:23.112 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-04-26 08:05:23.114 | + lib/database:initialize_database_backends:104 : return 0 2021-04-26 08:05:23.116 | + ./stack.sh:main:677 : echo 'Using mysql database backend' 2021-04-26 08:05:23.116 | Using mysql database backend 2021-04-26 08:05:23.119 | + ./stack.sh:main:680 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2021-04-26 08:05:23.133 | + ./stack.sh:main:692 : is_service_enabled rabbit 2021-04-26 08:05:23.147 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:05:23.150 | + ./stack.sh:main:693 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2021-04-26 08:05:23.165 | + ./stack.sh:main:700 : is_service_enabled keystone 2021-04-26 08:05:23.180 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:05:23.183 | + ./stack.sh:main:702 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2021-04-26 08:05:23.197 | + ./stack.sh:main:704 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2021-04-26 08:05:23.212 | + ./stack.sh:main:715 : is_service_enabled ldap 2021-04-26 08:05:23.227 | + functions-common:is_service_enabled:1960 : return 1 2021-04-26 08:05:23.229 | + ./stack.sh:main:724 : is_service_enabled s-proxy 2021-04-26 08:05:23.245 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:05:23.247 | + ./stack.sh:main:728 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2021-04-26 08:05:23.262 | + ./stack.sh:main:730 : [[ -z '' ]] 2021-04-26 08:05:23.264 | + ./stack.sh:main:730 : [[ False == \T\r\u\e ]] 2021-04-26 08:05:23.266 | + ./stack.sh:main:736 : save_stackenv 736 2021-04-26 08:05:23.269 | + functions-common:save_stackenv:60 : local tag=736 2021-04-26 08:05:23.272 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2021-04-26 08:05:23.275 | + functions-common:save_stackenv:62 : time_stamp=2021-04-26-080523 2021-04-26 08:05:23.277 | + functions-common:save_stackenv:63 : echo '# 2021-04-26-080523 736' 2021-04-26 08:05:23.280 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:05:23.282 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-04-26 08:05:23.285 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:05:23.287 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2021-04-26 08:05:23.290 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:05:23.292 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2021-04-26 08:05:23.294 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:05:23.297 | + 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,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,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-04-26 08:05:23.299 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:05:23.302 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.43 2021-04-26 08:05:23.304 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:05:23.306 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.43/identity 2021-04-26 08:05:23.309 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:05:23.311 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-04-26-080521 2021-04-26 08:05:23.313 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:05:23.316 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2021-04-26 08:05:23.318 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:05:23.320 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.43 2021-04-26 08:05:23.323 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:05:23.325 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2021-04-26 08:05:23.327 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:05:23.329 | + functions-common:save_stackenv:65 : echo TLS_IP= 2021-04-26 08:05:23.332 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:05:23.334 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2021-04-26 08:05:23.336 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:05:23.339 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2021-04-26 08:05:23.341 | + ./stack.sh:main:747 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2021-04-26 08:05:23.343 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/requirements.git 2021-04-26 08:05:23.346 | + functions-common:git_clone:524 : local git_dest=/opt/stack/requirements 2021-04-26 08:05:23.348 | + functions-common:git_clone:525 : local git_ref=master 2021-04-26 08:05:23.350 | + functions-common:git_clone:526 : local orig_dir 2021-04-26 08:05:23.353 | ++ functions-common:git_clone:527 : pwd 2021-04-26 08:05:23.355 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-04-26 08:05:23.357 | + functions-common:git_clone:528 : local git_clone_flags= 2021-04-26 08:05:23.360 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-04-26 08:05:23.374 | + functions-common:git_clone:530 : RECLONE=False 2021-04-26 08:05:23.376 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-04-26 08:05:23.378 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-04-26 08:05:23.381 | + functions-common:git_clone:544 : echo master 2021-04-26 08:05:23.381 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-04-26 08:05:23.385 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/requirements ]] 2021-04-26 08:05:23.387 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-04-26 08:05:23.390 | + functions-common:git_clone:592 : cd /opt/stack/requirements 2021-04-26 08:05:23.393 | + functions-common:git_clone:593 : git show --oneline 2021-04-26 08:05:23.393 | + functions-common:git_clone:593 : head -1 2021-04-26 08:05:23.395 | cd565a13 Updated from generate-constraints 2021-04-26 08:05:23.398 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-04-26 08:05:23.400 | + ./stack.sh:main:751 : echo_summary 'Installing package prerequisites' 2021-04-26 08:05:23.403 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-04-26 08:05:23.405 | + ./stack.sh:echo_summary:428 : echo -e Installing package prerequisites 2021-04-26 08:05:23.408 | + ./stack.sh:main:752 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2021-04-26 08:05:23.410 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2021-04-26 08:05:23.413 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2021-04-26 08:05:23.415 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2021-04-26 08:05:23.418 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2021-04-26 08:05:23.420 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2021-04-26 08:05:23.423 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2021-04-26 08:05:23.425 | +++ tools/install_prereqs.sh:source:47 : date +%s 2021-04-26 08:05:23.429 | ++ tools/install_prereqs.sh:source:47 : NOW=1619424323 2021-04-26 08:05:23.432 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2021-04-26 08:05:23.437 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=1619423892 2021-04-26 08:05:23.439 | ++ tools/install_prereqs.sh:source:49 : DELTA=431 2021-04-26 08:05:23.441 | ++ tools/install_prereqs.sh:source:50 : [[ 431 -lt 7200 ]] 2021-04-26 08:05:23.444 | ++ tools/install_prereqs.sh:source:50 : [[ -z 0 ]] 2021-04-26 08:05:23.446 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2021-04-26 08:05:23.448 | ++ functions-common:export_proxy_variables:2122 : isset http_proxy 2021-04-26 08:05:23.451 | ++ functions-common:isset:174 : [[ -v http_proxy ]] 2021-04-26 08:05:23.454 | ++ functions-common:export_proxy_variables:2125 : isset https_proxy 2021-04-26 08:05:23.456 | ++ functions-common:isset:174 : [[ -v https_proxy ]] 2021-04-26 08:05:23.458 | ++ functions-common:export_proxy_variables:2128 : isset no_proxy 2021-04-26 08:05:23.460 | ++ functions-common:isset:174 : [[ -v no_proxy ]] 2021-04-26 08:05:23.464 | +++ 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,q-svc,q-dhcp,q-meta,q-agt,q-l3,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,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-04-26 08:05:23.509 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2021-04-26 08:05:23.509 | apache2-dev 2021-04-26 08:05:23.509 | bc 2021-04-26 08:05:23.509 | bsdmainutils 2021-04-26 08:05:23.509 | curl 2021-04-26 08:05:23.509 | g++ 2021-04-26 08:05:23.509 | gawk 2021-04-26 08:05:23.509 | gcc 2021-04-26 08:05:23.509 | gettext 2021-04-26 08:05:23.509 | git 2021-04-26 08:05:23.509 | graphviz 2021-04-26 08:05:23.509 | iputils-ping 2021-04-26 08:05:23.509 | libapache2-mod-proxy-uwsgi 2021-04-26 08:05:23.509 | libffi-dev 2021-04-26 08:05:23.509 | libjpeg-dev 2021-04-26 08:05:23.509 | libmysqlclient-dev 2021-04-26 08:05:23.509 | libpcre3-dev 2021-04-26 08:05:23.509 | libpq-dev 2021-04-26 08:05:23.510 | libssl-dev 2021-04-26 08:05:23.510 | libsystemd-dev 2021-04-26 08:05:23.510 | libxml2-dev 2021-04-26 08:05:23.510 | libxslt1-dev 2021-04-26 08:05:23.510 | libyaml-dev 2021-04-26 08:05:23.510 | lsof 2021-04-26 08:05:23.510 | openssh-server 2021-04-26 08:05:23.510 | openssl 2021-04-26 08:05:23.510 | pkg-config 2021-04-26 08:05:23.510 | psmisc 2021-04-26 08:05:23.510 | python3-dev 2021-04-26 08:05:23.510 | python3-pip 2021-04-26 08:05:23.510 | python3-systemd 2021-04-26 08:05:23.510 | python3-venv 2021-04-26 08:05:23.510 | tar 2021-04-26 08:05:23.510 | tcpdump 2021-04-26 08:05:23.510 | unzip 2021-04-26 08:05:23.510 | uuid-runtime 2021-04-26 08:05:23.510 | wget 2021-04-26 08:05:23.510 | wget 2021-04-26 08:05:23.510 | zlib1g-dev 2021-04-26 08:05:23.510 | libkrb5-dev 2021-04-26 08:05:23.510 | libldap2-dev 2021-04-26 08:05:23.510 | libsasl2-dev 2021-04-26 08:05:23.510 | memcached 2021-04-26 08:05:23.510 | python3-mysqldb 2021-04-26 08:05:23.510 | sqlite3 2021-04-26 08:05:23.510 | conntrack 2021-04-26 08:05:23.510 | curl 2021-04-26 08:05:23.510 | dnsmasq-base 2021-04-26 08:05:23.510 | dnsmasq-utils 2021-04-26 08:05:23.510 | ebtables 2021-04-26 08:05:23.510 | genisoimage 2021-04-26 08:05:23.510 | iptables 2021-04-26 08:05:23.510 | iputils-arping 2021-04-26 08:05:23.510 | kpartx 2021-04-26 08:05:23.511 | libjs-jquery-tablesorter 2021-04-26 08:05:23.511 | libmysqlclient-dev 2021-04-26 08:05:23.511 | parted 2021-04-26 08:05:23.511 | pm-utils 2021-04-26 08:05:23.511 | python3-mysqldb 2021-04-26 08:05:23.511 | socat 2021-04-26 08:05:23.511 | sqlite3 2021-04-26 08:05:23.511 | sudo 2021-04-26 08:05:23.511 | vlan 2021-04-26 08:05:23.511 | lsscsi 2021-04-26 08:05:23.511 | open-iscsi 2021-04-26 08:05:23.511 | lvm2 2021-04-26 08:05:23.511 | qemu-utils 2021-04-26 08:05:23.511 | thin-provisioning-tools 2021-04-26 08:05:23.511 | acl 2021-04-26 08:05:23.511 | dnsmasq-base 2021-04-26 08:05:23.511 | dnsmasq-utils 2021-04-26 08:05:23.511 | ebtables 2021-04-26 08:05:23.511 | haproxy 2021-04-26 08:05:23.511 | iptables 2021-04-26 08:05:23.511 | iputils-arping 2021-04-26 08:05:23.511 | iputils-ping 2021-04-26 08:05:23.511 | libmysqlclient-dev 2021-04-26 08:05:23.511 | postgresql-server-dev-all 2021-04-26 08:05:23.511 | python3-mysqldb 2021-04-26 08:05:23.511 | sqlite3 2021-04-26 08:05:23.511 | sudo 2021-04-26 08:05:23.511 | vlan 2021-04-26 08:05:23.511 | ipset 2021-04-26 08:05:23.511 | conntrack 2021-04-26 08:05:23.511 | conntrackd 2021-04-26 08:05:23.511 | keepalived 2021-04-26 08:05:23.511 | dstat 2021-04-26 08:05:23.511 | lvm2 2021-04-26 08:05:23.511 | qemu-utils 2021-04-26 08:05:23.511 | thin-provisioning-tools 2021-04-26 08:05:23.512 | curl 2021-04-26 08:05:23.512 | liberasurecode-dev 2021-04-26 08:05:23.512 | make 2021-04-26 08:05:23.512 | memcached 2021-04-26 08:05:23.512 | sqlite3 2021-04-26 08:05:23.512 | xfsprogs' 2021-04-26 08:05:23.512 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2021-04-26 08:05:23.529 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2021-04-26 08:05:23.529 | apache2-dev 2021-04-26 08:05:23.529 | bc 2021-04-26 08:05:23.529 | bsdmainutils 2021-04-26 08:05:23.529 | curl 2021-04-26 08:05:23.529 | g++ 2021-04-26 08:05:23.529 | gawk 2021-04-26 08:05:23.529 | gcc 2021-04-26 08:05:23.529 | gettext 2021-04-26 08:05:23.529 | git 2021-04-26 08:05:23.529 | graphviz 2021-04-26 08:05:23.529 | iputils-ping 2021-04-26 08:05:23.529 | libapache2-mod-proxy-uwsgi 2021-04-26 08:05:23.529 | libffi-dev 2021-04-26 08:05:23.529 | libjpeg-dev 2021-04-26 08:05:23.529 | libmysqlclient-dev 2021-04-26 08:05:23.529 | libpcre3-dev 2021-04-26 08:05:23.530 | libpq-dev 2021-04-26 08:05:23.530 | libssl-dev 2021-04-26 08:05:23.530 | libsystemd-dev 2021-04-26 08:05:23.530 | libxml2-dev 2021-04-26 08:05:23.530 | libxslt1-dev 2021-04-26 08:05:23.530 | libyaml-dev 2021-04-26 08:05:23.530 | lsof 2021-04-26 08:05:23.530 | openssh-server 2021-04-26 08:05:23.530 | openssl 2021-04-26 08:05:23.530 | pkg-config 2021-04-26 08:05:23.530 | psmisc 2021-04-26 08:05:23.530 | python3-dev 2021-04-26 08:05:23.530 | python3-pip 2021-04-26 08:05:23.530 | python3-systemd 2021-04-26 08:05:23.530 | python3-venv 2021-04-26 08:05:23.530 | tar 2021-04-26 08:05:23.530 | tcpdump 2021-04-26 08:05:23.530 | unzip 2021-04-26 08:05:23.530 | uuid-runtime 2021-04-26 08:05:23.530 | wget 2021-04-26 08:05:23.530 | wget 2021-04-26 08:05:23.530 | zlib1g-dev 2021-04-26 08:05:23.530 | libkrb5-dev 2021-04-26 08:05:23.530 | libldap2-dev 2021-04-26 08:05:23.530 | libsasl2-dev 2021-04-26 08:05:23.530 | memcached 2021-04-26 08:05:23.530 | python3-mysqldb 2021-04-26 08:05:23.530 | sqlite3 2021-04-26 08:05:23.530 | conntrack 2021-04-26 08:05:23.530 | curl 2021-04-26 08:05:23.530 | dnsmasq-base 2021-04-26 08:05:23.530 | dnsmasq-utils 2021-04-26 08:05:23.530 | ebtables 2021-04-26 08:05:23.530 | genisoimage 2021-04-26 08:05:23.530 | iptables 2021-04-26 08:05:23.530 | iputils-arping 2021-04-26 08:05:23.531 | kpartx 2021-04-26 08:05:23.531 | libjs-jquery-tablesorter 2021-04-26 08:05:23.531 | libmysqlclient-dev 2021-04-26 08:05:23.531 | parted 2021-04-26 08:05:23.531 | pm-utils 2021-04-26 08:05:23.531 | python3-mysqldb 2021-04-26 08:05:23.531 | socat 2021-04-26 08:05:23.531 | sqlite3 2021-04-26 08:05:23.531 | sudo 2021-04-26 08:05:23.531 | vlan 2021-04-26 08:05:23.531 | lsscsi 2021-04-26 08:05:23.531 | open-iscsi 2021-04-26 08:05:23.531 | lvm2 2021-04-26 08:05:23.531 | qemu-utils 2021-04-26 08:05:23.531 | thin-provisioning-tools 2021-04-26 08:05:23.531 | acl 2021-04-26 08:05:23.531 | dnsmasq-base 2021-04-26 08:05:23.531 | dnsmasq-utils 2021-04-26 08:05:23.531 | ebtables 2021-04-26 08:05:23.531 | haproxy 2021-04-26 08:05:23.531 | iptables 2021-04-26 08:05:23.531 | iputils-arping 2021-04-26 08:05:23.531 | iputils-ping 2021-04-26 08:05:23.531 | libmysqlclient-dev 2021-04-26 08:05:23.531 | postgresql-server-dev-all 2021-04-26 08:05:23.531 | python3-mysqldb 2021-04-26 08:05:23.531 | sqlite3 2021-04-26 08:05:23.532 | sudo 2021-04-26 08:05:23.532 | vlan 2021-04-26 08:05:23.532 | ipset 2021-04-26 08:05:23.532 | conntrack 2021-04-26 08:05:23.532 | conntrackd 2021-04-26 08:05:23.532 | keepalived 2021-04-26 08:05:23.532 | dstat 2021-04-26 08:05:23.532 | lvm2 2021-04-26 08:05:23.532 | qemu-utils 2021-04-26 08:05:23.532 | thin-provisioning-tools 2021-04-26 08:05:23.532 | curl 2021-04-26 08:05:23.532 | liberasurecode-dev 2021-04-26 08:05:23.532 | make 2021-04-26 08:05:23.532 | memcached 2021-04-26 08:05:23.532 | sqlite3 2021-04-26 08:05:23.532 | xfsprogs ' 2021-04-26 08:05:23.532 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2021-04-26 08:05:23.534 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:05:23.536 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:05:23.540 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2021-04-26 08:05:23.540 | ++ 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 libmysqlclient-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 libmysqlclient-dev 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 libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-04-26 08:05:23.544 | ++ 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 libmysqlclient-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 libmysqlclient-dev 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 libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-04-26 08:05:23.546 | ++ functions-common:install_package:1342 : update_package_repo 2021-04-26 08:05:23.549 | ++ functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2021-04-26 08:05:23.551 | ++ functions-common:update_package_repo:1315 : REPOS_UPDATED=False 2021-04-26 08:05:23.553 | ++ functions-common:update_package_repo:1316 : RETRY_UPDATE=False 2021-04-26 08:05:23.555 | ++ functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2021-04-26 08:05:23.557 | ++ functions-common:update_package_repo:1322 : is_ubuntu 2021-04-26 08:05:23.559 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:05:23.562 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:05:23.564 | ++ functions-common:update_package_repo:1323 : apt_get_update 2021-04-26 08:05:23.566 | ++ functions-common:apt_get_update:1068 : [[ False == \T\r\u\e ]] 2021-04-26 08:05:23.568 | ++ functions-common:apt_get_update:1073 : [[ False = \T\r\u\e ]] 2021-04-26 08:05:23.570 | ++ functions-common:apt_get_update:1075 : local sudo=sudo 2021-04-26 08:05:23.573 | +++ functions-common:apt_get_update:1076 : id -u 2021-04-26 08:05:23.577 | ++ functions-common:apt_get_update:1076 : [[ 1000 = \0 ]] 2021-04-26 08:05:23.580 | ++ functions-common:apt_get_update:1079 : time_start apt-get-update 2021-04-26 08:05:23.582 | ++ functions-common:time_start:2290 : local name=apt-get-update 2021-04-26 08:05:23.584 | ++ functions-common:time_start:2291 : local start_time= 2021-04-26 08:05:23.586 | ++ functions-common:time_start:2292 : [[ -n '' ]] 2021-04-26 08:05:23.588 | +++ functions-common:time_start:2295 : date +%s%3N 2021-04-26 08:05:23.592 | ++ functions-common:time_start:2295 : _TIME_START[$name]=1619424323589 2021-04-26 08:05:23.595 | ++ functions-common:apt_get_update:1081 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-04-26 08:05:23.597 | ++ functions-common:apt_get_update:1082 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-04-26 08:05:23.599 | ++ functions-common:apt_get_update:1083 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2021-04-26 08:05:23.832 | Hit:1 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri InRelease 2021-04-26 08:05:23.882 | Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2021-04-26 08:05:24.145 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-04-26 08:05:24.288 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2021-04-26 08:05:24.762 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 2021-04-26 08:05:25.149 | Fetched 252 kB in 1s (199 kB/s) 2021-04-26 08:05:26.880 | Reading package lists... 2021-04-26 08:05:26.940 | ++ functions-common:apt_get_update:1087 : REPOS_UPDATED=True 2021-04-26 08:05:26.942 | ++ functions-common:apt_get_update:1089 : time_stop apt-get-update 2021-04-26 08:05:26.945 | ++ functions-common:time_stop:2304 : local name 2021-04-26 08:05:26.947 | ++ functions-common:time_stop:2305 : local end_time 2021-04-26 08:05:26.949 | ++ functions-common:time_stop:2306 : local elapsed_time 2021-04-26 08:05:26.951 | ++ functions-common:time_stop:2307 : local total 2021-04-26 08:05:26.954 | ++ functions-common:time_stop:2308 : local start_time 2021-04-26 08:05:26.956 | ++ functions-common:time_stop:2310 : name=apt-get-update 2021-04-26 08:05:26.958 | ++ functions-common:time_stop:2311 : start_time=1619424323589 2021-04-26 08:05:26.960 | ++ functions-common:time_stop:2313 : [[ -z 1619424323589 ]] 2021-04-26 08:05:26.963 | +++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 08:05:26.967 | ++ functions-common:time_stop:2316 : end_time=1619424326964 2021-04-26 08:05:26.969 | ++ functions-common:time_stop:2317 : elapsed_time=3375 2021-04-26 08:05:26.971 | ++ functions-common:time_stop:2318 : total=0 2021-04-26 08:05:26.973 | ++ functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 08:05:26.975 | ++ functions-common:time_stop:2321 : _TIME_TOTAL[$name]=3375 2021-04-26 08:05:26.978 | ++ functions-common:install_package:1343 : 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 libmysqlclient-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 libmysqlclient-dev 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 libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-04-26 08:05:26.980 | ++ functions-common:real_install_package:1328 : is_ubuntu 2021-04-26 08:05:26.982 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:05:26.985 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:05:26.987 | ++ functions-common:real_install_package:1329 : 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 libmysqlclient-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 libmysqlclient-dev 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 libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-04-26 08:05:27.008 | ++ functions-common:apt_get:1109 : 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 libmysqlclient-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 libmysqlclient-dev 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 libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-04-26 08:05:27.128 | Reading package lists... 2021-04-26 08:05:27.378 | Building dependency tree... 2021-04-26 08:05:27.379 | Reading state information... 2021-04-26 08:05:27.408 | acl is already the newest version (2.2.52-3build1). 2021-04-26 08:05:27.409 | bc is already the newest version (1.07.1-2). 2021-04-26 08:05:27.409 | bsdmainutils is already the newest version (11.1.2ubuntu1). 2021-04-26 08:05:27.409 | conntrack is already the newest version (1:1.4.4+snapshot20161117-6ubuntu2). 2021-04-26 08:05:27.409 | gawk is already the newest version (1:4.1.4+dfsg-1build1). 2021-04-26 08:05:27.409 | genisoimage is already the newest version (9:1.1.11-3ubuntu2). 2021-04-26 08:05:27.409 | ipset is already the newest version (6.34-1). 2021-04-26 08:05:27.409 | iptables is already the newest version (1.6.1-2ubuntu2). 2021-04-26 08:05:27.409 | kpartx is already the newest version (0.7.4-2ubuntu3). 2021-04-26 08:05:27.409 | liberasurecode-dev is already the newest version (1.5.0-1). 2021-04-26 08:05:27.409 | libffi-dev is already the newest version (3.2.1-8). 2021-04-26 08:05:27.409 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2021-04-26 08:05:27.409 | libpcre3-dev is already the newest version (2:8.39-9). 2021-04-26 08:05:27.409 | libyaml-dev is already the newest version (0.1.7-2ubuntu3). 2021-04-26 08:05:27.409 | lsof is already the newest version (4.89+dfsg-0.1). 2021-04-26 08:05:27.409 | lsscsi is already the newest version (0.28-0.1). 2021-04-26 08:05:27.409 | make is already the newest version (4.1-9.1ubuntu1). 2021-04-26 08:05:27.409 | pkg-config is already the newest version (0.29.1-0ubuntu2). 2021-04-26 08:05:27.409 | python3-systemd is already the newest version (234-1build1). 2021-04-26 08:05:27.409 | socat is already the newest version (1.7.3.2-2ubuntu2). 2021-04-26 08:05:27.409 | xfsprogs is already the newest version (4.9.0+nmu1ubuntu2). 2021-04-26 08:05:27.409 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-0ubuntu2). 2021-04-26 08:05:27.409 | conntrackd is already the newest version (1:1.4.4+snapshot20161117-6ubuntu2). 2021-04-26 08:05:27.409 | dstat is already the newest version (0.7.3-1). 2021-04-26 08:05:27.409 | graphviz is already the newest version (2.40.1-2). 2021-04-26 08:05:27.409 | libjs-jquery-tablesorter is already the newest version (1:2.29.5+dfsg1-1). 2021-04-26 08:05:27.409 | pm-utils is already the newest version (1.4.1-17). 2021-04-26 08:05:27.409 | thin-provisioning-tools is already the newest version (0.7.4-2ubuntu3). 2021-04-26 08:05:27.409 | apache2 is already the newest version (2.4.29-1ubuntu4.14). 2021-04-26 08:05:27.409 | apache2-dev is already the newest version (2.4.29-1ubuntu4.14). 2021-04-26 08:05:27.409 | curl is already the newest version (7.58.0-2ubuntu3.13). 2021-04-26 08:05:27.409 | dnsmasq-base is already the newest version (2.79-1ubuntu0.3). 2021-04-26 08:05:27.410 | dnsmasq-utils is already the newest version (2.79-1ubuntu0.3). 2021-04-26 08:05:27.410 | ebtables is already the newest version (2.0.10.4-3.5ubuntu2.18.04.3). 2021-04-26 08:05:27.410 | g++ is already the newest version (4:7.4.0-1ubuntu2.3). 2021-04-26 08:05:27.410 | gcc is already the newest version (4:7.4.0-1ubuntu2.3). 2021-04-26 08:05:27.410 | gettext is already the newest version (0.19.8.1-6ubuntu0.3). 2021-04-26 08:05:27.410 | git is already the newest version (1:2.17.1-1ubuntu0.8). 2021-04-26 08:05:27.410 | haproxy is already the newest version (1.8.8-1ubuntu0.11). 2021-04-26 08:05:27.410 | iputils-arping is already the newest version (3:20161105-1ubuntu3). 2021-04-26 08:05:27.410 | iputils-ping is already the newest version (3:20161105-1ubuntu3). 2021-04-26 08:05:27.410 | keepalived is already the newest version (1:1.3.9-1ubuntu0.18.04.2). 2021-04-26 08:05:27.410 | libkrb5-dev is already the newest version (1.16-2ubuntu0.2). 2021-04-26 08:05:27.410 | libldap2-dev is already the newest version (2.4.45+dfsg-1ubuntu1.10). 2021-04-26 08:05:27.410 | libmysqlclient-dev is already the newest version (5.7.33-0ubuntu0.18.04.1). 2021-04-26 08:05:27.410 | libpq-dev is already the newest version (10.16-0ubuntu0.18.04.1). 2021-04-26 08:05:27.410 | libsasl2-dev is already the newest version (2.1.27~101-g0780600+dfsg-3ubuntu2.3). 2021-04-26 08:05:27.410 | libssl-dev is already the newest version (1.1.1-1ubuntu2.1~18.04.9). 2021-04-26 08:05:27.410 | libsystemd-dev is already the newest version (237-3ubuntu10.46). 2021-04-26 08:05:27.410 | libxml2-dev is already the newest version (2.9.4+dfsg1-6.1ubuntu1.3). 2021-04-26 08:05:27.410 | libxslt1-dev is already the newest version (1.1.29-5ubuntu0.2). 2021-04-26 08:05:27.410 | lvm2 is already the newest version (2.02.176-4.1ubuntu3.18.04.3). 2021-04-26 08:05:27.410 | memcached is already the newest version (1.5.6-0ubuntu1.2). 2021-04-26 08:05:27.410 | open-iscsi is already the newest version (2.0.874-5ubuntu2.10). 2021-04-26 08:05:27.410 | openssh-server is already the newest version (1:7.6p1-4ubuntu0.3). 2021-04-26 08:05:27.410 | openssl is already the newest version (1.1.1-1ubuntu2.1~18.04.9). 2021-04-26 08:05:27.410 | parted is already the newest version (3.2-20ubuntu0.2). 2021-04-26 08:05:27.410 | psmisc is already the newest version (23.1-1ubuntu0.1). 2021-04-26 08:05:27.410 | python3-dev is already the newest version (3.6.7-1~18.04). 2021-04-26 08:05:27.410 | sqlite3 is already the newest version (3.22.0-1ubuntu0.4). 2021-04-26 08:05:27.410 | sudo is already the newest version (1.8.21p2-3ubuntu1.4). 2021-04-26 08:05:27.410 | tar is already the newest version (1.29b-2ubuntu0.2). 2021-04-26 08:05:27.410 | tcpdump is already the newest version (4.9.3-0ubuntu0.18.04.1). 2021-04-26 08:05:27.410 | unzip is already the newest version (6.0-21ubuntu1.1). 2021-04-26 08:05:27.410 | uuid-runtime is already the newest version (2.31.1-0.4ubuntu3.7). 2021-04-26 08:05:27.411 | vlan is already the newest version (1.9-3.2ubuntu6). 2021-04-26 08:05:27.411 | wget is already the newest version (1.19.4-1ubuntu2.2). 2021-04-26 08:05:27.592 | libapache2-mod-proxy-uwsgi is already the newest version (2.0.15-10.2ubuntu2.1). 2021-04-26 08:05:27.592 | postgresql-server-dev-all is already the newest version (190ubuntu0.1). 2021-04-26 08:05:27.592 | python3-pip is already the newest version (9.0.1-2.3~ubuntu1.18.04.4). 2021-04-26 08:05:27.592 | python3-venv is already the newest version (3.6.7-1~18.04). 2021-04-26 08:05:27.592 | python3-mysqldb is already the newest version (1.4.4-2build1~cloud0). 2021-04-26 08:05:27.592 | qemu-utils is already the newest version (1:4.2-3ubuntu6.13~cloud0). 2021-04-26 08:05:27.592 | The following packages were automatically installed and are no longer required: 2021-04-26 08:05:27.593 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-04-26 08:05:27.593 | python3-click python3-colorama python3-configobj python3-constantly 2021-04-26 08:05:27.593 | python3-hyperlink python3-incremental python3-pam python3-problem-report 2021-04-26 08:05:27.593 | python3-pyasn1 python3-requests-unixsocket python3-serial 2021-04-26 08:05:27.593 | python3-twisted-bin python3-zope.interface 2021-04-26 08:05:27.593 | Use 'sudo apt autoremove' to remove them. 2021-04-26 08:05:28.009 | 0 upgraded, 0 newly installed, 0 to remove and 173 not upgraded. 2021-04-26 08:05:28.009 | 2 not fully installed or removed. 2021-04-26 08:05:28.009 | After this operation, 0 B of additional disk space will be used. 2021-04-26 08:05:28.031 | Setting up python3-rtslib-fb (2.1.71-0ubuntu1~cloud0) ... 2021-04-26 08:05:28.770 | Failed to start rtslib-fb-targetctl.service: Unit rtslib-fb-targetctl.service is not loaded properly: Exec format error. 2021-04-26 08:05:28.770 | See system logs and 'systemctl status rtslib-fb-targetctl.service' for details. 2021-04-26 08:05:28.772 | invoke-rc.d: initscript rtslib-fb-targetctl, action "start" failed. 2021-04-26 08:05:28.778 | ● rtslib-fb-targetctl.service - Restore LIO kernel target configuration 2021-04-26 08:05:28.778 | Loaded: error (Reason: Exec format error) 2021-04-26 08:05:28.778 | Active: inactive (dead) 2021-04-26 08:05:28.778 | 2021-04-26 08:05:28.778 | Apr 26 08:04:51 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:05:28.778 | Apr 26 08:05:00 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:05:28.778 | Apr 26 08:05:00 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:05:28.778 | Apr 26 08:05:00 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:05:28.778 | Apr 26 08:05:19 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:05:28.778 | Apr 26 08:05:19 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:05:28.778 | Apr 26 08:05:19 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:05:28.778 | Apr 26 08:05:28 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:05:28.778 | Apr 26 08:05:28 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:05:28.778 | Apr 26 08:05:28 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:05:28.779 | dpkg: error processing package python3-rtslib-fb (--configure): 2021-04-26 08:05:28.779 | installed python3-rtslib-fb package post-installation script subprocess returned error exit status 1 2021-04-26 08:05:28.779 | dpkg: dependency problems prevent configuration of targetcli-fb: 2021-04-26 08:05:28.780 | targetcli-fb depends on python3-rtslib-fb; however: 2021-04-26 08:05:28.780 | Package python3-rtslib-fb is not configured yet. 2021-04-26 08:05:28.780 | 2021-04-26 08:05:28.780 | dpkg: error processing package targetcli-fb (--configure): 2021-04-26 08:05:28.780 | dependency problems - leaving unconfigured 2021-04-26 08:05:28.858 | Errors were encountered while processing: 2021-04-26 08:05:28.858 | python3-rtslib-fb 2021-04-26 08:05:28.858 | targetcli-fb 2021-04-26 08:05:30.741 | E: Sub-process /usr/bin/dpkg returned an error code (1) 2021-04-26 08:05:30.746 | ++ functions-common:apt_get:1113 : result=100 2021-04-26 08:05:30.748 | ++ functions-common:apt_get:1116 : time_stop apt-get 2021-04-26 08:05:30.751 | ++ functions-common:time_stop:2304 : local name 2021-04-26 08:05:30.753 | ++ functions-common:time_stop:2305 : local end_time 2021-04-26 08:05:30.755 | ++ functions-common:time_stop:2306 : local elapsed_time 2021-04-26 08:05:30.757 | ++ functions-common:time_stop:2307 : local total 2021-04-26 08:05:30.759 | ++ functions-common:time_stop:2308 : local start_time 2021-04-26 08:05:30.761 | ++ functions-common:time_stop:2310 : name=apt-get 2021-04-26 08:05:30.763 | ++ functions-common:time_stop:2311 : start_time=1619424327004 2021-04-26 08:05:30.765 | ++ functions-common:time_stop:2313 : [[ -z 1619424327004 ]] 2021-04-26 08:05:30.768 | +++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 08:05:30.772 | ++ functions-common:time_stop:2316 : end_time=1619424330769 2021-04-26 08:05:30.774 | ++ functions-common:time_stop:2317 : elapsed_time=3765 2021-04-26 08:05:30.776 | ++ functions-common:time_stop:2318 : total=3748 2021-04-26 08:05:30.778 | ++ functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 08:05:30.780 | ++ functions-common:time_stop:2321 : _TIME_TOTAL[$name]=7513 2021-04-26 08:05:30.783 | ++ functions-common:apt_get:1117 : return 100 2021-04-26 08:05:30.785 | ++ functions-common:install_package:1344 : RETRY_UPDATE=True 2021-04-26 08:05:30.788 | ++ functions-common:install_package:1344 : update_package_repo 2021-04-26 08:05:30.790 | ++ functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2021-04-26 08:05:30.792 | ++ functions-common:update_package_repo:1315 : REPOS_UPDATED=True 2021-04-26 08:05:30.795 | ++ functions-common:update_package_repo:1316 : RETRY_UPDATE=True 2021-04-26 08:05:30.798 | ++ functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2021-04-26 08:05:30.800 | ++ functions-common:update_package_repo:1322 : is_ubuntu 2021-04-26 08:05:30.802 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:05:30.804 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:05:30.807 | ++ functions-common:update_package_repo:1323 : apt_get_update 2021-04-26 08:05:30.809 | ++ functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-04-26 08:05:30.811 | ++ functions-common:apt_get_update:1068 : [[ True != \T\r\u\e ]] 2021-04-26 08:05:30.813 | ++ functions-common:apt_get_update:1073 : [[ False = \T\r\u\e ]] 2021-04-26 08:05:30.816 | ++ functions-common:apt_get_update:1075 : local sudo=sudo 2021-04-26 08:05:30.818 | +++ functions-common:apt_get_update:1076 : id -u 2021-04-26 08:05:30.823 | ++ functions-common:apt_get_update:1076 : [[ 1000 = \0 ]] 2021-04-26 08:05:30.825 | ++ functions-common:apt_get_update:1079 : time_start apt-get-update 2021-04-26 08:05:30.827 | ++ functions-common:time_start:2290 : local name=apt-get-update 2021-04-26 08:05:30.829 | ++ functions-common:time_start:2291 : local start_time= 2021-04-26 08:05:30.831 | ++ functions-common:time_start:2292 : [[ -n '' ]] 2021-04-26 08:05:30.834 | +++ functions-common:time_start:2295 : date +%s%3N 2021-04-26 08:05:30.838 | ++ functions-common:time_start:2295 : _TIME_START[$name]=1619424330835 2021-04-26 08:05:30.840 | ++ functions-common:apt_get_update:1081 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-04-26 08:05:30.843 | ++ functions-common:apt_get_update:1082 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-04-26 08:05:30.845 | ++ functions-common:apt_get_update:1083 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2021-04-26 08:05:31.076 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-04-26 08:05:31.076 | Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2021-04-26 08:05:31.076 | Hit:3 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri InRelease 2021-04-26 08:05:31.122 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2021-04-26 08:05:31.350 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 2021-04-26 08:05:31.838 | Fetched 252 kB in 1s (352 kB/s) 2021-04-26 08:05:33.574 | Reading package lists... 2021-04-26 08:05:33.635 | ++ functions-common:apt_get_update:1087 : REPOS_UPDATED=True 2021-04-26 08:05:33.637 | ++ functions-common:apt_get_update:1089 : time_stop apt-get-update 2021-04-26 08:05:33.640 | ++ functions-common:time_stop:2304 : local name 2021-04-26 08:05:33.642 | ++ functions-common:time_stop:2305 : local end_time 2021-04-26 08:05:33.644 | ++ functions-common:time_stop:2306 : local elapsed_time 2021-04-26 08:05:33.646 | ++ functions-common:time_stop:2307 : local total 2021-04-26 08:05:33.648 | ++ functions-common:time_stop:2308 : local start_time 2021-04-26 08:05:33.651 | ++ functions-common:time_stop:2310 : name=apt-get-update 2021-04-26 08:05:33.653 | ++ functions-common:time_stop:2311 : start_time=1619424330835 2021-04-26 08:05:33.655 | ++ functions-common:time_stop:2313 : [[ -z 1619424330835 ]] 2021-04-26 08:05:33.658 | +++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 08:05:33.662 | ++ functions-common:time_stop:2316 : end_time=1619424333659 2021-04-26 08:05:33.665 | ++ functions-common:time_stop:2317 : elapsed_time=2824 2021-04-26 08:05:33.667 | ++ functions-common:time_stop:2318 : total=3375 2021-04-26 08:05:33.669 | ++ functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 08:05:33.671 | ++ functions-common:time_stop:2321 : _TIME_TOTAL[$name]=6199 2021-04-26 08:05:33.675 | ++ functions-common:install_package:1344 : 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 libmysqlclient-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 libmysqlclient-dev 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 libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-04-26 08:05:33.677 | ++ functions-common:real_install_package:1328 : is_ubuntu 2021-04-26 08:05:33.679 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:05:33.681 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:05:33.684 | ++ functions-common:real_install_package:1329 : 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 libmysqlclient-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 libmysqlclient-dev 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 libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-04-26 08:05:33.704 | ++ functions-common:apt_get:1109 : 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 libmysqlclient-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 libmysqlclient-dev 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 libmysqlclient-dev postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan ipset conntrack conntrackd keepalived dstat lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached sqlite3 xfsprogs 2021-04-26 08:05:33.823 | Reading package lists... 2021-04-26 08:05:34.072 | Building dependency tree... 2021-04-26 08:05:34.073 | Reading state information... 2021-04-26 08:05:34.104 | acl is already the newest version (2.2.52-3build1). 2021-04-26 08:05:34.104 | bc is already the newest version (1.07.1-2). 2021-04-26 08:05:34.104 | bsdmainutils is already the newest version (11.1.2ubuntu1). 2021-04-26 08:05:34.104 | conntrack is already the newest version (1:1.4.4+snapshot20161117-6ubuntu2). 2021-04-26 08:05:34.104 | gawk is already the newest version (1:4.1.4+dfsg-1build1). 2021-04-26 08:05:34.104 | genisoimage is already the newest version (9:1.1.11-3ubuntu2). 2021-04-26 08:05:34.104 | ipset is already the newest version (6.34-1). 2021-04-26 08:05:34.104 | iptables is already the newest version (1.6.1-2ubuntu2). 2021-04-26 08:05:34.104 | kpartx is already the newest version (0.7.4-2ubuntu3). 2021-04-26 08:05:34.104 | liberasurecode-dev is already the newest version (1.5.0-1). 2021-04-26 08:05:34.104 | libffi-dev is already the newest version (3.2.1-8). 2021-04-26 08:05:34.104 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2021-04-26 08:05:34.104 | libpcre3-dev is already the newest version (2:8.39-9). 2021-04-26 08:05:34.104 | libyaml-dev is already the newest version (0.1.7-2ubuntu3). 2021-04-26 08:05:34.104 | lsof is already the newest version (4.89+dfsg-0.1). 2021-04-26 08:05:34.104 | lsscsi is already the newest version (0.28-0.1). 2021-04-26 08:05:34.104 | make is already the newest version (4.1-9.1ubuntu1). 2021-04-26 08:05:34.104 | pkg-config is already the newest version (0.29.1-0ubuntu2). 2021-04-26 08:05:34.104 | python3-systemd is already the newest version (234-1build1). 2021-04-26 08:05:34.104 | socat is already the newest version (1.7.3.2-2ubuntu2). 2021-04-26 08:05:34.105 | xfsprogs is already the newest version (4.9.0+nmu1ubuntu2). 2021-04-26 08:05:34.105 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-0ubuntu2). 2021-04-26 08:05:34.105 | conntrackd is already the newest version (1:1.4.4+snapshot20161117-6ubuntu2). 2021-04-26 08:05:34.105 | dstat is already the newest version (0.7.3-1). 2021-04-26 08:05:34.105 | graphviz is already the newest version (2.40.1-2). 2021-04-26 08:05:34.105 | libjs-jquery-tablesorter is already the newest version (1:2.29.5+dfsg1-1). 2021-04-26 08:05:34.105 | pm-utils is already the newest version (1.4.1-17). 2021-04-26 08:05:34.105 | thin-provisioning-tools is already the newest version (0.7.4-2ubuntu3). 2021-04-26 08:05:34.105 | apache2 is already the newest version (2.4.29-1ubuntu4.14). 2021-04-26 08:05:34.105 | apache2-dev is already the newest version (2.4.29-1ubuntu4.14). 2021-04-26 08:05:34.105 | curl is already the newest version (7.58.0-2ubuntu3.13). 2021-04-26 08:05:34.105 | dnsmasq-base is already the newest version (2.79-1ubuntu0.3). 2021-04-26 08:05:34.105 | dnsmasq-utils is already the newest version (2.79-1ubuntu0.3). 2021-04-26 08:05:34.105 | ebtables is already the newest version (2.0.10.4-3.5ubuntu2.18.04.3). 2021-04-26 08:05:34.105 | g++ is already the newest version (4:7.4.0-1ubuntu2.3). 2021-04-26 08:05:34.105 | gcc is already the newest version (4:7.4.0-1ubuntu2.3). 2021-04-26 08:05:34.105 | gettext is already the newest version (0.19.8.1-6ubuntu0.3). 2021-04-26 08:05:34.105 | git is already the newest version (1:2.17.1-1ubuntu0.8). 2021-04-26 08:05:34.105 | haproxy is already the newest version (1.8.8-1ubuntu0.11). 2021-04-26 08:05:34.105 | iputils-arping is already the newest version (3:20161105-1ubuntu3). 2021-04-26 08:05:34.105 | iputils-ping is already the newest version (3:20161105-1ubuntu3). 2021-04-26 08:05:34.105 | keepalived is already the newest version (1:1.3.9-1ubuntu0.18.04.2). 2021-04-26 08:05:34.105 | libkrb5-dev is already the newest version (1.16-2ubuntu0.2). 2021-04-26 08:05:34.105 | libldap2-dev is already the newest version (2.4.45+dfsg-1ubuntu1.10). 2021-04-26 08:05:34.105 | libmysqlclient-dev is already the newest version (5.7.33-0ubuntu0.18.04.1). 2021-04-26 08:05:34.105 | libpq-dev is already the newest version (10.16-0ubuntu0.18.04.1). 2021-04-26 08:05:34.105 | libsasl2-dev is already the newest version (2.1.27~101-g0780600+dfsg-3ubuntu2.3). 2021-04-26 08:05:34.105 | libssl-dev is already the newest version (1.1.1-1ubuntu2.1~18.04.9). 2021-04-26 08:05:34.105 | libsystemd-dev is already the newest version (237-3ubuntu10.46). 2021-04-26 08:05:34.105 | libxml2-dev is already the newest version (2.9.4+dfsg1-6.1ubuntu1.3). 2021-04-26 08:05:34.105 | libxslt1-dev is already the newest version (1.1.29-5ubuntu0.2). 2021-04-26 08:05:34.106 | lvm2 is already the newest version (2.02.176-4.1ubuntu3.18.04.3). 2021-04-26 08:05:34.106 | memcached is already the newest version (1.5.6-0ubuntu1.2). 2021-04-26 08:05:34.106 | open-iscsi is already the newest version (2.0.874-5ubuntu2.10). 2021-04-26 08:05:34.106 | openssh-server is already the newest version (1:7.6p1-4ubuntu0.3). 2021-04-26 08:05:34.106 | openssl is already the newest version (1.1.1-1ubuntu2.1~18.04.9). 2021-04-26 08:05:34.106 | parted is already the newest version (3.2-20ubuntu0.2). 2021-04-26 08:05:34.106 | psmisc is already the newest version (23.1-1ubuntu0.1). 2021-04-26 08:05:34.106 | python3-dev is already the newest version (3.6.7-1~18.04). 2021-04-26 08:05:34.106 | sqlite3 is already the newest version (3.22.0-1ubuntu0.4). 2021-04-26 08:05:34.106 | sudo is already the newest version (1.8.21p2-3ubuntu1.4). 2021-04-26 08:05:34.106 | tar is already the newest version (1.29b-2ubuntu0.2). 2021-04-26 08:05:34.106 | tcpdump is already the newest version (4.9.3-0ubuntu0.18.04.1). 2021-04-26 08:05:34.106 | unzip is already the newest version (6.0-21ubuntu1.1). 2021-04-26 08:05:34.106 | uuid-runtime is already the newest version (2.31.1-0.4ubuntu3.7). 2021-04-26 08:05:34.106 | vlan is already the newest version (1.9-3.2ubuntu6). 2021-04-26 08:05:34.106 | wget is already the newest version (1.19.4-1ubuntu2.2). 2021-04-26 08:05:34.289 | libapache2-mod-proxy-uwsgi is already the newest version (2.0.15-10.2ubuntu2.1). 2021-04-26 08:05:34.290 | postgresql-server-dev-all is already the newest version (190ubuntu0.1). 2021-04-26 08:05:34.290 | python3-pip is already the newest version (9.0.1-2.3~ubuntu1.18.04.4). 2021-04-26 08:05:34.290 | python3-venv is already the newest version (3.6.7-1~18.04). 2021-04-26 08:05:34.290 | python3-mysqldb is already the newest version (1.4.4-2build1~cloud0). 2021-04-26 08:05:34.290 | qemu-utils is already the newest version (1:4.2-3ubuntu6.13~cloud0). 2021-04-26 08:05:34.290 | The following packages were automatically installed and are no longer required: 2021-04-26 08:05:34.290 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-04-26 08:05:34.290 | python3-click python3-colorama python3-configobj python3-constantly 2021-04-26 08:05:34.290 | python3-hyperlink python3-incremental python3-pam python3-problem-report 2021-04-26 08:05:34.290 | python3-pyasn1 python3-requests-unixsocket python3-serial 2021-04-26 08:05:34.290 | python3-twisted-bin python3-zope.interface 2021-04-26 08:05:34.290 | Use 'sudo apt autoremove' to remove them. 2021-04-26 08:05:34.705 | 0 upgraded, 0 newly installed, 0 to remove and 173 not upgraded. 2021-04-26 08:05:34.705 | 2 not fully installed or removed. 2021-04-26 08:05:34.705 | After this operation, 0 B of additional disk space will be used. 2021-04-26 08:05:34.726 | Setting up python3-rtslib-fb (2.1.71-0ubuntu1~cloud0) ... 2021-04-26 08:05:35.443 | Failed to start rtslib-fb-targetctl.service: Unit rtslib-fb-targetctl.service is not loaded properly: Exec format error. 2021-04-26 08:05:35.443 | See system logs and 'systemctl status rtslib-fb-targetctl.service' for details. 2021-04-26 08:05:35.445 | invoke-rc.d: initscript rtslib-fb-targetctl, action "start" failed. 2021-04-26 08:05:35.450 | ● rtslib-fb-targetctl.service - Restore LIO kernel target configuration 2021-04-26 08:05:35.451 | Loaded: error (Reason: Exec format error) 2021-04-26 08:05:35.451 | Active: inactive (dead) 2021-04-26 08:05:35.451 | 2021-04-26 08:05:35.451 | Apr 26 08:05:00 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:05:35.451 | Apr 26 08:05:19 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:05:35.451 | Apr 26 08:05:19 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:05:35.451 | Apr 26 08:05:19 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:05:35.451 | Apr 26 08:05:28 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:05:35.451 | Apr 26 08:05:28 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:05:35.451 | Apr 26 08:05:28 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:05:35.451 | Apr 26 08:05:35 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:05:35.451 | Apr 26 08:05:35 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:05:35.451 | Apr 26 08:05:35 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:05:35.452 | dpkg: error processing package python3-rtslib-fb (--configure): 2021-04-26 08:05:35.452 | installed python3-rtslib-fb package post-installation script subprocess returned error exit status 1 2021-04-26 08:05:35.452 | dpkg: dependency problems prevent configuration of targetcli-fb: 2021-04-26 08:05:35.452 | targetcli-fb depends on python3-rtslib-fb; however: 2021-04-26 08:05:35.452 | Package python3-rtslib-fb is not configured yet. 2021-04-26 08:05:35.452 | 2021-04-26 08:05:35.452 | dpkg: error processing package targetcli-fb (--configure): 2021-04-26 08:05:35.452 | dependency problems - leaving unconfigured 2021-04-26 08:05:35.547 | Errors were encountered while processing: 2021-04-26 08:05:35.547 | python3-rtslib-fb 2021-04-26 08:05:35.547 | targetcli-fb 2021-04-26 08:05:37.438 | E: Sub-process /usr/bin/dpkg returned an error code (1) 2021-04-26 08:05:37.443 | + functions-common:apt_get:1 : exit_trap 2021-04-26 08:05:37.445 | + ./stack.sh:exit_trap:503 : local r=100 2021-04-26 08:05:37.448 | ++ ./stack.sh:exit_trap:504 : jobs -p 2021-04-26 08:05:37.451 | + ./stack.sh:exit_trap:504 : jobs= 2021-04-26 08:05:37.453 | + ./stack.sh:exit_trap:507 : [[ -n '' ]] 2021-04-26 08:05:37.456 | + ./stack.sh:exit_trap:513 : '[' -f '' ']' 2021-04-26 08:05:37.458 | + ./stack.sh:exit_trap:518 : kill_spinner 2021-04-26 08:05:37.460 | + ./stack.sh:kill_spinner:413 : '[' '!' -z '' ']' 2021-04-26 08:05:37.462 | + ./stack.sh:exit_trap:520 : [[ 100 -ne 0 ]] 2021-04-26 08:05:37.464 | + ./stack.sh:exit_trap:521 : echo 'Error on exit' 2021-04-26 08:05:37.464 | Error on exit 2021-04-26 08:05:37.466 | + ./stack.sh:exit_trap:523 : type -p generate-subunit 2021-04-26 08:05:37.468 | + ./stack.sh:exit_trap:524 : generate-subunit 1619424315 22 fail 2021-04-26 08:05:38.034 | + ./stack.sh:exit_trap:526 : [[ -z /opt/stack/logs ]] 2021-04-26 08:05:38.036 | + ./stack.sh:exit_trap:529 : /usr/bin/python3.6 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2021-04-26 08:05:38.473 | + ./stack.sh:exit_trap:538 : exit 100