2021-04-26 08:25:31.471 | + ./stack.sh:main:469 : exec 2021-04-26 08:25:31.471 | + ./stack.sh:main:477 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2021-04-26-082531' 2021-04-26 08:25:31.471 | ++ ./stack.sh:main:469 : /usr/bin/python3.6 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2021-04-26-082531.summary.2021-04-26-082531 2021-04-26 08:25:31.471 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-04-26 08:25:31.471 | + ./stack.sh:echo_summary:428 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2021-04-26-082531 2021-04-26 08:25:31.471 | + ./stack.sh:main:479 : ln -sf /opt/stack/logs/stack.sh.log.2021-04-26-082531 /opt/stack/logs/stack.sh.log 2021-04-26 08:25:31.471 | + ./stack.sh:main:480 : ln -sf /opt/stack/logs/stack.sh.log.2021-04-26-082531.summary.2021-04-26-082531 /opt/stack/logs/stack.sh.log.summary 2021-04-26 08:25:31.471 | + ./stack.sh:main:495 : check_path_perm_sanity /opt/stack 2021-04-26 08:25:31.471 | + functions:check_path_perm_sanity:596 : local real_path 2021-04-26 08:25:31.471 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2021-04-26 08:25:31.471 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2021-04-26 08:25:31.471 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2021-04-26 08:25:31.471 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2021-04-26 08:25:31.471 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2021-04-26 08:25:31.471 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2021-04-26 08:25:31.471 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2021-04-26 08:25:31.471 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2021-04-26 08:25:31.471 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2021-04-26 08:25:31.471 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2021-04-26 08:25:31.471 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2021-04-26 08:25:31.471 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2021-04-26 08:25:31.472 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2021-04-26 08:25:31.474 | + ./stack.sh:main:501 : trap exit_trap EXIT 2021-04-26 08:25:31.476 | + ./stack.sh:main:542 : trap err_trap ERR 2021-04-26 08:25:31.478 | + ./stack.sh:main:555 : set -o errexit 2021-04-26 08:25:31.480 | + ./stack.sh:main:558 : uname -a 2021-04-26 08:25:31.481 | 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:25:31.483 | + ./stack.sh:main:561 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2021-04-26 08:25:31.485 | + ./stack.sh:main:562 : rm -f /opt/stack/data/ca-bundle.pem 2021-04-26 08:25:31.488 | + ./stack.sh:main:565 : source /home/ubuntu/devstack/lib/database 2021-04-26 08:25:31.512 | + ./stack.sh:main:566 : source /home/ubuntu/devstack/lib/rpc_backend 2021-04-26 08:25:31.526 | + ./stack.sh:main:572 : fetch_plugins 2021-04-26 08:25:31.528 | + functions-common:fetch_plugins:1650 : local plugins= 2021-04-26 08:25:31.529 | + functions-common:fetch_plugins:1651 : local plugin 2021-04-26 08:25:31.531 | + functions-common:fetch_plugins:1654 : [[ -z '' ]] 2021-04-26 08:25:31.533 | + functions-common:fetch_plugins:1655 : return 2021-04-26 08:25:31.535 | + ./stack.sh:main:576 : run_phase override_defaults 2021-04-26 08:25:31.537 | + functions-common:run_phase:1732 : local mode=override_defaults 2021-04-26 08:25:31.539 | + functions-common:run_phase:1733 : local phase= 2021-04-26 08:25:31.540 | + functions-common:run_phase:1734 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-04-26 08:25:31.542 | + functions-common:run_phase:1735 : local extra_plugin_file_name 2021-04-26 08:25:31.544 | + functions-common:run_phase:1736 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-04-26 08:25:31.545 | + functions-common:run_phase:1741 : local exceptions=80-tempest.sh 2021-04-26 08:25:31.547 | + functions-common:run_phase:1742 : local extra 2021-04-26 08:25:31.550 | ++ functions-common:run_phase:1743 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-04-26 08:25:31.553 | + functions-common:run_phase:1743 : extra=80-tempest.sh 2021-04-26 08:25:31.555 | + functions-common:run_phase:1744 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-04-26 08:25:31.556 | + functions-common:run_phase:1748 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-04-26 08:25:31.558 | + functions-common:run_phase:1748 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2021-04-26 08:25:31.560 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-04-26 08:25:31.571 | ++ functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:25:31.573 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-04-26 08:25:31.575 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-26 08:25:31.577 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-26 08:25:31.578 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-26 08:25:31.581 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-26 08:25:31.582 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-26 08:25:31.584 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2021-04-26 08:25:31.586 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2021-04-26 08:25:31.587 | + functions-common:run_phase:1753 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-04-26 08:25:31.589 | + 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:25:31.591 | + functions-common:run_phase:1757 : plugin_override_defaults 2021-04-26 08:25:31.593 | + functions-common:plugin_override_defaults:1691 : local plugins= 2021-04-26 08:25:31.594 | + functions-common:plugin_override_defaults:1692 : local plugin 2021-04-26 08:25:31.597 | + functions-common:plugin_override_defaults:1695 : [[ -z '' ]] 2021-04-26 08:25:31.599 | + functions-common:plugin_override_defaults:1696 : return 2021-04-26 08:25:31.600 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/apache 2021-04-26 08:25:31.616 | + ./stack.sh:main:582 : source /home/ubuntu/devstack/lib/tls 2021-04-26 08:25:31.618 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2021-04-26 08:25:31.630 | ++ functions-common:is_service_enabled:1960 : return 1 2021-04-26 08:25:31.632 | +++ lib/tls:source:43 : hostname -f 2021-04-26 08:25:31.636 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2021-04-26 08:25:31.638 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2021-04-26 08:25:31.639 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2021-04-26 08:25:31.641 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2021-04-26 08:25:31.644 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2021-04-26 08:25:31.645 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2021-04-26 08:25:31.647 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2021-04-26 08:25:31.649 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2021-04-26 08:25:31.651 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2021-04-26 08:25:31.653 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2021-04-26 08:25:31.657 | + ./stack.sh:main:585 : source /home/ubuntu/devstack/lib/infra 2021-04-26 08:25:31.668 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/libraries 2021-04-26 08:25:31.683 | + ./stack.sh:main:587 : source /home/ubuntu/devstack/lib/lvm 2021-04-26 08:25:31.694 | + ./stack.sh:main:588 : source /home/ubuntu/devstack/lib/horizon 2021-04-26 08:25:31.706 | + ./stack.sh:main:589 : source /home/ubuntu/devstack/lib/keystone 2021-04-26 08:25:31.729 | + ./stack.sh:main:590 : source /home/ubuntu/devstack/lib/glance 2021-04-26 08:25:31.763 | + ./stack.sh:main:591 : source /home/ubuntu/devstack/lib/nova 2021-04-26 08:25:31.835 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/placement 2021-04-26 08:25:31.855 | + ./stack.sh:main:593 : source /home/ubuntu/devstack/lib/cinder 2021-04-26 08:25:31.887 | + ./stack.sh:main:594 : source /home/ubuntu/devstack/lib/swift 2021-04-26 08:25:31.932 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/neutron 2021-04-26 08:25:32.040 | + ./stack.sh:main:596 : source /home/ubuntu/devstack/lib/ldap 2021-04-26 08:25:32.053 | + ./stack.sh:main:597 : source /home/ubuntu/devstack/lib/dstat 2021-04-26 08:25:32.065 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/tcpdump 2021-04-26 08:25:32.076 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/etcd3 2021-04-26 08:25:32.173 | + ./stack.sh:main:605 : run_phase source 2021-04-26 08:25:32.176 | + functions-common:run_phase:1732 : local mode=source 2021-04-26 08:25:32.178 | + functions-common:run_phase:1733 : local phase= 2021-04-26 08:25:32.180 | + functions-common:run_phase:1734 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-04-26 08:25:32.182 | + functions-common:run_phase:1735 : local extra_plugin_file_name 2021-04-26 08:25:32.184 | + functions-common:run_phase:1736 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-04-26 08:25:32.186 | + functions-common:run_phase:1741 : local exceptions=80-tempest.sh 2021-04-26 08:25:32.188 | + functions-common:run_phase:1742 : local extra 2021-04-26 08:25:32.191 | ++ functions-common:run_phase:1743 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-04-26 08:25:32.194 | + functions-common:run_phase:1743 : extra=80-tempest.sh 2021-04-26 08:25:32.196 | + functions-common:run_phase:1744 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-04-26 08:25:32.198 | + functions-common:run_phase:1748 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-04-26 08:25:32.200 | + functions-common:run_phase:1748 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2021-04-26 08:25:32.202 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-04-26 08:25:32.216 | ++ functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:25:32.218 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2021-04-26 08:25:32.220 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2021-04-26 08:25:32.254 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2021-04-26 08:25:32.256 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2021-04-26 08:25:32.258 | + functions-common:run_phase:1753 : [[ source == \s\o\u\r\c\e ]] 2021-04-26 08:25:32.260 | + functions-common:run_phase:1754 : load_plugin_settings 2021-04-26 08:25:32.263 | + functions-common:load_plugin_settings:1668 : local plugins= 2021-04-26 08:25:32.265 | + functions-common:load_plugin_settings:1669 : local plugin 2021-04-26 08:25:32.267 | + functions-common:load_plugin_settings:1672 : [[ -z '' ]] 2021-04-26 08:25:32.269 | + functions-common:load_plugin_settings:1673 : return 2021-04-26 08:25:32.272 | + functions-common:run_phase:1755 : verify_disabled_services 2021-04-26 08:25:32.274 | + functions-common:verify_disabled_services:2015 : local service 2021-04-26 08:25:32.276 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.278 | + 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:25:32.280 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.283 | + 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:25:32.285 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.287 | + 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:25:32.289 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.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-sch, ]] 2021-04-26 08:25:32.294 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.296 | + 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:25:32.298 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.301 | + 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:25:32.303 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.305 | + 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:25:32.307 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.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-api, ]] 2021-04-26 08:25:32.312 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.315 | + 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:25:32.317 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.319 | + 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:25:32.322 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.324 | + 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:25:32.326 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.328 | + 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:25:32.331 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.333 | + 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:25:32.336 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.338 | + 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:25:32.340 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.342 | + 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:25:32.345 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.347 | + 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:25:32.349 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.351 | + 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:25:32.354 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.356 | + 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:25:32.358 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.361 | + 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:25:32.363 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.365 | + 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:25:32.368 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.370 | + 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:25:32.372 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.374 | + 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:25:32.377 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.379 | + 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:25:32.382 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.384 | + 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:25:32.386 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.389 | + 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:25:32.391 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.393 | + 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:25:32.395 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.398 | + 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:25:32.400 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.402 | + 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:25:32.404 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.407 | + 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:25:32.409 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.411 | + 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:25:32.413 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.416 | + 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:25:32.418 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.420 | + 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:25:32.422 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.425 | + 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:25:32.427 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.430 | + 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:25:32.432 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.434 | + 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:25:32.436 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.439 | + 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:25:32.442 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.444 | + 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:25:32.446 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.448 | + 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:25:32.451 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.453 | + 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:25:32.455 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:25:32.457 | + 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:25:32.460 | + ./stack.sh:main:676 : initialize_database_backends 2021-04-26 08:25:32.462 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-04-26 08:25:32.464 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2021-04-26 08:25:32.478 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:25:32.480 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2021-04-26 08:25:32.482 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-04-26 08:25:32.484 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2021-04-26 08:25:32.499 | + functions-common:is_service_enabled:1960 : return 1 2021-04-26 08:25:32.502 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2021-04-26 08:25:32.504 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2021-04-26 08:25:32.506 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2021-04-26 08:25:32.508 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2021-04-26 08:25:32.510 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2021-04-26 08:25:32.513 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2021-04-26 08:25:32.515 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2021-04-26 08:25:32.518 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2021-04-26 08:25:32.520 | ++ lib/databases/mysql:get_database_type_mysql:35 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-04-26 08:25:32.522 | ++ lib/databases/mysql:get_database_type_mysql:36 : echo mysql+pymysql 2021-04-26 08:25:32.525 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-04-26 08:25:32.527 | + lib/database:initialize_database_backends:104 : return 0 2021-04-26 08:25:32.529 | + ./stack.sh:main:677 : echo 'Using mysql database backend' 2021-04-26 08:25:32.529 | Using mysql database backend 2021-04-26 08:25:32.531 | + ./stack.sh:main:680 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2021-04-26 08:25:32.546 | + ./stack.sh:main:692 : is_service_enabled rabbit 2021-04-26 08:25:32.561 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:25:32.563 | + ./stack.sh:main:693 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2021-04-26 08:25:32.579 | + ./stack.sh:main:700 : is_service_enabled keystone 2021-04-26 08:25:32.593 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:25:32.596 | + ./stack.sh:main:702 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2021-04-26 08:25:32.611 | + ./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:25:32.626 | + ./stack.sh:main:715 : is_service_enabled ldap 2021-04-26 08:25:32.641 | + functions-common:is_service_enabled:1960 : return 1 2021-04-26 08:25:32.643 | + ./stack.sh:main:724 : is_service_enabled s-proxy 2021-04-26 08:25:32.658 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:25:32.660 | + ./stack.sh:main:728 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2021-04-26 08:25:32.676 | + ./stack.sh:main:730 : [[ -z '' ]] 2021-04-26 08:25:32.678 | + ./stack.sh:main:730 : [[ False == \T\r\u\e ]] 2021-04-26 08:25:32.680 | + ./stack.sh:main:736 : save_stackenv 736 2021-04-26 08:25:32.683 | + functions-common:save_stackenv:60 : local tag=736 2021-04-26 08:25:32.686 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2021-04-26 08:25:32.689 | + functions-common:save_stackenv:62 : time_stamp=2021-04-26-082532 2021-04-26 08:25:32.692 | + functions-common:save_stackenv:63 : echo '# 2021-04-26-082532 736' 2021-04-26 08:25:32.694 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:25:32.696 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-04-26 08:25:32.699 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:25:32.701 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2021-04-26 08:25:32.703 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:25:32.705 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2021-04-26 08:25:32.708 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:25:32.710 | + 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:25:32.712 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:25:32.714 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.38 2021-04-26 08:25:32.716 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:25:32.719 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.38/identity 2021-04-26 08:25:32.721 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:25:32.724 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-04-26-082531 2021-04-26 08:25:32.726 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:25:32.728 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2021-04-26 08:25:32.730 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:25:32.733 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.38 2021-04-26 08:25:32.735 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:25:32.738 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2021-04-26 08:25:32.740 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:25:32.742 | + functions-common:save_stackenv:65 : echo TLS_IP= 2021-04-26 08:25:32.744 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:25:32.747 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2021-04-26 08:25:32.749 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:25:32.751 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2021-04-26 08:25:32.754 | + ./stack.sh:main:747 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2021-04-26 08:25:32.756 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/requirements.git 2021-04-26 08:25:32.758 | + functions-common:git_clone:524 : local git_dest=/opt/stack/requirements 2021-04-26 08:25:32.760 | + functions-common:git_clone:525 : local git_ref=master 2021-04-26 08:25:32.762 | + functions-common:git_clone:526 : local orig_dir 2021-04-26 08:25:32.765 | ++ functions-common:git_clone:527 : pwd 2021-04-26 08:25:32.767 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-04-26 08:25:32.769 | + functions-common:git_clone:528 : local git_clone_flags= 2021-04-26 08:25:32.772 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-04-26 08:25:32.786 | + functions-common:git_clone:530 : RECLONE=False 2021-04-26 08:25:32.788 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-04-26 08:25:32.790 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-04-26 08:25:32.793 | + functions-common:git_clone:544 : echo master 2021-04-26 08:25:32.793 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-04-26 08:25:32.797 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/requirements ]] 2021-04-26 08:25:32.800 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-04-26 08:25:32.802 | + functions-common:git_clone:592 : cd /opt/stack/requirements 2021-04-26 08:25:32.805 | + functions-common:git_clone:593 : git show --oneline 2021-04-26 08:25:32.806 | + functions-common:git_clone:593 : head -1 2021-04-26 08:25:32.808 | cd565a13 Updated from generate-constraints 2021-04-26 08:25:32.810 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-04-26 08:25:32.813 | + ./stack.sh:main:751 : echo_summary 'Installing package prerequisites' 2021-04-26 08:25:32.815 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-04-26 08:25:32.817 | + ./stack.sh:echo_summary:428 : echo -e Installing package prerequisites 2021-04-26 08:25:32.820 | + ./stack.sh:main:752 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2021-04-26 08:25:32.822 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2021-04-26 08:25:32.825 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2021-04-26 08:25:32.827 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2021-04-26 08:25:32.829 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2021-04-26 08:25:32.832 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2021-04-26 08:25:32.834 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2021-04-26 08:25:32.837 | +++ tools/install_prereqs.sh:source:47 : date +%s 2021-04-26 08:25:32.841 | ++ tools/install_prereqs.sh:source:47 : NOW=1619425532 2021-04-26 08:25:32.844 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2021-04-26 08:25:32.848 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=1619424820 2021-04-26 08:25:32.851 | ++ tools/install_prereqs.sh:source:49 : DELTA=712 2021-04-26 08:25:32.853 | ++ tools/install_prereqs.sh:source:50 : [[ 712 -lt 7200 ]] 2021-04-26 08:25:32.855 | ++ tools/install_prereqs.sh:source:50 : [[ -z 0 ]] 2021-04-26 08:25:32.858 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2021-04-26 08:25:32.860 | ++ functions-common:export_proxy_variables:2122 : isset http_proxy 2021-04-26 08:25:32.863 | ++ functions-common:isset:174 : [[ -v http_proxy ]] 2021-04-26 08:25:32.865 | ++ functions-common:export_proxy_variables:2125 : isset https_proxy 2021-04-26 08:25:32.867 | ++ functions-common:isset:174 : [[ -v https_proxy ]] 2021-04-26 08:25:32.870 | ++ functions-common:export_proxy_variables:2128 : isset no_proxy 2021-04-26 08:25:32.872 | ++ functions-common:isset:174 : [[ -v no_proxy ]] 2021-04-26 08:25:32.875 | +++ 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:25:32.920 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2021-04-26 08:25:32.920 | apache2-dev 2021-04-26 08:25:32.920 | bc 2021-04-26 08:25:32.920 | bsdmainutils 2021-04-26 08:25:32.920 | curl 2021-04-26 08:25:32.920 | g++ 2021-04-26 08:25:32.920 | gawk 2021-04-26 08:25:32.920 | gcc 2021-04-26 08:25:32.920 | gettext 2021-04-26 08:25:32.920 | git 2021-04-26 08:25:32.920 | graphviz 2021-04-26 08:25:32.920 | iputils-ping 2021-04-26 08:25:32.920 | libapache2-mod-proxy-uwsgi 2021-04-26 08:25:32.920 | libffi-dev 2021-04-26 08:25:32.920 | libjpeg-dev 2021-04-26 08:25:32.920 | libmysqlclient-dev 2021-04-26 08:25:32.920 | libpcre3-dev 2021-04-26 08:25:32.920 | libpq-dev 2021-04-26 08:25:32.920 | libssl-dev 2021-04-26 08:25:32.920 | libsystemd-dev 2021-04-26 08:25:32.920 | libxml2-dev 2021-04-26 08:25:32.920 | libxslt1-dev 2021-04-26 08:25:32.921 | libyaml-dev 2021-04-26 08:25:32.921 | lsof 2021-04-26 08:25:32.921 | openssh-server 2021-04-26 08:25:32.921 | openssl 2021-04-26 08:25:32.921 | pkg-config 2021-04-26 08:25:32.921 | psmisc 2021-04-26 08:25:32.921 | python3-dev 2021-04-26 08:25:32.921 | python3-pip 2021-04-26 08:25:32.921 | python3-systemd 2021-04-26 08:25:32.921 | python3-venv 2021-04-26 08:25:32.921 | tar 2021-04-26 08:25:32.921 | tcpdump 2021-04-26 08:25:32.921 | unzip 2021-04-26 08:25:32.921 | uuid-runtime 2021-04-26 08:25:32.921 | wget 2021-04-26 08:25:32.921 | wget 2021-04-26 08:25:32.921 | zlib1g-dev 2021-04-26 08:25:32.921 | libkrb5-dev 2021-04-26 08:25:32.921 | libldap2-dev 2021-04-26 08:25:32.921 | libsasl2-dev 2021-04-26 08:25:32.921 | memcached 2021-04-26 08:25:32.921 | python3-mysqldb 2021-04-26 08:25:32.921 | sqlite3 2021-04-26 08:25:32.921 | conntrack 2021-04-26 08:25:32.921 | curl 2021-04-26 08:25:32.921 | dnsmasq-base 2021-04-26 08:25:32.921 | dnsmasq-utils 2021-04-26 08:25:32.921 | ebtables 2021-04-26 08:25:32.921 | genisoimage 2021-04-26 08:25:32.921 | iptables 2021-04-26 08:25:32.921 | iputils-arping 2021-04-26 08:25:32.921 | kpartx 2021-04-26 08:25:32.921 | libjs-jquery-tablesorter 2021-04-26 08:25:32.921 | libmysqlclient-dev 2021-04-26 08:25:32.921 | parted 2021-04-26 08:25:32.921 | pm-utils 2021-04-26 08:25:32.922 | python3-mysqldb 2021-04-26 08:25:32.922 | socat 2021-04-26 08:25:32.922 | sqlite3 2021-04-26 08:25:32.922 | sudo 2021-04-26 08:25:32.922 | vlan 2021-04-26 08:25:32.922 | lsscsi 2021-04-26 08:25:32.922 | open-iscsi 2021-04-26 08:25:32.922 | lvm2 2021-04-26 08:25:32.922 | qemu-utils 2021-04-26 08:25:32.922 | thin-provisioning-tools 2021-04-26 08:25:32.922 | acl 2021-04-26 08:25:32.922 | dnsmasq-base 2021-04-26 08:25:32.922 | dnsmasq-utils 2021-04-26 08:25:32.922 | ebtables 2021-04-26 08:25:32.922 | haproxy 2021-04-26 08:25:32.922 | iptables 2021-04-26 08:25:32.922 | iputils-arping 2021-04-26 08:25:32.922 | iputils-ping 2021-04-26 08:25:32.922 | libmysqlclient-dev 2021-04-26 08:25:32.922 | postgresql-server-dev-all 2021-04-26 08:25:32.922 | python3-mysqldb 2021-04-26 08:25:32.922 | sqlite3 2021-04-26 08:25:32.922 | sudo 2021-04-26 08:25:32.922 | vlan 2021-04-26 08:25:32.922 | ipset 2021-04-26 08:25:32.922 | conntrack 2021-04-26 08:25:32.922 | conntrackd 2021-04-26 08:25:32.922 | keepalived 2021-04-26 08:25:32.922 | dstat 2021-04-26 08:25:32.922 | lvm2 2021-04-26 08:25:32.922 | qemu-utils 2021-04-26 08:25:32.922 | thin-provisioning-tools 2021-04-26 08:25:32.922 | curl 2021-04-26 08:25:32.922 | liberasurecode-dev 2021-04-26 08:25:32.922 | make 2021-04-26 08:25:32.922 | memcached 2021-04-26 08:25:32.922 | sqlite3 2021-04-26 08:25:32.923 | xfsprogs' 2021-04-26 08:25:32.925 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2021-04-26 08:25:32.942 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2021-04-26 08:25:32.942 | apache2-dev 2021-04-26 08:25:32.942 | bc 2021-04-26 08:25:32.942 | bsdmainutils 2021-04-26 08:25:32.942 | curl 2021-04-26 08:25:32.942 | g++ 2021-04-26 08:25:32.942 | gawk 2021-04-26 08:25:32.942 | gcc 2021-04-26 08:25:32.942 | gettext 2021-04-26 08:25:32.942 | git 2021-04-26 08:25:32.942 | graphviz 2021-04-26 08:25:32.942 | iputils-ping 2021-04-26 08:25:32.942 | libapache2-mod-proxy-uwsgi 2021-04-26 08:25:32.942 | libffi-dev 2021-04-26 08:25:32.942 | libjpeg-dev 2021-04-26 08:25:32.942 | libmysqlclient-dev 2021-04-26 08:25:32.942 | libpcre3-dev 2021-04-26 08:25:32.942 | libpq-dev 2021-04-26 08:25:32.942 | libssl-dev 2021-04-26 08:25:32.942 | libsystemd-dev 2021-04-26 08:25:32.942 | libxml2-dev 2021-04-26 08:25:32.942 | libxslt1-dev 2021-04-26 08:25:32.942 | libyaml-dev 2021-04-26 08:25:32.942 | lsof 2021-04-26 08:25:32.942 | openssh-server 2021-04-26 08:25:32.943 | openssl 2021-04-26 08:25:32.943 | pkg-config 2021-04-26 08:25:32.943 | psmisc 2021-04-26 08:25:32.943 | python3-dev 2021-04-26 08:25:32.943 | python3-pip 2021-04-26 08:25:32.943 | python3-systemd 2021-04-26 08:25:32.943 | python3-venv 2021-04-26 08:25:32.943 | tar 2021-04-26 08:25:32.943 | tcpdump 2021-04-26 08:25:32.943 | unzip 2021-04-26 08:25:32.943 | uuid-runtime 2021-04-26 08:25:32.943 | wget 2021-04-26 08:25:32.943 | wget 2021-04-26 08:25:32.943 | zlib1g-dev 2021-04-26 08:25:32.943 | libkrb5-dev 2021-04-26 08:25:32.943 | libldap2-dev 2021-04-26 08:25:32.943 | libsasl2-dev 2021-04-26 08:25:32.943 | memcached 2021-04-26 08:25:32.943 | python3-mysqldb 2021-04-26 08:25:32.943 | sqlite3 2021-04-26 08:25:32.943 | conntrack 2021-04-26 08:25:32.943 | curl 2021-04-26 08:25:32.943 | dnsmasq-base 2021-04-26 08:25:32.943 | dnsmasq-utils 2021-04-26 08:25:32.943 | ebtables 2021-04-26 08:25:32.943 | genisoimage 2021-04-26 08:25:32.943 | iptables 2021-04-26 08:25:32.943 | iputils-arping 2021-04-26 08:25:32.943 | kpartx 2021-04-26 08:25:32.943 | libjs-jquery-tablesorter 2021-04-26 08:25:32.943 | libmysqlclient-dev 2021-04-26 08:25:32.943 | parted 2021-04-26 08:25:32.943 | pm-utils 2021-04-26 08:25:32.943 | python3-mysqldb 2021-04-26 08:25:32.943 | socat 2021-04-26 08:25:32.943 | sqlite3 2021-04-26 08:25:32.943 | sudo 2021-04-26 08:25:32.943 | vlan 2021-04-26 08:25:32.944 | lsscsi 2021-04-26 08:25:32.944 | open-iscsi 2021-04-26 08:25:32.944 | lvm2 2021-04-26 08:25:32.944 | qemu-utils 2021-04-26 08:25:32.944 | thin-provisioning-tools 2021-04-26 08:25:32.944 | acl 2021-04-26 08:25:32.944 | dnsmasq-base 2021-04-26 08:25:32.944 | dnsmasq-utils 2021-04-26 08:25:32.944 | ebtables 2021-04-26 08:25:32.944 | haproxy 2021-04-26 08:25:32.944 | iptables 2021-04-26 08:25:32.944 | iputils-arping 2021-04-26 08:25:32.944 | iputils-ping 2021-04-26 08:25:32.944 | libmysqlclient-dev 2021-04-26 08:25:32.944 | postgresql-server-dev-all 2021-04-26 08:25:32.944 | python3-mysqldb 2021-04-26 08:25:32.944 | sqlite3 2021-04-26 08:25:32.944 | sudo 2021-04-26 08:25:32.944 | vlan 2021-04-26 08:25:32.944 | ipset 2021-04-26 08:25:32.944 | conntrack 2021-04-26 08:25:32.944 | conntrackd 2021-04-26 08:25:32.944 | keepalived 2021-04-26 08:25:32.944 | dstat 2021-04-26 08:25:32.944 | lvm2 2021-04-26 08:25:32.944 | qemu-utils 2021-04-26 08:25:32.944 | thin-provisioning-tools 2021-04-26 08:25:32.944 | curl 2021-04-26 08:25:32.944 | liberasurecode-dev 2021-04-26 08:25:32.944 | make 2021-04-26 08:25:32.944 | memcached 2021-04-26 08:25:32.944 | sqlite3 2021-04-26 08:25:32.944 | xfsprogs ' 2021-04-26 08:25:32.944 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2021-04-26 08:25:32.946 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:25:32.949 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:25:32.952 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2021-04-26 08:25:32.952 | ++ 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:25:32.956 | ++ 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:25:32.958 | ++ functions-common:install_package:1342 : update_package_repo 2021-04-26 08:25:32.960 | ++ functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2021-04-26 08:25:32.963 | ++ functions-common:update_package_repo:1315 : REPOS_UPDATED=False 2021-04-26 08:25:32.965 | ++ functions-common:update_package_repo:1316 : RETRY_UPDATE=False 2021-04-26 08:25:32.967 | ++ functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2021-04-26 08:25:32.969 | ++ functions-common:update_package_repo:1322 : is_ubuntu 2021-04-26 08:25:32.972 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:25:32.974 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:25:32.976 | ++ functions-common:update_package_repo:1323 : apt_get_update 2021-04-26 08:25:32.978 | ++ functions-common:apt_get_update:1068 : [[ False == \T\r\u\e ]] 2021-04-26 08:25:32.980 | ++ functions-common:apt_get_update:1073 : [[ False = \T\r\u\e ]] 2021-04-26 08:25:32.982 | ++ functions-common:apt_get_update:1075 : local sudo=sudo 2021-04-26 08:25:32.985 | +++ functions-common:apt_get_update:1076 : id -u 2021-04-26 08:25:32.989 | ++ functions-common:apt_get_update:1076 : [[ 1000 = \0 ]] 2021-04-26 08:25:32.991 | ++ functions-common:apt_get_update:1079 : time_start apt-get-update 2021-04-26 08:25:32.994 | ++ functions-common:time_start:2290 : local name=apt-get-update 2021-04-26 08:25:32.996 | ++ functions-common:time_start:2291 : local start_time= 2021-04-26 08:25:32.998 | ++ functions-common:time_start:2292 : [[ -n '' ]] 2021-04-26 08:25:33.000 | +++ functions-common:time_start:2295 : date +%s%3N 2021-04-26 08:25:33.004 | ++ functions-common:time_start:2295 : _TIME_START[$name]=1619425533001 2021-04-26 08:25:33.006 | ++ functions-common:apt_get_update:1081 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-04-26 08:25:33.008 | ++ functions-common:apt_get_update:1082 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-04-26 08:25:33.010 | ++ 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:33.244 | Hit:1 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri InRelease 2021-04-26 08:25:33.389 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-04-26 08:25:33.392 | Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease 2021-04-26 08:25:33.522 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2021-04-26 08:25:33.654 | Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2021-04-26 08:25:35.768 | Reading package lists... 2021-04-26 08:25:35.829 | ++ functions-common:apt_get_update:1087 : REPOS_UPDATED=True 2021-04-26 08:25:35.831 | ++ functions-common:apt_get_update:1089 : time_stop apt-get-update 2021-04-26 08:25:35.834 | ++ functions-common:time_stop:2304 : local name 2021-04-26 08:25:35.836 | ++ functions-common:time_stop:2305 : local end_time 2021-04-26 08:25:35.838 | ++ functions-common:time_stop:2306 : local elapsed_time 2021-04-26 08:25:35.840 | ++ functions-common:time_stop:2307 : local total 2021-04-26 08:25:35.842 | ++ functions-common:time_stop:2308 : local start_time 2021-04-26 08:25:35.844 | ++ functions-common:time_stop:2310 : name=apt-get-update 2021-04-26 08:25:35.846 | ++ functions-common:time_stop:2311 : start_time=1619425533001 2021-04-26 08:25:35.849 | ++ functions-common:time_stop:2313 : [[ -z 1619425533001 ]] 2021-04-26 08:25:35.851 | +++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 08:25:35.855 | ++ functions-common:time_stop:2316 : end_time=1619425535852 2021-04-26 08:25:35.857 | ++ functions-common:time_stop:2317 : elapsed_time=2851 2021-04-26 08:25:35.859 | ++ functions-common:time_stop:2318 : total=0 2021-04-26 08:25:35.861 | ++ functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 08:25:35.863 | ++ functions-common:time_stop:2321 : _TIME_TOTAL[$name]=2851 2021-04-26 08:25:35.866 | ++ 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:35.868 | ++ functions-common:real_install_package:1328 : is_ubuntu 2021-04-26 08:25:35.871 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:25:35.873 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:25:35.875 | ++ 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:35.896 | ++ 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:36.016 | Reading package lists... 2021-04-26 08:25:36.265 | Building dependency tree... 2021-04-26 08:25:36.266 | Reading state information... 2021-04-26 08:25:36.296 | acl is already the newest version (2.2.52-3build1). 2021-04-26 08:25:36.296 | bc is already the newest version (1.07.1-2). 2021-04-26 08:25:36.296 | bsdmainutils is already the newest version (11.1.2ubuntu1). 2021-04-26 08:25:36.296 | conntrack is already the newest version (1:1.4.4+snapshot20161117-6ubuntu2). 2021-04-26 08:25:36.296 | gawk is already the newest version (1:4.1.4+dfsg-1build1). 2021-04-26 08:25:36.296 | genisoimage is already the newest version (9:1.1.11-3ubuntu2). 2021-04-26 08:25:36.296 | ipset is already the newest version (6.34-1). 2021-04-26 08:25:36.296 | iptables is already the newest version (1.6.1-2ubuntu2). 2021-04-26 08:25:36.296 | kpartx is already the newest version (0.7.4-2ubuntu3). 2021-04-26 08:25:36.296 | liberasurecode-dev is already the newest version (1.5.0-1). 2021-04-26 08:25:36.296 | libffi-dev is already the newest version (3.2.1-8). 2021-04-26 08:25:36.296 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2021-04-26 08:25:36.296 | libpcre3-dev is already the newest version (2:8.39-9). 2021-04-26 08:25:36.296 | libyaml-dev is already the newest version (0.1.7-2ubuntu3). 2021-04-26 08:25:36.296 | lsof is already the newest version (4.89+dfsg-0.1). 2021-04-26 08:25:36.296 | lsscsi is already the newest version (0.28-0.1). 2021-04-26 08:25:36.296 | make is already the newest version (4.1-9.1ubuntu1). 2021-04-26 08:25:36.296 | pkg-config is already the newest version (0.29.1-0ubuntu2). 2021-04-26 08:25:36.297 | python3-systemd is already the newest version (234-1build1). 2021-04-26 08:25:36.297 | socat is already the newest version (1.7.3.2-2ubuntu2). 2021-04-26 08:25:36.297 | xfsprogs is already the newest version (4.9.0+nmu1ubuntu2). 2021-04-26 08:25:36.297 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-0ubuntu2). 2021-04-26 08:25:36.297 | conntrackd is already the newest version (1:1.4.4+snapshot20161117-6ubuntu2). 2021-04-26 08:25:36.297 | dstat is already the newest version (0.7.3-1). 2021-04-26 08:25:36.297 | graphviz is already the newest version (2.40.1-2). 2021-04-26 08:25:36.297 | libjs-jquery-tablesorter is already the newest version (1:2.29.5+dfsg1-1). 2021-04-26 08:25:36.297 | pm-utils is already the newest version (1.4.1-17). 2021-04-26 08:25:36.297 | thin-provisioning-tools is already the newest version (0.7.4-2ubuntu3). 2021-04-26 08:25:36.297 | apache2 is already the newest version (2.4.29-1ubuntu4.14). 2021-04-26 08:25:36.297 | apache2-dev is already the newest version (2.4.29-1ubuntu4.14). 2021-04-26 08:25:36.297 | curl is already the newest version (7.58.0-2ubuntu3.13). 2021-04-26 08:25:36.297 | dnsmasq-base is already the newest version (2.79-1ubuntu0.3). 2021-04-26 08:25:36.297 | dnsmasq-utils is already the newest version (2.79-1ubuntu0.3). 2021-04-26 08:25:36.297 | ebtables is already the newest version (2.0.10.4-3.5ubuntu2.18.04.3). 2021-04-26 08:25:36.297 | g++ is already the newest version (4:7.4.0-1ubuntu2.3). 2021-04-26 08:25:36.297 | gcc is already the newest version (4:7.4.0-1ubuntu2.3). 2021-04-26 08:25:36.297 | gettext is already the newest version (0.19.8.1-6ubuntu0.3). 2021-04-26 08:25:36.297 | git is already the newest version (1:2.17.1-1ubuntu0.8). 2021-04-26 08:25:36.297 | haproxy is already the newest version (1.8.8-1ubuntu0.11). 2021-04-26 08:25:36.297 | iputils-arping is already the newest version (3:20161105-1ubuntu3). 2021-04-26 08:25:36.297 | iputils-ping is already the newest version (3:20161105-1ubuntu3). 2021-04-26 08:25:36.297 | keepalived is already the newest version (1:1.3.9-1ubuntu0.18.04.2). 2021-04-26 08:25:36.298 | libkrb5-dev is already the newest version (1.16-2ubuntu0.2). 2021-04-26 08:25:36.298 | libldap2-dev is already the newest version (2.4.45+dfsg-1ubuntu1.10). 2021-04-26 08:25:36.298 | libmysqlclient-dev is already the newest version (5.7.33-0ubuntu0.18.04.1). 2021-04-26 08:25:36.298 | libpq-dev is already the newest version (10.16-0ubuntu0.18.04.1). 2021-04-26 08:25:36.298 | libsasl2-dev is already the newest version (2.1.27~101-g0780600+dfsg-3ubuntu2.3). 2021-04-26 08:25:36.298 | libssl-dev is already the newest version (1.1.1-1ubuntu2.1~18.04.9). 2021-04-26 08:25:36.298 | libsystemd-dev is already the newest version (237-3ubuntu10.46). 2021-04-26 08:25:36.298 | libxml2-dev is already the newest version (2.9.4+dfsg1-6.1ubuntu1.3). 2021-04-26 08:25:36.298 | libxslt1-dev is already the newest version (1.1.29-5ubuntu0.2). 2021-04-26 08:25:36.298 | lvm2 is already the newest version (2.02.176-4.1ubuntu3.18.04.3). 2021-04-26 08:25:36.298 | memcached is already the newest version (1.5.6-0ubuntu1.2). 2021-04-26 08:25:36.298 | open-iscsi is already the newest version (2.0.874-5ubuntu2.10). 2021-04-26 08:25:36.298 | openssh-server is already the newest version (1:7.6p1-4ubuntu0.3). 2021-04-26 08:25:36.298 | openssl is already the newest version (1.1.1-1ubuntu2.1~18.04.9). 2021-04-26 08:25:36.298 | parted is already the newest version (3.2-20ubuntu0.2). 2021-04-26 08:25:36.298 | psmisc is already the newest version (23.1-1ubuntu0.1). 2021-04-26 08:25:36.298 | python3-dev is already the newest version (3.6.7-1~18.04). 2021-04-26 08:25:36.298 | sqlite3 is already the newest version (3.22.0-1ubuntu0.4). 2021-04-26 08:25:36.298 | sudo is already the newest version (1.8.21p2-3ubuntu1.4). 2021-04-26 08:25:36.298 | tar is already the newest version (1.29b-2ubuntu0.2). 2021-04-26 08:25:36.298 | tcpdump is already the newest version (4.9.3-0ubuntu0.18.04.1). 2021-04-26 08:25:36.298 | unzip is already the newest version (6.0-21ubuntu1.1). 2021-04-26 08:25:36.298 | uuid-runtime is already the newest version (2.31.1-0.4ubuntu3.7). 2021-04-26 08:25:36.299 | vlan is already the newest version (1.9-3.2ubuntu6). 2021-04-26 08:25:36.299 | wget is already the newest version (1.19.4-1ubuntu2.2). 2021-04-26 08:25:36.481 | libapache2-mod-proxy-uwsgi is already the newest version (2.0.15-10.2ubuntu2.1). 2021-04-26 08:25:36.481 | postgresql-server-dev-all is already the newest version (190ubuntu0.1). 2021-04-26 08:25:36.481 | python3-pip is already the newest version (9.0.1-2.3~ubuntu1.18.04.4). 2021-04-26 08:25:36.481 | python3-venv is already the newest version (3.6.7-1~18.04). 2021-04-26 08:25:36.481 | python3-mysqldb is already the newest version (1.4.4-2build1~cloud0). 2021-04-26 08:25:36.482 | qemu-utils is already the newest version (1:4.2-3ubuntu6.13~cloud0). 2021-04-26 08:25:36.482 | The following packages were automatically installed and are no longer required: 2021-04-26 08:25:36.482 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-04-26 08:25:36.482 | python3-click python3-colorama python3-configobj python3-constantly 2021-04-26 08:25:36.482 | python3-hyperlink python3-incremental python3-pam python3-problem-report 2021-04-26 08:25:36.482 | python3-pyasn1 python3-requests-unixsocket python3-serial 2021-04-26 08:25:36.482 | python3-twisted-bin python3-zope.interface 2021-04-26 08:25:36.482 | Use 'sudo apt autoremove' to remove them. 2021-04-26 08:25:36.900 | 0 upgraded, 0 newly installed, 0 to remove and 173 not upgraded. 2021-04-26 08:25:36.900 | 2 not fully installed or removed. 2021-04-26 08:25:36.900 | After this operation, 0 B of additional disk space will be used. 2021-04-26 08:25:36.922 | Setting up python3-rtslib-fb (2.1.71-0ubuntu1~cloud0) ... 2021-04-26 08:25:37.546 | Failed to start rtslib-fb-targetctl.service: Unit rtslib-fb-targetctl.service is not loaded properly: Exec format error. 2021-04-26 08:25:37.546 | See system logs and 'systemctl status rtslib-fb-targetctl.service' for details. 2021-04-26 08:25:37.547 | invoke-rc.d: initscript rtslib-fb-targetctl, action "start" failed. 2021-04-26 08:25:37.553 | ● rtslib-fb-targetctl.service - Restore LIO kernel target configuration 2021-04-26 08:25:37.554 | Loaded: error (Reason: Exec format error) 2021-04-26 08:25:37.554 | Active: inactive (dead) 2021-04-26 08:25:37.554 | 2021-04-26 08:25:37.554 | 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:37.554 | 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:37.554 | 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:37.554 | 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:37.554 | Apr 26 08:25:29 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:37.554 | Apr 26 08:25:29 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:37.554 | Apr 26 08:25:29 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:37.554 | Apr 26 08:25: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:37.554 | Apr 26 08:25: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:37.554 | Apr 26 08:25: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:37.555 | dpkg: error processing package python3-rtslib-fb (--configure): 2021-04-26 08:25:37.555 | installed python3-rtslib-fb package post-installation script subprocess returned error exit status 1 2021-04-26 08:25:37.555 | dpkg: dependency problems prevent configuration of targetcli-fb: 2021-04-26 08:25:37.555 | targetcli-fb depends on python3-rtslib-fb; however: 2021-04-26 08:25:37.555 | Package python3-rtslib-fb is not configured yet. 2021-04-26 08:25:37.555 | 2021-04-26 08:25:37.555 | dpkg: error processing package targetcli-fb (--configure): 2021-04-26 08:25:37.556 | dependency problems - leaving unconfigured 2021-04-26 08:25:37.565 | Errors were encountered while processing: 2021-04-26 08:25:37.565 | python3-rtslib-fb 2021-04-26 08:25:37.565 | targetcli-fb 2021-04-26 08:25:39.458 | E: Sub-process /usr/bin/dpkg returned an error code (1) 2021-04-26 08:25:39.462 | ++ functions-common:apt_get:1113 : result=100 2021-04-26 08:25:39.465 | ++ functions-common:apt_get:1116 : time_stop apt-get 2021-04-26 08:25:39.467 | ++ functions-common:time_stop:2304 : local name 2021-04-26 08:25:39.470 | ++ functions-common:time_stop:2305 : local end_time 2021-04-26 08:25:39.472 | ++ functions-common:time_stop:2306 : local elapsed_time 2021-04-26 08:25:39.474 | ++ functions-common:time_stop:2307 : local total 2021-04-26 08:25:39.476 | ++ functions-common:time_stop:2308 : local start_time 2021-04-26 08:25:39.478 | ++ functions-common:time_stop:2310 : name=apt-get 2021-04-26 08:25:39.480 | ++ functions-common:time_stop:2311 : start_time=1619425535893 2021-04-26 08:25:39.482 | ++ functions-common:time_stop:2313 : [[ -z 1619425535893 ]] 2021-04-26 08:25:39.484 | +++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 08:25:39.489 | ++ functions-common:time_stop:2316 : end_time=1619425539486 2021-04-26 08:25:39.491 | ++ functions-common:time_stop:2317 : elapsed_time=3593 2021-04-26 08:25:39.493 | ++ functions-common:time_stop:2318 : total=3632 2021-04-26 08:25:39.495 | ++ functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 08:25:39.497 | ++ functions-common:time_stop:2321 : _TIME_TOTAL[$name]=7225 2021-04-26 08:25:39.499 | ++ functions-common:apt_get:1117 : return 100 2021-04-26 08:25:39.502 | ++ functions-common:install_package:1344 : RETRY_UPDATE=True 2021-04-26 08:25:39.504 | ++ functions-common:install_package:1344 : update_package_repo 2021-04-26 08:25:39.507 | ++ functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2021-04-26 08:25:39.509 | ++ functions-common:update_package_repo:1315 : REPOS_UPDATED=True 2021-04-26 08:25:39.511 | ++ functions-common:update_package_repo:1316 : RETRY_UPDATE=True 2021-04-26 08:25:39.513 | ++ functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2021-04-26 08:25:39.516 | ++ functions-common:update_package_repo:1322 : is_ubuntu 2021-04-26 08:25:39.518 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:25:39.520 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:25:39.522 | ++ functions-common:update_package_repo:1323 : apt_get_update 2021-04-26 08:25:39.525 | ++ functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-04-26 08:25:39.527 | ++ functions-common:apt_get_update:1068 : [[ True != \T\r\u\e ]] 2021-04-26 08:25:39.529 | ++ functions-common:apt_get_update:1073 : [[ False = \T\r\u\e ]] 2021-04-26 08:25:39.531 | ++ functions-common:apt_get_update:1075 : local sudo=sudo 2021-04-26 08:25:39.534 | +++ functions-common:apt_get_update:1076 : id -u 2021-04-26 08:25:39.538 | ++ functions-common:apt_get_update:1076 : [[ 1000 = \0 ]] 2021-04-26 08:25:39.540 | ++ functions-common:apt_get_update:1079 : time_start apt-get-update 2021-04-26 08:25:39.543 | ++ functions-common:time_start:2290 : local name=apt-get-update 2021-04-26 08:25:39.545 | ++ functions-common:time_start:2291 : local start_time= 2021-04-26 08:25:39.547 | ++ functions-common:time_start:2292 : [[ -n '' ]] 2021-04-26 08:25:39.551 | +++ functions-common:time_start:2295 : date +%s%3N 2021-04-26 08:25:39.555 | ++ functions-common:time_start:2295 : _TIME_START[$name]=1619425539552 2021-04-26 08:25:39.557 | ++ functions-common:apt_get_update:1081 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-04-26 08:25:39.559 | ++ functions-common:apt_get_update:1082 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-04-26 08:25:39.561 | ++ 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:39.794 | Hit:1 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri InRelease 2021-04-26 08:25:39.935 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-04-26 08:25:39.944 | Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease 2021-04-26 08:25:40.067 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2021-04-26 08:25:40.197 | Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2021-04-26 08:25:42.307 | Reading package lists... 2021-04-26 08:25:42.367 | ++ functions-common:apt_get_update:1087 : REPOS_UPDATED=True 2021-04-26 08:25:42.369 | ++ functions-common:apt_get_update:1089 : time_stop apt-get-update 2021-04-26 08:25:42.372 | ++ functions-common:time_stop:2304 : local name 2021-04-26 08:25:42.374 | ++ functions-common:time_stop:2305 : local end_time 2021-04-26 08:25:42.377 | ++ functions-common:time_stop:2306 : local elapsed_time 2021-04-26 08:25:42.379 | ++ functions-common:time_stop:2307 : local total 2021-04-26 08:25:42.381 | ++ functions-common:time_stop:2308 : local start_time 2021-04-26 08:25:42.383 | ++ functions-common:time_stop:2310 : name=apt-get-update 2021-04-26 08:25:42.385 | ++ functions-common:time_stop:2311 : start_time=1619425539552 2021-04-26 08:25:42.388 | ++ functions-common:time_stop:2313 : [[ -z 1619425539552 ]] 2021-04-26 08:25:42.390 | +++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 08:25:42.394 | ++ functions-common:time_stop:2316 : end_time=1619425542391 2021-04-26 08:25:42.396 | ++ functions-common:time_stop:2317 : elapsed_time=2839 2021-04-26 08:25:42.399 | ++ functions-common:time_stop:2318 : total=2851 2021-04-26 08:25:42.401 | ++ functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 08:25:42.403 | ++ functions-common:time_stop:2321 : _TIME_TOTAL[$name]=5690 2021-04-26 08:25:42.406 | ++ 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:42.408 | ++ functions-common:real_install_package:1328 : is_ubuntu 2021-04-26 08:25:42.410 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:25:42.413 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:25:42.415 | ++ 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:42.436 | ++ 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:42.557 | Reading package lists... 2021-04-26 08:25:42.811 | Building dependency tree... 2021-04-26 08:25:42.812 | Reading state information... 2021-04-26 08:25:42.843 | acl is already the newest version (2.2.52-3build1). 2021-04-26 08:25:42.843 | bc is already the newest version (1.07.1-2). 2021-04-26 08:25:42.843 | bsdmainutils is already the newest version (11.1.2ubuntu1). 2021-04-26 08:25:42.843 | conntrack is already the newest version (1:1.4.4+snapshot20161117-6ubuntu2). 2021-04-26 08:25:42.843 | gawk is already the newest version (1:4.1.4+dfsg-1build1). 2021-04-26 08:25:42.843 | genisoimage is already the newest version (9:1.1.11-3ubuntu2). 2021-04-26 08:25:42.843 | ipset is already the newest version (6.34-1). 2021-04-26 08:25:42.843 | iptables is already the newest version (1.6.1-2ubuntu2). 2021-04-26 08:25:42.843 | kpartx is already the newest version (0.7.4-2ubuntu3). 2021-04-26 08:25:42.843 | liberasurecode-dev is already the newest version (1.5.0-1). 2021-04-26 08:25:42.843 | libffi-dev is already the newest version (3.2.1-8). 2021-04-26 08:25:42.843 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2021-04-26 08:25:42.843 | libpcre3-dev is already the newest version (2:8.39-9). 2021-04-26 08:25:42.843 | libyaml-dev is already the newest version (0.1.7-2ubuntu3). 2021-04-26 08:25:42.843 | lsof is already the newest version (4.89+dfsg-0.1). 2021-04-26 08:25:42.843 | lsscsi is already the newest version (0.28-0.1). 2021-04-26 08:25:42.843 | make is already the newest version (4.1-9.1ubuntu1). 2021-04-26 08:25:42.843 | pkg-config is already the newest version (0.29.1-0ubuntu2). 2021-04-26 08:25:42.843 | python3-systemd is already the newest version (234-1build1). 2021-04-26 08:25:42.843 | socat is already the newest version (1.7.3.2-2ubuntu2). 2021-04-26 08:25:42.843 | xfsprogs is already the newest version (4.9.0+nmu1ubuntu2). 2021-04-26 08:25:42.843 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-0ubuntu2). 2021-04-26 08:25:42.843 | conntrackd is already the newest version (1:1.4.4+snapshot20161117-6ubuntu2). 2021-04-26 08:25:42.843 | dstat is already the newest version (0.7.3-1). 2021-04-26 08:25:42.843 | graphviz is already the newest version (2.40.1-2). 2021-04-26 08:25:42.843 | libjs-jquery-tablesorter is already the newest version (1:2.29.5+dfsg1-1). 2021-04-26 08:25:42.843 | pm-utils is already the newest version (1.4.1-17). 2021-04-26 08:25:42.843 | thin-provisioning-tools is already the newest version (0.7.4-2ubuntu3). 2021-04-26 08:25:42.843 | apache2 is already the newest version (2.4.29-1ubuntu4.14). 2021-04-26 08:25:42.844 | apache2-dev is already the newest version (2.4.29-1ubuntu4.14). 2021-04-26 08:25:42.844 | curl is already the newest version (7.58.0-2ubuntu3.13). 2021-04-26 08:25:42.844 | dnsmasq-base is already the newest version (2.79-1ubuntu0.3). 2021-04-26 08:25:42.844 | dnsmasq-utils is already the newest version (2.79-1ubuntu0.3). 2021-04-26 08:25:42.844 | ebtables is already the newest version (2.0.10.4-3.5ubuntu2.18.04.3). 2021-04-26 08:25:42.844 | g++ is already the newest version (4:7.4.0-1ubuntu2.3). 2021-04-26 08:25:42.844 | gcc is already the newest version (4:7.4.0-1ubuntu2.3). 2021-04-26 08:25:42.844 | gettext is already the newest version (0.19.8.1-6ubuntu0.3). 2021-04-26 08:25:42.844 | git is already the newest version (1:2.17.1-1ubuntu0.8). 2021-04-26 08:25:42.844 | haproxy is already the newest version (1.8.8-1ubuntu0.11). 2021-04-26 08:25:42.844 | iputils-arping is already the newest version (3:20161105-1ubuntu3). 2021-04-26 08:25:42.844 | iputils-ping is already the newest version (3:20161105-1ubuntu3). 2021-04-26 08:25:42.844 | keepalived is already the newest version (1:1.3.9-1ubuntu0.18.04.2). 2021-04-26 08:25:42.845 | libkrb5-dev is already the newest version (1.16-2ubuntu0.2). 2021-04-26 08:25:42.845 | libldap2-dev is already the newest version (2.4.45+dfsg-1ubuntu1.10). 2021-04-26 08:25:42.845 | libmysqlclient-dev is already the newest version (5.7.33-0ubuntu0.18.04.1). 2021-04-26 08:25:42.845 | libpq-dev is already the newest version (10.16-0ubuntu0.18.04.1). 2021-04-26 08:25:42.845 | libsasl2-dev is already the newest version (2.1.27~101-g0780600+dfsg-3ubuntu2.3). 2021-04-26 08:25:42.845 | libssl-dev is already the newest version (1.1.1-1ubuntu2.1~18.04.9). 2021-04-26 08:25:42.845 | libsystemd-dev is already the newest version (237-3ubuntu10.46). 2021-04-26 08:25:42.845 | libxml2-dev is already the newest version (2.9.4+dfsg1-6.1ubuntu1.3). 2021-04-26 08:25:42.845 | libxslt1-dev is already the newest version (1.1.29-5ubuntu0.2). 2021-04-26 08:25:42.845 | lvm2 is already the newest version (2.02.176-4.1ubuntu3.18.04.3). 2021-04-26 08:25:42.845 | memcached is already the newest version (1.5.6-0ubuntu1.2). 2021-04-26 08:25:42.845 | open-iscsi is already the newest version (2.0.874-5ubuntu2.10). 2021-04-26 08:25:42.845 | openssh-server is already the newest version (1:7.6p1-4ubuntu0.3). 2021-04-26 08:25:42.845 | openssl is already the newest version (1.1.1-1ubuntu2.1~18.04.9). 2021-04-26 08:25:42.845 | parted is already the newest version (3.2-20ubuntu0.2). 2021-04-26 08:25:42.845 | psmisc is already the newest version (23.1-1ubuntu0.1). 2021-04-26 08:25:42.845 | python3-dev is already the newest version (3.6.7-1~18.04). 2021-04-26 08:25:42.845 | sqlite3 is already the newest version (3.22.0-1ubuntu0.4). 2021-04-26 08:25:42.845 | sudo is already the newest version (1.8.21p2-3ubuntu1.4). 2021-04-26 08:25:42.845 | tar is already the newest version (1.29b-2ubuntu0.2). 2021-04-26 08:25:42.845 | tcpdump is already the newest version (4.9.3-0ubuntu0.18.04.1). 2021-04-26 08:25:42.845 | unzip is already the newest version (6.0-21ubuntu1.1). 2021-04-26 08:25:42.845 | uuid-runtime is already the newest version (2.31.1-0.4ubuntu3.7). 2021-04-26 08:25:42.845 | vlan is already the newest version (1.9-3.2ubuntu6). 2021-04-26 08:25:42.845 | wget is already the newest version (1.19.4-1ubuntu2.2). 2021-04-26 08:25:43.029 | libapache2-mod-proxy-uwsgi is already the newest version (2.0.15-10.2ubuntu2.1). 2021-04-26 08:25:43.029 | postgresql-server-dev-all is already the newest version (190ubuntu0.1). 2021-04-26 08:25:43.029 | python3-pip is already the newest version (9.0.1-2.3~ubuntu1.18.04.4). 2021-04-26 08:25:43.029 | python3-venv is already the newest version (3.6.7-1~18.04). 2021-04-26 08:25:43.029 | python3-mysqldb is already the newest version (1.4.4-2build1~cloud0). 2021-04-26 08:25:43.029 | qemu-utils is already the newest version (1:4.2-3ubuntu6.13~cloud0). 2021-04-26 08:25:43.029 | The following packages were automatically installed and are no longer required: 2021-04-26 08:25:43.030 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-04-26 08:25:43.030 | python3-click python3-colorama python3-configobj python3-constantly 2021-04-26 08:25:43.030 | python3-hyperlink python3-incremental python3-pam python3-problem-report 2021-04-26 08:25:43.030 | python3-pyasn1 python3-requests-unixsocket python3-serial 2021-04-26 08:25:43.030 | python3-twisted-bin python3-zope.interface 2021-04-26 08:25:43.030 | Use 'sudo apt autoremove' to remove them. 2021-04-26 08:25:43.450 | 0 upgraded, 0 newly installed, 0 to remove and 173 not upgraded. 2021-04-26 08:25:43.450 | 2 not fully installed or removed. 2021-04-26 08:25:43.450 | After this operation, 0 B of additional disk space will be used. 2021-04-26 08:25:43.473 | Setting up python3-rtslib-fb (2.1.71-0ubuntu1~cloud0) ... 2021-04-26 08:25:44.155 | Failed to start rtslib-fb-targetctl.service: Unit rtslib-fb-targetctl.service is not loaded properly: Exec format error. 2021-04-26 08:25:44.155 | See system logs and 'systemctl status rtslib-fb-targetctl.service' for details. 2021-04-26 08:25:44.157 | invoke-rc.d: initscript rtslib-fb-targetctl, action "start" failed. 2021-04-26 08:25:44.163 | ● rtslib-fb-targetctl.service - Restore LIO kernel target configuration 2021-04-26 08:25:44.163 | Loaded: error (Reason: Exec format error) 2021-04-26 08:25:44.163 | Active: inactive (dead) 2021-04-26 08:25:44.163 | 2021-04-26 08:25:44.163 | 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:44.163 | Apr 26 08:25:29 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:44.163 | Apr 26 08:25:29 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:44.163 | Apr 26 08:25:29 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:44.163 | Apr 26 08:25: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:44.163 | Apr 26 08:25: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:44.163 | Apr 26 08:25: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:44.163 | Apr 26 08:25:44 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:44.163 | Apr 26 08:25:44 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:44.164 | Apr 26 08:25:44 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:44.164 | dpkg: error processing package python3-rtslib-fb (--configure): 2021-04-26 08:25:44.164 | installed python3-rtslib-fb package post-installation script subprocess returned error exit status 1 2021-04-26 08:25:44.165 | dpkg: dependency problems prevent configuration of targetcli-fb: 2021-04-26 08:25:44.165 | targetcli-fb depends on python3-rtslib-fb; however: 2021-04-26 08:25:44.165 | Package python3-rtslib-fb is not configured yet. 2021-04-26 08:25:44.165 | 2021-04-26 08:25:44.165 | dpkg: error processing package targetcli-fb (--configure): 2021-04-26 08:25:44.165 | dependency problems - leaving unconfigured 2021-04-26 08:25:44.174 | Errors were encountered while processing: 2021-04-26 08:25:44.174 | python3-rtslib-fb 2021-04-26 08:25:44.174 | targetcli-fb 2021-04-26 08:25:46.066 | E: Sub-process /usr/bin/dpkg returned an error code (1) 2021-04-26 08:25:46.071 | + functions-common:apt_get:1 : exit_trap 2021-04-26 08:25:46.073 | + ./stack.sh:exit_trap:503 : local r=100 2021-04-26 08:25:46.076 | ++ ./stack.sh:exit_trap:504 : jobs -p 2021-04-26 08:25:46.079 | + ./stack.sh:exit_trap:504 : jobs= 2021-04-26 08:25:46.081 | + ./stack.sh:exit_trap:507 : [[ -n '' ]] 2021-04-26 08:25:46.083 | + ./stack.sh:exit_trap:513 : '[' -f '' ']' 2021-04-26 08:25:46.086 | + ./stack.sh:exit_trap:518 : kill_spinner 2021-04-26 08:25:46.088 | + ./stack.sh:kill_spinner:413 : '[' '!' -z '' ']' 2021-04-26 08:25:46.090 | + ./stack.sh:exit_trap:520 : [[ 100 -ne 0 ]] 2021-04-26 08:25:46.092 | + ./stack.sh:exit_trap:521 : echo 'Error on exit' 2021-04-26 08:25:46.092 | Error on exit 2021-04-26 08:25:46.095 | + ./stack.sh:exit_trap:523 : type -p generate-subunit 2021-04-26 08:25:46.097 | + ./stack.sh:exit_trap:524 : generate-subunit 1619425525 21 fail 2021-04-26 08:25:46.663 | + ./stack.sh:exit_trap:526 : [[ -z /opt/stack/logs ]] 2021-04-26 08:25:46.665 | + ./stack.sh:exit_trap:529 : /usr/bin/python3.6 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2021-04-26 08:25:47.089 | + ./stack.sh:exit_trap:538 : exit 100