2021-04-26 08:24:58.394 | + ./stack.sh:main:469 : exec 2021-04-26 08:24:58.394 | + ./stack.sh:main:477 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2021-04-26-082458' 2021-04-26 08:24:58.394 | ++ ./stack.sh:main:469 : /usr/bin/python3.6 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2021-04-26-082458.summary.2021-04-26-082458 2021-04-26 08:24:58.394 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-04-26 08:24:58.394 | + ./stack.sh:echo_summary:428 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2021-04-26-082458 2021-04-26 08:24:58.394 | + ./stack.sh:main:479 : ln -sf /opt/stack/logs/stack.sh.log.2021-04-26-082458 /opt/stack/logs/stack.sh.log 2021-04-26 08:24:58.394 | + ./stack.sh:main:480 : ln -sf /opt/stack/logs/stack.sh.log.2021-04-26-082458.summary.2021-04-26-082458 /opt/stack/logs/stack.sh.log.summary 2021-04-26 08:24:58.394 | + ./stack.sh:main:495 : check_path_perm_sanity /opt/stack 2021-04-26 08:24:58.394 | + functions:check_path_perm_sanity:596 : local real_path 2021-04-26 08:24:58.394 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2021-04-26 08:24:58.394 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2021-04-26 08:24:58.394 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2021-04-26 08:24:58.394 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2021-04-26 08:24:58.394 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2021-04-26 08:24:58.394 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2021-04-26 08:24:58.394 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2021-04-26 08:24:58.394 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2021-04-26 08:24:58.394 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2021-04-26 08:24:58.394 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2021-04-26 08:24:58.394 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2021-04-26 08:24:58.394 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2021-04-26 08:24:58.394 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2021-04-26 08:24:58.394 | + ./stack.sh:main:501 : trap exit_trap EXIT 2021-04-26 08:24:58.395 | + ./stack.sh:main:542 : trap err_trap ERR 2021-04-26 08:24:58.397 | + ./stack.sh:main:555 : set -o errexit 2021-04-26 08:24:58.398 | + ./stack.sh:main:558 : uname -a 2021-04-26 08:24:58.399 | Linux dv-osbrick-787933-1-smb 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:24:58.401 | + ./stack.sh:main:561 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2021-04-26 08:24:58.403 | + ./stack.sh:main:562 : rm -f /opt/stack/data/ca-bundle.pem 2021-04-26 08:24:58.406 | + ./stack.sh:main:565 : source /home/ubuntu/devstack/lib/database 2021-04-26 08:24:58.431 | + ./stack.sh:main:566 : source /home/ubuntu/devstack/lib/rpc_backend 2021-04-26 08:24:58.445 | + ./stack.sh:main:572 : fetch_plugins 2021-04-26 08:24:58.447 | + functions-common:fetch_plugins:1650 : local plugins= 2021-04-26 08:24:58.448 | + functions-common:fetch_plugins:1651 : local plugin 2021-04-26 08:24:58.450 | + functions-common:fetch_plugins:1654 : [[ -z '' ]] 2021-04-26 08:24:58.452 | + functions-common:fetch_plugins:1655 : return 2021-04-26 08:24:58.454 | + ./stack.sh:main:576 : run_phase override_defaults 2021-04-26 08:24:58.456 | + functions-common:run_phase:1732 : local mode=override_defaults 2021-04-26 08:24:58.458 | + functions-common:run_phase:1733 : local phase= 2021-04-26 08:24:58.459 | + functions-common:run_phase:1734 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-04-26 08:24:58.461 | + functions-common:run_phase:1735 : local extra_plugin_file_name 2021-04-26 08:24:58.463 | + functions-common:run_phase:1736 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-04-26 08:24:58.464 | + functions-common:run_phase:1741 : local exceptions=80-tempest.sh 2021-04-26 08:24:58.466 | + functions-common:run_phase:1742 : local extra 2021-04-26 08:24:58.468 | ++ functions-common:run_phase:1743 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-04-26 08:24:58.471 | + functions-common:run_phase:1743 : extra=80-tempest.sh 2021-04-26 08:24:58.473 | + functions-common:run_phase:1744 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-04-26 08:24:58.475 | + functions-common:run_phase:1748 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-04-26 08:24:58.477 | + functions-common:run_phase:1748 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2021-04-26 08:24:58.479 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-04-26 08:24:58.491 | ++ functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:24:58.493 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-04-26 08:24:58.495 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-26 08:24:58.496 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-26 08:24:58.498 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-26 08:24:58.500 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-26 08:24:58.502 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-26 08:24:58.503 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2021-04-26 08:24:58.505 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2021-04-26 08:24:58.507 | + functions-common:run_phase:1753 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-04-26 08:24:58.509 | + 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:24:58.510 | + functions-common:run_phase:1757 : plugin_override_defaults 2021-04-26 08:24:58.512 | + functions-common:plugin_override_defaults:1691 : local plugins= 2021-04-26 08:24:58.514 | + functions-common:plugin_override_defaults:1692 : local plugin 2021-04-26 08:24:58.516 | + functions-common:plugin_override_defaults:1695 : [[ -z '' ]] 2021-04-26 08:24:58.517 | + functions-common:plugin_override_defaults:1696 : return 2021-04-26 08:24:58.519 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/apache 2021-04-26 08:24:58.536 | + ./stack.sh:main:582 : source /home/ubuntu/devstack/lib/tls 2021-04-26 08:24:58.538 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2021-04-26 08:24:58.550 | ++ functions-common:is_service_enabled:1960 : return 1 2021-04-26 08:24:58.553 | +++ lib/tls:source:43 : hostname -f 2021-04-26 08:24:58.556 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2021-04-26 08:24:58.558 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2021-04-26 08:24:58.560 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2021-04-26 08:24:58.562 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2021-04-26 08:24:58.564 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2021-04-26 08:24:58.565 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2021-04-26 08:24:58.567 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2021-04-26 08:24:58.569 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2021-04-26 08:24:58.571 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2021-04-26 08:24:58.573 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2021-04-26 08:24:58.577 | + ./stack.sh:main:585 : source /home/ubuntu/devstack/lib/infra 2021-04-26 08:24:58.588 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/libraries 2021-04-26 08:24:58.604 | + ./stack.sh:main:587 : source /home/ubuntu/devstack/lib/lvm 2021-04-26 08:24:58.615 | + ./stack.sh:main:588 : source /home/ubuntu/devstack/lib/horizon 2021-04-26 08:24:58.626 | + ./stack.sh:main:589 : source /home/ubuntu/devstack/lib/keystone 2021-04-26 08:24:58.650 | + ./stack.sh:main:590 : source /home/ubuntu/devstack/lib/glance 2021-04-26 08:24:58.685 | + ./stack.sh:main:591 : source /home/ubuntu/devstack/lib/nova 2021-04-26 08:24:58.756 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/placement 2021-04-26 08:24:58.775 | + ./stack.sh:main:593 : source /home/ubuntu/devstack/lib/cinder 2021-04-26 08:24:58.809 | + ./stack.sh:main:594 : source /home/ubuntu/devstack/lib/swift 2021-04-26 08:24:58.854 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/neutron 2021-04-26 08:24:58.963 | + ./stack.sh:main:596 : source /home/ubuntu/devstack/lib/ldap 2021-04-26 08:24:58.975 | + ./stack.sh:main:597 : source /home/ubuntu/devstack/lib/dstat 2021-04-26 08:24:58.987 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/tcpdump 2021-04-26 08:24:58.999 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/etcd3 2021-04-26 08:24:59.096 | + ./stack.sh:main:605 : run_phase source 2021-04-26 08:24:59.098 | + functions-common:run_phase:1732 : local mode=source 2021-04-26 08:24:59.100 | + functions-common:run_phase:1733 : local phase= 2021-04-26 08:24:59.102 | + functions-common:run_phase:1734 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-04-26 08:24:59.104 | + functions-common:run_phase:1735 : local extra_plugin_file_name 2021-04-26 08:24:59.106 | + functions-common:run_phase:1736 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-04-26 08:24:59.108 | + functions-common:run_phase:1741 : local exceptions=80-tempest.sh 2021-04-26 08:24:59.110 | + functions-common:run_phase:1742 : local extra 2021-04-26 08:24:59.113 | ++ functions-common:run_phase:1743 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-04-26 08:24:59.116 | + functions-common:run_phase:1743 : extra=80-tempest.sh 2021-04-26 08:24:59.118 | + functions-common:run_phase:1744 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-04-26 08:24:59.120 | + functions-common:run_phase:1748 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-04-26 08:24:59.122 | + functions-common:run_phase:1748 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2021-04-26 08:24:59.124 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-04-26 08:24:59.138 | ++ functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:24:59.140 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2021-04-26 08:24:59.142 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2021-04-26 08:24:59.176 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2021-04-26 08:24:59.178 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2021-04-26 08:24:59.181 | + functions-common:run_phase:1753 : [[ source == \s\o\u\r\c\e ]] 2021-04-26 08:24:59.183 | + functions-common:run_phase:1754 : load_plugin_settings 2021-04-26 08:24:59.185 | + functions-common:load_plugin_settings:1668 : local plugins= 2021-04-26 08:24:59.187 | + functions-common:load_plugin_settings:1669 : local plugin 2021-04-26 08:24:59.189 | + functions-common:load_plugin_settings:1672 : [[ -z '' ]] 2021-04-26 08:24:59.192 | + functions-common:load_plugin_settings:1673 : return 2021-04-26 08:24:59.194 | + functions-common:run_phase:1755 : verify_disabled_services 2021-04-26 08:24:59.196 | + functions-common:verify_disabled_services:2015 : local service 2021-04-26 08:24:59.199 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.201 | + 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:24:59.203 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.205 | + 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:24:59.208 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.210 | + 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:24:59.213 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.215 | + 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:24:59.217 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.219 | + 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:24:59.222 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.224 | + 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:24:59.226 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.228 | + 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:24:59.231 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.233 | + 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:24:59.235 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.237 | + 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:24:59.240 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.242 | + 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:24:59.244 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.246 | + 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:24:59.249 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.251 | + 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:24:59.253 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.256 | + 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:24:59.258 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.260 | + 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:24:59.263 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.265 | + 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:24:59.267 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.270 | + 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:24:59.272 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.274 | + 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:24:59.277 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.279 | + 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:24:59.281 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.283 | + 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:24:59.285 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.288 | + 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:24:59.290 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.292 | + 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:24:59.294 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.297 | + 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:24:59.299 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.301 | + 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:24:59.303 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.306 | + 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:24:59.308 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.310 | + 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:24:59.313 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.315 | + 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:24:59.318 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.320 | + 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:24:59.322 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.324 | + 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:24:59.327 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.329 | + 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:24:59.331 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.334 | + 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:24:59.336 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.338 | + 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:24:59.341 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.343 | + 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:24:59.345 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.347 | + 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:24:59.350 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.352 | + 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:24:59.354 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.356 | + 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:24:59.359 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.361 | + 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:24:59.364 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.366 | + 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:24:59.368 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.371 | + 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:24:59.373 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.375 | + 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:24:59.378 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:24:59.380 | + 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:24:59.383 | + ./stack.sh:main:676 : initialize_database_backends 2021-04-26 08:24:59.385 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-04-26 08:24:59.388 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2021-04-26 08:24:59.401 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:24:59.403 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2021-04-26 08:24:59.405 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-04-26 08:24:59.408 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2021-04-26 08:24:59.421 | + functions-common:is_service_enabled:1960 : return 1 2021-04-26 08:24:59.424 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2021-04-26 08:24:59.426 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2021-04-26 08:24:59.429 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2021-04-26 08:24:59.431 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2021-04-26 08:24:59.433 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2021-04-26 08:24:59.435 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2021-04-26 08:24:59.438 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2021-04-26 08:24:59.440 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2021-04-26 08:24:59.443 | ++ lib/databases/mysql:get_database_type_mysql:35 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-04-26 08:24:59.446 | ++ lib/databases/mysql:get_database_type_mysql:36 : echo mysql+pymysql 2021-04-26 08:24:59.448 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-04-26 08:24:59.450 | + lib/database:initialize_database_backends:104 : return 0 2021-04-26 08:24:59.453 | + ./stack.sh:main:677 : echo 'Using mysql database backend' 2021-04-26 08:24:59.453 | Using mysql database backend 2021-04-26 08:24:59.455 | + ./stack.sh:main:680 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2021-04-26 08:24:59.469 | + ./stack.sh:main:692 : is_service_enabled rabbit 2021-04-26 08:24:59.484 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:24:59.486 | + ./stack.sh:main:693 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2021-04-26 08:24:59.501 | + ./stack.sh:main:700 : is_service_enabled keystone 2021-04-26 08:24:59.517 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:24:59.519 | + ./stack.sh:main:702 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2021-04-26 08:24:59.533 | + ./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:24:59.548 | + ./stack.sh:main:715 : is_service_enabled ldap 2021-04-26 08:24:59.564 | + functions-common:is_service_enabled:1960 : return 1 2021-04-26 08:24:59.567 | + ./stack.sh:main:724 : is_service_enabled s-proxy 2021-04-26 08:24:59.582 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:24:59.584 | + ./stack.sh:main:728 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2021-04-26 08:24:59.599 | + ./stack.sh:main:730 : [[ -z '' ]] 2021-04-26 08:24:59.601 | + ./stack.sh:main:730 : [[ False == \T\r\u\e ]] 2021-04-26 08:24:59.603 | + ./stack.sh:main:736 : save_stackenv 736 2021-04-26 08:24:59.605 | + functions-common:save_stackenv:60 : local tag=736 2021-04-26 08:24:59.608 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2021-04-26 08:24:59.612 | + functions-common:save_stackenv:62 : time_stamp=2021-04-26-082459 2021-04-26 08:24:59.614 | + functions-common:save_stackenv:63 : echo '# 2021-04-26-082459 736' 2021-04-26 08:24:59.617 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:24:59.619 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-04-26 08:24:59.621 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:24:59.623 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2021-04-26 08:24:59.626 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:24:59.628 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2021-04-26 08:24:59.631 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:24:59.633 | + 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:24:59.635 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:24:59.638 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.38 2021-04-26 08:24:59.640 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:24:59.642 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.38/identity 2021-04-26 08:24:59.644 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:24:59.647 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-04-26-082458 2021-04-26 08:24:59.649 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:24:59.651 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2021-04-26 08:24:59.653 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:24:59.656 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.38 2021-04-26 08:24:59.658 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:24:59.660 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2021-04-26 08:24:59.662 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:24:59.665 | + functions-common:save_stackenv:65 : echo TLS_IP= 2021-04-26 08:24:59.667 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:24:59.669 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2021-04-26 08:24:59.671 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:24:59.674 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2021-04-26 08:24:59.677 | + ./stack.sh:main:747 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2021-04-26 08:24:59.679 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/requirements.git 2021-04-26 08:24:59.681 | + functions-common:git_clone:524 : local git_dest=/opt/stack/requirements 2021-04-26 08:24:59.683 | + functions-common:git_clone:525 : local git_ref=master 2021-04-26 08:24:59.686 | + functions-common:git_clone:526 : local orig_dir 2021-04-26 08:24:59.688 | ++ functions-common:git_clone:527 : pwd 2021-04-26 08:24:59.691 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-04-26 08:24:59.693 | + functions-common:git_clone:528 : local git_clone_flags= 2021-04-26 08:24:59.696 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-04-26 08:24:59.710 | + functions-common:git_clone:530 : RECLONE=False 2021-04-26 08:24:59.712 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-04-26 08:24:59.714 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-04-26 08:24:59.717 | + functions-common:git_clone:544 : echo master 2021-04-26 08:24:59.717 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-04-26 08:24:59.721 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/requirements ]] 2021-04-26 08:24:59.724 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-04-26 08:24:59.726 | + functions-common:git_clone:592 : cd /opt/stack/requirements 2021-04-26 08:24:59.729 | + functions-common:git_clone:593 : git show --oneline 2021-04-26 08:24:59.729 | + functions-common:git_clone:593 : head -1 2021-04-26 08:24:59.731 | cd565a13 Updated from generate-constraints 2021-04-26 08:24:59.734 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-04-26 08:24:59.736 | + ./stack.sh:main:751 : echo_summary 'Installing package prerequisites' 2021-04-26 08:24:59.739 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-04-26 08:24:59.741 | + ./stack.sh:echo_summary:428 : echo -e Installing package prerequisites 2021-04-26 08:24:59.744 | + ./stack.sh:main:752 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2021-04-26 08:24:59.746 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2021-04-26 08:24:59.748 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2021-04-26 08:24:59.751 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2021-04-26 08:24:59.753 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2021-04-26 08:24:59.756 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2021-04-26 08:24:59.758 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2021-04-26 08:24:59.761 | +++ tools/install_prereqs.sh:source:47 : date +%s 2021-04-26 08:24:59.765 | ++ tools/install_prereqs.sh:source:47 : NOW=1619425499 2021-04-26 08:24:59.768 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2021-04-26 08:24:59.772 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=1619424820 2021-04-26 08:24:59.774 | ++ tools/install_prereqs.sh:source:49 : DELTA=679 2021-04-26 08:24:59.777 | ++ tools/install_prereqs.sh:source:50 : [[ 679 -lt 7200 ]] 2021-04-26 08:24:59.779 | ++ tools/install_prereqs.sh:source:50 : [[ -z 0 ]] 2021-04-26 08:24:59.781 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2021-04-26 08:24:59.784 | ++ functions-common:export_proxy_variables:2122 : isset http_proxy 2021-04-26 08:24:59.786 | ++ functions-common:isset:174 : [[ -v http_proxy ]] 2021-04-26 08:24:59.789 | ++ functions-common:export_proxy_variables:2125 : isset https_proxy 2021-04-26 08:24:59.791 | ++ functions-common:isset:174 : [[ -v https_proxy ]] 2021-04-26 08:24:59.793 | ++ functions-common:export_proxy_variables:2128 : isset no_proxy 2021-04-26 08:24:59.795 | ++ functions-common:isset:174 : [[ -v no_proxy ]] 2021-04-26 08:24:59.798 | +++ 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:24:59.844 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2021-04-26 08:24:59.844 | apache2-dev 2021-04-26 08:24:59.844 | bc 2021-04-26 08:24:59.844 | bsdmainutils 2021-04-26 08:24:59.844 | curl 2021-04-26 08:24:59.844 | g++ 2021-04-26 08:24:59.844 | gawk 2021-04-26 08:24:59.844 | gcc 2021-04-26 08:24:59.844 | gettext 2021-04-26 08:24:59.844 | git 2021-04-26 08:24:59.845 | graphviz 2021-04-26 08:24:59.845 | iputils-ping 2021-04-26 08:24:59.845 | libapache2-mod-proxy-uwsgi 2021-04-26 08:24:59.845 | libffi-dev 2021-04-26 08:24:59.845 | libjpeg-dev 2021-04-26 08:24:59.845 | libmysqlclient-dev 2021-04-26 08:24:59.845 | libpcre3-dev 2021-04-26 08:24:59.845 | libpq-dev 2021-04-26 08:24:59.845 | libssl-dev 2021-04-26 08:24:59.845 | libsystemd-dev 2021-04-26 08:24:59.845 | libxml2-dev 2021-04-26 08:24:59.845 | libxslt1-dev 2021-04-26 08:24:59.845 | libyaml-dev 2021-04-26 08:24:59.845 | lsof 2021-04-26 08:24:59.845 | openssh-server 2021-04-26 08:24:59.845 | openssl 2021-04-26 08:24:59.845 | pkg-config 2021-04-26 08:24:59.845 | psmisc 2021-04-26 08:24:59.845 | python3-dev 2021-04-26 08:24:59.845 | python3-pip 2021-04-26 08:24:59.845 | python3-systemd 2021-04-26 08:24:59.845 | python3-venv 2021-04-26 08:24:59.845 | tar 2021-04-26 08:24:59.845 | tcpdump 2021-04-26 08:24:59.845 | unzip 2021-04-26 08:24:59.845 | uuid-runtime 2021-04-26 08:24:59.845 | wget 2021-04-26 08:24:59.845 | wget 2021-04-26 08:24:59.845 | zlib1g-dev 2021-04-26 08:24:59.845 | libkrb5-dev 2021-04-26 08:24:59.845 | libldap2-dev 2021-04-26 08:24:59.845 | libsasl2-dev 2021-04-26 08:24:59.845 | memcached 2021-04-26 08:24:59.845 | python3-mysqldb 2021-04-26 08:24:59.845 | sqlite3 2021-04-26 08:24:59.846 | conntrack 2021-04-26 08:24:59.846 | curl 2021-04-26 08:24:59.846 | dnsmasq-base 2021-04-26 08:24:59.846 | dnsmasq-utils 2021-04-26 08:24:59.846 | ebtables 2021-04-26 08:24:59.846 | genisoimage 2021-04-26 08:24:59.846 | iptables 2021-04-26 08:24:59.846 | iputils-arping 2021-04-26 08:24:59.846 | kpartx 2021-04-26 08:24:59.846 | libjs-jquery-tablesorter 2021-04-26 08:24:59.846 | libmysqlclient-dev 2021-04-26 08:24:59.846 | parted 2021-04-26 08:24:59.846 | pm-utils 2021-04-26 08:24:59.846 | python3-mysqldb 2021-04-26 08:24:59.846 | socat 2021-04-26 08:24:59.846 | sqlite3 2021-04-26 08:24:59.846 | sudo 2021-04-26 08:24:59.846 | vlan 2021-04-26 08:24:59.846 | lsscsi 2021-04-26 08:24:59.846 | open-iscsi 2021-04-26 08:24:59.846 | lvm2 2021-04-26 08:24:59.846 | qemu-utils 2021-04-26 08:24:59.846 | thin-provisioning-tools 2021-04-26 08:24:59.846 | acl 2021-04-26 08:24:59.846 | dnsmasq-base 2021-04-26 08:24:59.846 | dnsmasq-utils 2021-04-26 08:24:59.846 | ebtables 2021-04-26 08:24:59.846 | haproxy 2021-04-26 08:24:59.846 | iptables 2021-04-26 08:24:59.846 | iputils-arping 2021-04-26 08:24:59.846 | iputils-ping 2021-04-26 08:24:59.846 | libmysqlclient-dev 2021-04-26 08:24:59.846 | postgresql-server-dev-all 2021-04-26 08:24:59.846 | python3-mysqldb 2021-04-26 08:24:59.846 | sqlite3 2021-04-26 08:24:59.846 | sudo 2021-04-26 08:24:59.847 | vlan 2021-04-26 08:24:59.847 | ipset 2021-04-26 08:24:59.847 | conntrack 2021-04-26 08:24:59.847 | conntrackd 2021-04-26 08:24:59.847 | keepalived 2021-04-26 08:24:59.847 | dstat 2021-04-26 08:24:59.847 | lvm2 2021-04-26 08:24:59.847 | qemu-utils 2021-04-26 08:24:59.847 | thin-provisioning-tools 2021-04-26 08:24:59.847 | curl 2021-04-26 08:24:59.847 | liberasurecode-dev 2021-04-26 08:24:59.847 | make 2021-04-26 08:24:59.847 | memcached 2021-04-26 08:24:59.847 | sqlite3 2021-04-26 08:24:59.847 | xfsprogs' 2021-04-26 08:24:59.850 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2021-04-26 08:24:59.866 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2021-04-26 08:24:59.866 | apache2-dev 2021-04-26 08:24:59.866 | bc 2021-04-26 08:24:59.866 | bsdmainutils 2021-04-26 08:24:59.866 | curl 2021-04-26 08:24:59.866 | g++ 2021-04-26 08:24:59.866 | gawk 2021-04-26 08:24:59.866 | gcc 2021-04-26 08:24:59.867 | gettext 2021-04-26 08:24:59.867 | git 2021-04-26 08:24:59.867 | graphviz 2021-04-26 08:24:59.867 | iputils-ping 2021-04-26 08:24:59.867 | libapache2-mod-proxy-uwsgi 2021-04-26 08:24:59.867 | libffi-dev 2021-04-26 08:24:59.867 | libjpeg-dev 2021-04-26 08:24:59.867 | libmysqlclient-dev 2021-04-26 08:24:59.867 | libpcre3-dev 2021-04-26 08:24:59.867 | libpq-dev 2021-04-26 08:24:59.867 | libssl-dev 2021-04-26 08:24:59.867 | libsystemd-dev 2021-04-26 08:24:59.867 | libxml2-dev 2021-04-26 08:24:59.867 | libxslt1-dev 2021-04-26 08:24:59.867 | libyaml-dev 2021-04-26 08:24:59.867 | lsof 2021-04-26 08:24:59.867 | openssh-server 2021-04-26 08:24:59.867 | openssl 2021-04-26 08:24:59.867 | pkg-config 2021-04-26 08:24:59.867 | psmisc 2021-04-26 08:24:59.867 | python3-dev 2021-04-26 08:24:59.867 | python3-pip 2021-04-26 08:24:59.867 | python3-systemd 2021-04-26 08:24:59.867 | python3-venv 2021-04-26 08:24:59.867 | tar 2021-04-26 08:24:59.867 | tcpdump 2021-04-26 08:24:59.867 | unzip 2021-04-26 08:24:59.867 | uuid-runtime 2021-04-26 08:24:59.867 | wget 2021-04-26 08:24:59.867 | wget 2021-04-26 08:24:59.867 | zlib1g-dev 2021-04-26 08:24:59.867 | libkrb5-dev 2021-04-26 08:24:59.867 | libldap2-dev 2021-04-26 08:24:59.867 | libsasl2-dev 2021-04-26 08:24:59.867 | memcached 2021-04-26 08:24:59.867 | python3-mysqldb 2021-04-26 08:24:59.868 | sqlite3 2021-04-26 08:24:59.868 | conntrack 2021-04-26 08:24:59.868 | curl 2021-04-26 08:24:59.868 | dnsmasq-base 2021-04-26 08:24:59.868 | dnsmasq-utils 2021-04-26 08:24:59.868 | ebtables 2021-04-26 08:24:59.868 | genisoimage 2021-04-26 08:24:59.868 | iptables 2021-04-26 08:24:59.868 | iputils-arping 2021-04-26 08:24:59.868 | kpartx 2021-04-26 08:24:59.868 | libjs-jquery-tablesorter 2021-04-26 08:24:59.868 | libmysqlclient-dev 2021-04-26 08:24:59.868 | parted 2021-04-26 08:24:59.868 | pm-utils 2021-04-26 08:24:59.868 | python3-mysqldb 2021-04-26 08:24:59.868 | socat 2021-04-26 08:24:59.868 | sqlite3 2021-04-26 08:24:59.868 | sudo 2021-04-26 08:24:59.868 | vlan 2021-04-26 08:24:59.868 | lsscsi 2021-04-26 08:24:59.868 | open-iscsi 2021-04-26 08:24:59.868 | lvm2 2021-04-26 08:24:59.868 | qemu-utils 2021-04-26 08:24:59.868 | thin-provisioning-tools 2021-04-26 08:24:59.868 | acl 2021-04-26 08:24:59.868 | dnsmasq-base 2021-04-26 08:24:59.868 | dnsmasq-utils 2021-04-26 08:24:59.868 | ebtables 2021-04-26 08:24:59.868 | haproxy 2021-04-26 08:24:59.868 | iptables 2021-04-26 08:24:59.868 | iputils-arping 2021-04-26 08:24:59.868 | iputils-ping 2021-04-26 08:24:59.868 | libmysqlclient-dev 2021-04-26 08:24:59.868 | postgresql-server-dev-all 2021-04-26 08:24:59.868 | python3-mysqldb 2021-04-26 08:24:59.868 | sqlite3 2021-04-26 08:24:59.869 | sudo 2021-04-26 08:24:59.869 | vlan 2021-04-26 08:24:59.869 | ipset 2021-04-26 08:24:59.869 | conntrack 2021-04-26 08:24:59.869 | conntrackd 2021-04-26 08:24:59.869 | keepalived 2021-04-26 08:24:59.869 | dstat 2021-04-26 08:24:59.869 | lvm2 2021-04-26 08:24:59.869 | qemu-utils 2021-04-26 08:24:59.869 | thin-provisioning-tools 2021-04-26 08:24:59.869 | curl 2021-04-26 08:24:59.869 | liberasurecode-dev 2021-04-26 08:24:59.869 | make 2021-04-26 08:24:59.869 | memcached 2021-04-26 08:24:59.869 | sqlite3 2021-04-26 08:24:59.869 | xfsprogs ' 2021-04-26 08:24:59.869 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2021-04-26 08:24:59.871 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:24:59.873 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:24:59.876 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2021-04-26 08:24:59.877 | ++ 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:24:59.881 | ++ 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:24:59.883 | ++ functions-common:install_package:1342 : update_package_repo 2021-04-26 08:24:59.885 | ++ functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2021-04-26 08:24:59.887 | ++ functions-common:update_package_repo:1315 : REPOS_UPDATED=False 2021-04-26 08:24:59.890 | ++ functions-common:update_package_repo:1316 : RETRY_UPDATE=False 2021-04-26 08:24:59.892 | ++ functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2021-04-26 08:24:59.894 | ++ functions-common:update_package_repo:1322 : is_ubuntu 2021-04-26 08:24:59.896 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:24:59.898 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:24:59.900 | ++ functions-common:update_package_repo:1323 : apt_get_update 2021-04-26 08:24:59.902 | ++ functions-common:apt_get_update:1068 : [[ False == \T\r\u\e ]] 2021-04-26 08:24:59.904 | ++ functions-common:apt_get_update:1073 : [[ False = \T\r\u\e ]] 2021-04-26 08:24:59.907 | ++ functions-common:apt_get_update:1075 : local sudo=sudo 2021-04-26 08:24:59.909 | +++ functions-common:apt_get_update:1076 : id -u 2021-04-26 08:24:59.914 | ++ functions-common:apt_get_update:1076 : [[ 1000 = \0 ]] 2021-04-26 08:24:59.916 | ++ functions-common:apt_get_update:1079 : time_start apt-get-update 2021-04-26 08:24:59.918 | ++ functions-common:time_start:2290 : local name=apt-get-update 2021-04-26 08:24:59.920 | ++ functions-common:time_start:2291 : local start_time= 2021-04-26 08:24:59.922 | ++ functions-common:time_start:2292 : [[ -n '' ]] 2021-04-26 08:24:59.925 | +++ functions-common:time_start:2295 : date +%s%3N 2021-04-26 08:24:59.929 | ++ functions-common:time_start:2295 : _TIME_START[$name]=1619425499926 2021-04-26 08:24:59.931 | ++ functions-common:apt_get_update:1081 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-04-26 08:24:59.933 | ++ functions-common:apt_get_update:1082 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-04-26 08:24:59.935 | ++ 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:25:00.169 | Hit:1 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri InRelease 2021-04-26 08:25:00.311 | Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 2021-04-26 08:25:00.323 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-04-26 08:25:00.460 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2021-04-26 08:25:00.597 | Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2021-04-26 08:25:02.685 | Reading package lists... 2021-04-26 08:25:02.746 | ++ functions-common:apt_get_update:1087 : REPOS_UPDATED=True 2021-04-26 08:25:02.748 | ++ functions-common:apt_get_update:1089 : time_stop apt-get-update 2021-04-26 08:25:02.750 | ++ functions-common:time_stop:2304 : local name 2021-04-26 08:25:02.752 | ++ functions-common:time_stop:2305 : local end_time 2021-04-26 08:25:02.755 | ++ functions-common:time_stop:2306 : local elapsed_time 2021-04-26 08:25:02.757 | ++ functions-common:time_stop:2307 : local total 2021-04-26 08:25:02.759 | ++ functions-common:time_stop:2308 : local start_time 2021-04-26 08:25:02.761 | ++ functions-common:time_stop:2310 : name=apt-get-update 2021-04-26 08:25:02.763 | ++ functions-common:time_stop:2311 : start_time=1619425499926 2021-04-26 08:25:02.765 | ++ functions-common:time_stop:2313 : [[ -z 1619425499926 ]] 2021-04-26 08:25:02.768 | +++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 08:25:02.772 | ++ functions-common:time_stop:2316 : end_time=1619425502769 2021-04-26 08:25:02.774 | ++ functions-common:time_stop:2317 : elapsed_time=2843 2021-04-26 08:25:02.776 | ++ functions-common:time_stop:2318 : total=0 2021-04-26 08:25:02.778 | ++ functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 08:25:02.780 | ++ functions-common:time_stop:2321 : _TIME_TOTAL[$name]=2843 2021-04-26 08:25:02.783 | ++ 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:25:02.786 | ++ functions-common:real_install_package:1328 : is_ubuntu 2021-04-26 08:25:02.788 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:25:02.790 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:25:02.793 | ++ 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:25:02.814 | ++ 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:25:02.933 | Reading package lists... 2021-04-26 08:25:03.182 | Building dependency tree... 2021-04-26 08:25:03.183 | Reading state information... 2021-04-26 08:25:03.214 | acl is already the newest version (2.2.52-3build1). 2021-04-26 08:25:03.214 | bc is already the newest version (1.07.1-2). 2021-04-26 08:25:03.214 | bsdmainutils is already the newest version (11.1.2ubuntu1). 2021-04-26 08:25:03.214 | conntrack is already the newest version (1:1.4.4+snapshot20161117-6ubuntu2). 2021-04-26 08:25:03.214 | gawk is already the newest version (1:4.1.4+dfsg-1build1). 2021-04-26 08:25:03.214 | genisoimage is already the newest version (9:1.1.11-3ubuntu2). 2021-04-26 08:25:03.214 | ipset is already the newest version (6.34-1). 2021-04-26 08:25:03.214 | iptables is already the newest version (1.6.1-2ubuntu2). 2021-04-26 08:25:03.214 | kpartx is already the newest version (0.7.4-2ubuntu3). 2021-04-26 08:25:03.214 | liberasurecode-dev is already the newest version (1.5.0-1). 2021-04-26 08:25:03.214 | libffi-dev is already the newest version (3.2.1-8). 2021-04-26 08:25:03.214 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2021-04-26 08:25:03.214 | libpcre3-dev is already the newest version (2:8.39-9). 2021-04-26 08:25:03.214 | libyaml-dev is already the newest version (0.1.7-2ubuntu3). 2021-04-26 08:25:03.214 | lsof is already the newest version (4.89+dfsg-0.1). 2021-04-26 08:25:03.214 | lsscsi is already the newest version (0.28-0.1). 2021-04-26 08:25:03.214 | make is already the newest version (4.1-9.1ubuntu1). 2021-04-26 08:25:03.214 | pkg-config is already the newest version (0.29.1-0ubuntu2). 2021-04-26 08:25:03.214 | python3-systemd is already the newest version (234-1build1). 2021-04-26 08:25:03.214 | socat is already the newest version (1.7.3.2-2ubuntu2). 2021-04-26 08:25:03.214 | xfsprogs is already the newest version (4.9.0+nmu1ubuntu2). 2021-04-26 08:25:03.214 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-0ubuntu2). 2021-04-26 08:25:03.214 | conntrackd is already the newest version (1:1.4.4+snapshot20161117-6ubuntu2). 2021-04-26 08:25:03.214 | dstat is already the newest version (0.7.3-1). 2021-04-26 08:25:03.214 | graphviz is already the newest version (2.40.1-2). 2021-04-26 08:25:03.214 | libjs-jquery-tablesorter is already the newest version (1:2.29.5+dfsg1-1). 2021-04-26 08:25:03.214 | pm-utils is already the newest version (1.4.1-17). 2021-04-26 08:25:03.214 | thin-provisioning-tools is already the newest version (0.7.4-2ubuntu3). 2021-04-26 08:25:03.214 | apache2 is already the newest version (2.4.29-1ubuntu4.14). 2021-04-26 08:25:03.215 | apache2-dev is already the newest version (2.4.29-1ubuntu4.14). 2021-04-26 08:25:03.215 | curl is already the newest version (7.58.0-2ubuntu3.13). 2021-04-26 08:25:03.215 | dnsmasq-base is already the newest version (2.79-1ubuntu0.3). 2021-04-26 08:25:03.215 | dnsmasq-utils is already the newest version (2.79-1ubuntu0.3). 2021-04-26 08:25:03.215 | ebtables is already the newest version (2.0.10.4-3.5ubuntu2.18.04.3). 2021-04-26 08:25:03.215 | g++ is already the newest version (4:7.4.0-1ubuntu2.3). 2021-04-26 08:25:03.215 | gcc is already the newest version (4:7.4.0-1ubuntu2.3). 2021-04-26 08:25:03.215 | gettext is already the newest version (0.19.8.1-6ubuntu0.3). 2021-04-26 08:25:03.215 | git is already the newest version (1:2.17.1-1ubuntu0.8). 2021-04-26 08:25:03.215 | haproxy is already the newest version (1.8.8-1ubuntu0.11). 2021-04-26 08:25:03.215 | iputils-arping is already the newest version (3:20161105-1ubuntu3). 2021-04-26 08:25:03.215 | iputils-ping is already the newest version (3:20161105-1ubuntu3). 2021-04-26 08:25:03.215 | keepalived is already the newest version (1:1.3.9-1ubuntu0.18.04.2). 2021-04-26 08:25:03.215 | libkrb5-dev is already the newest version (1.16-2ubuntu0.2). 2021-04-26 08:25:03.215 | libldap2-dev is already the newest version (2.4.45+dfsg-1ubuntu1.10). 2021-04-26 08:25:03.215 | libmysqlclient-dev is already the newest version (5.7.33-0ubuntu0.18.04.1). 2021-04-26 08:25:03.215 | libpq-dev is already the newest version (10.16-0ubuntu0.18.04.1). 2021-04-26 08:25:03.215 | libsasl2-dev is already the newest version (2.1.27~101-g0780600+dfsg-3ubuntu2.3). 2021-04-26 08:25:03.215 | libssl-dev is already the newest version (1.1.1-1ubuntu2.1~18.04.9). 2021-04-26 08:25:03.215 | libsystemd-dev is already the newest version (237-3ubuntu10.46). 2021-04-26 08:25:03.215 | libxml2-dev is already the newest version (2.9.4+dfsg1-6.1ubuntu1.3). 2021-04-26 08:25:03.215 | libxslt1-dev is already the newest version (1.1.29-5ubuntu0.2). 2021-04-26 08:25:03.215 | lvm2 is already the newest version (2.02.176-4.1ubuntu3.18.04.3). 2021-04-26 08:25:03.215 | memcached is already the newest version (1.5.6-0ubuntu1.2). 2021-04-26 08:25:03.215 | open-iscsi is already the newest version (2.0.874-5ubuntu2.10). 2021-04-26 08:25:03.215 | openssh-server is already the newest version (1:7.6p1-4ubuntu0.3). 2021-04-26 08:25:03.215 | openssl is already the newest version (1.1.1-1ubuntu2.1~18.04.9). 2021-04-26 08:25:03.215 | parted is already the newest version (3.2-20ubuntu0.2). 2021-04-26 08:25:03.215 | psmisc is already the newest version (23.1-1ubuntu0.1). 2021-04-26 08:25:03.215 | python3-dev is already the newest version (3.6.7-1~18.04). 2021-04-26 08:25:03.215 | sqlite3 is already the newest version (3.22.0-1ubuntu0.4). 2021-04-26 08:25:03.215 | sudo is already the newest version (1.8.21p2-3ubuntu1.4). 2021-04-26 08:25:03.215 | tar is already the newest version (1.29b-2ubuntu0.2). 2021-04-26 08:25:03.216 | tcpdump is already the newest version (4.9.3-0ubuntu0.18.04.1). 2021-04-26 08:25:03.216 | unzip is already the newest version (6.0-21ubuntu1.1). 2021-04-26 08:25:03.216 | uuid-runtime is already the newest version (2.31.1-0.4ubuntu3.7). 2021-04-26 08:25:03.216 | vlan is already the newest version (1.9-3.2ubuntu6). 2021-04-26 08:25:03.216 | wget is already the newest version (1.19.4-1ubuntu2.2). 2021-04-26 08:25:03.397 | libapache2-mod-proxy-uwsgi is already the newest version (2.0.15-10.2ubuntu2.1). 2021-04-26 08:25:03.397 | postgresql-server-dev-all is already the newest version (190ubuntu0.1). 2021-04-26 08:25:03.397 | python3-pip is already the newest version (9.0.1-2.3~ubuntu1.18.04.4). 2021-04-26 08:25:03.397 | python3-venv is already the newest version (3.6.7-1~18.04). 2021-04-26 08:25:03.397 | python3-mysqldb is already the newest version (1.4.4-2build1~cloud0). 2021-04-26 08:25:03.397 | qemu-utils is already the newest version (1:4.2-3ubuntu6.13~cloud0). 2021-04-26 08:25:03.397 | The following packages were automatically installed and are no longer required: 2021-04-26 08:25:03.398 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-04-26 08:25:03.398 | python3-click python3-colorama python3-configobj python3-constantly 2021-04-26 08:25:03.398 | python3-hyperlink python3-incremental python3-pam python3-problem-report 2021-04-26 08:25:03.398 | python3-pyasn1 python3-requests-unixsocket python3-serial 2021-04-26 08:25:03.398 | python3-twisted-bin python3-zope.interface 2021-04-26 08:25:03.398 | Use 'sudo apt autoremove' to remove them. 2021-04-26 08:25:03.816 | 0 upgraded, 0 newly installed, 0 to remove and 173 not upgraded. 2021-04-26 08:25:03.816 | 2 not fully installed or removed. 2021-04-26 08:25:03.816 | After this operation, 0 B of additional disk space will be used. 2021-04-26 08:25:03.838 | Setting up python3-rtslib-fb (2.1.71-0ubuntu1~cloud0) ... 2021-04-26 08:25:04.510 | Failed to start rtslib-fb-targetctl.service: Unit rtslib-fb-targetctl.service is not loaded properly: Exec format error. 2021-04-26 08:25:04.510 | See system logs and 'systemctl status rtslib-fb-targetctl.service' for details. 2021-04-26 08:25:04.511 | invoke-rc.d: initscript rtslib-fb-targetctl, action "start" failed. 2021-04-26 08:25:04.517 | ● rtslib-fb-targetctl.service - Restore LIO kernel target configuration 2021-04-26 08:25:04.517 | Loaded: error (Reason: Exec format error) 2021-04-26 08:25:04.517 | Active: inactive (dead) 2021-04-26 08:25:04.518 | 2021-04-26 08:25:04.518 | Apr 26 08:24:31 dv-osbrick-787933-1-smb 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:25:04.518 | Apr 26 08:24:37 dv-osbrick-787933-1-smb 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:25:04.518 | Apr 26 08:24:37 dv-osbrick-787933-1-smb 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:25:04.518 | Apr 26 08:24:37 dv-osbrick-787933-1-smb 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:25:04.518 | Apr 26 08:24:56 dv-osbrick-787933-1-smb 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:25:04.518 | Apr 26 08:24:56 dv-osbrick-787933-1-smb 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:25:04.518 | Apr 26 08:24:56 dv-osbrick-787933-1-smb 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:25:04.518 | Apr 26 08:25:04 dv-osbrick-787933-1-smb 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:25:04.518 | Apr 26 08:25:04 dv-osbrick-787933-1-smb 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:25:04.518 | Apr 26 08:25:04 dv-osbrick-787933-1-smb 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:25:04.520 | dpkg: error processing package python3-rtslib-fb (--configure): 2021-04-26 08:25:04.520 | installed python3-rtslib-fb package post-installation script subprocess returned error exit status 1 2021-04-26 08:25:04.520 | dpkg: dependency problems prevent configuration of targetcli-fb: 2021-04-26 08:25:04.520 | targetcli-fb depends on python3-rtslib-fb; however: 2021-04-26 08:25:04.520 | Package python3-rtslib-fb is not configured yet. 2021-04-26 08:25:04.520 | 2021-04-26 08:25:04.520 | dpkg: error processing package targetcli-fb (--configure): 2021-04-26 08:25:04.520 | dependency problems - leaving unconfigured 2021-04-26 08:25:04.529 | Errors were encountered while processing: 2021-04-26 08:25:04.529 | python3-rtslib-fb 2021-04-26 08:25:04.529 | targetcli-fb 2021-04-26 08:25:06.422 | E: Sub-process /usr/bin/dpkg returned an error code (1) 2021-04-26 08:25:06.427 | ++ functions-common:apt_get:1113 : result=100 2021-04-26 08:25:06.430 | ++ functions-common:apt_get:1116 : time_stop apt-get 2021-04-26 08:25:06.432 | ++ functions-common:time_stop:2304 : local name 2021-04-26 08:25:06.434 | ++ functions-common:time_stop:2305 : local end_time 2021-04-26 08:25:06.436 | ++ functions-common:time_stop:2306 : local elapsed_time 2021-04-26 08:25:06.438 | ++ functions-common:time_stop:2307 : local total 2021-04-26 08:25:06.441 | ++ functions-common:time_stop:2308 : local start_time 2021-04-26 08:25:06.443 | ++ functions-common:time_stop:2310 : name=apt-get 2021-04-26 08:25:06.445 | ++ functions-common:time_stop:2311 : start_time=1619425502810 2021-04-26 08:25:06.447 | ++ functions-common:time_stop:2313 : [[ -z 1619425502810 ]] 2021-04-26 08:25:06.450 | +++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 08:25:06.454 | ++ functions-common:time_stop:2316 : end_time=1619425506451 2021-04-26 08:25:06.456 | ++ functions-common:time_stop:2317 : elapsed_time=3641 2021-04-26 08:25:06.458 | ++ functions-common:time_stop:2318 : total=3604 2021-04-26 08:25:06.460 | ++ functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 08:25:06.462 | ++ functions-common:time_stop:2321 : _TIME_TOTAL[$name]=7245 2021-04-26 08:25:06.464 | ++ functions-common:apt_get:1117 : return 100 2021-04-26 08:25:06.467 | ++ functions-common:install_package:1344 : RETRY_UPDATE=True 2021-04-26 08:25:06.469 | ++ functions-common:install_package:1344 : update_package_repo 2021-04-26 08:25:06.472 | ++ functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2021-04-26 08:25:06.475 | ++ functions-common:update_package_repo:1315 : REPOS_UPDATED=True 2021-04-26 08:25:06.477 | ++ functions-common:update_package_repo:1316 : RETRY_UPDATE=True 2021-04-26 08:25:06.479 | ++ functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2021-04-26 08:25:06.481 | ++ functions-common:update_package_repo:1322 : is_ubuntu 2021-04-26 08:25:06.484 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:25:06.486 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:25:06.489 | ++ functions-common:update_package_repo:1323 : apt_get_update 2021-04-26 08:25:06.491 | ++ functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-04-26 08:25:06.493 | ++ functions-common:apt_get_update:1068 : [[ True != \T\r\u\e ]] 2021-04-26 08:25:06.495 | ++ functions-common:apt_get_update:1073 : [[ False = \T\r\u\e ]] 2021-04-26 08:25:06.497 | ++ functions-common:apt_get_update:1075 : local sudo=sudo 2021-04-26 08:25:06.500 | +++ functions-common:apt_get_update:1076 : id -u 2021-04-26 08:25:06.504 | ++ functions-common:apt_get_update:1076 : [[ 1000 = \0 ]] 2021-04-26 08:25:06.507 | ++ functions-common:apt_get_update:1079 : time_start apt-get-update 2021-04-26 08:25:06.509 | ++ functions-common:time_start:2290 : local name=apt-get-update 2021-04-26 08:25:06.511 | ++ functions-common:time_start:2291 : local start_time= 2021-04-26 08:25:06.513 | ++ functions-common:time_start:2292 : [[ -n '' ]] 2021-04-26 08:25:06.516 | +++ functions-common:time_start:2295 : date +%s%3N 2021-04-26 08:25:06.519 | ++ functions-common:time_start:2295 : _TIME_START[$name]=1619425506517 2021-04-26 08:25:06.522 | ++ functions-common:apt_get_update:1081 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-04-26 08:25:06.524 | ++ functions-common:apt_get_update:1082 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-04-26 08:25:06.526 | ++ 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:25:06.757 | Hit:1 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri InRelease 2021-04-26 08:25:06.902 | Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 2021-04-26 08:25:06.907 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-04-26 08:25:07.041 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2021-04-26 08:25:07.175 | Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2021-04-26 08:25:09.288 | Reading package lists... 2021-04-26 08:25:09.349 | ++ functions-common:apt_get_update:1087 : REPOS_UPDATED=True 2021-04-26 08:25:09.352 | ++ functions-common:apt_get_update:1089 : time_stop apt-get-update 2021-04-26 08:25:09.354 | ++ functions-common:time_stop:2304 : local name 2021-04-26 08:25:09.356 | ++ functions-common:time_stop:2305 : local end_time 2021-04-26 08:25:09.358 | ++ functions-common:time_stop:2306 : local elapsed_time 2021-04-26 08:25:09.360 | ++ functions-common:time_stop:2307 : local total 2021-04-26 08:25:09.363 | ++ functions-common:time_stop:2308 : local start_time 2021-04-26 08:25:09.365 | ++ functions-common:time_stop:2310 : name=apt-get-update 2021-04-26 08:25:09.367 | ++ functions-common:time_stop:2311 : start_time=1619425506517 2021-04-26 08:25:09.370 | ++ functions-common:time_stop:2313 : [[ -z 1619425506517 ]] 2021-04-26 08:25:09.373 | +++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 08:25:09.377 | ++ functions-common:time_stop:2316 : end_time=1619425509374 2021-04-26 08:25:09.379 | ++ functions-common:time_stop:2317 : elapsed_time=2857 2021-04-26 08:25:09.382 | ++ functions-common:time_stop:2318 : total=2843 2021-04-26 08:25:09.384 | ++ functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 08:25:09.386 | ++ functions-common:time_stop:2321 : _TIME_TOTAL[$name]=5700 2021-04-26 08:25:09.389 | ++ 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:25:09.391 | ++ functions-common:real_install_package:1328 : is_ubuntu 2021-04-26 08:25:09.393 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:25:09.396 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:25:09.398 | ++ 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:25:09.418 | ++ 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:25:09.538 | Reading package lists... 2021-04-26 08:25:09.787 | Building dependency tree... 2021-04-26 08:25:09.788 | Reading state information... 2021-04-26 08:25:09.818 | acl is already the newest version (2.2.52-3build1). 2021-04-26 08:25:09.818 | bc is already the newest version (1.07.1-2). 2021-04-26 08:25:09.818 | bsdmainutils is already the newest version (11.1.2ubuntu1). 2021-04-26 08:25:09.818 | conntrack is already the newest version (1:1.4.4+snapshot20161117-6ubuntu2). 2021-04-26 08:25:09.819 | gawk is already the newest version (1:4.1.4+dfsg-1build1). 2021-04-26 08:25:09.819 | genisoimage is already the newest version (9:1.1.11-3ubuntu2). 2021-04-26 08:25:09.819 | ipset is already the newest version (6.34-1). 2021-04-26 08:25:09.819 | iptables is already the newest version (1.6.1-2ubuntu2). 2021-04-26 08:25:09.819 | kpartx is already the newest version (0.7.4-2ubuntu3). 2021-04-26 08:25:09.819 | liberasurecode-dev is already the newest version (1.5.0-1). 2021-04-26 08:25:09.819 | libffi-dev is already the newest version (3.2.1-8). 2021-04-26 08:25:09.819 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2021-04-26 08:25:09.819 | libpcre3-dev is already the newest version (2:8.39-9). 2021-04-26 08:25:09.819 | libyaml-dev is already the newest version (0.1.7-2ubuntu3). 2021-04-26 08:25:09.819 | lsof is already the newest version (4.89+dfsg-0.1). 2021-04-26 08:25:09.819 | lsscsi is already the newest version (0.28-0.1). 2021-04-26 08:25:09.819 | make is already the newest version (4.1-9.1ubuntu1). 2021-04-26 08:25:09.819 | pkg-config is already the newest version (0.29.1-0ubuntu2). 2021-04-26 08:25:09.819 | python3-systemd is already the newest version (234-1build1). 2021-04-26 08:25:09.819 | socat is already the newest version (1.7.3.2-2ubuntu2). 2021-04-26 08:25:09.819 | xfsprogs is already the newest version (4.9.0+nmu1ubuntu2). 2021-04-26 08:25:09.819 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-0ubuntu2). 2021-04-26 08:25:09.819 | conntrackd is already the newest version (1:1.4.4+snapshot20161117-6ubuntu2). 2021-04-26 08:25:09.819 | dstat is already the newest version (0.7.3-1). 2021-04-26 08:25:09.819 | graphviz is already the newest version (2.40.1-2). 2021-04-26 08:25:09.819 | libjs-jquery-tablesorter is already the newest version (1:2.29.5+dfsg1-1). 2021-04-26 08:25:09.819 | pm-utils is already the newest version (1.4.1-17). 2021-04-26 08:25:09.819 | thin-provisioning-tools is already the newest version (0.7.4-2ubuntu3). 2021-04-26 08:25:09.819 | apache2 is already the newest version (2.4.29-1ubuntu4.14). 2021-04-26 08:25:09.819 | apache2-dev is already the newest version (2.4.29-1ubuntu4.14). 2021-04-26 08:25:09.819 | curl is already the newest version (7.58.0-2ubuntu3.13). 2021-04-26 08:25:09.819 | dnsmasq-base is already the newest version (2.79-1ubuntu0.3). 2021-04-26 08:25:09.819 | dnsmasq-utils is already the newest version (2.79-1ubuntu0.3). 2021-04-26 08:25:09.819 | ebtables is already the newest version (2.0.10.4-3.5ubuntu2.18.04.3). 2021-04-26 08:25:09.819 | g++ is already the newest version (4:7.4.0-1ubuntu2.3). 2021-04-26 08:25:09.819 | gcc is already the newest version (4:7.4.0-1ubuntu2.3). 2021-04-26 08:25:09.819 | gettext is already the newest version (0.19.8.1-6ubuntu0.3). 2021-04-26 08:25:09.820 | git is already the newest version (1:2.17.1-1ubuntu0.8). 2021-04-26 08:25:09.820 | haproxy is already the newest version (1.8.8-1ubuntu0.11). 2021-04-26 08:25:09.820 | iputils-arping is already the newest version (3:20161105-1ubuntu3). 2021-04-26 08:25:09.820 | iputils-ping is already the newest version (3:20161105-1ubuntu3). 2021-04-26 08:25:09.820 | keepalived is already the newest version (1:1.3.9-1ubuntu0.18.04.2). 2021-04-26 08:25:09.820 | libkrb5-dev is already the newest version (1.16-2ubuntu0.2). 2021-04-26 08:25:09.820 | libldap2-dev is already the newest version (2.4.45+dfsg-1ubuntu1.10). 2021-04-26 08:25:09.820 | libmysqlclient-dev is already the newest version (5.7.33-0ubuntu0.18.04.1). 2021-04-26 08:25:09.820 | libpq-dev is already the newest version (10.16-0ubuntu0.18.04.1). 2021-04-26 08:25:09.820 | libsasl2-dev is already the newest version (2.1.27~101-g0780600+dfsg-3ubuntu2.3). 2021-04-26 08:25:09.820 | libssl-dev is already the newest version (1.1.1-1ubuntu2.1~18.04.9). 2021-04-26 08:25:09.820 | libsystemd-dev is already the newest version (237-3ubuntu10.46). 2021-04-26 08:25:09.820 | libxml2-dev is already the newest version (2.9.4+dfsg1-6.1ubuntu1.3). 2021-04-26 08:25:09.820 | libxslt1-dev is already the newest version (1.1.29-5ubuntu0.2). 2021-04-26 08:25:09.820 | lvm2 is already the newest version (2.02.176-4.1ubuntu3.18.04.3). 2021-04-26 08:25:09.820 | memcached is already the newest version (1.5.6-0ubuntu1.2). 2021-04-26 08:25:09.820 | open-iscsi is already the newest version (2.0.874-5ubuntu2.10). 2021-04-26 08:25:09.820 | openssh-server is already the newest version (1:7.6p1-4ubuntu0.3). 2021-04-26 08:25:09.820 | openssl is already the newest version (1.1.1-1ubuntu2.1~18.04.9). 2021-04-26 08:25:09.820 | parted is already the newest version (3.2-20ubuntu0.2). 2021-04-26 08:25:09.820 | psmisc is already the newest version (23.1-1ubuntu0.1). 2021-04-26 08:25:09.820 | python3-dev is already the newest version (3.6.7-1~18.04). 2021-04-26 08:25:09.820 | sqlite3 is already the newest version (3.22.0-1ubuntu0.4). 2021-04-26 08:25:09.820 | sudo is already the newest version (1.8.21p2-3ubuntu1.4). 2021-04-26 08:25:09.820 | tar is already the newest version (1.29b-2ubuntu0.2). 2021-04-26 08:25:09.820 | tcpdump is already the newest version (4.9.3-0ubuntu0.18.04.1). 2021-04-26 08:25:09.820 | unzip is already the newest version (6.0-21ubuntu1.1). 2021-04-26 08:25:09.820 | uuid-runtime is already the newest version (2.31.1-0.4ubuntu3.7). 2021-04-26 08:25:09.820 | vlan is already the newest version (1.9-3.2ubuntu6). 2021-04-26 08:25:09.820 | wget is already the newest version (1.19.4-1ubuntu2.2). 2021-04-26 08:25:10.002 | libapache2-mod-proxy-uwsgi is already the newest version (2.0.15-10.2ubuntu2.1). 2021-04-26 08:25:10.002 | postgresql-server-dev-all is already the newest version (190ubuntu0.1). 2021-04-26 08:25:10.002 | python3-pip is already the newest version (9.0.1-2.3~ubuntu1.18.04.4). 2021-04-26 08:25:10.002 | python3-venv is already the newest version (3.6.7-1~18.04). 2021-04-26 08:25:10.002 | python3-mysqldb is already the newest version (1.4.4-2build1~cloud0). 2021-04-26 08:25:10.002 | qemu-utils is already the newest version (1:4.2-3ubuntu6.13~cloud0). 2021-04-26 08:25:10.002 | The following packages were automatically installed and are no longer required: 2021-04-26 08:25:10.002 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-04-26 08:25:10.002 | python3-click python3-colorama python3-configobj python3-constantly 2021-04-26 08:25:10.002 | python3-hyperlink python3-incremental python3-pam python3-problem-report 2021-04-26 08:25:10.002 | python3-pyasn1 python3-requests-unixsocket python3-serial 2021-04-26 08:25:10.002 | python3-twisted-bin python3-zope.interface 2021-04-26 08:25:10.002 | Use 'sudo apt autoremove' to remove them. 2021-04-26 08:25:10.416 | 0 upgraded, 0 newly installed, 0 to remove and 173 not upgraded. 2021-04-26 08:25:10.416 | 2 not fully installed or removed. 2021-04-26 08:25:10.416 | After this operation, 0 B of additional disk space will be used. 2021-04-26 08:25:10.438 | Setting up python3-rtslib-fb (2.1.71-0ubuntu1~cloud0) ... 2021-04-26 08:25:11.091 | Failed to start rtslib-fb-targetctl.service: Unit rtslib-fb-targetctl.service is not loaded properly: Exec format error. 2021-04-26 08:25:11.091 | See system logs and 'systemctl status rtslib-fb-targetctl.service' for details. 2021-04-26 08:25:11.092 | invoke-rc.d: initscript rtslib-fb-targetctl, action "start" failed. 2021-04-26 08:25:11.099 | ● rtslib-fb-targetctl.service - Restore LIO kernel target configuration 2021-04-26 08:25:11.099 | Loaded: error (Reason: Exec format error) 2021-04-26 08:25:11.099 | Active: inactive (dead) 2021-04-26 08:25:11.099 | 2021-04-26 08:25:11.099 | Apr 26 08:24:37 dv-osbrick-787933-1-smb 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:25:11.099 | Apr 26 08:24:56 dv-osbrick-787933-1-smb 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:25:11.099 | Apr 26 08:24:56 dv-osbrick-787933-1-smb 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:25:11.099 | Apr 26 08:24:56 dv-osbrick-787933-1-smb 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:25:11.099 | Apr 26 08:25:04 dv-osbrick-787933-1-smb 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:25:11.099 | Apr 26 08:25:04 dv-osbrick-787933-1-smb 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:25:11.100 | Apr 26 08:25:04 dv-osbrick-787933-1-smb 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:25:11.100 | Apr 26 08:25:11 dv-osbrick-787933-1-smb 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:25:11.100 | Apr 26 08:25:11 dv-osbrick-787933-1-smb 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:25:11.100 | Apr 26 08:25:11 dv-osbrick-787933-1-smb 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:25:11.100 | dpkg: error processing package python3-rtslib-fb (--configure): 2021-04-26 08:25:11.101 | installed python3-rtslib-fb package post-installation script subprocess returned error exit status 1 2021-04-26 08:25:11.101 | dpkg: dependency problems prevent configuration of targetcli-fb: 2021-04-26 08:25:11.101 | targetcli-fb depends on python3-rtslib-fb; however: 2021-04-26 08:25:11.101 | Package python3-rtslib-fb is not configured yet. 2021-04-26 08:25:11.101 | 2021-04-26 08:25:11.101 | dpkg: error processing package targetcli-fb (--configure): 2021-04-26 08:25:11.101 | dependency problems - leaving unconfigured 2021-04-26 08:25:11.110 | Errors were encountered while processing: 2021-04-26 08:25:11.110 | python3-rtslib-fb 2021-04-26 08:25:11.110 | targetcli-fb 2021-04-26 08:25:13.008 | E: Sub-process /usr/bin/dpkg returned an error code (1) 2021-04-26 08:25:13.013 | + functions-common:apt_get:1 : exit_trap 2021-04-26 08:25:13.015 | + ./stack.sh:exit_trap:503 : local r=100 2021-04-26 08:25:13.018 | ++ ./stack.sh:exit_trap:504 : jobs -p 2021-04-26 08:25:13.021 | + ./stack.sh:exit_trap:504 : jobs= 2021-04-26 08:25:13.023 | + ./stack.sh:exit_trap:507 : [[ -n '' ]] 2021-04-26 08:25:13.025 | + ./stack.sh:exit_trap:513 : '[' -f '' ']' 2021-04-26 08:25:13.027 | + ./stack.sh:exit_trap:518 : kill_spinner 2021-04-26 08:25:13.030 | + ./stack.sh:kill_spinner:413 : '[' '!' -z '' ']' 2021-04-26 08:25:13.032 | + ./stack.sh:exit_trap:520 : [[ 100 -ne 0 ]] 2021-04-26 08:25:13.034 | + ./stack.sh:exit_trap:521 : echo 'Error on exit' 2021-04-26 08:25:13.035 | Error on exit 2021-04-26 08:25:13.037 | + ./stack.sh:exit_trap:523 : type -p generate-subunit 2021-04-26 08:25:13.039 | + ./stack.sh:exit_trap:524 : generate-subunit 1619425492 21 fail 2021-04-26 08:25:13.606 | + ./stack.sh:exit_trap:526 : [[ -z /opt/stack/logs ]] 2021-04-26 08:25:13.608 | + ./stack.sh:exit_trap:529 : /usr/bin/python3.6 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2021-04-26 08:25:14.030 | + ./stack.sh:exit_trap:538 : exit 100