2021-04-26 08:36:03.101 | + ./stack.sh:main:469 : exec 2021-04-26 08:36:03.101 | + ./stack.sh:main:477 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2021-04-26-083603' 2021-04-26 08:36:03.101 | ++ ./stack.sh:main:469 : /usr/bin/python3.6 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2021-04-26-083603.summary.2021-04-26-083603 2021-04-26 08:36:03.101 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-04-26 08:36:03.101 | + ./stack.sh:echo_summary:428 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2021-04-26-083603 2021-04-26 08:36:03.101 | + ./stack.sh:main:479 : ln -sf /opt/stack/logs/stack.sh.log.2021-04-26-083603 /opt/stack/logs/stack.sh.log 2021-04-26 08:36:03.101 | + ./stack.sh:main:480 : ln -sf /opt/stack/logs/stack.sh.log.2021-04-26-083603.summary.2021-04-26-083603 /opt/stack/logs/stack.sh.log.summary 2021-04-26 08:36:03.101 | + ./stack.sh:main:495 : check_path_perm_sanity /opt/stack 2021-04-26 08:36:03.101 | + functions:check_path_perm_sanity:596 : local real_path 2021-04-26 08:36:03.101 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2021-04-26 08:36:03.101 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2021-04-26 08:36:03.101 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2021-04-26 08:36:03.101 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2021-04-26 08:36:03.101 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2021-04-26 08:36:03.101 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2021-04-26 08:36:03.101 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2021-04-26 08:36:03.101 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2021-04-26 08:36:03.101 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2021-04-26 08:36:03.101 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2021-04-26 08:36:03.101 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2021-04-26 08:36:03.101 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2021-04-26 08:36:03.101 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2021-04-26 08:36:03.101 | + ./stack.sh:main:501 : trap exit_trap EXIT 2021-04-26 08:36:03.102 | + ./stack.sh:main:542 : trap err_trap ERR 2021-04-26 08:36:03.104 | + ./stack.sh:main:555 : set -o errexit 2021-04-26 08:36:03.106 | + ./stack.sh:main:558 : uname -a 2021-04-26 08:36:03.107 | 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:36:03.109 | + ./stack.sh:main:561 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2021-04-26 08:36:03.111 | + ./stack.sh:main:562 : rm -f /opt/stack/data/ca-bundle.pem 2021-04-26 08:36:03.113 | + ./stack.sh:main:565 : source /home/ubuntu/devstack/lib/database 2021-04-26 08:36:03.138 | + ./stack.sh:main:566 : source /home/ubuntu/devstack/lib/rpc_backend 2021-04-26 08:36:03.154 | + ./stack.sh:main:572 : fetch_plugins 2021-04-26 08:36:03.155 | + functions-common:fetch_plugins:1650 : local plugins= 2021-04-26 08:36:03.157 | + functions-common:fetch_plugins:1651 : local plugin 2021-04-26 08:36:03.159 | + functions-common:fetch_plugins:1654 : [[ -z '' ]] 2021-04-26 08:36:03.161 | + functions-common:fetch_plugins:1655 : return 2021-04-26 08:36:03.163 | + ./stack.sh:main:576 : run_phase override_defaults 2021-04-26 08:36:03.165 | + functions-common:run_phase:1732 : local mode=override_defaults 2021-04-26 08:36:03.166 | + functions-common:run_phase:1733 : local phase= 2021-04-26 08:36:03.168 | + functions-common:run_phase:1734 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-04-26 08:36:03.170 | + functions-common:run_phase:1735 : local extra_plugin_file_name 2021-04-26 08:36:03.172 | + functions-common:run_phase:1736 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-04-26 08:36:03.174 | + functions-common:run_phase:1741 : local exceptions=80-tempest.sh 2021-04-26 08:36:03.175 | + functions-common:run_phase:1742 : local extra 2021-04-26 08:36:03.178 | ++ functions-common:run_phase:1743 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-04-26 08:36:03.180 | + functions-common:run_phase:1743 : extra=80-tempest.sh 2021-04-26 08:36:03.182 | + functions-common:run_phase:1744 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-04-26 08:36:03.184 | + functions-common:run_phase:1748 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-04-26 08:36:03.185 | + functions-common:run_phase:1748 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2021-04-26 08:36:03.187 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-04-26 08:36:03.200 | ++ functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:36:03.202 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-04-26 08:36:03.203 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-26 08:36:03.205 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-26 08:36:03.207 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-26 08:36:03.209 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-26 08:36:03.211 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2021-04-26 08:36:03.213 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2021-04-26 08:36:03.215 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2021-04-26 08:36:03.216 | + functions-common:run_phase:1753 : [[ override_defaults == \s\o\u\r\c\e ]] 2021-04-26 08:36:03.218 | + 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:36:03.220 | + functions-common:run_phase:1757 : plugin_override_defaults 2021-04-26 08:36:03.222 | + functions-common:plugin_override_defaults:1691 : local plugins= 2021-04-26 08:36:03.224 | + functions-common:plugin_override_defaults:1692 : local plugin 2021-04-26 08:36:03.225 | + functions-common:plugin_override_defaults:1695 : [[ -z '' ]] 2021-04-26 08:36:03.227 | + functions-common:plugin_override_defaults:1696 : return 2021-04-26 08:36:03.229 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/apache 2021-04-26 08:36:03.245 | + ./stack.sh:main:582 : source /home/ubuntu/devstack/lib/tls 2021-04-26 08:36:03.247 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2021-04-26 08:36:03.261 | ++ functions-common:is_service_enabled:1960 : return 1 2021-04-26 08:36:03.264 | +++ lib/tls:source:43 : hostname -f 2021-04-26 08:36:03.267 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2021-04-26 08:36:03.269 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2021-04-26 08:36:03.272 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2021-04-26 08:36:03.273 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2021-04-26 08:36:03.275 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2021-04-26 08:36:03.277 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2021-04-26 08:36:03.279 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2021-04-26 08:36:03.281 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2021-04-26 08:36:03.283 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2021-04-26 08:36:03.284 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2021-04-26 08:36:03.289 | + ./stack.sh:main:585 : source /home/ubuntu/devstack/lib/infra 2021-04-26 08:36:03.300 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/libraries 2021-04-26 08:36:03.315 | + ./stack.sh:main:587 : source /home/ubuntu/devstack/lib/lvm 2021-04-26 08:36:03.326 | + ./stack.sh:main:588 : source /home/ubuntu/devstack/lib/horizon 2021-04-26 08:36:03.338 | + ./stack.sh:main:589 : source /home/ubuntu/devstack/lib/keystone 2021-04-26 08:36:03.361 | + ./stack.sh:main:590 : source /home/ubuntu/devstack/lib/glance 2021-04-26 08:36:03.398 | + ./stack.sh:main:591 : source /home/ubuntu/devstack/lib/nova 2021-04-26 08:36:03.470 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/placement 2021-04-26 08:36:03.489 | + ./stack.sh:main:593 : source /home/ubuntu/devstack/lib/cinder 2021-04-26 08:36:03.524 | + ./stack.sh:main:594 : source /home/ubuntu/devstack/lib/swift 2021-04-26 08:36:03.569 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/neutron 2021-04-26 08:36:03.679 | + ./stack.sh:main:596 : source /home/ubuntu/devstack/lib/ldap 2021-04-26 08:36:03.692 | + ./stack.sh:main:597 : source /home/ubuntu/devstack/lib/dstat 2021-04-26 08:36:03.704 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/tcpdump 2021-04-26 08:36:03.716 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/etcd3 2021-04-26 08:36:03.816 | + ./stack.sh:main:605 : run_phase source 2021-04-26 08:36:03.819 | + functions-common:run_phase:1732 : local mode=source 2021-04-26 08:36:03.821 | + functions-common:run_phase:1733 : local phase= 2021-04-26 08:36:03.824 | + functions-common:run_phase:1734 : [[ -d /home/ubuntu/devstack/extras.d ]] 2021-04-26 08:36:03.826 | + functions-common:run_phase:1735 : local extra_plugin_file_name 2021-04-26 08:36:03.828 | + functions-common:run_phase:1736 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2021-04-26 08:36:03.830 | + functions-common:run_phase:1741 : local exceptions=80-tempest.sh 2021-04-26 08:36:03.833 | + functions-common:run_phase:1742 : local extra 2021-04-26 08:36:03.836 | ++ functions-common:run_phase:1743 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2021-04-26 08:36:03.839 | + functions-common:run_phase:1743 : extra=80-tempest.sh 2021-04-26 08:36:03.841 | + functions-common:run_phase:1744 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2021-04-26 08:36:03.844 | + functions-common:run_phase:1748 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2021-04-26 08:36:03.846 | + functions-common:run_phase:1748 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2021-04-26 08:36:03.848 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2021-04-26 08:36:03.861 | ++ functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:36:03.863 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2021-04-26 08:36:03.865 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2021-04-26 08:36:03.902 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2021-04-26 08:36:03.904 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2021-04-26 08:36:03.906 | + functions-common:run_phase:1753 : [[ source == \s\o\u\r\c\e ]] 2021-04-26 08:36:03.908 | + functions-common:run_phase:1754 : load_plugin_settings 2021-04-26 08:36:03.910 | + functions-common:load_plugin_settings:1668 : local plugins= 2021-04-26 08:36:03.913 | + functions-common:load_plugin_settings:1669 : local plugin 2021-04-26 08:36:03.915 | + functions-common:load_plugin_settings:1672 : [[ -z '' ]] 2021-04-26 08:36:03.917 | + functions-common:load_plugin_settings:1673 : return 2021-04-26 08:36:03.919 | + functions-common:run_phase:1755 : verify_disabled_services 2021-04-26 08:36:03.921 | + functions-common:verify_disabled_services:2015 : local service 2021-04-26 08:36:03.924 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:03.926 | + 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:36:03.928 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:03.931 | + 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:36:03.933 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:03.935 | + 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:36:03.938 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:03.940 | + 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:36:03.942 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:03.945 | + 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:36:03.947 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:03.949 | + 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:36:03.952 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:03.954 | + 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:36:03.956 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:03.959 | + 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:36:03.962 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:03.964 | + 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:36:03.967 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:03.969 | + 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:36:03.971 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:03.974 | + 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:36:03.976 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:03.978 | + 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:36:03.981 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:03.983 | + 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:36:03.985 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:03.988 | + 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:36:03.990 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:03.992 | + 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:36:03.994 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:03.997 | + 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:36:03.999 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:04.001 | + 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:36:04.003 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:04.006 | + 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:36:04.009 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:04.011 | + 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:36:04.013 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:04.016 | + 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:36:04.018 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:04.020 | + 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:36:04.023 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:04.025 | + 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:36:04.027 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:04.030 | + 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:36:04.032 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:04.034 | + 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:36:04.037 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:04.039 | + 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:36:04.041 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:04.043 | + 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:36:04.046 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:04.048 | + 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:36:04.051 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:04.053 | + 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:36:04.055 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:04.058 | + 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:36:04.060 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:04.062 | + 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:36:04.064 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:04.067 | + 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:36:04.070 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:04.072 | + 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:36:04.074 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:04.076 | + 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:36:04.079 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:04.081 | + 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:36:04.083 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:04.086 | + 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:36:04.088 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:04.090 | + 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:36:04.093 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:04.095 | + 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:36:04.097 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:04.099 | + 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:36:04.102 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:04.104 | + 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:36:04.106 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2021-04-26 08:36:04.109 | + 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:36:04.111 | + ./stack.sh:main:676 : initialize_database_backends 2021-04-26 08:36:04.114 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-04-26 08:36:04.116 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2021-04-26 08:36:04.130 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:36:04.132 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2021-04-26 08:36:04.135 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2021-04-26 08:36:04.137 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2021-04-26 08:36:04.151 | + functions-common:is_service_enabled:1960 : return 1 2021-04-26 08:36:04.154 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2021-04-26 08:36:04.156 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2021-04-26 08:36:04.158 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2021-04-26 08:36:04.160 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2021-04-26 08:36:04.163 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2021-04-26 08:36:04.165 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2021-04-26 08:36:04.167 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2021-04-26 08:36:04.170 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2021-04-26 08:36:04.172 | ++ lib/databases/mysql:get_database_type_mysql:35 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2021-04-26 08:36:04.175 | ++ lib/databases/mysql:get_database_type_mysql:36 : echo mysql+pymysql 2021-04-26 08:36:04.178 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-04-26 08:36:04.180 | + lib/database:initialize_database_backends:104 : return 0 2021-04-26 08:36:04.183 | + ./stack.sh:main:677 : echo 'Using mysql database backend' 2021-04-26 08:36:04.183 | Using mysql database backend 2021-04-26 08:36:04.185 | + ./stack.sh:main:680 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2021-04-26 08:36:04.200 | + ./stack.sh:main:692 : is_service_enabled rabbit 2021-04-26 08:36:04.215 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:36:04.217 | + ./stack.sh:main:693 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2021-04-26 08:36:04.233 | + ./stack.sh:main:700 : is_service_enabled keystone 2021-04-26 08:36:04.249 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:36:04.251 | + ./stack.sh:main:702 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2021-04-26 08:36:04.266 | + ./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:36:04.281 | + ./stack.sh:main:715 : is_service_enabled ldap 2021-04-26 08:36:04.296 | + functions-common:is_service_enabled:1960 : return 1 2021-04-26 08:36:04.299 | + ./stack.sh:main:724 : is_service_enabled s-proxy 2021-04-26 08:36:04.315 | + functions-common:is_service_enabled:1960 : return 0 2021-04-26 08:36:04.317 | + ./stack.sh:main:728 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2021-04-26 08:36:04.332 | + ./stack.sh:main:730 : [[ -z '' ]] 2021-04-26 08:36:04.335 | + ./stack.sh:main:730 : [[ False == \T\r\u\e ]] 2021-04-26 08:36:04.337 | + ./stack.sh:main:736 : save_stackenv 736 2021-04-26 08:36:04.340 | + functions-common:save_stackenv:60 : local tag=736 2021-04-26 08:36:04.343 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2021-04-26 08:36:04.346 | + functions-common:save_stackenv:62 : time_stamp=2021-04-26-083604 2021-04-26 08:36:04.348 | + functions-common:save_stackenv:63 : echo '# 2021-04-26-083604 736' 2021-04-26 08:36:04.351 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:36:04.353 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2021-04-26 08:36:04.355 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:36:04.358 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2021-04-26 08:36:04.360 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:36:04.362 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2021-04-26 08:36:04.365 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:36:04.368 | + 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:36:04.370 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:36:04.372 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.26 2021-04-26 08:36:04.375 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:36:04.377 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.26/identity 2021-04-26 08:36:04.379 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:36:04.382 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2021-04-26-083603 2021-04-26 08:36:04.385 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:36:04.387 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2021-04-26 08:36:04.389 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:36:04.392 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.26 2021-04-26 08:36:04.394 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:36:04.396 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2021-04-26 08:36:04.399 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:36:04.401 | + functions-common:save_stackenv:65 : echo TLS_IP= 2021-04-26 08:36:04.403 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:36:04.406 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2021-04-26 08:36:04.408 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2021-04-26 08:36:04.410 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2021-04-26 08:36:04.413 | + ./stack.sh:main:747 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2021-04-26 08:36:04.415 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/requirements.git 2021-04-26 08:36:04.417 | + functions-common:git_clone:524 : local git_dest=/opt/stack/requirements 2021-04-26 08:36:04.419 | + functions-common:git_clone:525 : local git_ref=master 2021-04-26 08:36:04.421 | + functions-common:git_clone:526 : local orig_dir 2021-04-26 08:36:04.424 | ++ functions-common:git_clone:527 : pwd 2021-04-26 08:36:04.427 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2021-04-26 08:36:04.429 | + functions-common:git_clone:528 : local git_clone_flags= 2021-04-26 08:36:04.432 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2021-04-26 08:36:04.447 | + functions-common:git_clone:530 : RECLONE=False 2021-04-26 08:36:04.449 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2021-04-26 08:36:04.451 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2021-04-26 08:36:04.454 | + functions-common:git_clone:544 : echo master 2021-04-26 08:36:04.454 | + functions-common:git_clone:544 : egrep -q '^refs' 2021-04-26 08:36:04.458 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/requirements ]] 2021-04-26 08:36:04.460 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2021-04-26 08:36:04.462 | + functions-common:git_clone:592 : cd /opt/stack/requirements 2021-04-26 08:36:04.465 | + functions-common:git_clone:593 : git show --oneline 2021-04-26 08:36:04.465 | + functions-common:git_clone:593 : head -1 2021-04-26 08:36:04.468 | cd565a13 Updated from generate-constraints 2021-04-26 08:36:04.470 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2021-04-26 08:36:04.473 | + ./stack.sh:main:751 : echo_summary 'Installing package prerequisites' 2021-04-26 08:36:04.475 | + ./stack.sh:echo_summary:422 : [[ -t 3 ]] 2021-04-26 08:36:04.477 | + ./stack.sh:echo_summary:428 : echo -e Installing package prerequisites 2021-04-26 08:36:04.480 | + ./stack.sh:main:752 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2021-04-26 08:36:04.482 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2021-04-26 08:36:04.485 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2021-04-26 08:36:04.487 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2021-04-26 08:36:04.490 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2021-04-26 08:36:04.493 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2021-04-26 08:36:04.495 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2021-04-26 08:36:04.498 | +++ tools/install_prereqs.sh:source:47 : date +%s 2021-04-26 08:36:04.502 | ++ tools/install_prereqs.sh:source:47 : NOW=1619426164 2021-04-26 08:36:04.505 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2021-04-26 08:36:04.510 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=1619425048 2021-04-26 08:36:04.512 | ++ tools/install_prereqs.sh:source:49 : DELTA=1116 2021-04-26 08:36:04.514 | ++ tools/install_prereqs.sh:source:50 : [[ 1116 -lt 7200 ]] 2021-04-26 08:36:04.517 | ++ tools/install_prereqs.sh:source:50 : [[ -z 0 ]] 2021-04-26 08:36:04.519 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2021-04-26 08:36:04.521 | ++ functions-common:export_proxy_variables:2122 : isset http_proxy 2021-04-26 08:36:04.524 | ++ functions-common:isset:174 : [[ -v http_proxy ]] 2021-04-26 08:36:04.526 | ++ functions-common:export_proxy_variables:2125 : isset https_proxy 2021-04-26 08:36:04.528 | ++ functions-common:isset:174 : [[ -v https_proxy ]] 2021-04-26 08:36:04.531 | ++ functions-common:export_proxy_variables:2128 : isset no_proxy 2021-04-26 08:36:04.533 | ++ functions-common:isset:174 : [[ -v no_proxy ]] 2021-04-26 08:36:04.536 | +++ 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:36:04.582 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2021-04-26 08:36:04.582 | apache2-dev 2021-04-26 08:36:04.582 | bc 2021-04-26 08:36:04.582 | bsdmainutils 2021-04-26 08:36:04.582 | curl 2021-04-26 08:36:04.582 | g++ 2021-04-26 08:36:04.582 | gawk 2021-04-26 08:36:04.582 | gcc 2021-04-26 08:36:04.582 | gettext 2021-04-26 08:36:04.582 | git 2021-04-26 08:36:04.582 | graphviz 2021-04-26 08:36:04.582 | iputils-ping 2021-04-26 08:36:04.582 | libapache2-mod-proxy-uwsgi 2021-04-26 08:36:04.582 | libffi-dev 2021-04-26 08:36:04.582 | libjpeg-dev 2021-04-26 08:36:04.583 | libmysqlclient-dev 2021-04-26 08:36:04.583 | libpcre3-dev 2021-04-26 08:36:04.583 | libpq-dev 2021-04-26 08:36:04.583 | libssl-dev 2021-04-26 08:36:04.583 | libsystemd-dev 2021-04-26 08:36:04.583 | libxml2-dev 2021-04-26 08:36:04.583 | libxslt1-dev 2021-04-26 08:36:04.583 | libyaml-dev 2021-04-26 08:36:04.583 | lsof 2021-04-26 08:36:04.583 | openssh-server 2021-04-26 08:36:04.583 | openssl 2021-04-26 08:36:04.583 | pkg-config 2021-04-26 08:36:04.583 | psmisc 2021-04-26 08:36:04.583 | python3-dev 2021-04-26 08:36:04.583 | python3-pip 2021-04-26 08:36:04.583 | python3-systemd 2021-04-26 08:36:04.583 | python3-venv 2021-04-26 08:36:04.583 | tar 2021-04-26 08:36:04.583 | tcpdump 2021-04-26 08:36:04.583 | unzip 2021-04-26 08:36:04.583 | uuid-runtime 2021-04-26 08:36:04.583 | wget 2021-04-26 08:36:04.583 | wget 2021-04-26 08:36:04.583 | zlib1g-dev 2021-04-26 08:36:04.583 | libkrb5-dev 2021-04-26 08:36:04.583 | libldap2-dev 2021-04-26 08:36:04.583 | libsasl2-dev 2021-04-26 08:36:04.583 | memcached 2021-04-26 08:36:04.583 | python3-mysqldb 2021-04-26 08:36:04.583 | sqlite3 2021-04-26 08:36:04.583 | conntrack 2021-04-26 08:36:04.583 | curl 2021-04-26 08:36:04.583 | dnsmasq-base 2021-04-26 08:36:04.583 | dnsmasq-utils 2021-04-26 08:36:04.583 | ebtables 2021-04-26 08:36:04.583 | genisoimage 2021-04-26 08:36:04.584 | iptables 2021-04-26 08:36:04.584 | iputils-arping 2021-04-26 08:36:04.584 | kpartx 2021-04-26 08:36:04.584 | libjs-jquery-tablesorter 2021-04-26 08:36:04.584 | libmysqlclient-dev 2021-04-26 08:36:04.584 | parted 2021-04-26 08:36:04.584 | pm-utils 2021-04-26 08:36:04.584 | python3-mysqldb 2021-04-26 08:36:04.584 | socat 2021-04-26 08:36:04.584 | sqlite3 2021-04-26 08:36:04.584 | sudo 2021-04-26 08:36:04.584 | vlan 2021-04-26 08:36:04.584 | lsscsi 2021-04-26 08:36:04.584 | open-iscsi 2021-04-26 08:36:04.584 | lvm2 2021-04-26 08:36:04.584 | qemu-utils 2021-04-26 08:36:04.584 | thin-provisioning-tools 2021-04-26 08:36:04.584 | acl 2021-04-26 08:36:04.584 | dnsmasq-base 2021-04-26 08:36:04.584 | dnsmasq-utils 2021-04-26 08:36:04.584 | ebtables 2021-04-26 08:36:04.584 | haproxy 2021-04-26 08:36:04.584 | iptables 2021-04-26 08:36:04.584 | iputils-arping 2021-04-26 08:36:04.584 | iputils-ping 2021-04-26 08:36:04.584 | libmysqlclient-dev 2021-04-26 08:36:04.584 | postgresql-server-dev-all 2021-04-26 08:36:04.584 | python3-mysqldb 2021-04-26 08:36:04.584 | sqlite3 2021-04-26 08:36:04.584 | sudo 2021-04-26 08:36:04.584 | vlan 2021-04-26 08:36:04.584 | ipset 2021-04-26 08:36:04.584 | conntrack 2021-04-26 08:36:04.584 | conntrackd 2021-04-26 08:36:04.584 | keepalived 2021-04-26 08:36:04.584 | dstat 2021-04-26 08:36:04.585 | lvm2 2021-04-26 08:36:04.585 | qemu-utils 2021-04-26 08:36:04.585 | thin-provisioning-tools 2021-04-26 08:36:04.585 | curl 2021-04-26 08:36:04.585 | liberasurecode-dev 2021-04-26 08:36:04.585 | make 2021-04-26 08:36:04.585 | memcached 2021-04-26 08:36:04.585 | sqlite3 2021-04-26 08:36:04.585 | xfsprogs' 2021-04-26 08:36:04.585 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2021-04-26 08:36:04.602 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2021-04-26 08:36:04.602 | apache2-dev 2021-04-26 08:36:04.602 | bc 2021-04-26 08:36:04.602 | bsdmainutils 2021-04-26 08:36:04.602 | curl 2021-04-26 08:36:04.602 | g++ 2021-04-26 08:36:04.602 | gawk 2021-04-26 08:36:04.602 | gcc 2021-04-26 08:36:04.602 | gettext 2021-04-26 08:36:04.602 | git 2021-04-26 08:36:04.602 | graphviz 2021-04-26 08:36:04.602 | iputils-ping 2021-04-26 08:36:04.602 | libapache2-mod-proxy-uwsgi 2021-04-26 08:36:04.602 | libffi-dev 2021-04-26 08:36:04.602 | libjpeg-dev 2021-04-26 08:36:04.602 | libmysqlclient-dev 2021-04-26 08:36:04.602 | libpcre3-dev 2021-04-26 08:36:04.602 | libpq-dev 2021-04-26 08:36:04.603 | libssl-dev 2021-04-26 08:36:04.603 | libsystemd-dev 2021-04-26 08:36:04.603 | libxml2-dev 2021-04-26 08:36:04.603 | libxslt1-dev 2021-04-26 08:36:04.603 | libyaml-dev 2021-04-26 08:36:04.603 | lsof 2021-04-26 08:36:04.603 | openssh-server 2021-04-26 08:36:04.603 | openssl 2021-04-26 08:36:04.603 | pkg-config 2021-04-26 08:36:04.603 | psmisc 2021-04-26 08:36:04.603 | python3-dev 2021-04-26 08:36:04.603 | python3-pip 2021-04-26 08:36:04.603 | python3-systemd 2021-04-26 08:36:04.603 | python3-venv 2021-04-26 08:36:04.603 | tar 2021-04-26 08:36:04.603 | tcpdump 2021-04-26 08:36:04.603 | unzip 2021-04-26 08:36:04.603 | uuid-runtime 2021-04-26 08:36:04.603 | wget 2021-04-26 08:36:04.603 | wget 2021-04-26 08:36:04.603 | zlib1g-dev 2021-04-26 08:36:04.603 | libkrb5-dev 2021-04-26 08:36:04.603 | libldap2-dev 2021-04-26 08:36:04.603 | libsasl2-dev 2021-04-26 08:36:04.603 | memcached 2021-04-26 08:36:04.603 | python3-mysqldb 2021-04-26 08:36:04.603 | sqlite3 2021-04-26 08:36:04.603 | conntrack 2021-04-26 08:36:04.603 | curl 2021-04-26 08:36:04.603 | dnsmasq-base 2021-04-26 08:36:04.603 | dnsmasq-utils 2021-04-26 08:36:04.603 | ebtables 2021-04-26 08:36:04.603 | genisoimage 2021-04-26 08:36:04.603 | iptables 2021-04-26 08:36:04.603 | iputils-arping 2021-04-26 08:36:04.604 | kpartx 2021-04-26 08:36:04.604 | libjs-jquery-tablesorter 2021-04-26 08:36:04.604 | libmysqlclient-dev 2021-04-26 08:36:04.604 | parted 2021-04-26 08:36:04.604 | pm-utils 2021-04-26 08:36:04.604 | python3-mysqldb 2021-04-26 08:36:04.604 | socat 2021-04-26 08:36:04.604 | sqlite3 2021-04-26 08:36:04.604 | sudo 2021-04-26 08:36:04.604 | vlan 2021-04-26 08:36:04.604 | lsscsi 2021-04-26 08:36:04.604 | open-iscsi 2021-04-26 08:36:04.604 | lvm2 2021-04-26 08:36:04.604 | qemu-utils 2021-04-26 08:36:04.604 | thin-provisioning-tools 2021-04-26 08:36:04.604 | acl 2021-04-26 08:36:04.604 | dnsmasq-base 2021-04-26 08:36:04.604 | dnsmasq-utils 2021-04-26 08:36:04.604 | ebtables 2021-04-26 08:36:04.604 | haproxy 2021-04-26 08:36:04.604 | iptables 2021-04-26 08:36:04.604 | iputils-arping 2021-04-26 08:36:04.604 | iputils-ping 2021-04-26 08:36:04.604 | libmysqlclient-dev 2021-04-26 08:36:04.604 | postgresql-server-dev-all 2021-04-26 08:36:04.604 | python3-mysqldb 2021-04-26 08:36:04.604 | sqlite3 2021-04-26 08:36:04.604 | sudo 2021-04-26 08:36:04.604 | vlan 2021-04-26 08:36:04.604 | ipset 2021-04-26 08:36:04.604 | conntrack 2021-04-26 08:36:04.604 | conntrackd 2021-04-26 08:36:04.604 | keepalived 2021-04-26 08:36:04.604 | dstat 2021-04-26 08:36:04.604 | lvm2 2021-04-26 08:36:04.604 | qemu-utils 2021-04-26 08:36:04.605 | thin-provisioning-tools 2021-04-26 08:36:04.605 | curl 2021-04-26 08:36:04.605 | liberasurecode-dev 2021-04-26 08:36:04.605 | make 2021-04-26 08:36:04.605 | memcached 2021-04-26 08:36:04.605 | sqlite3 2021-04-26 08:36:04.605 | xfsprogs ' 2021-04-26 08:36:04.605 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2021-04-26 08:36:04.607 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:36:04.609 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:36:04.612 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2021-04-26 08:36:04.612 | ++ 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:36:04.617 | ++ 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:36:04.619 | ++ functions-common:install_package:1342 : update_package_repo 2021-04-26 08:36:04.621 | ++ functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2021-04-26 08:36:04.624 | ++ functions-common:update_package_repo:1315 : REPOS_UPDATED=False 2021-04-26 08:36:04.626 | ++ functions-common:update_package_repo:1316 : RETRY_UPDATE=False 2021-04-26 08:36:04.628 | ++ functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2021-04-26 08:36:04.630 | ++ functions-common:update_package_repo:1322 : is_ubuntu 2021-04-26 08:36:04.632 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:36:04.635 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:36:04.637 | ++ functions-common:update_package_repo:1323 : apt_get_update 2021-04-26 08:36:04.639 | ++ functions-common:apt_get_update:1068 : [[ False == \T\r\u\e ]] 2021-04-26 08:36:04.641 | ++ functions-common:apt_get_update:1073 : [[ False = \T\r\u\e ]] 2021-04-26 08:36:04.643 | ++ functions-common:apt_get_update:1075 : local sudo=sudo 2021-04-26 08:36:04.646 | +++ functions-common:apt_get_update:1076 : id -u 2021-04-26 08:36:04.650 | ++ functions-common:apt_get_update:1076 : [[ 1000 = \0 ]] 2021-04-26 08:36:04.652 | ++ functions-common:apt_get_update:1079 : time_start apt-get-update 2021-04-26 08:36:04.654 | ++ functions-common:time_start:2290 : local name=apt-get-update 2021-04-26 08:36:04.656 | ++ functions-common:time_start:2291 : local start_time= 2021-04-26 08:36:04.658 | ++ functions-common:time_start:2292 : [[ -n '' ]] 2021-04-26 08:36:04.661 | +++ functions-common:time_start:2295 : date +%s%3N 2021-04-26 08:36:04.665 | ++ functions-common:time_start:2295 : _TIME_START[$name]=1619426164663 2021-04-26 08:36:04.667 | ++ functions-common:apt_get_update:1081 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-04-26 08:36:04.670 | ++ functions-common:apt_get_update:1082 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-04-26 08:36:04.672 | ++ 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:36:04.903 | Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 2021-04-26 08:36:04.903 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-04-26 08:36:04.904 | Hit:3 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri InRelease 2021-04-26 08:36:04.949 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2021-04-26 08:36:05.003 | Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2021-04-26 08:36:07.413 | Reading package lists... 2021-04-26 08:36:07.475 | ++ functions-common:apt_get_update:1087 : REPOS_UPDATED=True 2021-04-26 08:36:07.478 | ++ functions-common:apt_get_update:1089 : time_stop apt-get-update 2021-04-26 08:36:07.480 | ++ functions-common:time_stop:2304 : local name 2021-04-26 08:36:07.482 | ++ functions-common:time_stop:2305 : local end_time 2021-04-26 08:36:07.484 | ++ functions-common:time_stop:2306 : local elapsed_time 2021-04-26 08:36:07.487 | ++ functions-common:time_stop:2307 : local total 2021-04-26 08:36:07.489 | ++ functions-common:time_stop:2308 : local start_time 2021-04-26 08:36:07.491 | ++ functions-common:time_stop:2310 : name=apt-get-update 2021-04-26 08:36:07.494 | ++ functions-common:time_stop:2311 : start_time=1619426164663 2021-04-26 08:36:07.496 | ++ functions-common:time_stop:2313 : [[ -z 1619426164663 ]] 2021-04-26 08:36:07.499 | +++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 08:36:07.502 | ++ functions-common:time_stop:2316 : end_time=1619426167500 2021-04-26 08:36:07.505 | ++ functions-common:time_stop:2317 : elapsed_time=2837 2021-04-26 08:36:07.507 | ++ functions-common:time_stop:2318 : total=0 2021-04-26 08:36:07.509 | ++ functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 08:36:07.512 | ++ functions-common:time_stop:2321 : _TIME_TOTAL[$name]=2837 2021-04-26 08:36:07.514 | ++ 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:36:07.517 | ++ functions-common:real_install_package:1328 : is_ubuntu 2021-04-26 08:36:07.519 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:36:07.521 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:36:07.524 | ++ 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:36:07.543 | ++ 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:36:07.665 | Reading package lists... 2021-04-26 08:36:07.921 | Building dependency tree... 2021-04-26 08:36:07.922 | Reading state information... 2021-04-26 08:36:07.953 | acl is already the newest version (2.2.52-3build1). 2021-04-26 08:36:07.953 | bc is already the newest version (1.07.1-2). 2021-04-26 08:36:07.953 | bsdmainutils is already the newest version (11.1.2ubuntu1). 2021-04-26 08:36:07.953 | conntrack is already the newest version (1:1.4.4+snapshot20161117-6ubuntu2). 2021-04-26 08:36:07.953 | gawk is already the newest version (1:4.1.4+dfsg-1build1). 2021-04-26 08:36:07.953 | genisoimage is already the newest version (9:1.1.11-3ubuntu2). 2021-04-26 08:36:07.953 | ipset is already the newest version (6.34-1). 2021-04-26 08:36:07.953 | iptables is already the newest version (1.6.1-2ubuntu2). 2021-04-26 08:36:07.953 | kpartx is already the newest version (0.7.4-2ubuntu3). 2021-04-26 08:36:07.953 | liberasurecode-dev is already the newest version (1.5.0-1). 2021-04-26 08:36:07.953 | libffi-dev is already the newest version (3.2.1-8). 2021-04-26 08:36:07.953 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2021-04-26 08:36:07.953 | libpcre3-dev is already the newest version (2:8.39-9). 2021-04-26 08:36:07.953 | libyaml-dev is already the newest version (0.1.7-2ubuntu3). 2021-04-26 08:36:07.953 | lsof is already the newest version (4.89+dfsg-0.1). 2021-04-26 08:36:07.953 | lsscsi is already the newest version (0.28-0.1). 2021-04-26 08:36:07.954 | make is already the newest version (4.1-9.1ubuntu1). 2021-04-26 08:36:07.954 | pkg-config is already the newest version (0.29.1-0ubuntu2). 2021-04-26 08:36:07.954 | python3-systemd is already the newest version (234-1build1). 2021-04-26 08:36:07.954 | socat is already the newest version (1.7.3.2-2ubuntu2). 2021-04-26 08:36:07.954 | xfsprogs is already the newest version (4.9.0+nmu1ubuntu2). 2021-04-26 08:36:07.954 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-0ubuntu2). 2021-04-26 08:36:07.954 | conntrackd is already the newest version (1:1.4.4+snapshot20161117-6ubuntu2). 2021-04-26 08:36:07.954 | dstat is already the newest version (0.7.3-1). 2021-04-26 08:36:07.954 | graphviz is already the newest version (2.40.1-2). 2021-04-26 08:36:07.954 | libjs-jquery-tablesorter is already the newest version (1:2.29.5+dfsg1-1). 2021-04-26 08:36:07.954 | pm-utils is already the newest version (1.4.1-17). 2021-04-26 08:36:07.954 | thin-provisioning-tools is already the newest version (0.7.4-2ubuntu3). 2021-04-26 08:36:07.954 | apache2 is already the newest version (2.4.29-1ubuntu4.14). 2021-04-26 08:36:07.954 | apache2-dev is already the newest version (2.4.29-1ubuntu4.14). 2021-04-26 08:36:07.954 | curl is already the newest version (7.58.0-2ubuntu3.13). 2021-04-26 08:36:07.954 | dnsmasq-base is already the newest version (2.79-1ubuntu0.3). 2021-04-26 08:36:07.954 | dnsmasq-utils is already the newest version (2.79-1ubuntu0.3). 2021-04-26 08:36:07.954 | ebtables is already the newest version (2.0.10.4-3.5ubuntu2.18.04.3). 2021-04-26 08:36:07.954 | g++ is already the newest version (4:7.4.0-1ubuntu2.3). 2021-04-26 08:36:07.954 | gcc is already the newest version (4:7.4.0-1ubuntu2.3). 2021-04-26 08:36:07.954 | gettext is already the newest version (0.19.8.1-6ubuntu0.3). 2021-04-26 08:36:07.954 | git is already the newest version (1:2.17.1-1ubuntu0.8). 2021-04-26 08:36:07.954 | haproxy is already the newest version (1.8.8-1ubuntu0.11). 2021-04-26 08:36:07.954 | iputils-arping is already the newest version (3:20161105-1ubuntu3). 2021-04-26 08:36:07.954 | iputils-ping is already the newest version (3:20161105-1ubuntu3). 2021-04-26 08:36:07.954 | keepalived is already the newest version (1:1.3.9-1ubuntu0.18.04.2). 2021-04-26 08:36:07.954 | libkrb5-dev is already the newest version (1.16-2ubuntu0.2). 2021-04-26 08:36:07.954 | libldap2-dev is already the newest version (2.4.45+dfsg-1ubuntu1.10). 2021-04-26 08:36:07.954 | libmysqlclient-dev is already the newest version (5.7.33-0ubuntu0.18.04.1). 2021-04-26 08:36:07.954 | libpq-dev is already the newest version (10.16-0ubuntu0.18.04.1). 2021-04-26 08:36:07.954 | libsasl2-dev is already the newest version (2.1.27~101-g0780600+dfsg-3ubuntu2.3). 2021-04-26 08:36:07.954 | libssl-dev is already the newest version (1.1.1-1ubuntu2.1~18.04.9). 2021-04-26 08:36:07.955 | libsystemd-dev is already the newest version (237-3ubuntu10.46). 2021-04-26 08:36:07.955 | libxml2-dev is already the newest version (2.9.4+dfsg1-6.1ubuntu1.3). 2021-04-26 08:36:07.955 | libxslt1-dev is already the newest version (1.1.29-5ubuntu0.2). 2021-04-26 08:36:07.955 | lvm2 is already the newest version (2.02.176-4.1ubuntu3.18.04.3). 2021-04-26 08:36:07.955 | memcached is already the newest version (1.5.6-0ubuntu1.2). 2021-04-26 08:36:07.955 | open-iscsi is already the newest version (2.0.874-5ubuntu2.10). 2021-04-26 08:36:07.955 | openssh-server is already the newest version (1:7.6p1-4ubuntu0.3). 2021-04-26 08:36:07.955 | openssl is already the newest version (1.1.1-1ubuntu2.1~18.04.9). 2021-04-26 08:36:07.955 | parted is already the newest version (3.2-20ubuntu0.2). 2021-04-26 08:36:07.955 | psmisc is already the newest version (23.1-1ubuntu0.1). 2021-04-26 08:36:07.955 | python3-dev is already the newest version (3.6.7-1~18.04). 2021-04-26 08:36:07.955 | sqlite3 is already the newest version (3.22.0-1ubuntu0.4). 2021-04-26 08:36:07.955 | sudo is already the newest version (1.8.21p2-3ubuntu1.4). 2021-04-26 08:36:07.955 | tar is already the newest version (1.29b-2ubuntu0.2). 2021-04-26 08:36:07.955 | tcpdump is already the newest version (4.9.3-0ubuntu0.18.04.1). 2021-04-26 08:36:07.955 | unzip is already the newest version (6.0-21ubuntu1.1). 2021-04-26 08:36:07.955 | uuid-runtime is already the newest version (2.31.1-0.4ubuntu3.7). 2021-04-26 08:36:07.955 | vlan is already the newest version (1.9-3.2ubuntu6). 2021-04-26 08:36:07.955 | wget is already the newest version (1.19.4-1ubuntu2.2). 2021-04-26 08:36:08.141 | libapache2-mod-proxy-uwsgi is already the newest version (2.0.15-10.2ubuntu2.1). 2021-04-26 08:36:08.141 | postgresql-server-dev-all is already the newest version (190ubuntu0.1). 2021-04-26 08:36:08.141 | python3-pip is already the newest version (9.0.1-2.3~ubuntu1.18.04.4). 2021-04-26 08:36:08.141 | python3-venv is already the newest version (3.6.7-1~18.04). 2021-04-26 08:36:08.141 | python3-mysqldb is already the newest version (1.4.4-2build1~cloud0). 2021-04-26 08:36:08.141 | qemu-utils is already the newest version (1:4.2-3ubuntu6.13~cloud0). 2021-04-26 08:36:08.141 | The following packages were automatically installed and are no longer required: 2021-04-26 08:36:08.142 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-04-26 08:36:08.142 | python3-click python3-colorama python3-configobj python3-constantly 2021-04-26 08:36:08.142 | python3-hyperlink python3-incremental python3-pam python3-problem-report 2021-04-26 08:36:08.142 | python3-pyasn1 python3-requests-unixsocket python3-serial 2021-04-26 08:36:08.142 | python3-twisted-bin python3-zope.interface 2021-04-26 08:36:08.142 | Use 'sudo apt autoremove' to remove them. 2021-04-26 08:36:08.563 | 0 upgraded, 0 newly installed, 0 to remove and 173 not upgraded. 2021-04-26 08:36:08.563 | 2 not fully installed or removed. 2021-04-26 08:36:08.563 | After this operation, 0 B of additional disk space will be used. 2021-04-26 08:36:08.586 | Setting up python3-rtslib-fb (2.1.71-0ubuntu1~cloud0) ... 2021-04-26 08:36:09.207 | Failed to start rtslib-fb-targetctl.service: Unit rtslib-fb-targetctl.service is not loaded properly: Exec format error. 2021-04-26 08:36:09.207 | See system logs and 'systemctl status rtslib-fb-targetctl.service' for details. 2021-04-26 08:36:09.208 | invoke-rc.d: initscript rtslib-fb-targetctl, action "start" failed. 2021-04-26 08:36:09.215 | ● rtslib-fb-targetctl.service - Restore LIO kernel target configuration 2021-04-26 08:36:09.215 | Loaded: error (Reason: Exec format error) 2021-04-26 08:36:09.215 | Active: inactive (dead) 2021-04-26 08:36:09.215 | 2021-04-26 08:36:09.215 | 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:36:09.215 | 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:36:09.215 | 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:36:09.215 | 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:36:09.215 | Apr 26 08:36:00 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:36:09.215 | Apr 26 08:36:00 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:36:09.215 | Apr 26 08:36:00 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:36:09.215 | Apr 26 08:36:09 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:36:09.215 | Apr 26 08:36:09 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:36:09.215 | Apr 26 08:36:09 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:36:09.216 | dpkg: error processing package python3-rtslib-fb (--configure): 2021-04-26 08:36:09.216 | installed python3-rtslib-fb package post-installation script subprocess returned error exit status 1 2021-04-26 08:36:09.221 | dpkg: dependency problems prevent configuration of targetcli-fb: 2021-04-26 08:36:09.221 | targetcli-fb depends on python3-rtslib-fb; however: 2021-04-26 08:36:09.221 | Package python3-rtslib-fb is not configured yet. 2021-04-26 08:36:09.221 | 2021-04-26 08:36:09.221 | dpkg: error processing package targetcli-fb (--configure): 2021-04-26 08:36:09.221 | dependency problems - leaving unconfigured 2021-04-26 08:36:09.225 | Errors were encountered while processing: 2021-04-26 08:36:09.226 | python3-rtslib-fb 2021-04-26 08:36:09.226 | targetcli-fb 2021-04-26 08:36:11.136 | E: Sub-process /usr/bin/dpkg returned an error code (1) 2021-04-26 08:36:11.141 | ++ functions-common:apt_get:1113 : result=100 2021-04-26 08:36:11.143 | ++ functions-common:apt_get:1116 : time_stop apt-get 2021-04-26 08:36:11.146 | ++ functions-common:time_stop:2304 : local name 2021-04-26 08:36:11.148 | ++ functions-common:time_stop:2305 : local end_time 2021-04-26 08:36:11.150 | ++ functions-common:time_stop:2306 : local elapsed_time 2021-04-26 08:36:11.152 | ++ functions-common:time_stop:2307 : local total 2021-04-26 08:36:11.154 | ++ functions-common:time_stop:2308 : local start_time 2021-04-26 08:36:11.156 | ++ functions-common:time_stop:2310 : name=apt-get 2021-04-26 08:36:11.159 | ++ functions-common:time_stop:2311 : start_time=1619426167540 2021-04-26 08:36:11.161 | ++ functions-common:time_stop:2313 : [[ -z 1619426167540 ]] 2021-04-26 08:36:11.164 | +++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 08:36:11.168 | ++ functions-common:time_stop:2316 : end_time=1619426171165 2021-04-26 08:36:11.170 | ++ functions-common:time_stop:2317 : elapsed_time=3625 2021-04-26 08:36:11.172 | ++ functions-common:time_stop:2318 : total=3701 2021-04-26 08:36:11.174 | ++ functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 08:36:11.177 | ++ functions-common:time_stop:2321 : _TIME_TOTAL[$name]=7326 2021-04-26 08:36:11.180 | ++ functions-common:apt_get:1117 : return 100 2021-04-26 08:36:11.182 | ++ functions-common:install_package:1344 : RETRY_UPDATE=True 2021-04-26 08:36:11.185 | ++ functions-common:install_package:1344 : update_package_repo 2021-04-26 08:36:11.187 | ++ functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2021-04-26 08:36:11.189 | ++ functions-common:update_package_repo:1315 : REPOS_UPDATED=True 2021-04-26 08:36:11.191 | ++ functions-common:update_package_repo:1316 : RETRY_UPDATE=True 2021-04-26 08:36:11.194 | ++ functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2021-04-26 08:36:11.196 | ++ functions-common:update_package_repo:1322 : is_ubuntu 2021-04-26 08:36:11.198 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:36:11.201 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:36:11.203 | ++ functions-common:update_package_repo:1323 : apt_get_update 2021-04-26 08:36:11.205 | ++ functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2021-04-26 08:36:11.207 | ++ functions-common:apt_get_update:1068 : [[ True != \T\r\u\e ]] 2021-04-26 08:36:11.210 | ++ functions-common:apt_get_update:1073 : [[ False = \T\r\u\e ]] 2021-04-26 08:36:11.212 | ++ functions-common:apt_get_update:1075 : local sudo=sudo 2021-04-26 08:36:11.215 | +++ functions-common:apt_get_update:1076 : id -u 2021-04-26 08:36:11.219 | ++ functions-common:apt_get_update:1076 : [[ 1000 = \0 ]] 2021-04-26 08:36:11.221 | ++ functions-common:apt_get_update:1079 : time_start apt-get-update 2021-04-26 08:36:11.223 | ++ functions-common:time_start:2290 : local name=apt-get-update 2021-04-26 08:36:11.226 | ++ functions-common:time_start:2291 : local start_time= 2021-04-26 08:36:11.228 | ++ functions-common:time_start:2292 : [[ -n '' ]] 2021-04-26 08:36:11.231 | +++ functions-common:time_start:2295 : date +%s%3N 2021-04-26 08:36:11.235 | ++ functions-common:time_start:2295 : _TIME_START[$name]=1619426171232 2021-04-26 08:36:11.237 | ++ functions-common:apt_get_update:1081 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2021-04-26 08:36:11.240 | ++ functions-common:apt_get_update:1082 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2021-04-26 08:36:11.242 | ++ 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:36:11.478 | Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 2021-04-26 08:36:11.479 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu bionic InRelease 2021-04-26 08:36:11.479 | Hit:3 http://ubuntu-cloud.archive.canonical.com/ubuntu bionic-updates/ussuri InRelease 2021-04-26 08:36:11.529 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-updates InRelease 2021-04-26 08:36:11.585 | Hit:5 http://nova.clouds.archive.ubuntu.com/ubuntu bionic-backports InRelease 2021-04-26 08:36:14.004 | Reading package lists... 2021-04-26 08:36:14.065 | ++ functions-common:apt_get_update:1087 : REPOS_UPDATED=True 2021-04-26 08:36:14.068 | ++ functions-common:apt_get_update:1089 : time_stop apt-get-update 2021-04-26 08:36:14.071 | ++ functions-common:time_stop:2304 : local name 2021-04-26 08:36:14.073 | ++ functions-common:time_stop:2305 : local end_time 2021-04-26 08:36:14.075 | ++ functions-common:time_stop:2306 : local elapsed_time 2021-04-26 08:36:14.077 | ++ functions-common:time_stop:2307 : local total 2021-04-26 08:36:14.080 | ++ functions-common:time_stop:2308 : local start_time 2021-04-26 08:36:14.082 | ++ functions-common:time_stop:2310 : name=apt-get-update 2021-04-26 08:36:14.085 | ++ functions-common:time_stop:2311 : start_time=1619426171232 2021-04-26 08:36:14.087 | ++ functions-common:time_stop:2313 : [[ -z 1619426171232 ]] 2021-04-26 08:36:14.090 | +++ functions-common:time_stop:2316 : date +%s%3N 2021-04-26 08:36:14.094 | ++ functions-common:time_stop:2316 : end_time=1619426174091 2021-04-26 08:36:14.096 | ++ functions-common:time_stop:2317 : elapsed_time=2859 2021-04-26 08:36:14.098 | ++ functions-common:time_stop:2318 : total=2837 2021-04-26 08:36:14.101 | ++ functions-common:time_stop:2320 : _TIME_START[$name]= 2021-04-26 08:36:14.103 | ++ functions-common:time_stop:2321 : _TIME_TOTAL[$name]=5696 2021-04-26 08:36:14.106 | ++ 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:36:14.108 | ++ functions-common:real_install_package:1328 : is_ubuntu 2021-04-26 08:36:14.110 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2021-04-26 08:36:14.113 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2021-04-26 08:36:14.115 | ++ 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:36:14.136 | ++ 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:36:14.257 | Reading package lists... 2021-04-26 08:36:14.510 | Building dependency tree... 2021-04-26 08:36:14.511 | Reading state information... 2021-04-26 08:36:14.541 | acl is already the newest version (2.2.52-3build1). 2021-04-26 08:36:14.541 | bc is already the newest version (1.07.1-2). 2021-04-26 08:36:14.541 | bsdmainutils is already the newest version (11.1.2ubuntu1). 2021-04-26 08:36:14.541 | conntrack is already the newest version (1:1.4.4+snapshot20161117-6ubuntu2). 2021-04-26 08:36:14.541 | gawk is already the newest version (1:4.1.4+dfsg-1build1). 2021-04-26 08:36:14.541 | genisoimage is already the newest version (9:1.1.11-3ubuntu2). 2021-04-26 08:36:14.541 | ipset is already the newest version (6.34-1). 2021-04-26 08:36:14.541 | iptables is already the newest version (1.6.1-2ubuntu2). 2021-04-26 08:36:14.541 | kpartx is already the newest version (0.7.4-2ubuntu3). 2021-04-26 08:36:14.541 | liberasurecode-dev is already the newest version (1.5.0-1). 2021-04-26 08:36:14.541 | libffi-dev is already the newest version (3.2.1-8). 2021-04-26 08:36:14.541 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2021-04-26 08:36:14.541 | libpcre3-dev is already the newest version (2:8.39-9). 2021-04-26 08:36:14.541 | libyaml-dev is already the newest version (0.1.7-2ubuntu3). 2021-04-26 08:36:14.541 | lsof is already the newest version (4.89+dfsg-0.1). 2021-04-26 08:36:14.541 | lsscsi is already the newest version (0.28-0.1). 2021-04-26 08:36:14.541 | make is already the newest version (4.1-9.1ubuntu1). 2021-04-26 08:36:14.541 | pkg-config is already the newest version (0.29.1-0ubuntu2). 2021-04-26 08:36:14.541 | python3-systemd is already the newest version (234-1build1). 2021-04-26 08:36:14.542 | socat is already the newest version (1.7.3.2-2ubuntu2). 2021-04-26 08:36:14.542 | xfsprogs is already the newest version (4.9.0+nmu1ubuntu2). 2021-04-26 08:36:14.542 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-0ubuntu2). 2021-04-26 08:36:14.542 | conntrackd is already the newest version (1:1.4.4+snapshot20161117-6ubuntu2). 2021-04-26 08:36:14.542 | dstat is already the newest version (0.7.3-1). 2021-04-26 08:36:14.542 | graphviz is already the newest version (2.40.1-2). 2021-04-26 08:36:14.542 | libjs-jquery-tablesorter is already the newest version (1:2.29.5+dfsg1-1). 2021-04-26 08:36:14.542 | pm-utils is already the newest version (1.4.1-17). 2021-04-26 08:36:14.542 | thin-provisioning-tools is already the newest version (0.7.4-2ubuntu3). 2021-04-26 08:36:14.542 | apache2 is already the newest version (2.4.29-1ubuntu4.14). 2021-04-26 08:36:14.542 | apache2-dev is already the newest version (2.4.29-1ubuntu4.14). 2021-04-26 08:36:14.542 | curl is already the newest version (7.58.0-2ubuntu3.13). 2021-04-26 08:36:14.542 | dnsmasq-base is already the newest version (2.79-1ubuntu0.3). 2021-04-26 08:36:14.542 | dnsmasq-utils is already the newest version (2.79-1ubuntu0.3). 2021-04-26 08:36:14.542 | ebtables is already the newest version (2.0.10.4-3.5ubuntu2.18.04.3). 2021-04-26 08:36:14.542 | g++ is already the newest version (4:7.4.0-1ubuntu2.3). 2021-04-26 08:36:14.542 | gcc is already the newest version (4:7.4.0-1ubuntu2.3). 2021-04-26 08:36:14.542 | gettext is already the newest version (0.19.8.1-6ubuntu0.3). 2021-04-26 08:36:14.542 | git is already the newest version (1:2.17.1-1ubuntu0.8). 2021-04-26 08:36:14.542 | haproxy is already the newest version (1.8.8-1ubuntu0.11). 2021-04-26 08:36:14.542 | iputils-arping is already the newest version (3:20161105-1ubuntu3). 2021-04-26 08:36:14.542 | iputils-ping is already the newest version (3:20161105-1ubuntu3). 2021-04-26 08:36:14.542 | keepalived is already the newest version (1:1.3.9-1ubuntu0.18.04.2). 2021-04-26 08:36:14.542 | libkrb5-dev is already the newest version (1.16-2ubuntu0.2). 2021-04-26 08:36:14.542 | libldap2-dev is already the newest version (2.4.45+dfsg-1ubuntu1.10). 2021-04-26 08:36:14.542 | libmysqlclient-dev is already the newest version (5.7.33-0ubuntu0.18.04.1). 2021-04-26 08:36:14.542 | libpq-dev is already the newest version (10.16-0ubuntu0.18.04.1). 2021-04-26 08:36:14.542 | libsasl2-dev is already the newest version (2.1.27~101-g0780600+dfsg-3ubuntu2.3). 2021-04-26 08:36:14.542 | libssl-dev is already the newest version (1.1.1-1ubuntu2.1~18.04.9). 2021-04-26 08:36:14.542 | libsystemd-dev is already the newest version (237-3ubuntu10.46). 2021-04-26 08:36:14.542 | libxml2-dev is already the newest version (2.9.4+dfsg1-6.1ubuntu1.3). 2021-04-26 08:36:14.542 | libxslt1-dev is already the newest version (1.1.29-5ubuntu0.2). 2021-04-26 08:36:14.543 | lvm2 is already the newest version (2.02.176-4.1ubuntu3.18.04.3). 2021-04-26 08:36:14.543 | memcached is already the newest version (1.5.6-0ubuntu1.2). 2021-04-26 08:36:14.543 | open-iscsi is already the newest version (2.0.874-5ubuntu2.10). 2021-04-26 08:36:14.543 | openssh-server is already the newest version (1:7.6p1-4ubuntu0.3). 2021-04-26 08:36:14.543 | openssl is already the newest version (1.1.1-1ubuntu2.1~18.04.9). 2021-04-26 08:36:14.543 | parted is already the newest version (3.2-20ubuntu0.2). 2021-04-26 08:36:14.543 | psmisc is already the newest version (23.1-1ubuntu0.1). 2021-04-26 08:36:14.543 | python3-dev is already the newest version (3.6.7-1~18.04). 2021-04-26 08:36:14.543 | sqlite3 is already the newest version (3.22.0-1ubuntu0.4). 2021-04-26 08:36:14.543 | sudo is already the newest version (1.8.21p2-3ubuntu1.4). 2021-04-26 08:36:14.543 | tar is already the newest version (1.29b-2ubuntu0.2). 2021-04-26 08:36:14.543 | tcpdump is already the newest version (4.9.3-0ubuntu0.18.04.1). 2021-04-26 08:36:14.543 | unzip is already the newest version (6.0-21ubuntu1.1). 2021-04-26 08:36:14.543 | uuid-runtime is already the newest version (2.31.1-0.4ubuntu3.7). 2021-04-26 08:36:14.543 | vlan is already the newest version (1.9-3.2ubuntu6). 2021-04-26 08:36:14.543 | wget is already the newest version (1.19.4-1ubuntu2.2). 2021-04-26 08:36:14.726 | libapache2-mod-proxy-uwsgi is already the newest version (2.0.15-10.2ubuntu2.1). 2021-04-26 08:36:14.726 | postgresql-server-dev-all is already the newest version (190ubuntu0.1). 2021-04-26 08:36:14.726 | python3-pip is already the newest version (9.0.1-2.3~ubuntu1.18.04.4). 2021-04-26 08:36:14.726 | python3-venv is already the newest version (3.6.7-1~18.04). 2021-04-26 08:36:14.726 | python3-mysqldb is already the newest version (1.4.4-2build1~cloud0). 2021-04-26 08:36:14.726 | qemu-utils is already the newest version (1:4.2-3ubuntu6.13~cloud0). 2021-04-26 08:36:14.726 | The following packages were automatically installed and are no longer required: 2021-04-26 08:36:14.727 | apport-symptoms grub-pc-bin python-six python3-attr python3-automat 2021-04-26 08:36:14.727 | python3-click python3-colorama python3-configobj python3-constantly 2021-04-26 08:36:14.727 | python3-hyperlink python3-incremental python3-pam python3-problem-report 2021-04-26 08:36:14.727 | python3-pyasn1 python3-requests-unixsocket python3-serial 2021-04-26 08:36:14.727 | python3-twisted-bin python3-zope.interface 2021-04-26 08:36:14.727 | Use 'sudo apt autoremove' to remove them. 2021-04-26 08:36:15.144 | 0 upgraded, 0 newly installed, 0 to remove and 173 not upgraded. 2021-04-26 08:36:15.144 | 2 not fully installed or removed. 2021-04-26 08:36:15.144 | After this operation, 0 B of additional disk space will be used. 2021-04-26 08:36:15.166 | Setting up python3-rtslib-fb (2.1.71-0ubuntu1~cloud0) ... 2021-04-26 08:36:15.832 | Failed to start rtslib-fb-targetctl.service: Unit rtslib-fb-targetctl.service is not loaded properly: Exec format error. 2021-04-26 08:36:15.832 | See system logs and 'systemctl status rtslib-fb-targetctl.service' for details. 2021-04-26 08:36:15.834 | invoke-rc.d: initscript rtslib-fb-targetctl, action "start" failed. 2021-04-26 08:36:15.840 | ● rtslib-fb-targetctl.service - Restore LIO kernel target configuration 2021-04-26 08:36:15.840 | Loaded: error (Reason: Exec format error) 2021-04-26 08:36:15.840 | Active: inactive (dead) 2021-04-26 08:36:15.840 | 2021-04-26 08:36:15.840 | 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:36:15.841 | Apr 26 08:36:00 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:36:15.841 | Apr 26 08:36:00 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:36:15.841 | Apr 26 08:36:00 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:36:15.841 | Apr 26 08:36:09 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:36:15.841 | Apr 26 08:36:09 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:36:15.841 | Apr 26 08:36:09 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:36:15.841 | Apr 26 08:36:15 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:36:15.841 | Apr 26 08:36:15 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:36:15.841 | Apr 26 08:36:15 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:36:15.842 | dpkg: error processing package python3-rtslib-fb (--configure): 2021-04-26 08:36:15.842 | installed python3-rtslib-fb package post-installation script subprocess returned error exit status 1 2021-04-26 08:36:15.842 | dpkg: dependency problems prevent configuration of targetcli-fb: 2021-04-26 08:36:15.842 | targetcli-fb depends on python3-rtslib-fb; however: 2021-04-26 08:36:15.842 | Package python3-rtslib-fb is not configured yet. 2021-04-26 08:36:15.842 | 2021-04-26 08:36:15.842 | dpkg: error processing package targetcli-fb (--configure): 2021-04-26 08:36:15.842 | dependency problems - leaving unconfigured 2021-04-26 08:36:15.851 | Errors were encountered while processing: 2021-04-26 08:36:15.851 | python3-rtslib-fb 2021-04-26 08:36:15.851 | targetcli-fb 2021-04-26 08:36:17.777 | E: Sub-process /usr/bin/dpkg returned an error code (1) 2021-04-26 08:36:17.782 | + functions-common:apt_get:1 : exit_trap 2021-04-26 08:36:17.784 | + ./stack.sh:exit_trap:503 : local r=100 2021-04-26 08:36:17.787 | ++ ./stack.sh:exit_trap:504 : jobs -p 2021-04-26 08:36:17.789 | + ./stack.sh:exit_trap:504 : jobs= 2021-04-26 08:36:17.792 | + ./stack.sh:exit_trap:507 : [[ -n '' ]] 2021-04-26 08:36:17.794 | + ./stack.sh:exit_trap:513 : '[' -f '' ']' 2021-04-26 08:36:17.796 | + ./stack.sh:exit_trap:518 : kill_spinner 2021-04-26 08:36:17.798 | + ./stack.sh:kill_spinner:413 : '[' '!' -z '' ']' 2021-04-26 08:36:17.801 | + ./stack.sh:exit_trap:520 : [[ 100 -ne 0 ]] 2021-04-26 08:36:17.803 | + ./stack.sh:exit_trap:521 : echo 'Error on exit' 2021-04-26 08:36:17.803 | Error on exit 2021-04-26 08:36:17.806 | + ./stack.sh:exit_trap:523 : type -p generate-subunit 2021-04-26 08:36:17.808 | + ./stack.sh:exit_trap:524 : generate-subunit 1619426156 21 fail 2021-04-26 08:36:18.382 | + ./stack.sh:exit_trap:526 : [[ -z /opt/stack/logs ]] 2021-04-26 08:36:18.384 | + ./stack.sh:exit_trap:529 : /usr/bin/python3.6 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2021-04-26 08:36:18.816 | + ./stack.sh:exit_trap:538 : exit 100