2021-04-26 08:35:29.680 | + ./stack.sh:main:469 : exec 2021-04-26 08:35:29.680 | + ./stack.sh:main:477 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2021-04-26-083529' 2021-04-26 08:35:29.680 | ++ ./stack.sh:main:469 : /usr/bin/python3.6 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2021-04-26-083529.summary.2021-04-26-083529 2021-04-26 08:35:29.680 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-04-26 08:35:29.680 | + ./stack.sh:echo_summary:428 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2021-04-26-083529 2021-04-26 08:35:29.680 | + ./stack.sh:main:479 : ln -sf /opt/stack/logs/stack.sh.log.2021-04-26-083529 /opt/stack/logs/stack.sh.log 2021-04-26 08:35:29.680 | + ./stack.sh:main:480 : ln -sf /opt/stack/logs/stack.sh.log.2021-04-26-083529.summary.2021-04-26-083529 /opt/stack/logs/stack.sh.log.summary 2021-04-26 08:35:29.680 | + ./stack.sh:main:495 : check_path_perm_sanity /opt/stack 2021-04-26 08:35:29.680 | + functions:check_path_perm_sanity:596 : local real_path 2021-04-26 08:35:29.680 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2021-04-26 08:35:29.680 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2021-04-26 08:35:29.680 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2021-04-26 08:35:29.680 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2021-04-26 08:35:29.681 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2021-04-26 08:35:29.681 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2021-04-26 08:35:29.681 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2021-04-26 08:35:29.681 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2021-04-26 08:35:29.681 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2021-04-26 08:35:29.681 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2021-04-26 08:35:29.681 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2021-04-26 08:35:29.681 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2021-04-26 08:35:29.681 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2021-04-26 08:35:29.681 | + ./stack.sh:main:501 : trap exit_trap EXIT 2021-04-26 08:35:29.681 | + ./stack.sh:main:542 : trap err_trap ERR 2021-04-26 08:35:29.681 | + ./stack.sh:main:555 : set -o errexit 2021-04-26 08:35:29.681 | + ./stack.sh:main:558 : uname -a 2021-04-26 08:35:29.681 | Linux dv-osbrick-787933-1-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:35:29.681 | + ./stack.sh:main:561 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2021-04-26 08:35:29.681 | + ./stack.sh:main:562 : rm -f /opt/stack/data/ca-bundle.pem 2021-04-26 08:35:29.684 | + ./stack.sh:main:565 : source /home/ubuntu/devstack/lib/database 2021-04-26 08:35:29.709 | + ./stack.sh:main:566 : source /home/ubuntu/devstack/lib/rpc_backend 2021-04-26 08:35:29.723 | + ./stack.sh:main:572 : fetch_plugins 2021-04-26 08:35:29.726 | + functions-common:fetch_plugins:1650 : local plugins= 2021-04-26 08:35:29.728 | + functions-common:fetch_plugins:1651 : local plugin 2021-04-26 08:35:29.730 | + functions-common:fetch_plugins:1654 : [[ -z '' ]] 2021-04-26 08:35:29.732 | + functions-common:fetch_plugins:1655 : return 2021-04-26 08:35:29.734 | + ./stack.sh:main:576 : run_phase override_defaults 2021-04-26 08:35:29.736 | + functions-common:run_phase:1732 : local mode=override_defaults 2021-04-26 08:35:29.738 | + functions-common:run_phase:1733 : local phase= 2021-04-26 08:35:29.739 | + functions-common:run_phase:1734 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-04-26 08:35:29.741 | + functions-common:run_phase:1735 : local extra_plugin_file_name 2021-04-26 08:35:29.743 | + functions-common:run_phase:1736 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-04-26 08:35:29.745 | + functions-common:run_phase:1741 : local exceptions=80-tempest.sh 2021-04-26 08:35:29.746 | + functions-common:run_phase:1742 : local extra 2021-04-26 08:35:29.748 | ++ functions-common:run_phase:1743 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-04-26 08:35:29.751 | + functions-common:run_phase:1743 : extra=80-tempest.sh 2021-04-26 08:35:29.753 | + functions-common:run_phase:1744 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-04-26 08:35:29.755 | + functions-common:run_phase:1748 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-04-26 08:35:29.757 | + functions-common:run_phase:1748 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2021-04-26 08:35:29.758 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-04-26 08:35:29.770 | ++ functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:35:29.772 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-04-26 08:35:29.774 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-26 08:35:29.776 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-26 08:35:29.778 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-26 08:35:29.780 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-26 08:35:29.781 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-26 08:35:29.783 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2021-04-26 08:35:29.785 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2021-04-26 08:35:29.787 | + functions-common:run_phase:1753 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-04-26 08:35:29.789 | + 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:35:29.791 | + functions-common:run_phase:1757 : plugin_override_defaults 2021-04-26 08:35:29.793 | + functions-common:plugin_override_defaults:1691 : local plugins= 2021-04-26 08:35:29.794 | + functions-common:plugin_override_defaults:1692 : local plugin 2021-04-26 08:35:29.796 | + functions-common:plugin_override_defaults:1695 : [[ -z '' ]] 2021-04-26 08:35:29.798 | + functions-common:plugin_override_defaults:1696 : return 2021-04-26 08:35:29.800 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/apache 2021-04-26 08:35:29.816 | + ./stack.sh:main:582 : source /home/ubuntu/devstack/lib/tls 2021-04-26 08:35:29.818 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2021-04-26 08:35:29.830 | ++ functions-common:is_service_enabled:1960 : return 1 2021-04-26 08:35:29.832 | +++ lib/tls:source:43 : hostname -f 2021-04-26 08:35:29.836 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2021-04-26 08:35:29.838 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2021-04-26 08:35:29.840 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2021-04-26 08:35:29.841 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2021-04-26 08:35:29.843 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2021-04-26 08:35:29.845 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2021-04-26 08:35:29.847 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2021-04-26 08:35:29.849 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2021-04-26 08:35:29.851 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2021-04-26 08:35:29.853 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2021-04-26 08:35:29.857 | + ./stack.sh:main:585 : source /home/ubuntu/devstack/lib/infra 2021-04-26 08:35:29.868 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/libraries 2021-04-26 08:35:29.883 | + ./stack.sh:main:587 : source /home/ubuntu/devstack/lib/lvm 2021-04-26 08:35:29.894 | + ./stack.sh:main:588 : source /home/ubuntu/devstack/lib/horizon 2021-04-26 08:35:29.906 | + ./stack.sh:main:589 : source /home/ubuntu/devstack/lib/keystone 2021-04-26 08:35:29.931 | + ./stack.sh:main:590 : source /home/ubuntu/devstack/lib/glance 2021-04-26 08:35:29.966 | + ./stack.sh:main:591 : source /home/ubuntu/devstack/lib/nova 2021-04-26 08:35:30.038 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/placement 2021-04-26 08:35:30.058 | + ./stack.sh:main:593 : source /home/ubuntu/devstack/lib/cinder 2021-04-26 08:35:30.092 | + ./stack.sh:main:594 : source /home/ubuntu/devstack/lib/swift 2021-04-26 08:35:30.137 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/neutron 2021-04-26 08:35:30.247 | + ./stack.sh:main:596 : source /home/ubuntu/devstack/lib/ldap 2021-04-26 08:35:30.260 | + ./stack.sh:main:597 : source /home/ubuntu/devstack/lib/dstat 2021-04-26 08:35:30.272 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/tcpdump 2021-04-26 08:35:30.283 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/etcd3 2021-04-26 08:35:30.381 | + ./stack.sh:main:605 : run_phase source 2021-04-26 08:35:30.384 | + functions-common:run_phase:1732 : local mode=source 2021-04-26 08:35:30.386 | + functions-common:run_phase:1733 : local phase= 2021-04-26 08:35:30.388 | + functions-common:run_phase:1734 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-04-26 08:35:30.390 | + functions-common:run_phase:1735 : local extra_plugin_file_name 2021-04-26 08:35:30.392 | + functions-common:run_phase:1736 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-04-26 08:35:30.394 | + functions-common:run_phase:1741 : local exceptions=80-tempest.sh 2021-04-26 08:35:30.396 | + functions-common:run_phase:1742 : local extra 2021-04-26 08:35:30.399 | ++ functions-common:run_phase:1743 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-04-26 08:35:30.402 | + functions-common:run_phase:1743 : extra=80-tempest.sh 2021-04-26 08:35:30.404 | + functions-common:run_phase:1744 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-04-26 08:35:30.406 | + functions-common:run_phase:1748 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-04-26 08:35:30.408 | + functions-common:run_phase:1748 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2021-04-26 08:35:30.410 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-04-26 08:35:30.425 | ++ functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:35:30.427 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2021-04-26 08:35:30.429 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2021-04-26 08:35:30.464 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2021-04-26 08:35:30.466 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2021-04-26 08:35:30.468 | + functions-common:run_phase:1753 : [[ source == \s\o\u\r\c\e ]] 2021-04-26 08:35:30.470 | + functions-common:run_phase:1754 : load_plugin_settings 2021-04-26 08:35:30.472 | + functions-common:load_plugin_settings:1668 : local plugins= 2021-04-26 08:35:30.475 | + functions-common:load_plugin_settings:1669 : local plugin 2021-04-26 08:35:30.477 | + functions-common:load_plugin_settings:1672 : [[ -z '' ]] 2021-04-26 08:35:30.479 | + functions-common:load_plugin_settings:1673 : return 2021-04-26 08:35:30.481 | + functions-common:run_phase:1755 : verify_disabled_services 2021-04-26 08:35:30.484 | + functions-common:verify_disabled_services:2015 : local service 2021-04-26 08:35:30.486 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.488 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2021-04-26 08:35:30.491 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.493 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2021-04-26 08:35:30.495 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.498 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2021-04-26 08:35:30.500 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.502 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2021-04-26 08:35:30.504 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.507 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2021-04-26 08:35:30.509 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.511 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2021-04-26 08:35:30.514 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.516 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2021-04-26 08:35:30.518 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.520 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2021-04-26 08:35:30.524 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.526 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2021-04-26 08:35:30.528 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.531 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2021-04-26 08:35:30.533 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.535 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2021-04-26 08:35:30.538 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.541 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2021-04-26 08:35:30.543 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.545 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2021-04-26 08:35:30.547 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.550 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2021-04-26 08:35:30.552 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.555 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2021-04-26 08:35:30.557 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.559 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2021-04-26 08:35:30.562 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.564 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2021-04-26 08:35:30.566 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.568 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2021-04-26 08:35:30.571 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.573 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2021-04-26 08:35:30.575 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.577 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2021-04-26 08:35:30.580 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.582 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2021-04-26 08:35:30.585 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.587 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2021-04-26 08:35:30.590 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.592 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2021-04-26 08:35:30.594 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.596 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2021-04-26 08:35:30.599 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.601 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2021-04-26 08:35:30.604 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.606 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2021-04-26 08:35:30.608 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.610 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2021-04-26 08:35:30.613 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.615 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2021-04-26 08:35:30.617 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.620 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2021-04-26 08:35:30.622 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.624 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2021-04-26 08:35:30.626 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.629 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2021-04-26 08:35:30.631 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.634 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2021-04-26 08:35:30.636 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.638 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2021-04-26 08:35:30.640 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.643 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2021-04-26 08:35:30.645 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.648 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2021-04-26 08:35:30.650 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.652 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2021-04-26 08:35:30.654 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.657 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2021-04-26 08:35:30.659 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.661 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2021-04-26 08:35:30.664 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.666 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2021-04-26 08:35:30.669 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:35:30.671 | + functions-common:verify_disabled_services:2017 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2021-04-26 08:35:30.674 | + ./stack.sh:main:676 : initialize_database_backends 2021-04-26 08:35:30.676 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-04-26 08:35:30.678 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2021-04-26 08:35:30.692 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:35:30.694 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2021-04-26 08:35:30.696 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-04-26 08:35:30.699 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2021-04-26 08:35:30.713 | + functions-common:is_service_enabled:1960 : return 1 2021-04-26 08:35:30.715 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2021-04-26 08:35:30.718 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2021-04-26 08:35:30.720 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2021-04-26 08:35:30.722 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2021-04-26 08:35:30.724 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2021-04-26 08:35:30.727 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2021-04-26 08:35:30.729 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2021-04-26 08:35:30.732 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2021-04-26 08:35:30.734 | ++ lib/databases/mysql:get_database_type_mysql:35 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-04-26 08:35:30.737 | ++ lib/databases/mysql:get_database_type_mysql:36 : echo mysql+pymysql 2021-04-26 08:35:30.739 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-04-26 08:35:30.742 | + lib/database:initialize_database_backends:104 : return 0 2021-04-26 08:35:30.744 | + ./stack.sh:main:677 : echo 'Using mysql database backend' 2021-04-26 08:35:30.744 | Using mysql database backend 2021-04-26 08:35:30.746 | + ./stack.sh:main:680 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2021-04-26 08:35:30.761 | + ./stack.sh:main:692 : is_service_enabled rabbit 2021-04-26 08:35:30.776 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:35:30.778 | + ./stack.sh:main:693 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2021-04-26 08:35:30.794 | + ./stack.sh:main:700 : is_service_enabled keystone 2021-04-26 08:35:30.810 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:35:30.812 | + ./stack.sh:main:702 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2021-04-26 08:35:30.828 | + ./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:35:30.843 | + ./stack.sh:main:715 : is_service_enabled ldap 2021-04-26 08:35:30.858 | + functions-common:is_service_enabled:1960 : return 1 2021-04-26 08:35:30.860 | + ./stack.sh:main:724 : is_service_enabled s-proxy 2021-04-26 08:35:30.876 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:35:30.879 | + ./stack.sh:main:728 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2021-04-26 08:35:30.894 | + ./stack.sh:main:730 : [[ -z '' ]] 2021-04-26 08:35:30.896 | + ./stack.sh:main:730 : [[ False == \T\r\u\e ]] 2021-04-26 08:35:30.899 | + ./stack.sh:main:736 : save_stackenv 736 2021-04-26 08:35:30.901 | + functions-common:save_stackenv:60 : local tag=736 2021-04-26 08:35:30.904 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2021-04-26 08:35:30.907 | + functions-common:save_stackenv:62 : time_stamp=2021-04-26-083530 2021-04-26 08:35:30.909 | + functions-common:save_stackenv:63 : echo '# 2021-04-26-083530 736' 2021-04-26 08:35:30.912 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:35:30.915 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-04-26 08:35:30.917 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:35:30.920 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2021-04-26 08:35:30.922 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:35:30.924 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2021-04-26 08:35:30.927 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:35:30.930 | + 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:35:30.932 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:35:30.935 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.26 2021-04-26 08:35:30.937 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:35:30.939 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.26/identity 2021-04-26 08:35:30.942 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:35:30.944 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-04-26-083529 2021-04-26 08:35:30.946 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:35:30.948 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2021-04-26 08:35:30.951 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:35:30.953 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.26 2021-04-26 08:35:30.955 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:35:30.958 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2021-04-26 08:35:30.960 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:35:30.962 | + functions-common:save_stackenv:65 : echo TLS_IP= 2021-04-26 08:35:30.965 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:35:30.967 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2021-04-26 08:35:30.969 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:35:30.972 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2021-04-26 08:35:30.974 | + ./stack.sh:main:747 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2021-04-26 08:35:30.977 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/requirements.git 2021-04-26 08:35:30.979 | + functions-common:git_clone:524 : local git_dest=/opt/stack/requirements 2021-04-26 08:35:30.981 | + functions-common:git_clone:525 : local git_ref=master 2021-04-26 08:35:30.983 | + functions-common:git_clone:526 : local orig_dir 2021-04-26 08:35:30.986 | ++ functions-common:git_clone:527 : pwd 2021-04-26 08:35:30.988 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-04-26 08:35:30.991 | + functions-common:git_clone:528 : local git_clone_flags= 2021-04-26 08:35:30.994 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-04-26 08:35:31.008 | + functions-common:git_clone:530 : RECLONE=False 2021-04-26 08:35:31.010 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-04-26 08:35:31.012 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-04-26 08:35:31.015 | + functions-common:git_clone:544 : echo master 2021-04-26 08:35:31.015 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-04-26 08:35:31.019 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/requirements ]] 2021-04-26 08:35:31.021 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-04-26 08:35:31.024 | + functions-common:git_clone:592 : cd /opt/stack/requirements 2021-04-26 08:35:31.026 | + functions-common:git_clone:593 : git show --oneline 2021-04-26 08:35:31.027 | + functions-common:git_clone:593 : head -1 2021-04-26 08:35:31.029 | cd565a13 Updated from generate-constraints 2021-04-26 08:35:31.031 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-04-26 08:35:31.034 | + ./stack.sh:main:751 : echo_summary 'Installing package prerequisites' 2021-04-26 08:35:31.036 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-04-26 08:35:31.039 | + ./stack.sh:echo_summary:428 : echo -e Installing package prerequisites 2021-04-26 08:35:31.042 | + ./stack.sh:main:752 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2021-04-26 08:35:31.044 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2021-04-26 08:35:31.047 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2021-04-26 08:35:31.049 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2021-04-26 08:35:31.052 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2021-04-26 08:35:31.055 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2021-04-26 08:35:31.057 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2021-04-26 08:35:31.060 | +++ tools/install_prereqs.sh:source:47 : date +%s 2021-04-26 08:35:31.064 | ++ tools/install_prereqs.sh:source:47 : NOW=1619426131 2021-04-26 08:35:31.067 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2021-04-26 08:35:31.071 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=1619425048 2021-04-26 08:35:31.074 | ++ tools/install_prereqs.sh:source:49 : DELTA=1083 2021-04-26 08:35:31.076 | ++ tools/install_prereqs.sh:source:50 : [[ 1083 -lt 7200 ]] 2021-04-26 08:35:31.079 | ++ tools/install_prereqs.sh:source:50 : [[ -z 0 ]] 2021-04-26 08:35:31.081 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2021-04-26 08:35:31.083 | ++ functions-common:export_proxy_variables:2122 : isset http_proxy 2021-04-26 08:35:31.085 | ++ functions-common:isset:174 : [[ -v http_proxy ]] 2021-04-26 08:35:31.088 | ++ functions-common:export_proxy_variables:2125 : isset https_proxy 2021-04-26 08:35:31.090 | ++ functions-common:isset:174 : [[ -v https_proxy ]] 2021-04-26 08:35:31.092 | ++ functions-common:export_proxy_variables:2128 : isset no_proxy 2021-04-26 08:35:31.095 | ++ functions-common:isset:174 : [[ -v no_proxy ]] 2021-04-26 08:35:31.098 | +++ 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:35:31.144 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2021-04-26 08:35:31.144 | apache2-dev 2021-04-26 08:35:31.144 | bc 2021-04-26 08:35:31.144 | bsdmainutils 2021-04-26 08:35:31.144 | curl 2021-04-26 08:35:31.144 | g++ 2021-04-26 08:35:31.144 | gawk 2021-04-26 08:35:31.144 | gcc 2021-04-26 08:35:31.144 | gettext 2021-04-26 08:35:31.144 | git 2021-04-26 08:35:31.144 | graphviz 2021-04-26 08:35:31.144 | iputils-ping 2021-04-26 08:35:31.144 | libapache2-mod-proxy-uwsgi 2021-04-26 08:35:31.144 | libffi-dev 2021-04-26 08:35:31.144 | libjpeg-dev 2021-04-26 08:35:31.144 | libmysqlclient-dev 2021-04-26 08:35:31.144 | libpcre3-dev 2021-04-26 08:35:31.144 | libpq-dev 2021-04-26 08:35:31.144 | libssl-dev 2021-04-26 08:35:31.144 | libsystemd-dev 2021-04-26 08:35:31.144 | libxml2-dev 2021-04-26 08:35:31.144 | libxslt1-dev 2021-04-26 08:35:31.144 | libyaml-dev 2021-04-26 08:35:31.144 | lsof 2021-04-26 08:35:31.144 | openssh-server 2021-04-26 08:35:31.144 | openssl 2021-04-26 08:35:31.144 | pkg-config 2021-04-26 08:35:31.145 | psmisc 2021-04-26 08:35:31.145 | python3-dev 2021-04-26 08:35:31.145 | python3-pip 2021-04-26 08:35:31.145 | python3-systemd 2021-04-26 08:35:31.145 | python3-venv 2021-04-26 08:35:31.145 | tar 2021-04-26 08:35:31.145 | tcpdump 2021-04-26 08:35:31.145 | unzip 2021-04-26 08:35:31.145 | uuid-runtime 2021-04-26 08:35:31.145 | wget 2021-04-26 08:35:31.145 | wget 2021-04-26 08:35:31.145 | zlib1g-dev 2021-04-26 08:35:31.145 | libkrb5-dev 2021-04-26 08:35:31.145 | libldap2-dev 2021-04-26 08:35:31.145 | libsasl2-dev 2021-04-26 08:35:31.145 | memcached 2021-04-26 08:35:31.145 | python3-mysqldb 2021-04-26 08:35:31.145 | sqlite3 2021-04-26 08:35:31.145 | conntrack 2021-04-26 08:35:31.145 | curl 2021-04-26 08:35:31.145 | dnsmasq-base 2021-04-26 08:35:31.145 | dnsmasq-utils 2021-04-26 08:35:31.145 | ebtables 2021-04-26 08:35:31.145 | genisoimage 2021-04-26 08:35:31.145 | iptables 2021-04-26 08:35:31.145 | iputils-arping 2021-04-26 08:35:31.145 | kpartx 2021-04-26 08:35:31.145 | libjs-jquery-tablesorter 2021-04-26 08:35:31.145 | libmysqlclient-dev 2021-04-26 08:35:31.145 | parted 2021-04-26 08:35:31.145 | pm-utils 2021-04-26 08:35:31.145 | python3-mysqldb 2021-04-26 08:35:31.145 | socat 2021-04-26 08:35:31.145 | sqlite3 2021-04-26 08:35:31.146 | sudo 2021-04-26 08:35:31.146 | vlan 2021-04-26 08:35:31.146 | lsscsi 2021-04-26 08:35:31.146 | open-iscsi 2021-04-26 08:35:31.146 | lvm2 2021-04-26 08:35:31.146 | qemu-utils 2021-04-26 08:35:31.146 | thin-provisioning-tools 2021-04-26 08:35:31.146 | acl 2021-04-26 08:35:31.146 | dnsmasq-base 2021-04-26 08:35:31.146 | dnsmasq-utils 2021-04-26 08:35:31.146 | ebtables 2021-04-26 08:35:31.146 | haproxy 2021-04-26 08:35:31.146 | iptables 2021-04-26 08:35:31.146 | iputils-arping 2021-04-26 08:35:31.146 | iputils-ping 2021-04-26 08:35:31.146 | libmysqlclient-dev 2021-04-26 08:35:31.146 | postgresql-server-dev-all 2021-04-26 08:35:31.146 | python3-mysqldb 2021-04-26 08:35:31.146 | sqlite3 2021-04-26 08:35:31.146 | sudo 2021-04-26 08:35:31.146 | vlan 2021-04-26 08:35:31.146 | ipset 2021-04-26 08:35:31.146 | conntrack 2021-04-26 08:35:31.146 | conntrackd 2021-04-26 08:35:31.146 | keepalived 2021-04-26 08:35:31.146 | dstat 2021-04-26 08:35:31.146 | lvm2 2021-04-26 08:35:31.146 | qemu-utils 2021-04-26 08:35:31.146 | thin-provisioning-tools 2021-04-26 08:35:31.146 | curl 2021-04-26 08:35:31.146 | liberasurecode-dev 2021-04-26 08:35:31.146 | make 2021-04-26 08:35:31.146 | memcached 2021-04-26 08:35:31.146 | sqlite3 2021-04-26 08:35:31.146 | xfsprogs' 2021-04-26 08:35:31.147 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2021-04-26 08:35:31.164 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2021-04-26 08:35:31.165 | apache2-dev 2021-04-26 08:35:31.165 | bc 2021-04-26 08:35:31.165 | bsdmainutils 2021-04-26 08:35:31.165 | curl 2021-04-26 08:35:31.165 | g++ 2021-04-26 08:35:31.165 | gawk 2021-04-26 08:35:31.165 | gcc 2021-04-26 08:35:31.165 | gettext 2021-04-26 08:35:31.165 | git 2021-04-26 08:35:31.165 | graphviz 2021-04-26 08:35:31.165 | iputils-ping 2021-04-26 08:35:31.165 | libapache2-mod-proxy-uwsgi 2021-04-26 08:35:31.165 | libffi-dev 2021-04-26 08:35:31.165 | libjpeg-dev 2021-04-26 08:35:31.165 | libmysqlclient-dev 2021-04-26 08:35:31.165 | libpcre3-dev 2021-04-26 08:35:31.165 | libpq-dev 2021-04-26 08:35:31.165 | libssl-dev 2021-04-26 08:35:31.165 | libsystemd-dev 2021-04-26 08:35:31.165 | libxml2-dev 2021-04-26 08:35:31.165 | libxslt1-dev 2021-04-26 08:35:31.165 | libyaml-dev 2021-04-26 08:35:31.165 | lsof 2021-04-26 08:35:31.165 | openssh-server 2021-04-26 08:35:31.165 | openssl 2021-04-26 08:35:31.165 | pkg-config 2021-04-26 08:35:31.165 | psmisc 2021-04-26 08:35:31.165 | python3-dev 2021-04-26 08:35:31.165 | python3-pip 2021-04-26 08:35:31.165 | python3-systemd 2021-04-26 08:35:31.165 | python3-venv 2021-04-26 08:35:31.165 | tar 2021-04-26 08:35:31.165 | tcpdump 2021-04-26 08:35:31.165 | unzip 2021-04-26 08:35:31.166 | uuid-runtime 2021-04-26 08:35:31.166 | wget 2021-04-26 08:35:31.166 | wget 2021-04-26 08:35:31.166 | zlib1g-dev 2021-04-26 08:35:31.166 | libkrb5-dev 2021-04-26 08:35:31.166 | libldap2-dev 2021-04-26 08:35:31.166 | libsasl2-dev 2021-04-26 08:35:31.166 | memcached 2021-04-26 08:35:31.166 | python3-mysqldb 2021-04-26 08:35:31.166 | sqlite3 2021-04-26 08:35:31.166 | conntrack 2021-04-26 08:35:31.166 | curl 2021-04-26 08:35:31.166 | dnsmasq-base 2021-04-26 08:35:31.166 | dnsmasq-utils 2021-04-26 08:35:31.166 | ebtables 2021-04-26 08:35:31.166 | genisoimage 2021-04-26 08:35:31.166 | iptables 2021-04-26 08:35:31.166 | iputils-arping 2021-04-26 08:35:31.166 | kpartx 2021-04-26 08:35:31.166 | libjs-jquery-tablesorter 2021-04-26 08:35:31.166 | libmysqlclient-dev 2021-04-26 08:35:31.166 | parted 2021-04-26 08:35:31.166 | pm-utils 2021-04-26 08:35:31.166 | python3-mysqldb 2021-04-26 08:35:31.166 | socat 2021-04-26 08:35:31.166 | sqlite3 2021-04-26 08:35:31.166 | sudo 2021-04-26 08:35:31.166 | vlan 2021-04-26 08:35:31.166 | lsscsi 2021-04-26 08:35:31.166 | open-iscsi 2021-04-26 08:35:31.166 | lvm2 2021-04-26 08:35:31.166 | qemu-utils 2021-04-26 08:35:31.166 | thin-provisioning-tools 2021-04-26 08:35:31.166 | acl 2021-04-26 08:35:31.166 | dnsmasq-base 2021-04-26 08:35:31.167 | dnsmasq-utils 2021-04-26 08:35:31.167 | ebtables 2021-04-26 08:35:31.167 | haproxy 2021-04-26 08:35:31.167 | iptables 2021-04-26 08:35:31.167 | iputils-arping 2021-04-26 08:35:31.167 | iputils-ping 2021-04-26 08:35:31.167 | libmysqlclient-dev 2021-04-26 08:35:31.167 | postgresql-server-dev-all 2021-04-26 08:35:31.167 | python3-mysqldb 2021-04-26 08:35:31.167 | sqlite3 2021-04-26 08:35:31.167 | sudo 2021-04-26 08:35:31.167 | vlan 2021-04-26 08:35:31.167 | ipset 2021-04-26 08:35:31.167 | conntrack 2021-04-26 08:35:31.167 | conntrackd 2021-04-26 08:35:31.167 | keepalived 2021-04-26 08:35:31.167 | dstat 2021-04-26 08:35:31.167 | lvm2 2021-04-26 08:35:31.167 | qemu-utils 2021-04-26 08:35:31.167 | thin-provisioning-tools 2021-04-26 08:35:31.167 | curl 2021-04-26 08:35:31.167 | liberasurecode-dev 2021-04-26 08:35:31.167 | make 2021-04-26 08:35:31.167 | memcached 2021-04-26 08:35:31.167 | sqlite3 2021-04-26 08:35:31.167 | xfsprogs ' 2021-04-26 08:35:31.167 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2021-04-26 08:35:31.169 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:35:31.172 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:35:31.175 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2021-04-26 08:35:31.175 | ++ 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:35:31.180 | ++ 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:35:31.182 | ++ functions-common:install_package:1342 : update_package_repo 2021-04-26 08:35:31.184 | ++ functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2021-04-26 08:35:31.187 | ++ functions-common:update_package_repo:1315 : REPOS_UPDATED=False 2021-04-26 08:35:31.189 | ++ functions-common:update_package_repo:1316 : RETRY_UPDATE=False 2021-04-26 08:35:31.191 | ++ functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2021-04-26 08:35:31.193 | ++ functions-common:update_package_repo:1322 : is_ubuntu 2021-04-26 08:35:31.196 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:35:31.198 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:35:31.200 | ++ functions-common:update_package_repo:1323 : apt_get_update 2021-04-26 08:35:31.202 | ++ functions-common:apt_get_update:1068 : [[ False == \T\r\u\e ]] 2021-04-26 08:35:31.204 | ++ functions-common:apt_get_update:1073 : [[ False = \T\r\u\e ]] 2021-04-26 08:35:31.207 | ++ functions-common:apt_get_update:1075 : local sudo=sudo 2021-04-26 08:35:31.210 | +++ functions-common:apt_get_update:1076 : id -u 2021-04-26 08:35:31.214 | ++ functions-common:apt_get_update:1076 : [[ 1000 = \0 ]] 2021-04-26 08:35:31.216 | ++ functions-common:apt_get_update:1079 : time_start apt-get-update 2021-04-26 08:35:31.218 | ++ functions-common:time_start:2290 : local name=apt-get-update 2021-04-26 08:35:31.220 | ++ functions-common:time_start:2291 : local start_time= 2021-04-26 08:35:31.222 | ++ functions-common:time_start:2292 : [[ -n '' ]] 2021-04-26 08:35:31.225 | +++ functions-common:time_start:2295 : date +%s%3N 2021-04-26 08:35:31.229 | ++ functions-common:time_start:2295 : _TIME_START[$name]=1619426131226 2021-04-26 08:35:31.231 | ++ functions-common:apt_get_update:1081 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-04-26 08:35:31.233 | ++ functions-common:apt_get_update:1082 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-04-26 08:35:31.235 | ++ 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:35:31.467 | Hit:1 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri InRelease 2021-04-26 08:35:31.585 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-04-26 08:35:31.641 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2021-04-26 08:35:31.689 | Hit:4 http://security.ubuntu.com/ubuntu bionic-security InRelease 2021-04-26 08:35:31.696 | Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2021-04-26 08:35:34.008 | Reading package lists... 2021-04-26 08:35:34.071 | ++ functions-common:apt_get_update:1087 : REPOS_UPDATED=True 2021-04-26 08:35:34.073 | ++ functions-common:apt_get_update:1089 : time_stop apt-get-update 2021-04-26 08:35:34.075 | ++ functions-common:time_stop:2304 : local name 2021-04-26 08:35:34.077 | ++ functions-common:time_stop:2305 : local end_time 2021-04-26 08:35:34.079 | ++ functions-common:time_stop:2306 : local elapsed_time 2021-04-26 08:35:34.081 | ++ functions-common:time_stop:2307 : local total 2021-04-26 08:35:34.083 | ++ functions-common:time_stop:2308 : local start_time 2021-04-26 08:35:34.086 | ++ functions-common:time_stop:2310 : name=apt-get-update 2021-04-26 08:35:34.088 | ++ functions-common:time_stop:2311 : start_time=1619426131226 2021-04-26 08:35:34.090 | ++ functions-common:time_stop:2313 : [[ -z 1619426131226 ]] 2021-04-26 08:35:34.093 | +++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 08:35:34.097 | ++ functions-common:time_stop:2316 : end_time=1619426134094 2021-04-26 08:35:34.099 | ++ functions-common:time_stop:2317 : elapsed_time=2868 2021-04-26 08:35:34.102 | ++ functions-common:time_stop:2318 : total=0 2021-04-26 08:35:34.104 | ++ functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 08:35:34.106 | ++ functions-common:time_stop:2321 : _TIME_TOTAL[$name]=2868 2021-04-26 08:35:34.108 | ++ 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:35:34.111 | ++ functions-common:real_install_package:1328 : is_ubuntu 2021-04-26 08:35:34.113 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:35:34.116 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:35:34.118 | ++ 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:35:34.138 | ++ 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:35:34.259 | Reading package lists... 2021-04-26 08:35:34.515 | Building dependency tree... 2021-04-26 08:35:34.516 | Reading state information... 2021-04-26 08:35:34.546 | acl is already the newest version (2.2.52-3build1). 2021-04-26 08:35:34.546 | bc is already the newest version (1.07.1-2). 2021-04-26 08:35:34.546 | bsdmainutils is already the newest version (11.1.2ubuntu1). 2021-04-26 08:35:34.546 | conntrack is already the newest version (1:1.4.4+snapshot20161117-6ubuntu2). 2021-04-26 08:35:34.546 | gawk is already the newest version (1:4.1.4+dfsg-1build1). 2021-04-26 08:35:34.546 | genisoimage is already the newest version (9:1.1.11-3ubuntu2). 2021-04-26 08:35:34.546 | ipset is already the newest version (6.34-1). 2021-04-26 08:35:34.546 | iptables is already the newest version (1.6.1-2ubuntu2). 2021-04-26 08:35:34.546 | kpartx is already the newest version (0.7.4-2ubuntu3). 2021-04-26 08:35:34.546 | liberasurecode-dev is already the newest version (1.5.0-1). 2021-04-26 08:35:34.546 | libffi-dev is already the newest version (3.2.1-8). 2021-04-26 08:35:34.546 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2021-04-26 08:35:34.547 | libpcre3-dev is already the newest version (2:8.39-9). 2021-04-26 08:35:34.547 | libyaml-dev is already the newest version (0.1.7-2ubuntu3). 2021-04-26 08:35:34.547 | lsof is already the newest version (4.89+dfsg-0.1). 2021-04-26 08:35:34.547 | lsscsi is already the newest version (0.28-0.1). 2021-04-26 08:35:34.547 | make is already the newest version (4.1-9.1ubuntu1). 2021-04-26 08:35:34.547 | pkg-config is already the newest version (0.29.1-0ubuntu2). 2021-04-26 08:35:34.547 | python3-systemd is already the newest version (234-1build1). 2021-04-26 08:35:34.547 | socat is already the newest version (1.7.3.2-2ubuntu2). 2021-04-26 08:35:34.547 | xfsprogs is already the newest version (4.9.0+nmu1ubuntu2). 2021-04-26 08:35:34.547 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-0ubuntu2). 2021-04-26 08:35:34.547 | conntrackd is already the newest version (1:1.4.4+snapshot20161117-6ubuntu2). 2021-04-26 08:35:34.547 | dstat is already the newest version (0.7.3-1). 2021-04-26 08:35:34.547 | graphviz is already the newest version (2.40.1-2). 2021-04-26 08:35:34.547 | libjs-jquery-tablesorter is already the newest version (1:2.29.5+dfsg1-1). 2021-04-26 08:35:34.547 | pm-utils is already the newest version (1.4.1-17). 2021-04-26 08:35:34.547 | thin-provisioning-tools is already the newest version (0.7.4-2ubuntu3). 2021-04-26 08:35:34.547 | apache2 is already the newest version (2.4.29-1ubuntu4.14). 2021-04-26 08:35:34.547 | apache2-dev is already the newest version (2.4.29-1ubuntu4.14). 2021-04-26 08:35:34.547 | curl is already the newest version (7.58.0-2ubuntu3.13). 2021-04-26 08:35:34.547 | dnsmasq-base is already the newest version (2.79-1ubuntu0.3). 2021-04-26 08:35:34.547 | dnsmasq-utils is already the newest version (2.79-1ubuntu0.3). 2021-04-26 08:35:34.547 | ebtables is already the newest version (2.0.10.4-3.5ubuntu2.18.04.3). 2021-04-26 08:35:34.547 | g++ is already the newest version (4:7.4.0-1ubuntu2.3). 2021-04-26 08:35:34.547 | gcc is already the newest version (4:7.4.0-1ubuntu2.3). 2021-04-26 08:35:34.547 | gettext is already the newest version (0.19.8.1-6ubuntu0.3). 2021-04-26 08:35:34.547 | git is already the newest version (1:2.17.1-1ubuntu0.8). 2021-04-26 08:35:34.547 | haproxy is already the newest version (1.8.8-1ubuntu0.11). 2021-04-26 08:35:34.547 | iputils-arping is already the newest version (3:20161105-1ubuntu3). 2021-04-26 08:35:34.547 | iputils-ping is already the newest version (3:20161105-1ubuntu3). 2021-04-26 08:35:34.547 | keepalived is already the newest version (1:1.3.9-1ubuntu0.18.04.2). 2021-04-26 08:35:34.547 | libkrb5-dev is already the newest version (1.16-2ubuntu0.2). 2021-04-26 08:35:34.547 | libldap2-dev is already the newest version (2.4.45+dfsg-1ubuntu1.10). 2021-04-26 08:35:34.548 | libmysqlclient-dev is already the newest version (5.7.33-0ubuntu0.18.04.1). 2021-04-26 08:35:34.548 | libpq-dev is already the newest version (10.16-0ubuntu0.18.04.1). 2021-04-26 08:35:34.548 | libsasl2-dev is already the newest version (2.1.27~101-g0780600+dfsg-3ubuntu2.3). 2021-04-26 08:35:34.548 | libssl-dev is already the newest version (1.1.1-1ubuntu2.1~18.04.9). 2021-04-26 08:35:34.548 | libsystemd-dev is already the newest version (237-3ubuntu10.46). 2021-04-26 08:35:34.548 | libxml2-dev is already the newest version (2.9.4+dfsg1-6.1ubuntu1.3). 2021-04-26 08:35:34.548 | libxslt1-dev is already the newest version (1.1.29-5ubuntu0.2). 2021-04-26 08:35:34.548 | lvm2 is already the newest version (2.02.176-4.1ubuntu3.18.04.3). 2021-04-26 08:35:34.548 | memcached is already the newest version (1.5.6-0ubuntu1.2). 2021-04-26 08:35:34.548 | open-iscsi is already the newest version (2.0.874-5ubuntu2.10). 2021-04-26 08:35:34.548 | openssh-server is already the newest version (1:7.6p1-4ubuntu0.3). 2021-04-26 08:35:34.548 | openssl is already the newest version (1.1.1-1ubuntu2.1~18.04.9). 2021-04-26 08:35:34.548 | parted is already the newest version (3.2-20ubuntu0.2). 2021-04-26 08:35:34.548 | psmisc is already the newest version (23.1-1ubuntu0.1). 2021-04-26 08:35:34.548 | python3-dev is already the newest version (3.6.7-1~18.04). 2021-04-26 08:35:34.548 | sqlite3 is already the newest version (3.22.0-1ubuntu0.4). 2021-04-26 08:35:34.548 | sudo is already the newest version (1.8.21p2-3ubuntu1.4). 2021-04-26 08:35:34.548 | tar is already the newest version (1.29b-2ubuntu0.2). 2021-04-26 08:35:34.548 | tcpdump is already the newest version (4.9.3-0ubuntu0.18.04.1). 2021-04-26 08:35:34.548 | unzip is already the newest version (6.0-21ubuntu1.1). 2021-04-26 08:35:34.548 | uuid-runtime is already the newest version (2.31.1-0.4ubuntu3.7). 2021-04-26 08:35:34.548 | vlan is already the newest version (1.9-3.2ubuntu6). 2021-04-26 08:35:34.548 | wget is already the newest version (1.19.4-1ubuntu2.2). 2021-04-26 08:35:34.734 | libapache2-mod-proxy-uwsgi is already the newest version (2.0.15-10.2ubuntu2.1). 2021-04-26 08:35:34.734 | postgresql-server-dev-all is already the newest version (190ubuntu0.1). 2021-04-26 08:35:34.734 | python3-pip is already the newest version (9.0.1-2.3~ubuntu1.18.04.4). 2021-04-26 08:35:34.734 | python3-venv is already the newest version (3.6.7-1~18.04). 2021-04-26 08:35:34.734 | python3-mysqldb is already the newest version (1.4.4-2build1~cloud0). 2021-04-26 08:35:34.734 | qemu-utils is already the newest version (1:4.2-3ubuntu6.13~cloud0). 2021-04-26 08:35:34.734 | The following packages were automatically installed and are no longer required: 2021-04-26 08:35:34.735 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-04-26 08:35:34.735 | python3-click python3-colorama python3-configobj python3-constantly 2021-04-26 08:35:34.735 | python3-hyperlink python3-incremental python3-pam python3-problem-report 2021-04-26 08:35:34.735 | python3-pyasn1 python3-requests-unixsocket python3-serial 2021-04-26 08:35:34.735 | python3-twisted-bin python3-zope.interface 2021-04-26 08:35:34.735 | Use 'sudo apt autoremove' to remove them. 2021-04-26 08:35:35.155 | 0 upgraded, 0 newly installed, 0 to remove and 173 not upgraded. 2021-04-26 08:35:35.155 | 2 not fully installed or removed. 2021-04-26 08:35:35.155 | After this operation, 0 B of additional disk space will be used. 2021-04-26 08:35:35.178 | Setting up python3-rtslib-fb (2.1.71-0ubuntu1~cloud0) ... 2021-04-26 08:35:35.831 | Failed to start rtslib-fb-targetctl.service: Unit rtslib-fb-targetctl.service is not loaded properly: Exec format error. 2021-04-26 08:35:35.831 | See system logs and 'systemctl status rtslib-fb-targetctl.service' for details. 2021-04-26 08:35:35.832 | invoke-rc.d: initscript rtslib-fb-targetctl, action "start" failed. 2021-04-26 08:35:35.839 | ● rtslib-fb-targetctl.service - Restore LIO kernel target configuration 2021-04-26 08:35:35.839 | Loaded: error (Reason: Exec format error) 2021-04-26 08:35:35.839 | Active: inactive (dead) 2021-04-26 08:35:35.839 | 2021-04-26 08:35:35.839 | Apr 26 08:35:02 dv-osbrick-787933-1-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:35:35.839 | Apr 26 08:35:08 dv-osbrick-787933-1-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:35:35.839 | Apr 26 08:35:08 dv-osbrick-787933-1-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:35:35.839 | Apr 26 08:35:08 dv-osbrick-787933-1-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:35:35.839 | Apr 26 08:35:27 dv-osbrick-787933-1-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:35:35.840 | Apr 26 08:35:27 dv-osbrick-787933-1-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:35:35.840 | Apr 26 08:35:27 dv-osbrick-787933-1-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:35:35.840 | Apr 26 08:35:35 dv-osbrick-787933-1-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:35:35.840 | Apr 26 08:35:35 dv-osbrick-787933-1-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:35:35.840 | Apr 26 08:35:35 dv-osbrick-787933-1-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:35:35.841 | dpkg: error processing package python3-rtslib-fb (--configure): 2021-04-26 08:35:35.841 | installed python3-rtslib-fb package post-installation script subprocess returned error exit status 1 2021-04-26 08:35:35.841 | dpkg: dependency problems prevent configuration of targetcli-fb: 2021-04-26 08:35:35.841 | targetcli-fb depends on python3-rtslib-fb; however: 2021-04-26 08:35:35.841 | Package python3-rtslib-fb is not configured yet. 2021-04-26 08:35:35.841 | 2021-04-26 08:35:35.841 | dpkg: error processing package targetcli-fb (--configure): 2021-04-26 08:35:35.841 | dependency problems - leaving unconfigured 2021-04-26 08:35:35.850 | Errors were encountered while processing: 2021-04-26 08:35:35.850 | python3-rtslib-fb 2021-04-26 08:35:35.850 | targetcli-fb 2021-04-26 08:35:37.771 | E: Sub-process /usr/bin/dpkg returned an error code (1) 2021-04-26 08:35:37.776 | ++ functions-common:apt_get:1113 : result=100 2021-04-26 08:35:37.778 | ++ functions-common:apt_get:1116 : time_stop apt-get 2021-04-26 08:35:37.781 | ++ functions-common:time_stop:2304 : local name 2021-04-26 08:35:37.783 | ++ functions-common:time_stop:2305 : local end_time 2021-04-26 08:35:37.785 | ++ functions-common:time_stop:2306 : local elapsed_time 2021-04-26 08:35:37.788 | ++ functions-common:time_stop:2307 : local total 2021-04-26 08:35:37.790 | ++ functions-common:time_stop:2308 : local start_time 2021-04-26 08:35:37.792 | ++ functions-common:time_stop:2310 : name=apt-get 2021-04-26 08:35:37.794 | ++ functions-common:time_stop:2311 : start_time=1619426134135 2021-04-26 08:35:37.796 | ++ functions-common:time_stop:2313 : [[ -z 1619426134135 ]] 2021-04-26 08:35:37.799 | +++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 08:35:37.803 | ++ functions-common:time_stop:2316 : end_time=1619426137800 2021-04-26 08:35:37.806 | ++ functions-common:time_stop:2317 : elapsed_time=3665 2021-04-26 08:35:37.808 | ++ functions-common:time_stop:2318 : total=3644 2021-04-26 08:35:37.810 | ++ functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 08:35:37.812 | ++ functions-common:time_stop:2321 : _TIME_TOTAL[$name]=7309 2021-04-26 08:35:37.814 | ++ functions-common:apt_get:1117 : return 100 2021-04-26 08:35:37.817 | ++ functions-common:install_package:1344 : RETRY_UPDATE=True 2021-04-26 08:35:37.820 | ++ functions-common:install_package:1344 : update_package_repo 2021-04-26 08:35:37.822 | ++ functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2021-04-26 08:35:37.824 | ++ functions-common:update_package_repo:1315 : REPOS_UPDATED=True 2021-04-26 08:35:37.826 | ++ functions-common:update_package_repo:1316 : RETRY_UPDATE=True 2021-04-26 08:35:37.829 | ++ functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2021-04-26 08:35:37.831 | ++ functions-common:update_package_repo:1322 : is_ubuntu 2021-04-26 08:35:37.833 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:35:37.835 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:35:37.838 | ++ functions-common:update_package_repo:1323 : apt_get_update 2021-04-26 08:35:37.840 | ++ functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-04-26 08:35:37.842 | ++ functions-common:apt_get_update:1068 : [[ True != \T\r\u\e ]] 2021-04-26 08:35:37.844 | ++ functions-common:apt_get_update:1073 : [[ False = \T\r\u\e ]] 2021-04-26 08:35:37.846 | ++ functions-common:apt_get_update:1075 : local sudo=sudo 2021-04-26 08:35:37.850 | +++ functions-common:apt_get_update:1076 : id -u 2021-04-26 08:35:37.854 | ++ functions-common:apt_get_update:1076 : [[ 1000 = \0 ]] 2021-04-26 08:35:37.856 | ++ functions-common:apt_get_update:1079 : time_start apt-get-update 2021-04-26 08:35:37.859 | ++ functions-common:time_start:2290 : local name=apt-get-update 2021-04-26 08:35:37.861 | ++ functions-common:time_start:2291 : local start_time= 2021-04-26 08:35:37.863 | ++ functions-common:time_start:2292 : [[ -n '' ]] 2021-04-26 08:35:37.866 | +++ functions-common:time_start:2295 : date +%s%3N 2021-04-26 08:35:37.870 | ++ functions-common:time_start:2295 : _TIME_START[$name]=1619426137867 2021-04-26 08:35:37.872 | ++ functions-common:apt_get_update:1081 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-04-26 08:35:37.874 | ++ functions-common:apt_get_update:1082 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-04-26 08:35:37.876 | ++ 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:35:38.107 | Hit:1 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri InRelease 2021-04-26 08:35:38.107 | Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 2021-04-26 08:35:38.156 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-04-26 08:35:38.212 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2021-04-26 08:35:38.269 | Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2021-04-26 08:35:40.636 | Reading package lists... 2021-04-26 08:35:40.697 | ++ functions-common:apt_get_update:1087 : REPOS_UPDATED=True 2021-04-26 08:35:40.700 | ++ functions-common:apt_get_update:1089 : time_stop apt-get-update 2021-04-26 08:35:40.702 | ++ functions-common:time_stop:2304 : local name 2021-04-26 08:35:40.704 | ++ functions-common:time_stop:2305 : local end_time 2021-04-26 08:35:40.706 | ++ functions-common:time_stop:2306 : local elapsed_time 2021-04-26 08:35:40.708 | ++ functions-common:time_stop:2307 : local total 2021-04-26 08:35:40.711 | ++ functions-common:time_stop:2308 : local start_time 2021-04-26 08:35:40.713 | ++ functions-common:time_stop:2310 : name=apt-get-update 2021-04-26 08:35:40.715 | ++ functions-common:time_stop:2311 : start_time=1619426137867 2021-04-26 08:35:40.717 | ++ functions-common:time_stop:2313 : [[ -z 1619426137867 ]] 2021-04-26 08:35:40.720 | +++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 08:35:40.724 | ++ functions-common:time_stop:2316 : end_time=1619426140721 2021-04-26 08:35:40.727 | ++ functions-common:time_stop:2317 : elapsed_time=2854 2021-04-26 08:35:40.729 | ++ functions-common:time_stop:2318 : total=2868 2021-04-26 08:35:40.731 | ++ functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 08:35:40.733 | ++ functions-common:time_stop:2321 : _TIME_TOTAL[$name]=5722 2021-04-26 08:35:40.736 | ++ 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:35:40.738 | ++ functions-common:real_install_package:1328 : is_ubuntu 2021-04-26 08:35:40.741 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:35:40.744 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:35:40.746 | ++ 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:35:40.766 | ++ 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:35:40.889 | Reading package lists... 2021-04-26 08:35:41.146 | Building dependency tree... 2021-04-26 08:35:41.148 | Reading state information... 2021-04-26 08:35:41.179 | acl is already the newest version (2.2.52-3build1). 2021-04-26 08:35:41.179 | bc is already the newest version (1.07.1-2). 2021-04-26 08:35:41.179 | bsdmainutils is already the newest version (11.1.2ubuntu1). 2021-04-26 08:35:41.179 | conntrack is already the newest version (1:1.4.4+snapshot20161117-6ubuntu2). 2021-04-26 08:35:41.179 | gawk is already the newest version (1:4.1.4+dfsg-1build1). 2021-04-26 08:35:41.179 | genisoimage is already the newest version (9:1.1.11-3ubuntu2). 2021-04-26 08:35:41.179 | ipset is already the newest version (6.34-1). 2021-04-26 08:35:41.179 | iptables is already the newest version (1.6.1-2ubuntu2). 2021-04-26 08:35:41.179 | kpartx is already the newest version (0.7.4-2ubuntu3). 2021-04-26 08:35:41.179 | liberasurecode-dev is already the newest version (1.5.0-1). 2021-04-26 08:35:41.179 | libffi-dev is already the newest version (3.2.1-8). 2021-04-26 08:35:41.179 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2021-04-26 08:35:41.179 | libpcre3-dev is already the newest version (2:8.39-9). 2021-04-26 08:35:41.179 | libyaml-dev is already the newest version (0.1.7-2ubuntu3). 2021-04-26 08:35:41.179 | lsof is already the newest version (4.89+dfsg-0.1). 2021-04-26 08:35:41.179 | lsscsi is already the newest version (0.28-0.1). 2021-04-26 08:35:41.180 | make is already the newest version (4.1-9.1ubuntu1). 2021-04-26 08:35:41.180 | pkg-config is already the newest version (0.29.1-0ubuntu2). 2021-04-26 08:35:41.180 | python3-systemd is already the newest version (234-1build1). 2021-04-26 08:35:41.180 | socat is already the newest version (1.7.3.2-2ubuntu2). 2021-04-26 08:35:41.180 | xfsprogs is already the newest version (4.9.0+nmu1ubuntu2). 2021-04-26 08:35:41.180 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-0ubuntu2). 2021-04-26 08:35:41.180 | conntrackd is already the newest version (1:1.4.4+snapshot20161117-6ubuntu2). 2021-04-26 08:35:41.180 | dstat is already the newest version (0.7.3-1). 2021-04-26 08:35:41.180 | graphviz is already the newest version (2.40.1-2). 2021-04-26 08:35:41.180 | libjs-jquery-tablesorter is already the newest version (1:2.29.5+dfsg1-1). 2021-04-26 08:35:41.180 | pm-utils is already the newest version (1.4.1-17). 2021-04-26 08:35:41.180 | thin-provisioning-tools is already the newest version (0.7.4-2ubuntu3). 2021-04-26 08:35:41.180 | apache2 is already the newest version (2.4.29-1ubuntu4.14). 2021-04-26 08:35:41.180 | apache2-dev is already the newest version (2.4.29-1ubuntu4.14). 2021-04-26 08:35:41.180 | curl is already the newest version (7.58.0-2ubuntu3.13). 2021-04-26 08:35:41.180 | dnsmasq-base is already the newest version (2.79-1ubuntu0.3). 2021-04-26 08:35:41.180 | dnsmasq-utils is already the newest version (2.79-1ubuntu0.3). 2021-04-26 08:35:41.180 | ebtables is already the newest version (2.0.10.4-3.5ubuntu2.18.04.3). 2021-04-26 08:35:41.180 | g++ is already the newest version (4:7.4.0-1ubuntu2.3). 2021-04-26 08:35:41.180 | gcc is already the newest version (4:7.4.0-1ubuntu2.3). 2021-04-26 08:35:41.180 | gettext is already the newest version (0.19.8.1-6ubuntu0.3). 2021-04-26 08:35:41.180 | git is already the newest version (1:2.17.1-1ubuntu0.8). 2021-04-26 08:35:41.180 | haproxy is already the newest version (1.8.8-1ubuntu0.11). 2021-04-26 08:35:41.180 | iputils-arping is already the newest version (3:20161105-1ubuntu3). 2021-04-26 08:35:41.180 | iputils-ping is already the newest version (3:20161105-1ubuntu3). 2021-04-26 08:35:41.180 | keepalived is already the newest version (1:1.3.9-1ubuntu0.18.04.2). 2021-04-26 08:35:41.180 | libkrb5-dev is already the newest version (1.16-2ubuntu0.2). 2021-04-26 08:35:41.180 | libldap2-dev is already the newest version (2.4.45+dfsg-1ubuntu1.10). 2021-04-26 08:35:41.180 | libmysqlclient-dev is already the newest version (5.7.33-0ubuntu0.18.04.1). 2021-04-26 08:35:41.180 | libpq-dev is already the newest version (10.16-0ubuntu0.18.04.1). 2021-04-26 08:35:41.180 | libsasl2-dev is already the newest version (2.1.27~101-g0780600+dfsg-3ubuntu2.3). 2021-04-26 08:35:41.180 | libssl-dev is already the newest version (1.1.1-1ubuntu2.1~18.04.9). 2021-04-26 08:35:41.181 | libsystemd-dev is already the newest version (237-3ubuntu10.46). 2021-04-26 08:35:41.181 | libxml2-dev is already the newest version (2.9.4+dfsg1-6.1ubuntu1.3). 2021-04-26 08:35:41.181 | libxslt1-dev is already the newest version (1.1.29-5ubuntu0.2). 2021-04-26 08:35:41.181 | lvm2 is already the newest version (2.02.176-4.1ubuntu3.18.04.3). 2021-04-26 08:35:41.181 | memcached is already the newest version (1.5.6-0ubuntu1.2). 2021-04-26 08:35:41.181 | open-iscsi is already the newest version (2.0.874-5ubuntu2.10). 2021-04-26 08:35:41.181 | openssh-server is already the newest version (1:7.6p1-4ubuntu0.3). 2021-04-26 08:35:41.181 | openssl is already the newest version (1.1.1-1ubuntu2.1~18.04.9). 2021-04-26 08:35:41.181 | parted is already the newest version (3.2-20ubuntu0.2). 2021-04-26 08:35:41.181 | psmisc is already the newest version (23.1-1ubuntu0.1). 2021-04-26 08:35:41.181 | python3-dev is already the newest version (3.6.7-1~18.04). 2021-04-26 08:35:41.181 | sqlite3 is already the newest version (3.22.0-1ubuntu0.4). 2021-04-26 08:35:41.181 | sudo is already the newest version (1.8.21p2-3ubuntu1.4). 2021-04-26 08:35:41.181 | tar is already the newest version (1.29b-2ubuntu0.2). 2021-04-26 08:35:41.181 | tcpdump is already the newest version (4.9.3-0ubuntu0.18.04.1). 2021-04-26 08:35:41.181 | unzip is already the newest version (6.0-21ubuntu1.1). 2021-04-26 08:35:41.181 | uuid-runtime is already the newest version (2.31.1-0.4ubuntu3.7). 2021-04-26 08:35:41.181 | vlan is already the newest version (1.9-3.2ubuntu6). 2021-04-26 08:35:41.181 | wget is already the newest version (1.19.4-1ubuntu2.2). 2021-04-26 08:35:41.371 | libapache2-mod-proxy-uwsgi is already the newest version (2.0.15-10.2ubuntu2.1). 2021-04-26 08:35:41.372 | postgresql-server-dev-all is already the newest version (190ubuntu0.1). 2021-04-26 08:35:41.372 | python3-pip is already the newest version (9.0.1-2.3~ubuntu1.18.04.4). 2021-04-26 08:35:41.372 | python3-venv is already the newest version (3.6.7-1~18.04). 2021-04-26 08:35:41.372 | python3-mysqldb is already the newest version (1.4.4-2build1~cloud0). 2021-04-26 08:35:41.372 | qemu-utils is already the newest version (1:4.2-3ubuntu6.13~cloud0). 2021-04-26 08:35:41.372 | The following packages were automatically installed and are no longer required: 2021-04-26 08:35:41.372 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-04-26 08:35:41.372 | python3-click python3-colorama python3-configobj python3-constantly 2021-04-26 08:35:41.372 | python3-hyperlink python3-incremental python3-pam python3-problem-report 2021-04-26 08:35:41.372 | python3-pyasn1 python3-requests-unixsocket python3-serial 2021-04-26 08:35:41.372 | python3-twisted-bin python3-zope.interface 2021-04-26 08:35:41.372 | Use 'sudo apt autoremove' to remove them. 2021-04-26 08:35:41.799 | 0 upgraded, 0 newly installed, 0 to remove and 173 not upgraded. 2021-04-26 08:35:41.799 | 2 not fully installed or removed. 2021-04-26 08:35:41.799 | After this operation, 0 B of additional disk space will be used. 2021-04-26 08:35:41.822 | Setting up python3-rtslib-fb (2.1.71-0ubuntu1~cloud0) ... 2021-04-26 08:35:42.487 | Failed to start rtslib-fb-targetctl.service: Unit rtslib-fb-targetctl.service is not loaded properly: Exec format error. 2021-04-26 08:35:42.487 | See system logs and 'systemctl status rtslib-fb-targetctl.service' for details. 2021-04-26 08:35:42.488 | invoke-rc.d: initscript rtslib-fb-targetctl, action "start" failed. 2021-04-26 08:35:42.495 | ● rtslib-fb-targetctl.service - Restore LIO kernel target configuration 2021-04-26 08:35:42.495 | Loaded: error (Reason: Exec format error) 2021-04-26 08:35:42.495 | Active: inactive (dead) 2021-04-26 08:35:42.495 | 2021-04-26 08:35:42.495 | Apr 26 08:35:08 dv-osbrick-787933-1-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:35:42.495 | Apr 26 08:35:27 dv-osbrick-787933-1-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:35:42.495 | Apr 26 08:35:27 dv-osbrick-787933-1-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:35:42.495 | Apr 26 08:35:27 dv-osbrick-787933-1-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:35:42.495 | Apr 26 08:35:35 dv-osbrick-787933-1-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:35:42.495 | Apr 26 08:35:35 dv-osbrick-787933-1-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:35:42.495 | Apr 26 08:35:35 dv-osbrick-787933-1-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:35:42.495 | Apr 26 08:35:42 dv-osbrick-787933-1-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:35:42.495 | Apr 26 08:35:42 dv-osbrick-787933-1-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:35:42.496 | Apr 26 08:35:42 dv-osbrick-787933-1-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:35:42.496 | dpkg: error processing package python3-rtslib-fb (--configure): 2021-04-26 08:35:42.496 | installed python3-rtslib-fb package post-installation script subprocess returned error exit status 1 2021-04-26 08:35:42.497 | dpkg: dependency problems prevent configuration of targetcli-fb: 2021-04-26 08:35:42.497 | targetcli-fb depends on python3-rtslib-fb; however: 2021-04-26 08:35:42.497 | Package python3-rtslib-fb is not configured yet. 2021-04-26 08:35:42.497 | 2021-04-26 08:35:42.497 | dpkg: error processing package targetcli-fb (--configure): 2021-04-26 08:35:42.497 | dependency problems - leaving unconfigured 2021-04-26 08:35:42.505 | Errors were encountered while processing: 2021-04-26 08:35:42.505 | python3-rtslib-fb 2021-04-26 08:35:42.505 | targetcli-fb 2021-04-26 08:35:44.438 | E: Sub-process /usr/bin/dpkg returned an error code (1) 2021-04-26 08:35:44.444 | + functions-common:apt_get:1 : exit_trap 2021-04-26 08:35:44.446 | + ./stack.sh:exit_trap:503 : local r=100 2021-04-26 08:35:44.449 | ++ ./stack.sh:exit_trap:504 : jobs -p 2021-04-26 08:35:44.451 | + ./stack.sh:exit_trap:504 : jobs= 2021-04-26 08:35:44.453 | + ./stack.sh:exit_trap:507 : [[ -n '' ]] 2021-04-26 08:35:44.456 | + ./stack.sh:exit_trap:513 : '[' -f '' ']' 2021-04-26 08:35:44.458 | + ./stack.sh:exit_trap:518 : kill_spinner 2021-04-26 08:35:44.461 | + ./stack.sh:kill_spinner:413 : '[' '!' -z '' ']' 2021-04-26 08:35:44.463 | + ./stack.sh:exit_trap:520 : [[ 100 -ne 0 ]] 2021-04-26 08:35:44.465 | + ./stack.sh:exit_trap:521 : echo 'Error on exit' 2021-04-26 08:35:44.465 | Error on exit 2021-04-26 08:35:44.467 | + ./stack.sh:exit_trap:523 : type -p generate-subunit 2021-04-26 08:35:44.469 | + ./stack.sh:exit_trap:524 : generate-subunit 1619426123 21 fail 2021-04-26 08:35:45.047 | + ./stack.sh:exit_trap:526 : [[ -z /opt/stack/logs ]] 2021-04-26 08:35:45.050 | + ./stack.sh:exit_trap:529 : /usr/bin/python3.6 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2021-04-26 08:35:45.481 | + ./stack.sh:exit_trap:538 : exit 100