2021-04-26 08:11:30.581 | + ./stack.sh:main:469 : exec 2021-04-26 08:11:30.581 | + ./stack.sh:main:477 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2021-04-26-081130' 2021-04-26 08:11:30.581 | ++ ./stack.sh:main:469 : /usr/bin/python3.6 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2021-04-26-081130.summary.2021-04-26-081130 2021-04-26 08:11:30.581 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-04-26 08:11:30.581 | + ./stack.sh:echo_summary:428 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2021-04-26-081130 2021-04-26 08:11:30.581 | + ./stack.sh:main:479 : ln -sf /opt/stack/logs/stack.sh.log.2021-04-26-081130 /opt/stack/logs/stack.sh.log 2021-04-26 08:11:30.581 | + ./stack.sh:main:480 : ln -sf /opt/stack/logs/stack.sh.log.2021-04-26-081130.summary.2021-04-26-081130 /opt/stack/logs/stack.sh.log.summary 2021-04-26 08:11:30.581 | + ./stack.sh:main:495 : check_path_perm_sanity /opt/stack 2021-04-26 08:11:30.581 | + functions:check_path_perm_sanity:596 : local real_path 2021-04-26 08:11:30.581 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2021-04-26 08:11:30.581 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2021-04-26 08:11:30.581 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2021-04-26 08:11:30.581 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2021-04-26 08:11:30.581 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2021-04-26 08:11:30.582 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2021-04-26 08:11:30.582 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2021-04-26 08:11:30.582 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2021-04-26 08:11:30.582 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2021-04-26 08:11:30.582 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2021-04-26 08:11:30.582 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2021-04-26 08:11:30.582 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2021-04-26 08:11:30.582 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2021-04-26 08:11:30.582 | + ./stack.sh:main:501 : trap exit_trap EXIT 2021-04-26 08:11:30.582 | + ./stack.sh:main:542 : trap err_trap ERR 2021-04-26 08:11:30.582 | + ./stack.sh:main:555 : set -o errexit 2021-04-26 08:11:30.582 | + ./stack.sh:main:558 : uname -a 2021-04-26 08:11:30.582 | Linux dv-cinder-786873-2-iscsi 4.15.0-55-generic #60-Ubuntu SMP Tue Jul 2 18:22:20 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux 2021-04-26 08:11:30.582 | + ./stack.sh:main:561 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2021-04-26 08:11:30.584 | + ./stack.sh:main:562 : rm -f /opt/stack/data/ca-bundle.pem 2021-04-26 08:11:30.587 | + ./stack.sh:main:565 : source /home/ubuntu/devstack/lib/database 2021-04-26 08:11:30.612 | + ./stack.sh:main:566 : source /home/ubuntu/devstack/lib/rpc_backend 2021-04-26 08:11:30.626 | + ./stack.sh:main:572 : fetch_plugins 2021-04-26 08:11:30.628 | + functions-common:fetch_plugins:1650 : local plugins= 2021-04-26 08:11:30.629 | + functions-common:fetch_plugins:1651 : local plugin 2021-04-26 08:11:30.631 | + functions-common:fetch_plugins:1654 : [[ -z '' ]] 2021-04-26 08:11:30.633 | + functions-common:fetch_plugins:1655 : return 2021-04-26 08:11:30.635 | + ./stack.sh:main:576 : run_phase override_defaults 2021-04-26 08:11:30.637 | + functions-common:run_phase:1732 : local mode=override_defaults 2021-04-26 08:11:30.639 | + functions-common:run_phase:1733 : local phase= 2021-04-26 08:11:30.640 | + functions-common:run_phase:1734 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-04-26 08:11:30.642 | + functions-common:run_phase:1735 : local extra_plugin_file_name 2021-04-26 08:11:30.644 | + functions-common:run_phase:1736 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-04-26 08:11:30.645 | + functions-common:run_phase:1741 : local exceptions=80-tempest.sh 2021-04-26 08:11:30.647 | + functions-common:run_phase:1742 : local extra 2021-04-26 08:11:30.649 | ++ functions-common:run_phase:1743 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-04-26 08:11:30.652 | + functions-common:run_phase:1743 : extra=80-tempest.sh 2021-04-26 08:11:30.654 | + functions-common:run_phase:1744 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-04-26 08:11:30.656 | + functions-common:run_phase:1748 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-04-26 08:11:30.658 | + functions-common:run_phase:1748 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2021-04-26 08:11:30.660 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-04-26 08:11:30.672 | ++ functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:11:30.673 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-04-26 08:11:30.675 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-26 08:11:30.677 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-26 08:11:30.679 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-26 08:11:30.680 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-26 08:11:30.682 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-26 08:11:30.684 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2021-04-26 08:11:30.686 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2021-04-26 08:11:30.687 | + functions-common:run_phase:1753 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-04-26 08:11:30.689 | + 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:11:30.691 | + functions-common:run_phase:1757 : plugin_override_defaults 2021-04-26 08:11:30.693 | + functions-common:plugin_override_defaults:1691 : local plugins= 2021-04-26 08:11:30.695 | + functions-common:plugin_override_defaults:1692 : local plugin 2021-04-26 08:11:30.696 | + functions-common:plugin_override_defaults:1695 : [[ -z '' ]] 2021-04-26 08:11:30.698 | + functions-common:plugin_override_defaults:1696 : return 2021-04-26 08:11:30.701 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/apache 2021-04-26 08:11:30.717 | + ./stack.sh:main:582 : source /home/ubuntu/devstack/lib/tls 2021-04-26 08:11:30.719 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2021-04-26 08:11:30.730 | ++ functions-common:is_service_enabled:1960 : return 1 2021-04-26 08:11:30.733 | +++ lib/tls:source:43 : hostname -f 2021-04-26 08:11:30.736 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2021-04-26 08:11:30.738 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2021-04-26 08:11:30.740 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2021-04-26 08:11:30.742 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2021-04-26 08:11:30.743 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2021-04-26 08:11:30.745 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2021-04-26 08:11:30.747 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2021-04-26 08:11:30.749 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2021-04-26 08:11:30.751 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2021-04-26 08:11:30.752 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2021-04-26 08:11:30.757 | + ./stack.sh:main:585 : source /home/ubuntu/devstack/lib/infra 2021-04-26 08:11:30.768 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/libraries 2021-04-26 08:11:30.784 | + ./stack.sh:main:587 : source /home/ubuntu/devstack/lib/lvm 2021-04-26 08:11:30.795 | + ./stack.sh:main:588 : source /home/ubuntu/devstack/lib/horizon 2021-04-26 08:11:30.806 | + ./stack.sh:main:589 : source /home/ubuntu/devstack/lib/keystone 2021-04-26 08:11:30.830 | + ./stack.sh:main:590 : source /home/ubuntu/devstack/lib/glance 2021-04-26 08:11:30.864 | + ./stack.sh:main:591 : source /home/ubuntu/devstack/lib/nova 2021-04-26 08:11:30.935 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/placement 2021-04-26 08:11:30.954 | + ./stack.sh:main:593 : source /home/ubuntu/devstack/lib/cinder 2021-04-26 08:11:30.987 | + ./stack.sh:main:594 : source /home/ubuntu/devstack/lib/swift 2021-04-26 08:11:31.032 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/neutron 2021-04-26 08:11:31.140 | + ./stack.sh:main:596 : source /home/ubuntu/devstack/lib/ldap 2021-04-26 08:11:31.153 | + ./stack.sh:main:597 : source /home/ubuntu/devstack/lib/dstat 2021-04-26 08:11:31.165 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/tcpdump 2021-04-26 08:11:31.176 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/etcd3 2021-04-26 08:11:31.273 | + ./stack.sh:main:605 : run_phase source 2021-04-26 08:11:31.275 | + functions-common:run_phase:1732 : local mode=source 2021-04-26 08:11:31.278 | + functions-common:run_phase:1733 : local phase= 2021-04-26 08:11:31.280 | + functions-common:run_phase:1734 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-04-26 08:11:31.282 | + functions-common:run_phase:1735 : local extra_plugin_file_name 2021-04-26 08:11:31.284 | + functions-common:run_phase:1736 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-04-26 08:11:31.286 | + functions-common:run_phase:1741 : local exceptions=80-tempest.sh 2021-04-26 08:11:31.288 | + functions-common:run_phase:1742 : local extra 2021-04-26 08:11:31.290 | ++ functions-common:run_phase:1743 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-04-26 08:11:31.294 | + functions-common:run_phase:1743 : extra=80-tempest.sh 2021-04-26 08:11:31.296 | + functions-common:run_phase:1744 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-04-26 08:11:31.298 | + functions-common:run_phase:1748 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-04-26 08:11:31.300 | + functions-common:run_phase:1748 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2021-04-26 08:11:31.302 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-04-26 08:11:31.316 | ++ functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:11:31.318 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2021-04-26 08:11:31.320 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2021-04-26 08:11:31.354 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2021-04-26 08:11:31.356 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2021-04-26 08:11:31.358 | + functions-common:run_phase:1753 : [[ source == \s\o\u\r\c\e ]] 2021-04-26 08:11:31.360 | + functions-common:run_phase:1754 : load_plugin_settings 2021-04-26 08:11:31.362 | + functions-common:load_plugin_settings:1668 : local plugins= 2021-04-26 08:11:31.365 | + functions-common:load_plugin_settings:1669 : local plugin 2021-04-26 08:11:31.367 | + functions-common:load_plugin_settings:1672 : [[ -z '' ]] 2021-04-26 08:11:31.369 | + functions-common:load_plugin_settings:1673 : return 2021-04-26 08:11:31.371 | + functions-common:run_phase:1755 : verify_disabled_services 2021-04-26 08:11:31.374 | + functions-common:verify_disabled_services:2015 : local service 2021-04-26 08:11:31.376 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.378 | + 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:11:31.380 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.383 | + 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:11:31.385 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.388 | + 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:11:31.390 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.392 | + 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:11:31.394 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.397 | + 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:11:31.399 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.401 | + 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:11:31.403 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.406 | + 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:11:31.408 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.410 | + 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:11:31.412 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.415 | + 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:11:31.418 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.420 | + 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:11:31.422 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.424 | + 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:11:31.427 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.429 | + 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:11:31.431 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.434 | + 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:11:31.436 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.439 | + 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:11:31.441 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.443 | + 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:11:31.445 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.448 | + 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:11:31.450 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.452 | + 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:11:31.454 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.457 | + 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:11:31.459 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.461 | + 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:11:31.463 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.466 | + 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:11:31.468 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.470 | + 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:11:31.472 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.475 | + 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:11:31.477 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.479 | + 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:11:31.482 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.484 | + 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:11:31.487 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.489 | + 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:11:31.491 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.493 | + 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:11:31.496 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.498 | + 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:11:31.501 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.503 | + 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:11:31.505 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.507 | + 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:11:31.510 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.512 | + 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:11:31.514 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.516 | + 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:11:31.519 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.521 | + 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:11:31.523 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.525 | + 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:11:31.528 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.530 | + 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:11:31.532 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.535 | + 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:11:31.537 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.539 | + 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:11:31.541 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.544 | + 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:11:31.547 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.549 | + 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:11:31.551 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.554 | + 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:11:31.556 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:11:31.559 | + 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:11:31.561 | + ./stack.sh:main:676 : initialize_database_backends 2021-04-26 08:11:31.564 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-04-26 08:11:31.566 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2021-04-26 08:11:31.579 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:11:31.581 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2021-04-26 08:11:31.583 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-04-26 08:11:31.586 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2021-04-26 08:11:31.599 | + functions-common:is_service_enabled:1960 : return 1 2021-04-26 08:11:31.602 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2021-04-26 08:11:31.604 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2021-04-26 08:11:31.607 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2021-04-26 08:11:31.609 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2021-04-26 08:11:31.611 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2021-04-26 08:11:31.613 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2021-04-26 08:11:31.615 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2021-04-26 08:11:31.618 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2021-04-26 08:11:31.621 | ++ lib/databases/mysql:get_database_type_mysql:35 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-04-26 08:11:31.623 | ++ lib/databases/mysql:get_database_type_mysql:36 : echo mysql+pymysql 2021-04-26 08:11:31.626 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-04-26 08:11:31.628 | + lib/database:initialize_database_backends:104 : return 0 2021-04-26 08:11:31.630 | + ./stack.sh:main:677 : echo 'Using mysql database backend' 2021-04-26 08:11:31.631 | Using mysql database backend 2021-04-26 08:11:31.633 | + ./stack.sh:main:680 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2021-04-26 08:11:31.647 | + ./stack.sh:main:692 : is_service_enabled rabbit 2021-04-26 08:11:31.662 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:11:31.664 | + ./stack.sh:main:693 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2021-04-26 08:11:31.680 | + ./stack.sh:main:700 : is_service_enabled keystone 2021-04-26 08:11:31.696 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:11:31.698 | + ./stack.sh:main:702 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2021-04-26 08:11:31.713 | + ./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:11:31.727 | + ./stack.sh:main:715 : is_service_enabled ldap 2021-04-26 08:11:31.742 | + functions-common:is_service_enabled:1960 : return 1 2021-04-26 08:11:31.745 | + ./stack.sh:main:724 : is_service_enabled s-proxy 2021-04-26 08:11:31.760 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:11:31.762 | + ./stack.sh:main:728 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2021-04-26 08:11:31.777 | + ./stack.sh:main:730 : [[ -z '' ]] 2021-04-26 08:11:31.779 | + ./stack.sh:main:730 : [[ False == \T\r\u\e ]] 2021-04-26 08:11:31.781 | + ./stack.sh:main:736 : save_stackenv 736 2021-04-26 08:11:31.784 | + functions-common:save_stackenv:60 : local tag=736 2021-04-26 08:11:31.787 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2021-04-26 08:11:31.790 | + functions-common:save_stackenv:62 : time_stamp=2021-04-26-081131 2021-04-26 08:11:31.793 | + functions-common:save_stackenv:63 : echo '# 2021-04-26-081131 736' 2021-04-26 08:11:31.795 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:11:31.798 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-04-26 08:11:31.800 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:11:31.802 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2021-04-26 08:11:31.805 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:11:31.807 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2021-04-26 08:11:31.810 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:11:31.812 | + 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:11:31.814 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:11:31.817 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.43 2021-04-26 08:11:31.819 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:11:31.821 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.43/identity 2021-04-26 08:11:31.823 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:11:31.826 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-04-26-081130 2021-04-26 08:11:31.828 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:11:31.830 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2021-04-26 08:11:31.833 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:11:31.835 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.43 2021-04-26 08:11:31.837 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:11:31.840 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2021-04-26 08:11:31.842 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:11:31.845 | + functions-common:save_stackenv:65 : echo TLS_IP= 2021-04-26 08:11:31.847 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:11:31.849 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2021-04-26 08:11:31.852 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:11:31.854 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2021-04-26 08:11:31.857 | + ./stack.sh:main:747 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2021-04-26 08:11:31.859 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/requirements.git 2021-04-26 08:11:31.861 | + functions-common:git_clone:524 : local git_dest=/opt/stack/requirements 2021-04-26 08:11:31.863 | + functions-common:git_clone:525 : local git_ref=master 2021-04-26 08:11:31.865 | + functions-common:git_clone:526 : local orig_dir 2021-04-26 08:11:31.868 | ++ functions-common:git_clone:527 : pwd 2021-04-26 08:11:31.870 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-04-26 08:11:31.873 | + functions-common:git_clone:528 : local git_clone_flags= 2021-04-26 08:11:31.875 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-04-26 08:11:31.889 | + functions-common:git_clone:530 : RECLONE=False 2021-04-26 08:11:31.891 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-04-26 08:11:31.893 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-04-26 08:11:31.896 | + functions-common:git_clone:544 : echo master 2021-04-26 08:11:31.896 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-04-26 08:11:31.900 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/requirements ]] 2021-04-26 08:11:31.903 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-04-26 08:11:31.905 | + functions-common:git_clone:592 : cd /opt/stack/requirements 2021-04-26 08:11:31.908 | + functions-common:git_clone:593 : git show --oneline 2021-04-26 08:11:31.908 | + functions-common:git_clone:593 : head -1 2021-04-26 08:11:31.910 | cd565a13 Updated from generate-constraints 2021-04-26 08:11:31.913 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-04-26 08:11:31.915 | + ./stack.sh:main:751 : echo_summary 'Installing package prerequisites' 2021-04-26 08:11:31.918 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-04-26 08:11:31.920 | + ./stack.sh:echo_summary:428 : echo -e Installing package prerequisites 2021-04-26 08:11:31.923 | + ./stack.sh:main:752 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2021-04-26 08:11:31.925 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2021-04-26 08:11:31.927 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2021-04-26 08:11:31.930 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2021-04-26 08:11:31.932 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2021-04-26 08:11:31.935 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2021-04-26 08:11:31.937 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2021-04-26 08:11:31.940 | +++ tools/install_prereqs.sh:source:47 : date +%s 2021-04-26 08:11:31.944 | ++ tools/install_prereqs.sh:source:47 : NOW=1619424691 2021-04-26 08:11:31.947 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2021-04-26 08:11:31.951 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=1619423892 2021-04-26 08:11:31.954 | ++ tools/install_prereqs.sh:source:49 : DELTA=799 2021-04-26 08:11:31.956 | ++ tools/install_prereqs.sh:source:50 : [[ 799 -lt 7200 ]] 2021-04-26 08:11:31.958 | ++ tools/install_prereqs.sh:source:50 : [[ -z 0 ]] 2021-04-26 08:11:31.961 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2021-04-26 08:11:31.963 | ++ functions-common:export_proxy_variables:2122 : isset http_proxy 2021-04-26 08:11:31.966 | ++ functions-common:isset:174 : [[ -v http_proxy ]] 2021-04-26 08:11:31.968 | ++ functions-common:export_proxy_variables:2125 : isset https_proxy 2021-04-26 08:11:31.970 | ++ functions-common:isset:174 : [[ -v https_proxy ]] 2021-04-26 08:11:31.973 | ++ functions-common:export_proxy_variables:2128 : isset no_proxy 2021-04-26 08:11:31.975 | ++ functions-common:isset:174 : [[ -v no_proxy ]] 2021-04-26 08:11:31.978 | +++ 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:11:32.023 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2021-04-26 08:11:32.024 | apache2-dev 2021-04-26 08:11:32.024 | bc 2021-04-26 08:11:32.024 | bsdmainutils 2021-04-26 08:11:32.024 | curl 2021-04-26 08:11:32.024 | g++ 2021-04-26 08:11:32.024 | gawk 2021-04-26 08:11:32.024 | gcc 2021-04-26 08:11:32.024 | gettext 2021-04-26 08:11:32.024 | git 2021-04-26 08:11:32.024 | graphviz 2021-04-26 08:11:32.024 | iputils-ping 2021-04-26 08:11:32.024 | libapache2-mod-proxy-uwsgi 2021-04-26 08:11:32.024 | libffi-dev 2021-04-26 08:11:32.024 | libjpeg-dev 2021-04-26 08:11:32.024 | libmysqlclient-dev 2021-04-26 08:11:32.024 | libpcre3-dev 2021-04-26 08:11:32.024 | libpq-dev 2021-04-26 08:11:32.024 | libssl-dev 2021-04-26 08:11:32.024 | libsystemd-dev 2021-04-26 08:11:32.024 | libxml2-dev 2021-04-26 08:11:32.024 | libxslt1-dev 2021-04-26 08:11:32.024 | libyaml-dev 2021-04-26 08:11:32.024 | lsof 2021-04-26 08:11:32.024 | openssh-server 2021-04-26 08:11:32.024 | openssl 2021-04-26 08:11:32.024 | pkg-config 2021-04-26 08:11:32.024 | psmisc 2021-04-26 08:11:32.024 | python3-dev 2021-04-26 08:11:32.024 | python3-pip 2021-04-26 08:11:32.024 | python3-systemd 2021-04-26 08:11:32.024 | python3-venv 2021-04-26 08:11:32.024 | tar 2021-04-26 08:11:32.024 | tcpdump 2021-04-26 08:11:32.025 | unzip 2021-04-26 08:11:32.025 | uuid-runtime 2021-04-26 08:11:32.025 | wget 2021-04-26 08:11:32.025 | wget 2021-04-26 08:11:32.025 | zlib1g-dev 2021-04-26 08:11:32.025 | libkrb5-dev 2021-04-26 08:11:32.025 | libldap2-dev 2021-04-26 08:11:32.025 | libsasl2-dev 2021-04-26 08:11:32.025 | memcached 2021-04-26 08:11:32.025 | python3-mysqldb 2021-04-26 08:11:32.025 | sqlite3 2021-04-26 08:11:32.025 | conntrack 2021-04-26 08:11:32.025 | curl 2021-04-26 08:11:32.025 | dnsmasq-base 2021-04-26 08:11:32.025 | dnsmasq-utils 2021-04-26 08:11:32.025 | ebtables 2021-04-26 08:11:32.025 | genisoimage 2021-04-26 08:11:32.025 | iptables 2021-04-26 08:11:32.025 | iputils-arping 2021-04-26 08:11:32.025 | kpartx 2021-04-26 08:11:32.025 | libjs-jquery-tablesorter 2021-04-26 08:11:32.025 | libmysqlclient-dev 2021-04-26 08:11:32.025 | parted 2021-04-26 08:11:32.025 | pm-utils 2021-04-26 08:11:32.025 | python3-mysqldb 2021-04-26 08:11:32.025 | socat 2021-04-26 08:11:32.025 | sqlite3 2021-04-26 08:11:32.025 | sudo 2021-04-26 08:11:32.025 | vlan 2021-04-26 08:11:32.025 | lsscsi 2021-04-26 08:11:32.025 | open-iscsi 2021-04-26 08:11:32.025 | lvm2 2021-04-26 08:11:32.025 | qemu-utils 2021-04-26 08:11:32.025 | thin-provisioning-tools 2021-04-26 08:11:32.025 | acl 2021-04-26 08:11:32.026 | dnsmasq-base 2021-04-26 08:11:32.026 | dnsmasq-utils 2021-04-26 08:11:32.026 | ebtables 2021-04-26 08:11:32.026 | haproxy 2021-04-26 08:11:32.026 | iptables 2021-04-26 08:11:32.026 | iputils-arping 2021-04-26 08:11:32.026 | iputils-ping 2021-04-26 08:11:32.026 | libmysqlclient-dev 2021-04-26 08:11:32.026 | postgresql-server-dev-all 2021-04-26 08:11:32.026 | python3-mysqldb 2021-04-26 08:11:32.026 | sqlite3 2021-04-26 08:11:32.026 | sudo 2021-04-26 08:11:32.026 | vlan 2021-04-26 08:11:32.026 | ipset 2021-04-26 08:11:32.026 | conntrack 2021-04-26 08:11:32.026 | conntrackd 2021-04-26 08:11:32.026 | keepalived 2021-04-26 08:11:32.026 | dstat 2021-04-26 08:11:32.026 | lvm2 2021-04-26 08:11:32.026 | qemu-utils 2021-04-26 08:11:32.026 | thin-provisioning-tools 2021-04-26 08:11:32.026 | curl 2021-04-26 08:11:32.026 | liberasurecode-dev 2021-04-26 08:11:32.026 | make 2021-04-26 08:11:32.026 | memcached 2021-04-26 08:11:32.027 | sqlite3 2021-04-26 08:11:32.027 | xfsprogs' 2021-04-26 08:11:32.027 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2021-04-26 08:11:32.044 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2021-04-26 08:11:32.044 | apache2-dev 2021-04-26 08:11:32.044 | bc 2021-04-26 08:11:32.044 | bsdmainutils 2021-04-26 08:11:32.044 | curl 2021-04-26 08:11:32.044 | g++ 2021-04-26 08:11:32.044 | gawk 2021-04-26 08:11:32.044 | gcc 2021-04-26 08:11:32.044 | gettext 2021-04-26 08:11:32.044 | git 2021-04-26 08:11:32.044 | graphviz 2021-04-26 08:11:32.044 | iputils-ping 2021-04-26 08:11:32.044 | libapache2-mod-proxy-uwsgi 2021-04-26 08:11:32.044 | libffi-dev 2021-04-26 08:11:32.044 | libjpeg-dev 2021-04-26 08:11:32.044 | libmysqlclient-dev 2021-04-26 08:11:32.044 | libpcre3-dev 2021-04-26 08:11:32.044 | libpq-dev 2021-04-26 08:11:32.044 | libssl-dev 2021-04-26 08:11:32.044 | libsystemd-dev 2021-04-26 08:11:32.045 | libxml2-dev 2021-04-26 08:11:32.045 | libxslt1-dev 2021-04-26 08:11:32.045 | libyaml-dev 2021-04-26 08:11:32.045 | lsof 2021-04-26 08:11:32.045 | openssh-server 2021-04-26 08:11:32.045 | openssl 2021-04-26 08:11:32.045 | pkg-config 2021-04-26 08:11:32.045 | psmisc 2021-04-26 08:11:32.045 | python3-dev 2021-04-26 08:11:32.045 | python3-pip 2021-04-26 08:11:32.045 | python3-systemd 2021-04-26 08:11:32.045 | python3-venv 2021-04-26 08:11:32.045 | tar 2021-04-26 08:11:32.045 | tcpdump 2021-04-26 08:11:32.045 | unzip 2021-04-26 08:11:32.045 | uuid-runtime 2021-04-26 08:11:32.045 | wget 2021-04-26 08:11:32.045 | wget 2021-04-26 08:11:32.045 | zlib1g-dev 2021-04-26 08:11:32.045 | libkrb5-dev 2021-04-26 08:11:32.045 | libldap2-dev 2021-04-26 08:11:32.045 | libsasl2-dev 2021-04-26 08:11:32.045 | memcached 2021-04-26 08:11:32.045 | python3-mysqldb 2021-04-26 08:11:32.045 | sqlite3 2021-04-26 08:11:32.045 | conntrack 2021-04-26 08:11:32.045 | curl 2021-04-26 08:11:32.045 | dnsmasq-base 2021-04-26 08:11:32.045 | dnsmasq-utils 2021-04-26 08:11:32.045 | ebtables 2021-04-26 08:11:32.045 | genisoimage 2021-04-26 08:11:32.045 | iptables 2021-04-26 08:11:32.045 | iputils-arping 2021-04-26 08:11:32.046 | kpartx 2021-04-26 08:11:32.046 | libjs-jquery-tablesorter 2021-04-26 08:11:32.046 | libmysqlclient-dev 2021-04-26 08:11:32.046 | parted 2021-04-26 08:11:32.046 | pm-utils 2021-04-26 08:11:32.046 | python3-mysqldb 2021-04-26 08:11:32.046 | socat 2021-04-26 08:11:32.046 | sqlite3 2021-04-26 08:11:32.046 | sudo 2021-04-26 08:11:32.046 | vlan 2021-04-26 08:11:32.046 | lsscsi 2021-04-26 08:11:32.046 | open-iscsi 2021-04-26 08:11:32.046 | lvm2 2021-04-26 08:11:32.046 | qemu-utils 2021-04-26 08:11:32.046 | thin-provisioning-tools 2021-04-26 08:11:32.046 | acl 2021-04-26 08:11:32.046 | dnsmasq-base 2021-04-26 08:11:32.046 | dnsmasq-utils 2021-04-26 08:11:32.046 | ebtables 2021-04-26 08:11:32.046 | haproxy 2021-04-26 08:11:32.046 | iptables 2021-04-26 08:11:32.046 | iputils-arping 2021-04-26 08:11:32.046 | iputils-ping 2021-04-26 08:11:32.046 | libmysqlclient-dev 2021-04-26 08:11:32.046 | postgresql-server-dev-all 2021-04-26 08:11:32.046 | python3-mysqldb 2021-04-26 08:11:32.046 | sqlite3 2021-04-26 08:11:32.046 | sudo 2021-04-26 08:11:32.046 | vlan 2021-04-26 08:11:32.046 | ipset 2021-04-26 08:11:32.046 | conntrack 2021-04-26 08:11:32.046 | conntrackd 2021-04-26 08:11:32.046 | keepalived 2021-04-26 08:11:32.046 | dstat 2021-04-26 08:11:32.046 | lvm2 2021-04-26 08:11:32.047 | qemu-utils 2021-04-26 08:11:32.047 | thin-provisioning-tools 2021-04-26 08:11:32.047 | curl 2021-04-26 08:11:32.047 | liberasurecode-dev 2021-04-26 08:11:32.047 | make 2021-04-26 08:11:32.047 | memcached 2021-04-26 08:11:32.047 | sqlite3 2021-04-26 08:11:32.047 | xfsprogs ' 2021-04-26 08:11:32.047 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2021-04-26 08:11:32.049 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:11:32.051 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:11:32.054 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2021-04-26 08:11:32.054 | ++ 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:11:32.058 | ++ 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:11:32.060 | ++ functions-common:install_package:1342 : update_package_repo 2021-04-26 08:11:32.063 | ++ functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2021-04-26 08:11:32.065 | ++ functions-common:update_package_repo:1315 : REPOS_UPDATED=False 2021-04-26 08:11:32.067 | ++ functions-common:update_package_repo:1316 : RETRY_UPDATE=False 2021-04-26 08:11:32.069 | ++ functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2021-04-26 08:11:32.071 | ++ functions-common:update_package_repo:1322 : is_ubuntu 2021-04-26 08:11:32.073 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:11:32.075 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:11:32.078 | ++ functions-common:update_package_repo:1323 : apt_get_update 2021-04-26 08:11:32.080 | ++ functions-common:apt_get_update:1068 : [[ False == \T\r\u\e ]] 2021-04-26 08:11:32.082 | ++ functions-common:apt_get_update:1073 : [[ False = \T\r\u\e ]] 2021-04-26 08:11:32.084 | ++ functions-common:apt_get_update:1075 : local sudo=sudo 2021-04-26 08:11:32.087 | +++ functions-common:apt_get_update:1076 : id -u 2021-04-26 08:11:32.091 | ++ functions-common:apt_get_update:1076 : [[ 1000 = \0 ]] 2021-04-26 08:11:32.093 | ++ functions-common:apt_get_update:1079 : time_start apt-get-update 2021-04-26 08:11:32.095 | ++ functions-common:time_start:2290 : local name=apt-get-update 2021-04-26 08:11:32.097 | ++ functions-common:time_start:2291 : local start_time= 2021-04-26 08:11:32.100 | ++ functions-common:time_start:2292 : [[ -n '' ]] 2021-04-26 08:11:32.102 | +++ functions-common:time_start:2295 : date +%s%3N 2021-04-26 08:11:32.106 | ++ functions-common:time_start:2295 : _TIME_START[$name]=1619424692103 2021-04-26 08:11:32.108 | ++ functions-common:apt_get_update:1081 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-04-26 08:11:32.111 | ++ functions-common:apt_get_update:1082 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-04-26 08:11:32.113 | ++ 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:11:32.348 | Hit:1 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri InRelease 2021-04-26 08:11:32.518 | Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2021-04-26 08:11:32.527 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-04-26 08:11:32.695 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2021-04-26 08:11:33.248 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 2021-04-26 08:11:33.698 | Fetched 252 kB in 1s (193 kB/s) 2021-04-26 08:11:35.430 | Reading package lists... 2021-04-26 08:11:35.491 | ++ functions-common:apt_get_update:1087 : REPOS_UPDATED=True 2021-04-26 08:11:35.493 | ++ functions-common:apt_get_update:1089 : time_stop apt-get-update 2021-04-26 08:11:35.496 | ++ functions-common:time_stop:2304 : local name 2021-04-26 08:11:35.498 | ++ functions-common:time_stop:2305 : local end_time 2021-04-26 08:11:35.500 | ++ functions-common:time_stop:2306 : local elapsed_time 2021-04-26 08:11:35.502 | ++ functions-common:time_stop:2307 : local total 2021-04-26 08:11:35.504 | ++ functions-common:time_stop:2308 : local start_time 2021-04-26 08:11:35.507 | ++ functions-common:time_stop:2310 : name=apt-get-update 2021-04-26 08:11:35.509 | ++ functions-common:time_stop:2311 : start_time=1619424692103 2021-04-26 08:11:35.511 | ++ functions-common:time_stop:2313 : [[ -z 1619424692103 ]] 2021-04-26 08:11:35.514 | +++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 08:11:35.518 | ++ functions-common:time_stop:2316 : end_time=1619424695515 2021-04-26 08:11:35.520 | ++ functions-common:time_stop:2317 : elapsed_time=3412 2021-04-26 08:11:35.522 | ++ functions-common:time_stop:2318 : total=0 2021-04-26 08:11:35.524 | ++ functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 08:11:35.526 | ++ functions-common:time_stop:2321 : _TIME_TOTAL[$name]=3412 2021-04-26 08:11:35.529 | ++ 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:11:35.531 | ++ functions-common:real_install_package:1328 : is_ubuntu 2021-04-26 08:11:35.533 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:11:35.536 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:11:35.538 | ++ 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:11:35.559 | ++ 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:11:35.678 | Reading package lists... 2021-04-26 08:11:35.930 | Building dependency tree... 2021-04-26 08:11:35.931 | Reading state information... 2021-04-26 08:11:35.961 | acl is already the newest version (2.2.52-3build1). 2021-04-26 08:11:35.962 | bc is already the newest version (1.07.1-2). 2021-04-26 08:11:35.962 | bsdmainutils is already the newest version (11.1.2ubuntu1). 2021-04-26 08:11:35.962 | conntrack is already the newest version (1:1.4.4+snapshot20161117-6ubuntu2). 2021-04-26 08:11:35.962 | gawk is already the newest version (1:4.1.4+dfsg-1build1). 2021-04-26 08:11:35.962 | genisoimage is already the newest version (9:1.1.11-3ubuntu2). 2021-04-26 08:11:35.962 | ipset is already the newest version (6.34-1). 2021-04-26 08:11:35.962 | iptables is already the newest version (1.6.1-2ubuntu2). 2021-04-26 08:11:35.962 | kpartx is already the newest version (0.7.4-2ubuntu3). 2021-04-26 08:11:35.962 | liberasurecode-dev is already the newest version (1.5.0-1). 2021-04-26 08:11:35.962 | libffi-dev is already the newest version (3.2.1-8). 2021-04-26 08:11:35.962 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2021-04-26 08:11:35.962 | libpcre3-dev is already the newest version (2:8.39-9). 2021-04-26 08:11:35.962 | libyaml-dev is already the newest version (0.1.7-2ubuntu3). 2021-04-26 08:11:35.962 | lsof is already the newest version (4.89+dfsg-0.1). 2021-04-26 08:11:35.962 | lsscsi is already the newest version (0.28-0.1). 2021-04-26 08:11:35.962 | make is already the newest version (4.1-9.1ubuntu1). 2021-04-26 08:11:35.962 | pkg-config is already the newest version (0.29.1-0ubuntu2). 2021-04-26 08:11:35.962 | python3-systemd is already the newest version (234-1build1). 2021-04-26 08:11:35.962 | socat is already the newest version (1.7.3.2-2ubuntu2). 2021-04-26 08:11:35.962 | xfsprogs is already the newest version (4.9.0+nmu1ubuntu2). 2021-04-26 08:11:35.962 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-0ubuntu2). 2021-04-26 08:11:35.962 | conntrackd is already the newest version (1:1.4.4+snapshot20161117-6ubuntu2). 2021-04-26 08:11:35.962 | dstat is already the newest version (0.7.3-1). 2021-04-26 08:11:35.962 | graphviz is already the newest version (2.40.1-2). 2021-04-26 08:11:35.962 | libjs-jquery-tablesorter is already the newest version (1:2.29.5+dfsg1-1). 2021-04-26 08:11:35.962 | pm-utils is already the newest version (1.4.1-17). 2021-04-26 08:11:35.962 | thin-provisioning-tools is already the newest version (0.7.4-2ubuntu3). 2021-04-26 08:11:35.962 | apache2 is already the newest version (2.4.29-1ubuntu4.14). 2021-04-26 08:11:35.962 | apache2-dev is already the newest version (2.4.29-1ubuntu4.14). 2021-04-26 08:11:35.962 | curl is already the newest version (7.58.0-2ubuntu3.13). 2021-04-26 08:11:35.962 | dnsmasq-base is already the newest version (2.79-1ubuntu0.3). 2021-04-26 08:11:35.962 | dnsmasq-utils is already the newest version (2.79-1ubuntu0.3). 2021-04-26 08:11:35.963 | ebtables is already the newest version (2.0.10.4-3.5ubuntu2.18.04.3). 2021-04-26 08:11:35.963 | g++ is already the newest version (4:7.4.0-1ubuntu2.3). 2021-04-26 08:11:35.963 | gcc is already the newest version (4:7.4.0-1ubuntu2.3). 2021-04-26 08:11:35.963 | gettext is already the newest version (0.19.8.1-6ubuntu0.3). 2021-04-26 08:11:35.963 | git is already the newest version (1:2.17.1-1ubuntu0.8). 2021-04-26 08:11:35.963 | haproxy is already the newest version (1.8.8-1ubuntu0.11). 2021-04-26 08:11:35.963 | iputils-arping is already the newest version (3:20161105-1ubuntu3). 2021-04-26 08:11:35.963 | iputils-ping is already the newest version (3:20161105-1ubuntu3). 2021-04-26 08:11:35.963 | keepalived is already the newest version (1:1.3.9-1ubuntu0.18.04.2). 2021-04-26 08:11:35.963 | libkrb5-dev is already the newest version (1.16-2ubuntu0.2). 2021-04-26 08:11:35.963 | libldap2-dev is already the newest version (2.4.45+dfsg-1ubuntu1.10). 2021-04-26 08:11:35.963 | libmysqlclient-dev is already the newest version (5.7.33-0ubuntu0.18.04.1). 2021-04-26 08:11:35.963 | libpq-dev is already the newest version (10.16-0ubuntu0.18.04.1). 2021-04-26 08:11:35.963 | libsasl2-dev is already the newest version (2.1.27~101-g0780600+dfsg-3ubuntu2.3). 2021-04-26 08:11:35.963 | libssl-dev is already the newest version (1.1.1-1ubuntu2.1~18.04.9). 2021-04-26 08:11:35.963 | libsystemd-dev is already the newest version (237-3ubuntu10.46). 2021-04-26 08:11:35.963 | libxml2-dev is already the newest version (2.9.4+dfsg1-6.1ubuntu1.3). 2021-04-26 08:11:35.963 | libxslt1-dev is already the newest version (1.1.29-5ubuntu0.2). 2021-04-26 08:11:35.963 | lvm2 is already the newest version (2.02.176-4.1ubuntu3.18.04.3). 2021-04-26 08:11:35.963 | memcached is already the newest version (1.5.6-0ubuntu1.2). 2021-04-26 08:11:35.963 | open-iscsi is already the newest version (2.0.874-5ubuntu2.10). 2021-04-26 08:11:35.963 | openssh-server is already the newest version (1:7.6p1-4ubuntu0.3). 2021-04-26 08:11:35.963 | openssl is already the newest version (1.1.1-1ubuntu2.1~18.04.9). 2021-04-26 08:11:35.963 | parted is already the newest version (3.2-20ubuntu0.2). 2021-04-26 08:11:35.963 | psmisc is already the newest version (23.1-1ubuntu0.1). 2021-04-26 08:11:35.963 | python3-dev is already the newest version (3.6.7-1~18.04). 2021-04-26 08:11:35.963 | sqlite3 is already the newest version (3.22.0-1ubuntu0.4). 2021-04-26 08:11:35.963 | sudo is already the newest version (1.8.21p2-3ubuntu1.4). 2021-04-26 08:11:35.963 | tar is already the newest version (1.29b-2ubuntu0.2). 2021-04-26 08:11:35.963 | tcpdump is already the newest version (4.9.3-0ubuntu0.18.04.1). 2021-04-26 08:11:35.963 | unzip is already the newest version (6.0-21ubuntu1.1). 2021-04-26 08:11:35.963 | uuid-runtime is already the newest version (2.31.1-0.4ubuntu3.7). 2021-04-26 08:11:35.963 | vlan is already the newest version (1.9-3.2ubuntu6). 2021-04-26 08:11:35.964 | wget is already the newest version (1.19.4-1ubuntu2.2). 2021-04-26 08:11:36.149 | libapache2-mod-proxy-uwsgi is already the newest version (2.0.15-10.2ubuntu2.1). 2021-04-26 08:11:36.149 | postgresql-server-dev-all is already the newest version (190ubuntu0.1). 2021-04-26 08:11:36.149 | python3-pip is already the newest version (9.0.1-2.3~ubuntu1.18.04.4). 2021-04-26 08:11:36.149 | python3-venv is already the newest version (3.6.7-1~18.04). 2021-04-26 08:11:36.149 | python3-mysqldb is already the newest version (1.4.4-2build1~cloud0). 2021-04-26 08:11:36.150 | qemu-utils is already the newest version (1:4.2-3ubuntu6.13~cloud0). 2021-04-26 08:11:36.150 | The following packages were automatically installed and are no longer required: 2021-04-26 08:11:36.150 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-04-26 08:11:36.150 | python3-click python3-colorama python3-configobj python3-constantly 2021-04-26 08:11:36.150 | python3-hyperlink python3-incremental python3-pam python3-problem-report 2021-04-26 08:11:36.150 | python3-pyasn1 python3-requests-unixsocket python3-serial 2021-04-26 08:11:36.150 | python3-twisted-bin python3-zope.interface 2021-04-26 08:11:36.150 | Use 'sudo apt autoremove' to remove them. 2021-04-26 08:11:36.566 | 0 upgraded, 0 newly installed, 0 to remove and 173 not upgraded. 2021-04-26 08:11:36.566 | 2 not fully installed or removed. 2021-04-26 08:11:36.566 | After this operation, 0 B of additional disk space will be used. 2021-04-26 08:11:36.589 | Setting up python3-rtslib-fb (2.1.71-0ubuntu1~cloud0) ... 2021-04-26 08:11:37.280 | Failed to start rtslib-fb-targetctl.service: Unit rtslib-fb-targetctl.service is not loaded properly: Exec format error. 2021-04-26 08:11:37.280 | See system logs and 'systemctl status rtslib-fb-targetctl.service' for details. 2021-04-26 08:11:37.282 | invoke-rc.d: initscript rtslib-fb-targetctl, action "start" failed. 2021-04-26 08:11:37.288 | ● rtslib-fb-targetctl.service - Restore LIO kernel target configuration 2021-04-26 08:11:37.288 | Loaded: error (Reason: Exec format error) 2021-04-26 08:11:37.288 | Active: inactive (dead) 2021-04-26 08:11:37.288 | 2021-04-26 08:11:37.288 | Apr 26 08:11:03 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:11:37.288 | Apr 26 08:11:09 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:11:37.288 | Apr 26 08:11:09 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:11:37.288 | Apr 26 08:11:10 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:11:37.288 | Apr 26 08:11:28 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:11:37.288 | Apr 26 08:11:28 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:11:37.288 | Apr 26 08:11:28 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:11:37.288 | Apr 26 08:11:37 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:11:37.288 | Apr 26 08:11:37 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:11:37.288 | Apr 26 08:11:37 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:11:37.289 | dpkg: error processing package python3-rtslib-fb (--configure): 2021-04-26 08:11:37.289 | installed python3-rtslib-fb package post-installation script subprocess returned error exit status 1 2021-04-26 08:11:37.289 | dpkg: dependency problems prevent configuration of targetcli-fb: 2021-04-26 08:11:37.289 | targetcli-fb depends on python3-rtslib-fb; however: 2021-04-26 08:11:37.290 | Package python3-rtslib-fb is not configured yet. 2021-04-26 08:11:37.290 | 2021-04-26 08:11:37.290 | dpkg: error processing package targetcli-fb (--configure): 2021-04-26 08:11:37.290 | dependency problems - leaving unconfigured 2021-04-26 08:11:37.355 | Errors were encountered while processing: 2021-04-26 08:11:37.355 | python3-rtslib-fb 2021-04-26 08:11:37.355 | targetcli-fb 2021-04-26 08:11:39.254 | E: Sub-process /usr/bin/dpkg returned an error code (1) 2021-04-26 08:11:39.258 | ++ functions-common:apt_get:1113 : result=100 2021-04-26 08:11:39.261 | ++ functions-common:apt_get:1116 : time_stop apt-get 2021-04-26 08:11:39.263 | ++ functions-common:time_stop:2304 : local name 2021-04-26 08:11:39.265 | ++ functions-common:time_stop:2305 : local end_time 2021-04-26 08:11:39.267 | ++ functions-common:time_stop:2306 : local elapsed_time 2021-04-26 08:11:39.269 | ++ functions-common:time_stop:2307 : local total 2021-04-26 08:11:39.271 | ++ functions-common:time_stop:2308 : local start_time 2021-04-26 08:11:39.274 | ++ functions-common:time_stop:2310 : name=apt-get 2021-04-26 08:11:39.276 | ++ functions-common:time_stop:2311 : start_time=1619424695555 2021-04-26 08:11:39.278 | ++ functions-common:time_stop:2313 : [[ -z 1619424695555 ]] 2021-04-26 08:11:39.280 | +++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 08:11:39.284 | ++ functions-common:time_stop:2316 : end_time=1619424699281 2021-04-26 08:11:39.286 | ++ functions-common:time_stop:2317 : elapsed_time=3726 2021-04-26 08:11:39.288 | ++ functions-common:time_stop:2318 : total=3730 2021-04-26 08:11:39.291 | ++ functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 08:11:39.293 | ++ functions-common:time_stop:2321 : _TIME_TOTAL[$name]=7456 2021-04-26 08:11:39.296 | ++ functions-common:apt_get:1117 : return 100 2021-04-26 08:11:39.298 | ++ functions-common:install_package:1344 : RETRY_UPDATE=True 2021-04-26 08:11:39.301 | ++ functions-common:install_package:1344 : update_package_repo 2021-04-26 08:11:39.303 | ++ functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2021-04-26 08:11:39.306 | ++ functions-common:update_package_repo:1315 : REPOS_UPDATED=True 2021-04-26 08:11:39.308 | ++ functions-common:update_package_repo:1316 : RETRY_UPDATE=True 2021-04-26 08:11:39.311 | ++ functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2021-04-26 08:11:39.313 | ++ functions-common:update_package_repo:1322 : is_ubuntu 2021-04-26 08:11:39.315 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:11:39.318 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:11:39.320 | ++ functions-common:update_package_repo:1323 : apt_get_update 2021-04-26 08:11:39.322 | ++ functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-04-26 08:11:39.324 | ++ functions-common:apt_get_update:1068 : [[ True != \T\r\u\e ]] 2021-04-26 08:11:39.327 | ++ functions-common:apt_get_update:1073 : [[ False = \T\r\u\e ]] 2021-04-26 08:11:39.329 | ++ functions-common:apt_get_update:1075 : local sudo=sudo 2021-04-26 08:11:39.332 | +++ functions-common:apt_get_update:1076 : id -u 2021-04-26 08:11:39.336 | ++ functions-common:apt_get_update:1076 : [[ 1000 = \0 ]] 2021-04-26 08:11:39.338 | ++ functions-common:apt_get_update:1079 : time_start apt-get-update 2021-04-26 08:11:39.341 | ++ functions-common:time_start:2290 : local name=apt-get-update 2021-04-26 08:11:39.343 | ++ functions-common:time_start:2291 : local start_time= 2021-04-26 08:11:39.345 | ++ functions-common:time_start:2292 : [[ -n '' ]] 2021-04-26 08:11:39.348 | +++ functions-common:time_start:2295 : date +%s%3N 2021-04-26 08:11:39.352 | ++ functions-common:time_start:2295 : _TIME_START[$name]=1619424699349 2021-04-26 08:11:39.355 | ++ functions-common:apt_get_update:1081 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-04-26 08:11:39.357 | ++ functions-common:apt_get_update:1082 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-04-26 08:11:39.359 | ++ 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:11:39.590 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-04-26 08:11:39.590 | Hit:2 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri InRelease 2021-04-26 08:11:39.635 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 2021-04-26 08:11:39.736 | Get:4 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 2021-04-26 08:11:39.912 | Get:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 2021-04-26 08:11:40.429 | Fetched 252 kB in 1s (319 kB/s) 2021-04-26 08:11:42.168 | Reading package lists... 2021-04-26 08:11:42.228 | ++ functions-common:apt_get_update:1087 : REPOS_UPDATED=True 2021-04-26 08:11:42.231 | ++ functions-common:apt_get_update:1089 : time_stop apt-get-update 2021-04-26 08:11:42.234 | ++ functions-common:time_stop:2304 : local name 2021-04-26 08:11:42.236 | ++ functions-common:time_stop:2305 : local end_time 2021-04-26 08:11:42.238 | ++ functions-common:time_stop:2306 : local elapsed_time 2021-04-26 08:11:42.240 | ++ functions-common:time_stop:2307 : local total 2021-04-26 08:11:42.242 | ++ functions-common:time_stop:2308 : local start_time 2021-04-26 08:11:42.245 | ++ functions-common:time_stop:2310 : name=apt-get-update 2021-04-26 08:11:42.247 | ++ functions-common:time_stop:2311 : start_time=1619424699349 2021-04-26 08:11:42.250 | ++ functions-common:time_stop:2313 : [[ -z 1619424699349 ]] 2021-04-26 08:11:42.252 | +++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 08:11:42.256 | ++ functions-common:time_stop:2316 : end_time=1619424702254 2021-04-26 08:11:42.259 | ++ functions-common:time_stop:2317 : elapsed_time=2905 2021-04-26 08:11:42.261 | ++ functions-common:time_stop:2318 : total=3412 2021-04-26 08:11:42.263 | ++ functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 08:11:42.265 | ++ functions-common:time_stop:2321 : _TIME_TOTAL[$name]=6317 2021-04-26 08:11:42.268 | ++ 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:11:42.270 | ++ functions-common:real_install_package:1328 : is_ubuntu 2021-04-26 08:11:42.273 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:11:42.275 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:11:42.278 | ++ 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:11:42.299 | ++ 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:11:42.432 | Reading package lists... 2021-04-26 08:11:42.684 | Building dependency tree... 2021-04-26 08:11:42.685 | Reading state information... 2021-04-26 08:11:42.716 | acl is already the newest version (2.2.52-3build1). 2021-04-26 08:11:42.716 | bc is already the newest version (1.07.1-2). 2021-04-26 08:11:42.716 | bsdmainutils is already the newest version (11.1.2ubuntu1). 2021-04-26 08:11:42.716 | conntrack is already the newest version (1:1.4.4+snapshot20161117-6ubuntu2). 2021-04-26 08:11:42.716 | gawk is already the newest version (1:4.1.4+dfsg-1build1). 2021-04-26 08:11:42.716 | genisoimage is already the newest version (9:1.1.11-3ubuntu2). 2021-04-26 08:11:42.716 | ipset is already the newest version (6.34-1). 2021-04-26 08:11:42.717 | iptables is already the newest version (1.6.1-2ubuntu2). 2021-04-26 08:11:42.717 | kpartx is already the newest version (0.7.4-2ubuntu3). 2021-04-26 08:11:42.717 | liberasurecode-dev is already the newest version (1.5.0-1). 2021-04-26 08:11:42.717 | libffi-dev is already the newest version (3.2.1-8). 2021-04-26 08:11:42.717 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2021-04-26 08:11:42.717 | libpcre3-dev is already the newest version (2:8.39-9). 2021-04-26 08:11:42.717 | libyaml-dev is already the newest version (0.1.7-2ubuntu3). 2021-04-26 08:11:42.717 | lsof is already the newest version (4.89+dfsg-0.1). 2021-04-26 08:11:42.717 | lsscsi is already the newest version (0.28-0.1). 2021-04-26 08:11:42.717 | make is already the newest version (4.1-9.1ubuntu1). 2021-04-26 08:11:42.717 | pkg-config is already the newest version (0.29.1-0ubuntu2). 2021-04-26 08:11:42.717 | python3-systemd is already the newest version (234-1build1). 2021-04-26 08:11:42.717 | socat is already the newest version (1.7.3.2-2ubuntu2). 2021-04-26 08:11:42.717 | xfsprogs is already the newest version (4.9.0+nmu1ubuntu2). 2021-04-26 08:11:42.717 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-0ubuntu2). 2021-04-26 08:11:42.717 | conntrackd is already the newest version (1:1.4.4+snapshot20161117-6ubuntu2). 2021-04-26 08:11:42.717 | dstat is already the newest version (0.7.3-1). 2021-04-26 08:11:42.717 | graphviz is already the newest version (2.40.1-2). 2021-04-26 08:11:42.717 | libjs-jquery-tablesorter is already the newest version (1:2.29.5+dfsg1-1). 2021-04-26 08:11:42.717 | pm-utils is already the newest version (1.4.1-17). 2021-04-26 08:11:42.717 | thin-provisioning-tools is already the newest version (0.7.4-2ubuntu3). 2021-04-26 08:11:42.717 | apache2 is already the newest version (2.4.29-1ubuntu4.14). 2021-04-26 08:11:42.717 | apache2-dev is already the newest version (2.4.29-1ubuntu4.14). 2021-04-26 08:11:42.717 | curl is already the newest version (7.58.0-2ubuntu3.13). 2021-04-26 08:11:42.717 | dnsmasq-base is already the newest version (2.79-1ubuntu0.3). 2021-04-26 08:11:42.717 | dnsmasq-utils is already the newest version (2.79-1ubuntu0.3). 2021-04-26 08:11:42.717 | ebtables is already the newest version (2.0.10.4-3.5ubuntu2.18.04.3). 2021-04-26 08:11:42.717 | g++ is already the newest version (4:7.4.0-1ubuntu2.3). 2021-04-26 08:11:42.717 | gcc is already the newest version (4:7.4.0-1ubuntu2.3). 2021-04-26 08:11:42.717 | gettext is already the newest version (0.19.8.1-6ubuntu0.3). 2021-04-26 08:11:42.718 | git is already the newest version (1:2.17.1-1ubuntu0.8). 2021-04-26 08:11:42.718 | haproxy is already the newest version (1.8.8-1ubuntu0.11). 2021-04-26 08:11:42.718 | iputils-arping is already the newest version (3:20161105-1ubuntu3). 2021-04-26 08:11:42.718 | iputils-ping is already the newest version (3:20161105-1ubuntu3). 2021-04-26 08:11:42.718 | keepalived is already the newest version (1:1.3.9-1ubuntu0.18.04.2). 2021-04-26 08:11:42.718 | libkrb5-dev is already the newest version (1.16-2ubuntu0.2). 2021-04-26 08:11:42.718 | libldap2-dev is already the newest version (2.4.45+dfsg-1ubuntu1.10). 2021-04-26 08:11:42.718 | libmysqlclient-dev is already the newest version (5.7.33-0ubuntu0.18.04.1). 2021-04-26 08:11:42.718 | libpq-dev is already the newest version (10.16-0ubuntu0.18.04.1). 2021-04-26 08:11:42.718 | libsasl2-dev is already the newest version (2.1.27~101-g0780600+dfsg-3ubuntu2.3). 2021-04-26 08:11:42.718 | libssl-dev is already the newest version (1.1.1-1ubuntu2.1~18.04.9). 2021-04-26 08:11:42.718 | libsystemd-dev is already the newest version (237-3ubuntu10.46). 2021-04-26 08:11:42.718 | libxml2-dev is already the newest version (2.9.4+dfsg1-6.1ubuntu1.3). 2021-04-26 08:11:42.718 | libxslt1-dev is already the newest version (1.1.29-5ubuntu0.2). 2021-04-26 08:11:42.718 | lvm2 is already the newest version (2.02.176-4.1ubuntu3.18.04.3). 2021-04-26 08:11:42.718 | memcached is already the newest version (1.5.6-0ubuntu1.2). 2021-04-26 08:11:42.718 | open-iscsi is already the newest version (2.0.874-5ubuntu2.10). 2021-04-26 08:11:42.718 | openssh-server is already the newest version (1:7.6p1-4ubuntu0.3). 2021-04-26 08:11:42.718 | openssl is already the newest version (1.1.1-1ubuntu2.1~18.04.9). 2021-04-26 08:11:42.718 | parted is already the newest version (3.2-20ubuntu0.2). 2021-04-26 08:11:42.718 | psmisc is already the newest version (23.1-1ubuntu0.1). 2021-04-26 08:11:42.718 | python3-dev is already the newest version (3.6.7-1~18.04). 2021-04-26 08:11:42.718 | sqlite3 is already the newest version (3.22.0-1ubuntu0.4). 2021-04-26 08:11:42.718 | sudo is already the newest version (1.8.21p2-3ubuntu1.4). 2021-04-26 08:11:42.718 | tar is already the newest version (1.29b-2ubuntu0.2). 2021-04-26 08:11:42.718 | tcpdump is already the newest version (4.9.3-0ubuntu0.18.04.1). 2021-04-26 08:11:42.718 | unzip is already the newest version (6.0-21ubuntu1.1). 2021-04-26 08:11:42.718 | uuid-runtime is already the newest version (2.31.1-0.4ubuntu3.7). 2021-04-26 08:11:42.718 | vlan is already the newest version (1.9-3.2ubuntu6). 2021-04-26 08:11:42.718 | wget is already the newest version (1.19.4-1ubuntu2.2). 2021-04-26 08:11:42.902 | libapache2-mod-proxy-uwsgi is already the newest version (2.0.15-10.2ubuntu2.1). 2021-04-26 08:11:42.902 | postgresql-server-dev-all is already the newest version (190ubuntu0.1). 2021-04-26 08:11:42.902 | python3-pip is already the newest version (9.0.1-2.3~ubuntu1.18.04.4). 2021-04-26 08:11:42.902 | python3-venv is already the newest version (3.6.7-1~18.04). 2021-04-26 08:11:42.902 | python3-mysqldb is already the newest version (1.4.4-2build1~cloud0). 2021-04-26 08:11:42.902 | qemu-utils is already the newest version (1:4.2-3ubuntu6.13~cloud0). 2021-04-26 08:11:42.902 | The following packages were automatically installed and are no longer required: 2021-04-26 08:11:42.902 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-04-26 08:11:42.902 | python3-click python3-colorama python3-configobj python3-constantly 2021-04-26 08:11:42.902 | python3-hyperlink python3-incremental python3-pam python3-problem-report 2021-04-26 08:11:42.902 | python3-pyasn1 python3-requests-unixsocket python3-serial 2021-04-26 08:11:42.902 | python3-twisted-bin python3-zope.interface 2021-04-26 08:11:42.902 | Use 'sudo apt autoremove' to remove them. 2021-04-26 08:11:43.322 | 0 upgraded, 0 newly installed, 0 to remove and 173 not upgraded. 2021-04-26 08:11:43.322 | 2 not fully installed or removed. 2021-04-26 08:11:43.322 | After this operation, 0 B of additional disk space will be used. 2021-04-26 08:11:43.345 | Setting up python3-rtslib-fb (2.1.71-0ubuntu1~cloud0) ... 2021-04-26 08:11:44.031 | Failed to start rtslib-fb-targetctl.service: Unit rtslib-fb-targetctl.service is not loaded properly: Exec format error. 2021-04-26 08:11:44.031 | See system logs and 'systemctl status rtslib-fb-targetctl.service' for details. 2021-04-26 08:11:44.033 | invoke-rc.d: initscript rtslib-fb-targetctl, action "start" failed. 2021-04-26 08:11:44.039 | ● rtslib-fb-targetctl.service - Restore LIO kernel target configuration 2021-04-26 08:11:44.039 | Loaded: error (Reason: Exec format error) 2021-04-26 08:11:44.039 | Active: inactive (dead) 2021-04-26 08:11:44.039 | 2021-04-26 08:11:44.039 | Apr 26 08:11:10 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:11:44.039 | Apr 26 08:11:28 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:11:44.039 | Apr 26 08:11:28 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:11:44.039 | Apr 26 08:11:28 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:11:44.039 | Apr 26 08:11:37 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:11:44.039 | Apr 26 08:11:37 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:11:44.039 | Apr 26 08:11:37 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:11:44.039 | Apr 26 08:11:44 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:11:44.040 | Apr 26 08:11:44 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:11:44.040 | Apr 26 08:11:44 dv-cinder-786873-2-iscsi systemd[1]: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target 2021-04-26 08:11:44.040 | dpkg: error processing package python3-rtslib-fb (--configure): 2021-04-26 08:11:44.040 | installed python3-rtslib-fb package post-installation script subprocess returned error exit status 1 2021-04-26 08:11:44.040 | dpkg: dependency problems prevent configuration of targetcli-fb: 2021-04-26 08:11:44.041 | targetcli-fb depends on python3-rtslib-fb; however: 2021-04-26 08:11:44.041 | Package python3-rtslib-fb is not configured yet. 2021-04-26 08:11:44.041 | 2021-04-26 08:11:44.041 | dpkg: error processing package targetcli-fb (--configure): 2021-04-26 08:11:44.041 | dependency problems - leaving unconfigured 2021-04-26 08:11:44.142 | Errors were encountered while processing: 2021-04-26 08:11:44.142 | python3-rtslib-fb 2021-04-26 08:11:44.142 | targetcli-fb 2021-04-26 08:11:46.043 | E: Sub-process /usr/bin/dpkg returned an error code (1) 2021-04-26 08:11:46.047 | + functions-common:apt_get:1 : exit_trap 2021-04-26 08:11:46.050 | + ./stack.sh:exit_trap:503 : local r=100 2021-04-26 08:11:46.053 | ++ ./stack.sh:exit_trap:504 : jobs -p 2021-04-26 08:11:46.055 | + ./stack.sh:exit_trap:504 : jobs= 2021-04-26 08:11:46.058 | + ./stack.sh:exit_trap:507 : [[ -n '' ]] 2021-04-26 08:11:46.060 | + ./stack.sh:exit_trap:513 : '[' -f '' ']' 2021-04-26 08:11:46.062 | + ./stack.sh:exit_trap:518 : kill_spinner 2021-04-26 08:11:46.065 | + ./stack.sh:kill_spinner:413 : '[' '!' -z '' ']' 2021-04-26 08:11:46.067 | + ./stack.sh:exit_trap:520 : [[ 100 -ne 0 ]] 2021-04-26 08:11:46.069 | + ./stack.sh:exit_trap:521 : echo 'Error on exit' 2021-04-26 08:11:46.069 | Error on exit 2021-04-26 08:11:46.071 | + ./stack.sh:exit_trap:523 : type -p generate-subunit 2021-04-26 08:11:46.073 | + ./stack.sh:exit_trap:524 : generate-subunit 1619424684 22 fail 2021-04-26 08:11:46.641 | + ./stack.sh:exit_trap:526 : [[ -z /opt/stack/logs ]] 2021-04-26 08:11:46.643 | + ./stack.sh:exit_trap:529 : /usr/bin/python3.6 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2021-04-26 08:11:47.070 | + ./stack.sh:exit_trap:538 : exit 100