2022-01-05 16:49:37.086 | + ./stack.sh:main:473 : exec 2022-01-05 16:49:37.086 | + ./stack.sh:main:481 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-01-05-164936' 2022-01-05 16:49:37.086 | ++ ./stack.sh:main:473 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-01-05-164936.summary.2022-01-05-164936 2022-01-05 16:49:37.086 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-01-05 16:49:37.086 | + ./stack.sh:echo_summary:432 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-01-05-164936 2022-01-05 16:49:37.086 | + ./stack.sh:main:483 : ln -sf /opt/stack/logs/stack.sh.log.2022-01-05-164936 /opt/stack/logs/stack.sh.log 2022-01-05 16:49:37.086 | + ./stack.sh:main:484 : ln -sf /opt/stack/logs/stack.sh.log.2022-01-05-164936.summary.2022-01-05-164936 /opt/stack/logs/stack.sh.log.summary 2022-01-05 16:49:37.086 | + ./stack.sh:main:499 : check_path_perm_sanity /opt/stack 2022-01-05 16:49:37.086 | + functions:check_path_perm_sanity:596 : local real_path 2022-01-05 16:49:37.086 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2022-01-05 16:49:37.086 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2022-01-05 16:49:37.086 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2022-01-05 16:49:37.086 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2022-01-05 16:49:37.086 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2022-01-05 16:49:37.086 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-01-05 16:49:37.086 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2022-01-05 16:49:37.086 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2022-01-05 16:49:37.086 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-01-05 16:49:37.087 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-01-05 16:49:37.087 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2022-01-05 16:49:37.087 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2022-01-05 16:49:37.087 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-01-05 16:49:37.087 | + ./stack.sh:main:505 : trap exit_trap EXIT 2022-01-05 16:49:37.089 | + ./stack.sh:main:546 : trap err_trap ERR 2022-01-05 16:49:37.090 | + ./stack.sh:main:559 : set -o errexit 2022-01-05 16:49:37.092 | + ./stack.sh:main:562 : uname -a 2022-01-05 16:49:37.094 | Linux n-d-wallaby-1 5.4.0-72-generic #80-Ubuntu SMP Mon Apr 12 17:35:00 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux 2022-01-05 16:49:37.096 | + ./stack.sh:main:565 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-01-05 16:49:37.097 | + ./stack.sh:main:566 : rm -f /opt/stack/data/ca-bundle.pem 2022-01-05 16:49:37.101 | + ./stack.sh:main:569 : source /home/ubuntu/devstack/lib/database 2022-01-05 16:49:37.128 | + ./stack.sh:main:570 : source /home/ubuntu/devstack/lib/rpc_backend 2022-01-05 16:49:37.144 | + ./stack.sh:main:576 : fetch_plugins 2022-01-05 16:49:37.146 | + functions-common:fetch_plugins:1650 : local plugins= 2022-01-05 16:49:37.147 | + functions-common:fetch_plugins:1651 : local plugin 2022-01-05 16:49:37.149 | + functions-common:fetch_plugins:1654 : [[ -z '' ]] 2022-01-05 16:49:37.151 | + functions-common:fetch_plugins:1655 : return 2022-01-05 16:49:37.153 | + ./stack.sh:main:580 : run_phase override_defaults 2022-01-05 16:49:37.155 | + functions-common:run_phase:1732 : local mode=override_defaults 2022-01-05 16:49:37.157 | + functions-common:run_phase:1733 : local phase= 2022-01-05 16:49:37.158 | + functions-common:run_phase:1734 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-01-05 16:49:37.160 | + functions-common:run_phase:1735 : local extra_plugin_file_name 2022-01-05 16:49:37.162 | + functions-common:run_phase:1736 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-01-05 16:49:37.164 | + functions-common:run_phase:1741 : local exceptions=80-tempest.sh 2022-01-05 16:49:37.165 | + functions-common:run_phase:1742 : local extra 2022-01-05 16:49:37.168 | ++ functions-common:run_phase:1743 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-01-05 16:49:37.171 | + functions-common:run_phase:1743 : extra=80-tempest.sh 2022-01-05 16:49:37.173 | + functions-common:run_phase:1744 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-01-05 16:49:37.175 | + functions-common:run_phase:1748 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-01-05 16:49:37.177 | + functions-common:run_phase:1748 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-01-05 16:49:37.179 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-01-05 16:49:37.191 | ++ functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:49:37.193 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-01-05 16:49:37.195 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-01-05 16:49:37.197 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-01-05 16:49:37.199 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-01-05 16:49:37.201 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-01-05 16:49:37.202 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-01-05 16:49:37.204 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-01-05 16:49:37.206 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2022-01-05 16:49:37.208 | + functions-common:run_phase:1753 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-01-05 16:49:37.209 | + functions-common:run_phase:1756 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-01-05 16:49:37.211 | + functions-common:run_phase:1757 : plugin_override_defaults 2022-01-05 16:49:37.213 | + functions-common:plugin_override_defaults:1691 : local plugins= 2022-01-05 16:49:37.215 | + functions-common:plugin_override_defaults:1692 : local plugin 2022-01-05 16:49:37.216 | + functions-common:plugin_override_defaults:1695 : [[ -z '' ]] 2022-01-05 16:49:37.218 | + functions-common:plugin_override_defaults:1696 : return 2022-01-05 16:49:37.220 | + ./stack.sh:main:583 : source /home/ubuntu/devstack/lib/apache 2022-01-05 16:49:37.237 | + ./stack.sh:main:586 : source /home/ubuntu/devstack/lib/tls 2022-01-05 16:49:37.239 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-01-05 16:49:37.252 | ++ functions-common:is_service_enabled:1960 : return 1 2022-01-05 16:49:37.254 | +++ lib/tls:source:43 : hostname -f 2022-01-05 16:49:37.258 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-01-05 16:49:37.259 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-01-05 16:49:37.261 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-01-05 16:49:37.263 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-01-05 16:49:37.265 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-01-05 16:49:37.267 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-01-05 16:49:37.268 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-01-05 16:49:37.270 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-01-05 16:49:37.272 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-01-05 16:49:37.274 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-01-05 16:49:37.279 | + ./stack.sh:main:589 : source /home/ubuntu/devstack/lib/infra 2022-01-05 16:49:37.290 | + ./stack.sh:main:590 : source /home/ubuntu/devstack/lib/libraries 2022-01-05 16:49:37.307 | + ./stack.sh:main:591 : source /home/ubuntu/devstack/lib/lvm 2022-01-05 16:49:37.319 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/horizon 2022-01-05 16:49:37.332 | + ./stack.sh:main:593 : source /home/ubuntu/devstack/lib/keystone 2022-01-05 16:49:37.358 | + ./stack.sh:main:594 : source /home/ubuntu/devstack/lib/glance 2022-01-05 16:49:37.398 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/nova 2022-01-05 16:49:37.483 | + ./stack.sh:main:596 : source /home/ubuntu/devstack/lib/placement 2022-01-05 16:49:37.504 | + ./stack.sh:main:597 : source /home/ubuntu/devstack/lib/cinder 2022-01-05 16:49:37.550 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/swift 2022-01-05 16:49:37.603 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/neutron 2022-01-05 16:49:37.732 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/ldap 2022-01-05 16:49:37.746 | + ./stack.sh:main:601 : source /home/ubuntu/devstack/lib/dstat 2022-01-05 16:49:37.758 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/tcpdump 2022-01-05 16:49:37.770 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/etcd3 2022-01-05 16:49:37.854 | + ./stack.sh:main:609 : run_phase source 2022-01-05 16:49:37.857 | + functions-common:run_phase:1732 : local mode=source 2022-01-05 16:49:37.859 | + functions-common:run_phase:1733 : local phase= 2022-01-05 16:49:37.861 | + functions-common:run_phase:1734 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-01-05 16:49:37.863 | + functions-common:run_phase:1735 : local extra_plugin_file_name 2022-01-05 16:49:37.865 | + functions-common:run_phase:1736 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-01-05 16:49:37.867 | + functions-common:run_phase:1741 : local exceptions=80-tempest.sh 2022-01-05 16:49:37.869 | + functions-common:run_phase:1742 : local extra 2022-01-05 16:49:37.871 | ++ functions-common:run_phase:1743 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-01-05 16:49:37.875 | + functions-common:run_phase:1743 : extra=80-tempest.sh 2022-01-05 16:49:37.877 | + functions-common:run_phase:1744 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-01-05 16:49:37.879 | + functions-common:run_phase:1748 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-01-05 16:49:37.881 | + functions-common:run_phase:1748 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-01-05 16:49:37.883 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-01-05 16:49:37.898 | ++ functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:49:37.900 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-01-05 16:49:37.903 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-01-05 16:49:37.941 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2022-01-05 16:49:37.944 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2022-01-05 16:49:37.946 | + functions-common:run_phase:1753 : [[ source == \s\o\u\r\c\e ]] 2022-01-05 16:49:37.948 | + functions-common:run_phase:1754 : load_plugin_settings 2022-01-05 16:49:37.951 | + functions-common:load_plugin_settings:1668 : local plugins= 2022-01-05 16:49:37.953 | + functions-common:load_plugin_settings:1669 : local plugin 2022-01-05 16:49:37.955 | + functions-common:load_plugin_settings:1672 : [[ -z '' ]] 2022-01-05 16:49:37.957 | + functions-common:load_plugin_settings:1673 : return 2022-01-05 16:49:37.959 | + functions-common:run_phase:1755 : verify_disabled_services 2022-01-05 16:49:37.961 | + functions-common:verify_disabled_services:2015 : local service 2022-01-05 16:49:37.963 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:37.966 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-01-05 16:49:37.969 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:37.971 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-01-05 16:49:37.973 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:37.975 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-01-05 16:49:37.977 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:37.980 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-01-05 16:49:37.982 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:37.984 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-01-05 16:49:37.986 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:37.988 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-01-05 16:49:37.991 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:37.993 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-01-05 16:49:37.995 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:37.997 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-01-05 16:49:38.000 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.002 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-01-05 16:49:38.004 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.006 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-01-05 16:49:38.009 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.011 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-vol, ]] 2022-01-05 16:49:38.014 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.016 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-01-05 16:49:38.018 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.020 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-01-05 16:49:38.023 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.025 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-01-05 16:49:38.027 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.030 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-01-05 16:49:38.032 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.034 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-01-05 16:49:38.037 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.039 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-01-05 16:49:38.041 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.044 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-01-05 16:49:38.046 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.048 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-01-05 16:49:38.051 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.053 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-01-05 16:49:38.055 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.058 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-01-05 16:49:38.060 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.063 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-01-05 16:49:38.065 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.067 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-01-05 16:49:38.069 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.072 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-01-05 16:49:38.074 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.076 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-01-05 16:49:38.078 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.081 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-01-05 16:49:38.083 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.085 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-01-05 16:49:38.087 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.090 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-bak, ]] 2022-01-05 16:49:38.092 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.094 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-01-05 16:49:38.096 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.099 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-01-05 16:49:38.101 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.103 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-01-05 16:49:38.106 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.108 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-01-05 16:49:38.110 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.113 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-01-05 16:49:38.115 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.117 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-01-05 16:49:38.120 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.122 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-01-05 16:49:38.125 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.127 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-01-05 16:49:38.129 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.131 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-01-05 16:49:38.134 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.136 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-01-05 16:49:38.138 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.140 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-01-05 16:49:38.143 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.145 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-01-05 16:49:38.147 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.149 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-01-05 16:49:38.152 | + functions-common:verify_disabled_services:2016 : for service in ${ENABLED_SERVICES//,/ } 2022-01-05 16:49:38.155 | + functions-common:verify_disabled_services:2017 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-01-05 16:49:38.158 | + ./stack.sh:main:680 : initialize_database_backends 2022-01-05 16:49:38.160 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-01-05 16:49:38.162 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-01-05 16:49:38.177 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:49:38.179 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-01-05 16:49:38.181 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-01-05 16:49:38.183 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-01-05 16:49:38.198 | + functions-common:is_service_enabled:1960 : return 1 2022-01-05 16:49:38.200 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-01-05 16:49:38.203 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-01-05 16:49:38.205 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-01-05 16:49:38.207 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-01-05 16:49:38.209 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-01-05 16:49:38.211 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-01-05 16:49:38.214 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-01-05 16:49:38.217 | ++ lib/database:initialize_database_backends:102 : get_database_type_mysql 2022-01-05 16:49:38.219 | ++ lib/databases/mysql:get_database_type_mysql:35 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-01-05 16:49:38.221 | ++ lib/databases/mysql:get_database_type_mysql:36 : echo mysql+pymysql 2022-01-05 16:49:38.224 | + lib/database:initialize_database_backends:102 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-01-05 16:49:38.226 | + lib/database:initialize_database_backends:104 : return 0 2022-01-05 16:49:38.228 | + ./stack.sh:main:681 : echo 'Using mysql database backend' 2022-01-05 16:49:38.229 | Using mysql database backend 2022-01-05 16:49:38.231 | + ./stack.sh:main:684 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-01-05 16:49:38.247 | + ./stack.sh:main:696 : is_service_enabled rabbit 2022-01-05 16:49:38.263 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:49:38.265 | + ./stack.sh:main:697 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-01-05 16:49:38.282 | + ./stack.sh:main:704 : is_service_enabled keystone 2022-01-05 16:49:38.298 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:49:38.300 | + ./stack.sh:main:706 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-01-05 16:49:38.316 | + ./stack.sh:main:708 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-01-05 16:49:38.332 | + ./stack.sh:main:719 : is_service_enabled ldap 2022-01-05 16:49:38.349 | + functions-common:is_service_enabled:1960 : return 1 2022-01-05 16:49:38.351 | + ./stack.sh:main:728 : is_service_enabled s-proxy 2022-01-05 16:49:38.367 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:49:38.370 | + ./stack.sh:main:732 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-01-05 16:49:38.385 | + ./stack.sh:main:734 : [[ -z '' ]] 2022-01-05 16:49:38.387 | + ./stack.sh:main:734 : [[ False == \T\r\u\e ]] 2022-01-05 16:49:38.390 | + ./stack.sh:main:740 : save_stackenv 740 2022-01-05 16:49:38.392 | + functions-common:save_stackenv:60 : local tag=740 2022-01-05 16:49:38.395 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-01-05 16:49:38.399 | + functions-common:save_stackenv:62 : time_stamp=2022-01-05-164938 2022-01-05 16:49:38.402 | + functions-common:save_stackenv:63 : echo '# 2022-01-05-164938 740' 2022-01-05 16:49:38.405 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:49:38.407 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-01-05 16:49:38.410 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:49:38.412 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-01-05 16:49:38.415 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:49:38.417 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-01-05 16:49:38.420 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:49:38.422 | + 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,c-vol,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,c-bak,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 2022-01-05 16:49:38.425 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:49:38.427 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.48 2022-01-05 16:49:38.429 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:49:38.431 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.48/identity 2022-01-05 16:49:38.434 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:49:38.436 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-01-05-164936 2022-01-05 16:49:38.439 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:49:38.441 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-01-05 16:49:38.443 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:49:38.445 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.48 2022-01-05 16:49:38.448 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:49:38.450 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-01-05 16:49:38.453 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:49:38.455 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-01-05 16:49:38.457 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:49:38.459 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-01-05 16:49:38.462 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-01-05 16:49:38.465 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-01-05 16:49:38.467 | + ./stack.sh:main:751 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements stable/wallaby 2022-01-05 16:49:38.469 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/requirements.git 2022-01-05 16:49:38.471 | + functions-common:git_clone:524 : local git_dest=/opt/stack/requirements 2022-01-05 16:49:38.473 | + functions-common:git_clone:525 : local git_ref=stable/wallaby 2022-01-05 16:49:38.476 | + functions-common:git_clone:526 : local orig_dir 2022-01-05 16:49:38.478 | ++ functions-common:git_clone:527 : pwd 2022-01-05 16:49:38.482 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2022-01-05 16:49:38.484 | + functions-common:git_clone:528 : local git_clone_flags= 2022-01-05 16:49:38.487 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2022-01-05 16:49:38.502 | + functions-common:git_clone:530 : RECLONE=False 2022-01-05 16:49:38.504 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2022-01-05 16:49:38.507 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2022-01-05 16:49:38.509 | + functions-common:git_clone:544 : echo stable/wallaby 2022-01-05 16:49:38.510 | + functions-common:git_clone:544 : egrep -q '^refs' 2022-01-05 16:49:38.515 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/requirements ]] 2022-01-05 16:49:38.517 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2022-01-05 16:49:38.519 | + functions-common:git_clone:592 : cd /opt/stack/requirements 2022-01-05 16:49:38.522 | + functions-common:git_clone:593 : git show --oneline 2022-01-05 16:49:38.522 | + functions-common:git_clone:593 : head -1 2022-01-05 16:49:38.525 | 887d45e8 Update amqp version 2022-01-05 16:49:38.529 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2022-01-05 16:49:38.531 | + ./stack.sh:main:755 : echo_summary 'Installing package prerequisites' 2022-01-05 16:49:38.534 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-01-05 16:49:38.536 | + ./stack.sh:echo_summary:432 : echo -e Installing package prerequisites 2022-01-05 16:49:38.538 | + ./stack.sh:main:756 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-01-05 16:49:38.541 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-01-05 16:49:38.544 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-01-05 16:49:38.546 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-01-05 16:49:38.549 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-01-05 16:49:38.551 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-01-05 16:49:38.554 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-01-05 16:49:38.557 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-01-05 16:49:38.561 | ++ tools/install_prereqs.sh:source:47 : NOW=1641401378 2022-01-05 16:49:38.564 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-01-05 16:49:38.568 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=1641401129 2022-01-05 16:49:38.571 | ++ tools/install_prereqs.sh:source:49 : DELTA=249 2022-01-05 16:49:38.574 | ++ tools/install_prereqs.sh:source:50 : [[ 249 -lt 7200 ]] 2022-01-05 16:49:38.576 | ++ tools/install_prereqs.sh:source:50 : [[ -z 0 ]] 2022-01-05 16:49:38.579 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-01-05 16:49:38.581 | ++ functions-common:export_proxy_variables:2122 : isset http_proxy 2022-01-05 16:49:38.583 | ++ functions-common:isset:174 : [[ -v http_proxy ]] 2022-01-05 16:49:38.586 | ++ functions-common:export_proxy_variables:2125 : isset https_proxy 2022-01-05 16:49:38.588 | ++ functions-common:isset:174 : [[ -v https_proxy ]] 2022-01-05 16:49:38.591 | ++ functions-common:export_proxy_variables:2128 : isset no_proxy 2022-01-05 16:49:38.593 | ++ functions-common:isset:174 : [[ -v no_proxy ]] 2022-01-05 16:49:38.596 | +++ 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,c-vol,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,c-bak,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 2022-01-05 16:49:38.643 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-01-05 16:49:38.643 | apache2-dev 2022-01-05 16:49:38.643 | bc 2022-01-05 16:49:38.643 | bsdmainutils 2022-01-05 16:49:38.643 | curl 2022-01-05 16:49:38.643 | g++ 2022-01-05 16:49:38.643 | gcc 2022-01-05 16:49:38.643 | gettext 2022-01-05 16:49:38.643 | git 2022-01-05 16:49:38.643 | graphviz 2022-01-05 16:49:38.643 | iputils-ping 2022-01-05 16:49:38.643 | libapache2-mod-proxy-uwsgi 2022-01-05 16:49:38.643 | libffi-dev 2022-01-05 16:49:38.643 | libjpeg-dev 2022-01-05 16:49:38.643 | libmysqlclient-dev 2022-01-05 16:49:38.643 | libpcre3-dev 2022-01-05 16:49:38.643 | libpq-dev 2022-01-05 16:49:38.643 | libssl-dev 2022-01-05 16:49:38.643 | libsystemd-dev 2022-01-05 16:49:38.643 | libxml2-dev 2022-01-05 16:49:38.643 | libxslt1-dev 2022-01-05 16:49:38.643 | libyaml-dev 2022-01-05 16:49:38.643 | lsof 2022-01-05 16:49:38.643 | openssh-server 2022-01-05 16:49:38.643 | openssl 2022-01-05 16:49:38.643 | pkg-config 2022-01-05 16:49:38.643 | psmisc 2022-01-05 16:49:38.643 | python3-dev 2022-01-05 16:49:38.643 | python3-pip 2022-01-05 16:49:38.643 | python3-systemd 2022-01-05 16:49:38.644 | python3-venv 2022-01-05 16:49:38.644 | tar 2022-01-05 16:49:38.644 | tcpdump 2022-01-05 16:49:38.644 | unzip 2022-01-05 16:49:38.644 | uuid-runtime 2022-01-05 16:49:38.644 | wget 2022-01-05 16:49:38.644 | wget 2022-01-05 16:49:38.644 | zlib1g-dev 2022-01-05 16:49:38.644 | libkrb5-dev 2022-01-05 16:49:38.644 | libldap2-dev 2022-01-05 16:49:38.644 | libsasl2-dev 2022-01-05 16:49:38.644 | memcached 2022-01-05 16:49:38.644 | python3-mysqldb 2022-01-05 16:49:38.644 | sqlite3 2022-01-05 16:49:38.644 | conntrack 2022-01-05 16:49:38.644 | curl 2022-01-05 16:49:38.644 | dnsmasq-base 2022-01-05 16:49:38.644 | dnsmasq-utils 2022-01-05 16:49:38.644 | ebtables 2022-01-05 16:49:38.644 | gawk 2022-01-05 16:49:38.644 | genisoimage 2022-01-05 16:49:38.644 | iptables 2022-01-05 16:49:38.644 | iputils-arping 2022-01-05 16:49:38.644 | kpartx 2022-01-05 16:49:38.644 | libjs-jquery-tablesorter 2022-01-05 16:49:38.644 | libmysqlclient-dev 2022-01-05 16:49:38.644 | parted 2022-01-05 16:49:38.644 | pm-utils 2022-01-05 16:49:38.644 | python3-mysqldb 2022-01-05 16:49:38.644 | socat 2022-01-05 16:49:38.644 | sqlite3 2022-01-05 16:49:38.644 | sudo 2022-01-05 16:49:38.644 | vlan 2022-01-05 16:49:38.644 | lsscsi 2022-01-05 16:49:38.644 | open-iscsi 2022-01-05 16:49:38.644 | lvm2 2022-01-05 16:49:38.644 | qemu-utils 2022-01-05 16:49:38.644 | thin-provisioning-tools 2022-01-05 16:49:38.645 | acl 2022-01-05 16:49:38.645 | dnsmasq-base 2022-01-05 16:49:38.645 | dnsmasq-utils 2022-01-05 16:49:38.645 | ebtables 2022-01-05 16:49:38.645 | haproxy 2022-01-05 16:49:38.645 | iptables 2022-01-05 16:49:38.645 | iputils-arping 2022-01-05 16:49:38.645 | iputils-ping 2022-01-05 16:49:38.645 | libmysqlclient-dev 2022-01-05 16:49:38.645 | postgresql-server-dev-all 2022-01-05 16:49:38.645 | python3-mysqldb 2022-01-05 16:49:38.645 | sqlite3 2022-01-05 16:49:38.645 | sudo 2022-01-05 16:49:38.645 | vlan 2022-01-05 16:49:38.645 | ipset 2022-01-05 16:49:38.645 | conntrack 2022-01-05 16:49:38.645 | conntrackd 2022-01-05 16:49:38.645 | keepalived 2022-01-05 16:49:38.645 | dstat 2022-01-05 16:49:38.645 | lvm2 2022-01-05 16:49:38.645 | qemu-utils 2022-01-05 16:49:38.645 | thin-provisioning-tools 2022-01-05 16:49:38.645 | curl 2022-01-05 16:49:38.645 | liberasurecode-dev 2022-01-05 16:49:38.645 | make 2022-01-05 16:49:38.645 | memcached 2022-01-05 16:49:38.645 | sqlite3 2022-01-05 16:49:38.645 | xfsprogs' 2022-01-05 16:49:38.646 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-01-05 16:49:38.664 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-01-05 16:49:38.664 | apache2-dev 2022-01-05 16:49:38.664 | bc 2022-01-05 16:49:38.664 | bsdmainutils 2022-01-05 16:49:38.664 | curl 2022-01-05 16:49:38.664 | g++ 2022-01-05 16:49:38.664 | gcc 2022-01-05 16:49:38.664 | gettext 2022-01-05 16:49:38.664 | git 2022-01-05 16:49:38.664 | graphviz 2022-01-05 16:49:38.664 | iputils-ping 2022-01-05 16:49:38.664 | libapache2-mod-proxy-uwsgi 2022-01-05 16:49:38.664 | libffi-dev 2022-01-05 16:49:38.664 | libjpeg-dev 2022-01-05 16:49:38.664 | libmysqlclient-dev 2022-01-05 16:49:38.664 | libpcre3-dev 2022-01-05 16:49:38.664 | libpq-dev 2022-01-05 16:49:38.664 | libssl-dev 2022-01-05 16:49:38.664 | libsystemd-dev 2022-01-05 16:49:38.664 | libxml2-dev 2022-01-05 16:49:38.664 | libxslt1-dev 2022-01-05 16:49:38.664 | libyaml-dev 2022-01-05 16:49:38.664 | lsof 2022-01-05 16:49:38.664 | openssh-server 2022-01-05 16:49:38.664 | openssl 2022-01-05 16:49:38.664 | pkg-config 2022-01-05 16:49:38.664 | psmisc 2022-01-05 16:49:38.664 | python3-dev 2022-01-05 16:49:38.664 | python3-pip 2022-01-05 16:49:38.664 | python3-systemd 2022-01-05 16:49:38.664 | python3-venv 2022-01-05 16:49:38.664 | tar 2022-01-05 16:49:38.665 | tcpdump 2022-01-05 16:49:38.665 | unzip 2022-01-05 16:49:38.665 | uuid-runtime 2022-01-05 16:49:38.665 | wget 2022-01-05 16:49:38.665 | wget 2022-01-05 16:49:38.665 | zlib1g-dev 2022-01-05 16:49:38.665 | libkrb5-dev 2022-01-05 16:49:38.665 | libldap2-dev 2022-01-05 16:49:38.665 | libsasl2-dev 2022-01-05 16:49:38.665 | memcached 2022-01-05 16:49:38.665 | python3-mysqldb 2022-01-05 16:49:38.665 | sqlite3 2022-01-05 16:49:38.665 | conntrack 2022-01-05 16:49:38.665 | curl 2022-01-05 16:49:38.665 | dnsmasq-base 2022-01-05 16:49:38.665 | dnsmasq-utils 2022-01-05 16:49:38.665 | ebtables 2022-01-05 16:49:38.665 | gawk 2022-01-05 16:49:38.665 | genisoimage 2022-01-05 16:49:38.665 | iptables 2022-01-05 16:49:38.665 | iputils-arping 2022-01-05 16:49:38.665 | kpartx 2022-01-05 16:49:38.665 | libjs-jquery-tablesorter 2022-01-05 16:49:38.665 | libmysqlclient-dev 2022-01-05 16:49:38.665 | parted 2022-01-05 16:49:38.665 | pm-utils 2022-01-05 16:49:38.665 | python3-mysqldb 2022-01-05 16:49:38.665 | socat 2022-01-05 16:49:38.665 | sqlite3 2022-01-05 16:49:38.665 | sudo 2022-01-05 16:49:38.665 | vlan 2022-01-05 16:49:38.665 | lsscsi 2022-01-05 16:49:38.665 | open-iscsi 2022-01-05 16:49:38.665 | lvm2 2022-01-05 16:49:38.665 | qemu-utils 2022-01-05 16:49:38.665 | thin-provisioning-tools 2022-01-05 16:49:38.665 | acl 2022-01-05 16:49:38.665 | dnsmasq-base 2022-01-05 16:49:38.665 | dnsmasq-utils 2022-01-05 16:49:38.666 | ebtables 2022-01-05 16:49:38.666 | haproxy 2022-01-05 16:49:38.666 | iptables 2022-01-05 16:49:38.666 | iputils-arping 2022-01-05 16:49:38.666 | iputils-ping 2022-01-05 16:49:38.666 | libmysqlclient-dev 2022-01-05 16:49:38.666 | postgresql-server-dev-all 2022-01-05 16:49:38.666 | python3-mysqldb 2022-01-05 16:49:38.666 | sqlite3 2022-01-05 16:49:38.666 | sudo 2022-01-05 16:49:38.666 | vlan 2022-01-05 16:49:38.666 | ipset 2022-01-05 16:49:38.666 | conntrack 2022-01-05 16:49:38.666 | conntrackd 2022-01-05 16:49:38.666 | keepalived 2022-01-05 16:49:38.666 | dstat 2022-01-05 16:49:38.666 | lvm2 2022-01-05 16:49:38.666 | qemu-utils 2022-01-05 16:49:38.666 | thin-provisioning-tools 2022-01-05 16:49:38.666 | curl 2022-01-05 16:49:38.666 | liberasurecode-dev 2022-01-05 16:49:38.666 | make 2022-01-05 16:49:38.666 | memcached 2022-01-05 16:49:38.666 | sqlite3 2022-01-05 16:49:38.666 | xfsprogs ' 2022-01-05 16:49:38.668 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-01-05 16:49:38.670 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:49:38.672 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:49:38.675 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ 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 gawk 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 2022-01-05 16:49:38.676 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-01-05 16:49:38.680 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ 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 gawk 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 2022-01-05 16:49:38.682 | ++ functions-common:install_package:1342 : update_package_repo 2022-01-05 16:49:38.684 | ++ functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2022-01-05 16:49:38.687 | ++ functions-common:update_package_repo:1315 : REPOS_UPDATED=False 2022-01-05 16:49:38.689 | ++ functions-common:update_package_repo:1316 : RETRY_UPDATE=False 2022-01-05 16:49:38.691 | ++ functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2022-01-05 16:49:38.693 | ++ functions-common:update_package_repo:1322 : is_ubuntu 2022-01-05 16:49:38.695 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:49:38.697 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:49:38.699 | ++ functions-common:update_package_repo:1323 : apt_get_update 2022-01-05 16:49:38.702 | ++ functions-common:apt_get_update:1068 : [[ False == \T\r\u\e ]] 2022-01-05 16:49:38.704 | ++ functions-common:apt_get_update:1073 : [[ False = \T\r\u\e ]] 2022-01-05 16:49:38.706 | ++ functions-common:apt_get_update:1075 : local sudo=sudo 2022-01-05 16:49:38.708 | +++ functions-common:apt_get_update:1076 : id -u 2022-01-05 16:49:38.712 | ++ functions-common:apt_get_update:1076 : [[ 1000 = \0 ]] 2022-01-05 16:49:38.714 | ++ functions-common:apt_get_update:1079 : time_start apt-get-update 2022-01-05 16:49:38.716 | ++ functions-common:time_start:2290 : local name=apt-get-update 2022-01-05 16:49:38.718 | ++ functions-common:time_start:2291 : local start_time= 2022-01-05 16:49:38.720 | ++ functions-common:time_start:2292 : [[ -n '' ]] 2022-01-05 16:49:38.723 | +++ functions-common:time_start:2295 : date +%s%3N 2022-01-05 16:49:38.726 | ++ functions-common:time_start:2295 : _TIME_START[$name]=1641401378724 2022-01-05 16:49:38.729 | ++ functions-common:apt_get_update:1081 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-01-05 16:49:38.731 | ++ functions-common:apt_get_update:1082 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-01-05 16:49:38.733 | ++ 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' 2022-01-05 16:49:39.115 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-01-05 16:49:39.116 | Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2022-01-05 16:49:39.236 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2022-01-05 16:49:39.752 | Hit:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2022-01-05 16:49:40.075 | Fetched 228 kB in 1s (213 kB/s) 2022-01-05 16:49:41.619 | Reading package lists... 2022-01-05 16:49:41.652 | ++ functions-common:apt_get_update:1087 : REPOS_UPDATED=True 2022-01-05 16:49:41.654 | ++ functions-common:apt_get_update:1089 : time_stop apt-get-update 2022-01-05 16:49:41.656 | ++ functions-common:time_stop:2304 : local name 2022-01-05 16:49:41.658 | ++ functions-common:time_stop:2305 : local end_time 2022-01-05 16:49:41.660 | ++ functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:49:41.662 | ++ functions-common:time_stop:2307 : local total 2022-01-05 16:49:41.664 | ++ functions-common:time_stop:2308 : local start_time 2022-01-05 16:49:41.667 | ++ functions-common:time_stop:2310 : name=apt-get-update 2022-01-05 16:49:41.669 | ++ functions-common:time_stop:2311 : start_time=1641401378724 2022-01-05 16:49:41.671 | ++ functions-common:time_stop:2313 : [[ -z 1641401378724 ]] 2022-01-05 16:49:41.673 | +++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:49:41.677 | ++ functions-common:time_stop:2316 : end_time=1641401381675 2022-01-05 16:49:41.679 | ++ functions-common:time_stop:2317 : elapsed_time=2951 2022-01-05 16:49:41.682 | ++ functions-common:time_stop:2318 : total=0 2022-01-05 16:49:41.684 | ++ functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:49:41.686 | ++ functions-common:time_stop:2321 : _TIME_TOTAL[$name]=2951 2022-01-05 16:49:41.688 | ++ functions-common:install_package:1343 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ 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 gawk 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 2022-01-05 16:49:41.690 | ++ functions-common:real_install_package:1328 : is_ubuntu 2022-01-05 16:49:41.692 | ++ functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:49:41.694 | ++ functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:49:41.697 | ++ functions-common:real_install_package:1329 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ 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 gawk 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 2022-01-05 16:49:41.718 | ++ 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++ 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 gawk 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 2022-01-05 16:49:41.827 | Reading package lists... 2022-01-05 16:49:42.061 | Building dependency tree... 2022-01-05 16:49:42.062 | Reading state information... 2022-01-05 16:49:42.094 | acl is already the newest version (2.2.53-6). 2022-01-05 16:49:42.095 | bc is already the newest version (1.07.1-2build1). 2022-01-05 16:49:42.095 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-01-05 16:49:42.095 | conntrack is already the newest version (1:1.4.5-2). 2022-01-05 16:49:42.095 | ebtables is already the newest version (2.0.11-3build1). 2022-01-05 16:49:42.095 | g++ is already the newest version (4:9.3.0-1ubuntu2). 2022-01-05 16:49:42.095 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-01-05 16:49:42.095 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-01-05 16:49:42.095 | genisoimage is already the newest version (9:1.1.11-3.1ubuntu1). 2022-01-05 16:49:42.095 | gettext is already the newest version (0.19.8.1-10build1). 2022-01-05 16:49:42.095 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-01-05 16:49:42.095 | iputils-arping is already the newest version (3:20190709-3). 2022-01-05 16:49:42.095 | iputils-ping is already the newest version (3:20190709-3). 2022-01-05 16:49:42.095 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-01-05 16:49:42.095 | liberasurecode-dev is already the newest version (1.6.1-4). 2022-01-05 16:49:42.095 | libffi-dev is already the newest version (3.3-4). 2022-01-05 16:49:42.095 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2022-01-05 16:49:42.095 | libpcre3-dev is already the newest version (2:8.39-12build1). 2022-01-05 16:49:42.095 | libsasl2-dev is already the newest version (2.1.27+dfsg-2). 2022-01-05 16:49:42.095 | libxslt1-dev is already the newest version (1.1.34-4). 2022-01-05 16:49:42.095 | libyaml-dev is already the newest version (0.2.2-1). 2022-01-05 16:49:42.095 | lsscsi is already the newest version (0.30-0.1). 2022-01-05 16:49:42.095 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-01-05 16:49:42.095 | make is already the newest version (4.2.1-1.2). 2022-01-05 16:49:42.095 | pkg-config is already the newest version (0.29.1-0ubuntu4). 2022-01-05 16:49:42.095 | psmisc is already the newest version (23.3-1). 2022-01-05 16:49:42.095 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-01-05 16:49:42.095 | python3-mysqldb is already the newest version (1.4.4-2build1). 2022-01-05 16:49:42.095 | python3-systemd is already the newest version (234-3build2). 2022-01-05 16:49:42.095 | socat is already the newest version (1.7.3.3-2). 2022-01-05 16:49:42.095 | tcpdump is already the newest version (4.9.3-4). 2022-01-05 16:49:42.095 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-01-05 16:49:42.095 | unzip is already the newest version (6.0-25ubuntu1). 2022-01-05 16:49:42.095 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-01-05 16:49:42.096 | conntrackd is already the newest version (1:1.4.5-2). 2022-01-05 16:49:42.096 | dstat is already the newest version (0.7.4-6). 2022-01-05 16:49:42.096 | graphviz is already the newest version (2.42.2-3build2). 2022-01-05 16:49:42.096 | libjs-jquery-tablesorter is already the newest version (1:2.31.1+dfsg1-1). 2022-01-05 16:49:42.096 | pm-utils is already the newest version (1.4.1-19). 2022-01-05 16:49:42.096 | python3-venv is already the newest version (3.8.2-0ubuntu2). 2022-01-05 16:49:42.096 | apache2 is already the newest version (2.4.41-4ubuntu3.8). 2022-01-05 16:49:42.096 | apache2-dev is already the newest version (2.4.41-4ubuntu3.8). 2022-01-05 16:49:42.096 | curl is already the newest version (7.68.0-1ubuntu2.7). 2022-01-05 16:49:42.096 | dnsmasq-base is already the newest version (2.80-1.1ubuntu1.4). 2022-01-05 16:49:42.096 | dnsmasq-utils is already the newest version (2.80-1.1ubuntu1.4). 2022-01-05 16:49:42.096 | git is already the newest version (1:2.25.1-1ubuntu3.2). 2022-01-05 16:49:42.096 | haproxy is already the newest version (2.0.13-2ubuntu0.3). 2022-01-05 16:49:42.096 | ipset is already the newest version (7.5-1ubuntu0.20.04.1). 2022-01-05 16:49:42.096 | keepalived is already the newest version (1:2.0.19-2ubuntu0.1). 2022-01-05 16:49:42.096 | libkrb5-dev is already the newest version (1.17-6ubuntu4.1). 2022-01-05 16:49:42.096 | libldap2-dev is already the newest version (2.4.49+dfsg-2ubuntu1.8). 2022-01-05 16:49:42.096 | libmysqlclient-dev is already the newest version (8.0.27-0ubuntu0.20.04.1). 2022-01-05 16:49:42.096 | libpq-dev is already the newest version (12.9-0ubuntu0.20.04.1). 2022-01-05 16:49:42.096 | libssl-dev is already the newest version (1.1.1f-1ubuntu2.10). 2022-01-05 16:49:42.096 | libsystemd-dev is already the newest version (245.4-4ubuntu3.14). 2022-01-05 16:49:42.096 | libxml2-dev is already the newest version (2.9.10+dfsg-5ubuntu0.20.04.1). 2022-01-05 16:49:42.096 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-01-05 16:49:42.096 | memcached is already the newest version (1.5.22-2ubuntu0.2). 2022-01-05 16:49:42.096 | open-iscsi is already the newest version (2.0.874-7.1ubuntu6.2). 2022-01-05 16:49:42.096 | openssh-server is already the newest version (1:8.2p1-4ubuntu0.3). 2022-01-05 16:49:42.096 | openssl is already the newest version (1.1.1f-1ubuntu2.10). 2022-01-05 16:49:42.096 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-01-05 16:49:42.096 | qemu-utils is already the newest version (1:4.2-3ubuntu6.19). 2022-01-05 16:49:42.096 | sqlite3 is already the newest version (3.31.1-4ubuntu0.2). 2022-01-05 16:49:42.096 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-01-05 16:49:42.096 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.1). 2022-01-05 16:49:42.096 | uuid-runtime is already the newest version (2.34-0.1ubuntu9.1). 2022-01-05 16:49:42.096 | wget is already the newest version (1.20.3-1ubuntu2). 2022-01-05 16:49:42.096 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.2). 2022-01-05 16:49:42.303 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.8). 2022-01-05 16:49:42.303 | python3-pip is already the newest version (20.0.2-5ubuntu1.6). 2022-01-05 16:49:42.303 | vlan is already the newest version (2.0.4ubuntu1.20.04.1). 2022-01-05 16:49:42.303 | The following packages were automatically installed and are no longer required: 2022-01-05 16:49:42.304 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-01-05 16:49:42.304 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-01-05 16:49:42.304 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-01-05 16:49:42.304 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-01-05 16:49:42.304 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-01-05 16:49:42.304 | python3-zope.interface 2022-01-05 16:49:42.304 | Use 'sudo apt autoremove' to remove them. 2022-01-05 16:49:42.305 | The following additional packages will be installed: 2022-01-05 16:49:42.305 | llvm-10-dev llvm-10-tools postgresql-server-dev-12 python3-yaml 2022-01-05 16:49:42.370 | The following NEW packages will be installed: 2022-01-05 16:49:42.370 | llvm-10-dev llvm-10-tools postgresql-server-dev-12 postgresql-server-dev-all 2022-01-05 16:49:42.370 | python3-yaml 2022-01-05 16:49:42.952 | 0 upgraded, 5 newly installed, 0 to remove and 107 not upgraded. 2022-01-05 16:49:42.952 | Need to get 0 B/27.4 MB of archives. 2022-01-05 16:49:42.952 | After this operation, 211 MB of additional disk space will be used. 2022-01-05 16:49:43.108 | Selecting previously unselected package python3-yaml. 2022-01-05 16:49:43.162 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 86621 files and directories currently installed.) 2022-01-05 16:49:43.166 | Preparing to unpack .../python3-yaml_5.3.1-1ubuntu0.1_amd64.deb ... 2022-01-05 16:49:43.215 | Unpacking python3-yaml (5.3.1-1ubuntu0.1) ... 2022-01-05 16:49:43.564 | Selecting previously unselected package llvm-10-tools. 2022-01-05 16:49:43.573 | Preparing to unpack .../llvm-10-tools_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-01-05 16:49:43.624 | Unpacking llvm-10-tools (1:10.0.0-4ubuntu1) ... 2022-01-05 16:49:44.219 | Selecting previously unselected package llvm-10-dev. 2022-01-05 16:49:44.230 | Preparing to unpack .../llvm-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-01-05 16:49:44.327 | Unpacking llvm-10-dev (1:10.0.0-4ubuntu1) ... 2022-01-05 16:49:49.253 | Selecting previously unselected package postgresql-server-dev-12. 2022-01-05 16:49:49.264 | Preparing to unpack .../postgresql-server-dev-12_12.9-0ubuntu0.20.04.1_amd64.deb ... 2022-01-05 16:49:49.306 | Unpacking postgresql-server-dev-12 (12.9-0ubuntu0.20.04.1) ... 2022-01-05 16:49:49.918 | Selecting previously unselected package postgresql-server-dev-all. 2022-01-05 16:49:49.928 | Preparing to unpack .../postgresql-server-dev-all_214ubuntu0.1_all.deb ... 2022-01-05 16:49:49.975 | Unpacking postgresql-server-dev-all (214ubuntu0.1) ... 2022-01-05 16:49:50.382 | Setting up python3-yaml (5.3.1-1ubuntu0.1) ... 2022-01-05 16:49:50.843 | Setting up llvm-10-tools (1:10.0.0-4ubuntu1) ... 2022-01-05 16:49:51.021 | Setting up llvm-10-dev (1:10.0.0-4ubuntu1) ... 2022-01-05 16:49:51.163 | Setting up postgresql-server-dev-12 (12.9-0ubuntu0.20.04.1) ... 2022-01-05 16:49:51.272 | Setting up postgresql-server-dev-all (214ubuntu0.1) ... 2022-01-05 16:49:51.472 | Processing triggers for man-db (2.9.1-1) ... 2022-01-05 16:49:52.002 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-01-05 16:49:59.186 | ++ functions-common:apt_get:1113 : result=0 2022-01-05 16:49:59.188 | ++ functions-common:apt_get:1116 : time_stop apt-get 2022-01-05 16:49:59.191 | ++ functions-common:time_stop:2304 : local name 2022-01-05 16:49:59.193 | ++ functions-common:time_stop:2305 : local end_time 2022-01-05 16:49:59.195 | ++ functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:49:59.198 | ++ functions-common:time_stop:2307 : local total 2022-01-05 16:49:59.200 | ++ functions-common:time_stop:2308 : local start_time 2022-01-05 16:49:59.202 | ++ functions-common:time_stop:2310 : name=apt-get 2022-01-05 16:49:59.204 | ++ functions-common:time_stop:2311 : start_time=1641401381715 2022-01-05 16:49:59.206 | ++ functions-common:time_stop:2313 : [[ -z 1641401381715 ]] 2022-01-05 16:49:59.209 | +++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:49:59.213 | ++ functions-common:time_stop:2316 : end_time=1641401399211 2022-01-05 16:49:59.215 | ++ functions-common:time_stop:2317 : elapsed_time=17496 2022-01-05 16:49:59.218 | ++ functions-common:time_stop:2318 : total=735 2022-01-05 16:49:59.220 | ++ functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:49:59.222 | ++ functions-common:time_stop:2321 : _TIME_TOTAL[$name]=18231 2022-01-05 16:49:59.224 | ++ functions-common:apt_get:1117 : return 0 2022-01-05 16:49:59.227 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2022-01-05 16:49:59.230 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2022-01-05 16:49:59.232 | ++ tools/install_prereqs.sh:source:88 : date +%s 2022-01-05 16:49:59.236 | ++ tools/install_prereqs.sh:source:89 : date 2022-01-05 16:49:59.240 | + ./stack.sh:main:759 : [[ False != \T\r\u\e ]] 2022-01-05 16:49:59.243 | + ./stack.sh:main:760 : PYPI_ALTERNATIVE_URL= 2022-01-05 16:49:59.245 | + ./stack.sh:main:760 : /home/ubuntu/devstack/tools/install_pip.sh 2022-01-05 16:50:00.676 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2022-01-05 16:50:00.678 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2022-01-05 16:50:00.680 | ++ tools/install_pip.sh:main:41 : basename https://bootstrap.pypa.io/get-pip.py 2022-01-05 16:50:00.683 | + tools/install_pip.sh:main:41 : LOCAL_PIP=/home/ubuntu/devstack/files/get-pip.py 2022-01-05 16:50:00.685 | + tools/install_pip.sh:main:43 : GetDistro 2022-01-05 16:50:00.687 | + functions-common:GetDistro:373 : GetOSVersion 2022-01-05 16:50:00.689 | + functions-common:GetOSVersion:350 : _ensure_lsb_release 2022-01-05 16:50:00.691 | ++ functions-common:_ensure_lsb_release:327 : command -v lsb_release 2022-01-05 16:50:00.693 | + functions-common:_ensure_lsb_release:327 : [[ -x /usr/bin/lsb_release ]] 2022-01-05 16:50:00.695 | + functions-common:_ensure_lsb_release:328 : return 2022-01-05 16:50:00.697 | ++ functions-common:GetOSVersion:352 : lsb_release -r -s 2022-01-05 16:50:00.764 | + functions-common:GetOSVersion:352 : os_RELEASE=20.04 2022-01-05 16:50:00.766 | ++ functions-common:GetOSVersion:353 : lsb_release -c -s 2022-01-05 16:50:00.835 | + functions-common:GetOSVersion:353 : os_CODENAME=focal 2022-01-05 16:50:00.839 | ++ functions-common:GetOSVersion:354 : lsb_release -i -s 2022-01-05 16:50:00.907 | + functions-common:GetOSVersion:354 : os_VENDOR=Ubuntu 2022-01-05 16:50:00.909 | + functions-common:GetOSVersion:356 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2022-01-05 16:50:00.911 | + functions-common:GetOSVersion:357 : os_PACKAGE=deb 2022-01-05 16:50:00.913 | + functions-common:GetOSVersion:362 : typeset -xr os_VENDOR 2022-01-05 16:50:00.915 | + functions-common:GetOSVersion:363 : typeset -xr os_RELEASE 2022-01-05 16:50:00.916 | + functions-common:GetOSVersion:364 : typeset -xr os_PACKAGE 2022-01-05 16:50:00.919 | + functions-common:GetOSVersion:365 : typeset -xr os_CODENAME 2022-01-05 16:50:00.921 | + functions-common:GetDistro:375 : [[ Ubuntu =~ (Ubuntu) ]] 2022-01-05 16:50:00.923 | + functions-common:GetDistro:378 : DISTRO=focal 2022-01-05 16:50:00.925 | + functions-common:GetDistro:422 : typeset -xr DISTRO 2022-01-05 16:50:00.927 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2022-01-05 16:50:00.927 | Distro: focal 2022-01-05 16:50:00.929 | + tools/install_pip.sh:main:127 : get_versions 2022-01-05 16:50:00.931 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-01-05 16:50:00.935 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-01-05 16:50:00.936 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-01-05 16:50:00.939 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-01-05 16:50:00.939 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-01-05 16:50:01.528 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-01-05 16:50:01.530 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-01-05 16:50:01.530 | pip: 21.3.1 2022-01-05 16:50:01.532 | + tools/install_pip.sh:get_versions:57 : python3.8 -m pip --version 2022-01-05 16:50:02.047 | pip 21.3.1 from /usr/local/lib/python3.8/dist-packages/pip (python 3.8) 2022-01-05 16:50:02.087 | + tools/install_pip.sh:main:129 : [[ -n '' ]] 2022-01-05 16:50:02.088 | + tools/install_pip.sh:main:134 : [[ focal == focal ]] 2022-01-05 16:50:02.090 | + tools/install_pip.sh:main:135 : exit 0 2022-01-05 16:50:02.093 | + ./stack.sh:main:764 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2022-01-05 16:50:02.096 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2022-01-05 16:50:02.099 | + ./stack.sh:main:765 : fixup_all 2022-01-05 16:50:02.102 | + tools/fixup_stuff.sh:fixup_all:196 : fixup_keystone 2022-01-05 16:50:02.104 | + tools/fixup_stuff.sh:fixup_keystone:39 : keystone_ports=35357,35358 2022-01-05 16:50:02.106 | + tools/fixup_stuff.sh:fixup_keystone:44 : sysctl net.ipv4.ip_local_reserved_ports 2022-01-05 16:50:02.111 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sysctl net.ipv4.ip_local_reserved_ports 2022-01-05 16:50:02.111 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : awk -F= '{print $2;}' 2022-01-05 16:50:02.112 | ++ tools/fixup_stuff.sh:fixup_keystone:46 : sed 's/^ //' 2022-01-05 16:50:02.117 | + tools/fixup_stuff.sh:fixup_keystone:46 : reserved_ports=35357-35358 2022-01-05 16:50:02.119 | + tools/fixup_stuff.sh:fixup_keystone:48 : [[ -z 35357-35358 ]] 2022-01-05 16:50:02.122 | + tools/fixup_stuff.sh:fixup_keystone:55 : sudo sysctl -w net.ipv4.ip_local_reserved_ports=35357,35358,35357-35358 2022-01-05 16:50:02.130 | net.ipv4.ip_local_reserved_ports = 35357,35358,35357-35358 2022-01-05 16:50:02.133 | + tools/fixup_stuff.sh:fixup_all:197 : fixup_ubuntu 2022-01-05 16:50:02.135 | + tools/fixup_stuff.sh:fixup_ubuntu:66 : [[ focal != \b\i\o\n\i\c ]] 2022-01-05 16:50:02.137 | + tools/fixup_stuff.sh:fixup_ubuntu:67 : return 2022-01-05 16:50:02.140 | + tools/fixup_stuff.sh:fixup_all:198 : fixup_fedora 2022-01-05 16:50:02.142 | + tools/fixup_stuff.sh:fixup_fedora:103 : is_fedora 2022-01-05 16:50:02.144 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-01-05 16:50:02.146 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-01-05 16:50:02.148 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-01-05 16:50:02.150 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-01-05 16:50:02.153 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-01-05 16:50:02.155 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-01-05 16:50:02.157 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-01-05 16:50:02.159 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-01-05 16:50:02.161 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-01-05 16:50:02.164 | + tools/fixup_stuff.sh:fixup_fedora:104 : return 2022-01-05 16:50:02.166 | + tools/fixup_stuff.sh:fixup_all:199 : fixup_suse 2022-01-05 16:50:02.169 | + tools/fixup_stuff.sh:fixup_suse:149 : is_suse 2022-01-05 16:50:02.171 | + functions-common:is_suse:462 : is_opensuse 2022-01-05 16:50:02.173 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-01-05 16:50:02.175 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-01-05 16:50:02.177 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-01-05 16:50:02.179 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-01-05 16:50:02.181 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-01-05 16:50:02.184 | + tools/fixup_stuff.sh:fixup_suse:150 : return 2022-01-05 16:50:02.186 | + ./stack.sh:main:768 : pip_install -U os-testr 2022-01-05 16:50:02.207 | Using python 3.8 to install os-testr 2022-01-05 16:50:02.210 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U os-testr 2022-01-05 16:50:02.931 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:50:02.931 | from cryptography.utils import int_from_bytes 2022-01-05 16:50:02.931 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:50:02.931 | from cryptography.utils import int_from_bytes 2022-01-05 16:50:03.914 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 16:50:03.945 | Requirement already satisfied: os-testr in /usr/local/lib/python3.8/dist-packages (2.0.0) 2022-01-05 16:50:04.013 | Requirement already satisfied: python-subunit>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (1.4.0) 2022-01-05 16:50:04.014 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (5.5.1) 2022-01-05 16:50:04.015 | Requirement already satisfied: stestr>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (3.1.0) 2022-01-05 16:50:04.016 | Requirement already satisfied: testtools>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (2.4.0) 2022-01-05 16:50:04.030 | Requirement already satisfied: extras in /usr/local/lib/python3.8/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2022-01-05 16:50:04.056 | Requirement already satisfied: cliff>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (3.7.0) 2022-01-05 16:50:04.057 | Requirement already satisfied: future in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (0.18.2) 2022-01-05 16:50:04.058 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (3.0.0) 2022-01-05 16:50:04.059 | Requirement already satisfied: PyYAML>=3.10.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (5.4.1) 2022-01-05 16:50:04.059 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (0.12.1) 2022-01-05 16:50:04.077 | Requirement already satisfied: traceback2 in /usr/local/lib/python3.8/dist-packages (from testtools>=2.2.0->os-testr) (1.4.0) 2022-01-05 16:50:04.078 | Requirement already satisfied: unittest2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=2.2.0->os-testr) (1.1.0) 2022-01-05 16:50:04.079 | Requirement already satisfied: python-mimeparse in /usr/local/lib/python3.8/dist-packages (from testtools>=2.2.0->os-testr) (1.6.0) 2022-01-05 16:50:04.080 | Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=2.2.0->os-testr) (1.15.0) 2022-01-05 16:50:04.093 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (2.4.7) 2022-01-05 16:50:04.094 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.7.2) 2022-01-05 16:50:04.095 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (1.5.0) 2022-01-05 16:50:04.112 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (3.3.0) 2022-01-05 16:50:04.159 | Collecting argparse 2022-01-05 16:50:04.167 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl (23 kB) 2022-01-05 16:50:04.187 | Requirement already satisfied: linecache2 in /usr/local/lib/python3.8/dist-packages (from traceback2->testtools>=2.2.0->os-testr) (1.0.0) 2022-01-05 16:50:04.256 | Requirement already satisfied: colorama>=0.3.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.4.4) 2022-01-05 16:50:04.257 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.2.5) 2022-01-05 16:50:04.258 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (1.8.2) 2022-01-05 16:50:04.259 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (20.3.0) 2022-01-05 16:50:05.513 | Installing collected packages: argparse 2022-01-05 16:50:05.677 | Successfully installed argparse-1.4.0 2022-01-05 16:50:05.678 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-01-05 16:50:05.788 | + inc/python:pip_install:200 : result=0 2022-01-05 16:50:05.790 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 16:50:05.792 | + functions-common:time_stop:2304 : local name 2022-01-05 16:50:05.795 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:50:05.797 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:50:05.799 | + functions-common:time_stop:2307 : local total 2022-01-05 16:50:05.801 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:50:05.803 | + functions-common:time_stop:2310 : name=pip_install 2022-01-05 16:50:05.805 | + functions-common:time_stop:2311 : start_time=1641401402202 2022-01-05 16:50:05.807 | + functions-common:time_stop:2313 : [[ -z 1641401402202 ]] 2022-01-05 16:50:05.810 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:50:05.814 | + functions-common:time_stop:2316 : end_time=1641401405812 2022-01-05 16:50:05.816 | + functions-common:time_stop:2317 : elapsed_time=3610 2022-01-05 16:50:05.818 | + functions-common:time_stop:2318 : total=0 2022-01-05 16:50:05.820 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:50:05.823 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=3610 2022-01-05 16:50:05.825 | + inc/python:pip_install:203 : return 0 2022-01-05 16:50:05.827 | + ./stack.sh:main:772 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2022-01-05 16:50:05.879 | + ./stack.sh:main:773 : sudo systemctl restart systemd-journald 2022-01-05 16:50:06.165 | + ./stack.sh:main:779 : install_infra 2022-01-05 16:50:06.168 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-01-05 16:50:06.171 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2022-01-05 16:50:06.173 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack/requirements/.venv 2022-01-05 16:50:09.336 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-01-05 16:50:09.338 | + lib/infra:install_infra:34 : pip_install -U pbr 2022-01-05 16:50:09.361 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2022-01-05 16:50:11.390 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:50:11.397 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:50:11.609 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:50:11.790 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:50:11.844 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:50:11.904 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:50:12.064 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 16:50:12.190 | Collecting pbr===5.5.1 2022-01-05 16:50:12.197 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b23/6cde0ac9a6aed/pbr-5.5.1-py2.py3-none-any.whl (106 kB) 2022-01-05 16:50:12.241 | Installing collected packages: pbr 2022-01-05 16:50:12.380 | Successfully installed pbr-5.5.1 2022-01-05 16:50:12.442 | + inc/python:pip_install:200 : result=0 2022-01-05 16:50:12.444 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 16:50:12.446 | + functions-common:time_stop:2304 : local name 2022-01-05 16:50:12.449 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:50:12.451 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:50:12.453 | + functions-common:time_stop:2307 : local total 2022-01-05 16:50:12.455 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:50:12.457 | + functions-common:time_stop:2310 : name=pip_install 2022-01-05 16:50:12.460 | + functions-common:time_stop:2311 : start_time=1641401409354 2022-01-05 16:50:12.462 | + functions-common:time_stop:2313 : [[ -z 1641401409354 ]] 2022-01-05 16:50:12.465 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:50:12.469 | + functions-common:time_stop:2316 : end_time=1641401412467 2022-01-05 16:50:12.471 | + functions-common:time_stop:2317 : elapsed_time=3113 2022-01-05 16:50:12.473 | + functions-common:time_stop:2318 : total=3610 2022-01-05 16:50:12.475 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:50:12.477 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=6723 2022-01-05 16:50:12.479 | + inc/python:pip_install:203 : return 0 2022-01-05 16:50:12.482 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-01-05 16:50:12.484 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2022-01-05 16:50:12.506 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt /opt/stack/requirements 2022-01-05 16:50:14.444 | Ignoring immutables: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:50:14.452 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:50:14.658 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:50:14.838 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:50:14.891 | Ignoring contextvars: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:50:14.950 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-01-05 16:50:15.111 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 16:50:15.113 | Processing /opt/stack/requirements 2022-01-05 16:50:16.487 | Collecting fixtures===3.0.0 2022-01-05 16:50:16.494 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67 kB) 2022-01-05 16:50:16.717 | Collecting PyYAML===5.4.1 2022-01-05 16:50:16.724 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8c1/be557ee92a20f/PyYAML-5.4.1-cp38-cp38-manylinux1_x86_64.whl (662 kB) 2022-01-05 16:50:16.897 | Collecting requests===2.25.1 2022-01-05 16:50:16.903 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c21/0084e36a42ae6/requests-2.25.1-py2.py3-none-any.whl (61 kB) 2022-01-05 16:50:16.988 | Collecting packaging===20.9 2022-01-05 16:50:16.994 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/677/14da7f7bc052e/packaging-20.9-py2.py3-none-any.whl (40 kB) 2022-01-05 16:50:17.059 | Collecting testtools===2.4.0 2022-01-05 16:50:17.065 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/36f/f4998177c7d32/testtools-2.4.0-py2.py3-none-any.whl (185 kB) 2022-01-05 16:50:17.166 | Collecting idna===2.10 2022-01-05 16:50:17.173 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/b97/d804b1e9b523b/idna-2.10-py2.py3-none-any.whl (58 kB) 2022-01-05 16:50:17.306 | Collecting pyparsing===2.4.7 2022-01-05 16:50:17.313 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef9/d7589ef3c200a/pyparsing-2.4.7-py2.py3-none-any.whl (67 kB) 2022-01-05 16:50:17.360 | Collecting six===1.15.0 2022-01-05 16:50:17.366 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8b7/4bedcbbbaca38/six-1.15.0-py2.py3-none-any.whl (10 kB) 2022-01-05 16:50:17.392 | Collecting Parsley>=1.2 2022-01-05 16:50:17.399 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88 kB) 2022-01-05 16:50:17.446 | Collecting beagle>=0.2.1 2022-01-05 16:50:17.453 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/34b/7236e550859b0/beagle-0.3.0-py3-none-any.whl (11 kB) 2022-01-05 16:50:17.478 | Requirement already satisfied: pbr===5.5.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (5.5.1) 2022-01-05 16:50:17.503 | Collecting chardet===4.0.0 2022-01-05 16:50:17.510 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f86/4054d66fd9118/chardet-4.0.0-py2.py3-none-any.whl (178 kB) 2022-01-05 16:50:17.611 | Collecting urllib3===1.26.3 2022-01-05 16:50:17.617 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/1b4/65e494e3e0d89/urllib3-1.26.3-py2.py3-none-any.whl (137 kB) 2022-01-05 16:50:17.714 | Collecting certifi===2021.10.8 2022-01-05 16:50:17.720 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d62/a0163eb4c2344/certifi-2021.10.8-py2.py3-none-any.whl (149 kB) 2022-01-05 16:50:17.765 | Collecting unittest2===1.1.0 2022-01-05 16:50:17.772 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/13f/77d0875db6d9b/unittest2-1.1.0-py2.py3-none-any.whl (96 kB) 2022-01-05 16:50:17.821 | Collecting python-mimeparse===1.6.0 2022-01-05 16:50:17.827 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/a29/5f03ff2034149/python_mimeparse-1.6.0-py2.py3-none-any.whl (6.1 kB) 2022-01-05 16:50:17.857 | Collecting traceback2===1.4.0 2022-01-05 16:50:17.863 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/825/3cebec4b19094/traceback2-1.4.0-py2.py3-none-any.whl (16 kB) 2022-01-05 16:50:17.893 | Collecting extras===1.0.0 2022-01-05 16:50:17.899 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2022-01-05 16:50:17.980 | Collecting cliff===3.7.0 2022-01-05 16:50:17.987 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/989/7aec5d621e652/cliff-3.7.0-py3-none-any.whl (80 kB) 2022-01-05 16:50:18.050 | Collecting argparse 2022-01-05 16:50:18.056 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/c31/647edb69fd3d4/argparse-1.4.0-py2.py3-none-any.whl (23 kB) 2022-01-05 16:50:18.081 | Collecting linecache2===1.0.0 2022-01-05 16:50:18.088 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/e78/be9c0a0dfcbac/linecache2-1.0.0-py2.py3-none-any.whl (12 kB) 2022-01-05 16:50:18.170 | Collecting stevedore===3.3.0 2022-01-05 16:50:18.176 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/50d/7b78fbaf0d04c/stevedore-3.3.0-py3-none-any.whl (49 kB) 2022-01-05 16:50:18.235 | Collecting prettytable===0.7.2 2022-01-05 16:50:18.241 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/788/48506f2c027f8/prettytable-0.7.2-py3-none-any.whl (13 kB) 2022-01-05 16:50:18.377 | Collecting cmd2===1.5.0 2022-01-05 16:50:18.384 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/31a/aeb590ec7bd2c/cmd2-1.5.0-py3-none-any.whl (133 kB) 2022-01-05 16:50:18.486 | Collecting wcwidth===0.2.5 2022-01-05 16:50:18.492 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2022-01-05 16:50:18.544 | Collecting pyperclip===1.8.2 2022-01-05 16:50:18.550 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/767/6e3b8b98bc6fb/pyperclip-1.8.2-py3-none-any.whl (11 kB) 2022-01-05 16:50:18.611 | Collecting colorama===0.4.4 2022-01-05 16:50:18.618 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/9f4/7eda37229f68e/colorama-0.4.4-py2.py3-none-any.whl (16 kB) 2022-01-05 16:50:18.667 | Collecting attrs===20.3.0 2022-01-05 16:50:18.685 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/31b/2eced602aa842/attrs-20.3.0-py2.py3-none-any.whl (49 kB) 2022-01-05 16:50:18.743 | Building wheels for collected packages: openstack-requirements 2022-01-05 16:50:18.743 | Building wheel for openstack-requirements (setup.py): started 2022-01-05 16:50:19.517 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2022-01-05 16:50:19.517 | ERROR: Command errored out with exit status 1: 2022-01-05 16:50:19.517 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-yysjl0eg/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-yysjl0eg/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-an5ybf3b 2022-01-05 16:50:19.517 | cwd: /tmp/pip-req-build-yysjl0eg/ 2022-01-05 16:50:19.517 | Complete output (6 lines): 2022-01-05 16:50:19.517 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2022-01-05 16:50:19.517 | or: setup.py --help [cmd1 cmd2 ...] 2022-01-05 16:50:19.517 | or: setup.py --help-commands 2022-01-05 16:50:19.517 | or: setup.py cmd --help 2022-01-05 16:50:19.517 | 2022-01-05 16:50:19.517 | error: invalid command 'bdist_wheel' 2022-01-05 16:50:19.517 | ---------------------------------------- 2022-01-05 16:50:19.517 | ERROR: Failed building wheel for openstack-requirements 2022-01-05 16:50:19.517 | Running setup.py clean for openstack-requirements 2022-01-05 16:50:20.301 | Failed to build openstack-requirements 2022-01-05 16:50:20.524 | Installing collected packages: chardet, certifi, attrs, linecache2, traceback2, argparse, six, unittest2, python-mimeparse, extras, testtools, fixtures, wcwidth, prettytable, urllib3, PyYAML, idna, requests, pyparsing, stevedore, pyperclip, colorama, cmd2, cliff, packaging, Parsley, beagle, openstack-requirements 2022-01-05 16:50:22.843 | Running setup.py install for openstack-requirements: started 2022-01-05 16:50:24.996 | Running setup.py install for openstack-requirements: finished with status 'done' 2022-01-05 16:50:25.035 | Successfully installed Parsley-1.3 PyYAML-5.4.1 argparse-1.4.0 attrs-20.3.0 beagle-0.3.0 certifi-2021.10.8 chardet-4.0.0 cliff-3.7.0 cmd2-1.5.0 colorama-0.4.4 extras-1.0.0 fixtures-3.0.0 idna-2.10 linecache2-1.0.0 openstack-requirements-1.2.1.dev4562 packaging-20.9 prettytable-0.7.2 pyparsing-2.4.7 pyperclip-1.8.2 python-mimeparse-1.6.0 requests-2.25.1 six-1.15.0 stevedore-3.3.0 testtools-2.4.0 traceback2-1.4.0 unittest2-1.1.0 urllib3-1.26.3 wcwidth-0.2.5 2022-01-05 16:50:25.179 | + inc/python:pip_install:200 : result=0 2022-01-05 16:50:25.181 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 16:50:25.184 | + functions-common:time_stop:2304 : local name 2022-01-05 16:50:25.186 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:50:25.188 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:50:25.191 | + functions-common:time_stop:2307 : local total 2022-01-05 16:50:25.193 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:50:25.196 | + functions-common:time_stop:2310 : name=pip_install 2022-01-05 16:50:25.199 | + functions-common:time_stop:2311 : start_time=1641401412498 2022-01-05 16:50:25.201 | + functions-common:time_stop:2313 : [[ -z 1641401412498 ]] 2022-01-05 16:50:25.204 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:50:25.208 | + functions-common:time_stop:2316 : end_time=1641401425205 2022-01-05 16:50:25.210 | + functions-common:time_stop:2317 : elapsed_time=12707 2022-01-05 16:50:25.212 | + functions-common:time_stop:2318 : total=6723 2022-01-05 16:50:25.214 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:50:25.216 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=19430 2022-01-05 16:50:25.220 | + inc/python:pip_install:203 : return 0 2022-01-05 16:50:25.222 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2022-01-05 16:50:25.225 | + lib/infra:install_infra:42 : use_library_from_git pbr 2022-01-05 16:50:25.227 | + inc/python:use_library_from_git:250 : local name=pbr 2022-01-05 16:50:25.229 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:25.232 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:25.234 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pbr, ]] 2022-01-05 16:50:25.237 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:25.239 | + lib/infra:install_infra:48 : pip_install -U pbr 2022-01-05 16:50:25.263 | Using python 3.8 to install pbr 2022-01-05 16:50:25.265 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2022-01-05 16:50:26.053 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:50:26.053 | from cryptography.utils import int_from_bytes 2022-01-05 16:50:26.053 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:50:26.053 | from cryptography.utils import int_from_bytes 2022-01-05 16:50:27.049 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 16:50:27.082 | Requirement already satisfied: pbr in /usr/local/lib/python3.8/dist-packages (5.5.1) 2022-01-05 16:50:28.650 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-01-05 16:50:28.758 | + inc/python:pip_install:200 : result=0 2022-01-05 16:50:28.760 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 16:50:28.762 | + functions-common:time_stop:2304 : local name 2022-01-05 16:50:28.764 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:50:28.766 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:50:28.768 | + functions-common:time_stop:2307 : local total 2022-01-05 16:50:28.770 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:50:28.772 | + functions-common:time_stop:2310 : name=pip_install 2022-01-05 16:50:28.774 | + functions-common:time_stop:2311 : start_time=1641401425257 2022-01-05 16:50:28.776 | + functions-common:time_stop:2313 : [[ -z 1641401425257 ]] 2022-01-05 16:50:28.779 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:50:28.783 | + functions-common:time_stop:2316 : end_time=1641401428781 2022-01-05 16:50:28.785 | + functions-common:time_stop:2317 : elapsed_time=3524 2022-01-05 16:50:28.787 | + functions-common:time_stop:2318 : total=19430 2022-01-05 16:50:28.789 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:50:28.791 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=22954 2022-01-05 16:50:28.794 | + inc/python:pip_install:203 : return 0 2022-01-05 16:50:28.796 | + ./stack.sh:main:782 : python3 -m venv /opt/stack/bindep-venv 2022-01-05 16:50:31.101 | + ./stack.sh:main:784 : /opt/stack/bindep-venv/bin/pip install bindep 2022-01-05 16:50:33.034 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 16:50:33.035 | Requirement already satisfied: bindep in /opt/stack/bindep-venv/lib/python3.8/site-packages (2.10.1) 2022-01-05 16:50:33.051 | Requirement already satisfied: packaging; python_version >= "3.6" in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (21.3) 2022-01-05 16:50:33.056 | Requirement already satisfied: distro in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.6.0) 2022-01-05 16:50:33.058 | Requirement already satisfied: Parsley in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.3) 2022-01-05 16:50:33.061 | Requirement already satisfied: pbr>=2.0.0 in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (5.8.0) 2022-01-05 16:50:33.064 | Requirement already satisfied: pyparsing!=3.0.5,>=2.0.2 in /opt/stack/bindep-venv/lib/python3.8/site-packages (from packaging; python_version >= "3.6"->bindep) (3.0.6) 2022-01-05 16:50:33.135 | + ./stack.sh:main:785 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-01-05 16:50:33.138 | + ./stack.sh:main:785 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-01-05 16:50:33.141 | ++ ./stack.sh:main:788 : _get_plugin_bindep_packages 2022-01-05 16:50:33.158 | + ./stack.sh:main:788 : pkgs= 2022-01-05 16:50:33.160 | + ./stack.sh:main:789 : [[ -n '' ]] 2022-01-05 16:50:33.163 | + ./stack.sh:main:796 : run_phase stack pre-install 2022-01-05 16:50:33.165 | + functions-common:run_phase:1732 : local mode=stack 2022-01-05 16:50:33.167 | + functions-common:run_phase:1733 : local phase=pre-install 2022-01-05 16:50:33.169 | + functions-common:run_phase:1734 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-01-05 16:50:33.172 | + functions-common:run_phase:1735 : local extra_plugin_file_name 2022-01-05 16:50:33.174 | + functions-common:run_phase:1736 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-01-05 16:50:33.176 | + functions-common:run_phase:1741 : local exceptions=80-tempest.sh 2022-01-05 16:50:33.178 | + functions-common:run_phase:1742 : local extra 2022-01-05 16:50:33.181 | ++ functions-common:run_phase:1743 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-01-05 16:50:33.185 | + functions-common:run_phase:1743 : extra=80-tempest.sh 2022-01-05 16:50:33.187 | + functions-common:run_phase:1744 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-01-05 16:50:33.189 | + functions-common:run_phase:1748 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-01-05 16:50:33.192 | + functions-common:run_phase:1748 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2022-01-05 16:50:33.194 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-01-05 16:50:33.209 | ++ functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:50:33.211 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-01-05 16:50:33.213 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-01-05 16:50:33.215 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2022-01-05 16:50:33.217 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-01-05 16:50:33.219 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-01-05 16:50:33.222 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-01-05 16:50:33.224 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2022-01-05 16:50:33.226 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2022-01-05 16:50:33.228 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2022-01-05 16:50:33.230 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2022-01-05 16:50:33.232 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2022-01-05 16:50:33.235 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-01-05 16:50:33.237 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-01-05 16:50:33.239 | + functions-common:run_phase:1753 : [[ stack == \s\o\u\r\c\e ]] 2022-01-05 16:50:33.241 | + functions-common:run_phase:1756 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-01-05 16:50:33.243 | + functions-common:run_phase:1759 : run_plugins stack pre-install 2022-01-05 16:50:33.247 | + functions-common:run_plugins:1718 : local mode=stack 2022-01-05 16:50:33.251 | + functions-common:run_plugins:1719 : local phase=pre-install 2022-01-05 16:50:33.253 | + functions-common:run_plugins:1721 : local plugins= 2022-01-05 16:50:33.255 | + functions-common:run_plugins:1722 : local plugin 2022-01-05 16:50:33.258 | + ./stack.sh:main:799 : set_systemd_override DefaultLimitNOFILE 2048 2022-01-05 16:50:33.261 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2022-01-05 16:50:33.264 | + functions:set_systemd_override:821 : local value=2048 2022-01-05 16:50:33.266 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2022-01-05 16:50:33.268 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2022-01-05 16:50:33.321 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2022-01-05 16:50:33.321 | Set systemd system override for DefaultLimitNOFILE=2048 2022-01-05 16:50:33.323 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2022-01-05 16:50:33.667 | + ./stack.sh:main:801 : install_rpc_backend 2022-01-05 16:50:33.669 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2022-01-05 16:50:33.685 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:50:33.688 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2022-01-05 16:50:33.690 | + functions-common:install_package:1342 : update_package_repo 2022-01-05 16:50:33.692 | + functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2022-01-05 16:50:33.695 | + functions-common:update_package_repo:1315 : REPOS_UPDATED=True 2022-01-05 16:50:33.697 | + functions-common:update_package_repo:1316 : RETRY_UPDATE=False 2022-01-05 16:50:33.699 | + functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2022-01-05 16:50:33.702 | + functions-common:update_package_repo:1322 : is_ubuntu 2022-01-05 16:50:33.704 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:50:33.706 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:50:33.708 | + functions-common:update_package_repo:1323 : apt_get_update 2022-01-05 16:50:33.711 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2022-01-05 16:50:33.713 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2022-01-05 16:50:33.716 | + functions-common:apt_get_update:1069 : return 2022-01-05 16:50:33.718 | + functions-common:install_package:1343 : real_install_package rabbitmq-server 2022-01-05 16:50:33.720 | + functions-common:real_install_package:1328 : is_ubuntu 2022-01-05 16:50:33.722 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:50:33.725 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:50:33.727 | + functions-common:real_install_package:1329 : apt_get install rabbitmq-server 2022-01-05 16:50:33.748 | + 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 rabbitmq-server 2022-01-05 16:50:33.858 | Reading package lists... 2022-01-05 16:50:34.087 | Building dependency tree... 2022-01-05 16:50:34.089 | Reading state information... 2022-01-05 16:50:34.333 | rabbitmq-server is already the newest version (3.8.2-0ubuntu1.3). 2022-01-05 16:50:34.333 | The following packages were automatically installed and are no longer required: 2022-01-05 16:50:34.334 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-01-05 16:50:34.334 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-01-05 16:50:34.334 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-01-05 16:50:34.334 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-01-05 16:50:34.334 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-01-05 16:50:34.334 | python3-zope.interface 2022-01-05 16:50:34.335 | Use 'sudo apt autoremove' to remove them. 2022-01-05 16:50:34.447 | 0 upgraded, 0 newly installed, 0 to remove and 107 not upgraded. 2022-01-05 16:50:34.452 | + functions-common:apt_get:1113 : result=0 2022-01-05 16:50:34.454 | + functions-common:apt_get:1116 : time_stop apt-get 2022-01-05 16:50:34.456 | + functions-common:time_stop:2304 : local name 2022-01-05 16:50:34.459 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:50:34.461 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:50:34.463 | + functions-common:time_stop:2307 : local total 2022-01-05 16:50:34.465 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:50:34.467 | + functions-common:time_stop:2310 : name=apt-get 2022-01-05 16:50:34.469 | + functions-common:time_stop:2311 : start_time=1641401433746 2022-01-05 16:50:34.472 | + functions-common:time_stop:2313 : [[ -z 1641401433746 ]] 2022-01-05 16:50:34.474 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:50:34.479 | + functions-common:time_stop:2316 : end_time=1641401434476 2022-01-05 16:50:34.481 | + functions-common:time_stop:2317 : elapsed_time=730 2022-01-05 16:50:34.483 | + functions-common:time_stop:2318 : total=18231 2022-01-05 16:50:34.485 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:50:34.487 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=18961 2022-01-05 16:50:34.490 | + functions-common:apt_get:1117 : return 0 2022-01-05 16:50:34.492 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2022-01-05 16:50:34.495 | + functions-common:is_suse:462 : is_opensuse 2022-01-05 16:50:34.497 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-01-05 16:50:34.500 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-01-05 16:50:34.502 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-01-05 16:50:34.504 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-01-05 16:50:34.506 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-01-05 16:50:34.509 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2022-01-05 16:50:34.512 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-01-05 16:50:34.514 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-01-05 16:50:34.516 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-01-05 16:50:34.518 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-01-05 16:50:34.521 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-01-05 16:50:34.523 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-01-05 16:50:34.525 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-01-05 16:50:34.528 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-01-05 16:50:34.530 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-01-05 16:50:34.532 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2022-01-05 16:50:34.535 | + functions-common:is_suse:462 : is_opensuse 2022-01-05 16:50:34.537 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-01-05 16:50:34.539 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-01-05 16:50:34.541 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-01-05 16:50:34.544 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-01-05 16:50:34.546 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-01-05 16:50:34.548 | + ./stack.sh:main:802 : restart_rpc_backend 2022-01-05 16:50:34.551 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2022-01-05 16:50:34.567 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:50:34.569 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2022-01-05 16:50:34.572 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-01-05 16:50:34.574 | + ./stack.sh:echo_summary:432 : echo -e Starting RabbitMQ 2022-01-05 16:50:34.577 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2022-01-05 16:50:34.580 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2022-01-05 16:50:34.584 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2022-01-05 16:50:34.586 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2022-01-05 16:50:34.588 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2022-01-05 16:50:34.591 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2022-01-05 16:50:34.593 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2022-01-05 16:50:34.595 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2022-01-05 16:50:34.598 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2022-01-05 16:50:35.301 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2022-01-05 16:50:35.301 | user tags 2022-01-05 16:50:35.301 | stackrabbit []' 2022-01-05 16:50:35.305 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2022-01-05 16:50:35.305 | user tags 2022-01-05 16:50:35.305 | stackrabbit []' 2022-01-05 16:50:35.305 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2022-01-05 16:50:35.311 | + lib/rpc_backend:rabbit_setuser:176 : found=stackrabbit 2022-01-05 16:50:35.314 | + lib/rpc_backend:rabbit_setuser:177 : '[' stackrabbit = stackrabbit ']' 2022-01-05 16:50:35.316 | + lib/rpc_backend:rabbit_setuser:178 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-01-05 16:50:35.990 | Changing password for user "stackrabbit" ... 2022-01-05 16:50:36.062 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2022-01-05 16:50:36.768 | Setting permissions for user "stackrabbit" in vhost "/" ... 2022-01-05 16:50:36.817 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2022-01-05 16:50:36.819 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-01-05 16:50:37.501 | Changing password for user "stackrabbit" ... 2022-01-05 16:50:37.564 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2022-01-05 16:50:37.566 | + lib/rpc_backend:restart_rpc_backend:116 : break 2022-01-05 16:50:37.568 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2022-01-05 16:50:38.254 | Deleting user "guest" ... 2022-01-05 16:50:38.269 | Error: 2022-01-05 16:50:38.269 | {:no_such_user, "guest"} 2022-01-05 16:50:38.282 | + lib/rpc_backend:restart_rpc_backend:119 : true 2022-01-05 16:50:38.284 | + ./stack.sh:main:804 : is_service_enabled mysql postgresql 2022-01-05 16:50:38.301 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:50:38.303 | + ./stack.sh:main:805 : install_database 2022-01-05 16:50:38.306 | + lib/database:install_database:116 : install_database_mysql 2022-01-05 16:50:38.308 | + lib/databases/mysql:install_database_mysql:150 : is_ubuntu 2022-01-05 16:50:38.310 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:50:38.312 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:50:38.315 | + lib/databases/mysql:install_database_mysql:153 : sudo debconf-set-selections 2022-01-05 16:50:38.724 | + lib/databases/mysql:install_database_mysql:163 : [[ ! -e /home/ubuntu/.my.cnf ]] 2022-01-05 16:50:38.727 | + lib/databases/mysql:install_database_mysql:176 : is_oraclelinux 2022-01-05 16:50:38.730 | + functions-common:is_oraclelinux:434 : [[ -z Ubuntu ]] 2022-01-05 16:50:38.732 | + functions-common:is_oraclelinux:438 : '[' Ubuntu = OracleServer ']' 2022-01-05 16:50:38.734 | + lib/databases/mysql:install_database_mysql:178 : is_fedora 2022-01-05 16:50:38.736 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-01-05 16:50:38.739 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-01-05 16:50:38.741 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-01-05 16:50:38.743 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-01-05 16:50:38.746 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-01-05 16:50:38.748 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-01-05 16:50:38.751 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-01-05 16:50:38.753 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-01-05 16:50:38.755 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-01-05 16:50:38.757 | + lib/databases/mysql:install_database_mysql:181 : is_suse 2022-01-05 16:50:38.760 | + functions-common:is_suse:462 : is_opensuse 2022-01-05 16:50:38.762 | + functions-common:is_opensuse:469 : [[ -z Ubuntu ]] 2022-01-05 16:50:38.764 | + functions-common:is_opensuse:473 : [[ Ubuntu =~ (openSUSE) ]] 2022-01-05 16:50:38.767 | + functions-common:is_suse:462 : is_suse_linux_enterprise 2022-01-05 16:50:38.769 | + functions-common:is_suse_linux_enterprise:481 : [[ -z Ubuntu ]] 2022-01-05 16:50:38.771 | + functions-common:is_suse_linux_enterprise:485 : [[ Ubuntu =~ (^SUSE) ]] 2022-01-05 16:50:38.773 | + lib/databases/mysql:install_database_mysql:184 : is_ubuntu 2022-01-05 16:50:38.776 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:50:38.778 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:50:38.781 | + lib/databases/mysql:install_database_mysql:185 : install_package mysql-server 2022-01-05 16:50:38.783 | + functions-common:install_package:1342 : update_package_repo 2022-01-05 16:50:38.785 | + functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2022-01-05 16:50:38.787 | + functions-common:update_package_repo:1315 : REPOS_UPDATED=True 2022-01-05 16:50:38.789 | + functions-common:update_package_repo:1316 : RETRY_UPDATE=False 2022-01-05 16:50:38.792 | + functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2022-01-05 16:50:38.794 | + functions-common:update_package_repo:1322 : is_ubuntu 2022-01-05 16:50:38.797 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:50:38.799 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:50:38.801 | + functions-common:update_package_repo:1323 : apt_get_update 2022-01-05 16:50:38.803 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2022-01-05 16:50:38.805 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2022-01-05 16:50:38.808 | + functions-common:apt_get_update:1069 : return 2022-01-05 16:50:38.811 | + functions-common:install_package:1343 : real_install_package mysql-server 2022-01-05 16:50:38.813 | + functions-common:real_install_package:1328 : is_ubuntu 2022-01-05 16:50:38.815 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:50:38.817 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:50:38.820 | + functions-common:real_install_package:1329 : apt_get install mysql-server 2022-01-05 16:50:38.840 | + 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 mysql-server 2022-01-05 16:50:38.949 | Reading package lists... 2022-01-05 16:50:39.192 | Building dependency tree... 2022-01-05 16:50:39.193 | Reading state information... 2022-01-05 16:50:39.443 | mysql-server is already the newest version (8.0.27-0ubuntu0.20.04.1). 2022-01-05 16:50:39.444 | The following packages were automatically installed and are no longer required: 2022-01-05 16:50:39.445 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-01-05 16:50:39.445 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-01-05 16:50:39.445 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-01-05 16:50:39.445 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-01-05 16:50:39.445 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-01-05 16:50:39.445 | python3-zope.interface 2022-01-05 16:50:39.445 | Use 'sudo apt autoremove' to remove them. 2022-01-05 16:50:39.558 | 0 upgraded, 0 newly installed, 0 to remove and 107 not upgraded. 2022-01-05 16:50:39.562 | + functions-common:apt_get:1113 : result=0 2022-01-05 16:50:39.564 | + functions-common:apt_get:1116 : time_stop apt-get 2022-01-05 16:50:39.566 | + functions-common:time_stop:2304 : local name 2022-01-05 16:50:39.568 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:50:39.571 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:50:39.573 | + functions-common:time_stop:2307 : local total 2022-01-05 16:50:39.575 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:50:39.578 | + functions-common:time_stop:2310 : name=apt-get 2022-01-05 16:50:39.580 | + functions-common:time_stop:2311 : start_time=1641401438837 2022-01-05 16:50:39.582 | + functions-common:time_stop:2313 : [[ -z 1641401438837 ]] 2022-01-05 16:50:39.584 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:50:39.589 | + functions-common:time_stop:2316 : end_time=1641401439586 2022-01-05 16:50:39.591 | + functions-common:time_stop:2317 : elapsed_time=749 2022-01-05 16:50:39.593 | + functions-common:time_stop:2318 : total=18961 2022-01-05 16:50:39.595 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:50:39.597 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=19710 2022-01-05 16:50:39.600 | + functions-common:apt_get:1117 : return 0 2022-01-05 16:50:39.602 | + ./stack.sh:main:807 : '[' -n mysql ']' 2022-01-05 16:50:39.604 | + ./stack.sh:main:808 : install_database_python 2022-01-05 16:50:39.606 | + lib/database:install_database_python:121 : install_database_python_mysql 2022-01-05 16:50:39.609 | + lib/databases/mysql:install_database_python_mysql:193 : pip_install_gr PyMySQL 2022-01-05 16:50:39.611 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2022-01-05 16:50:39.613 | + inc/python:pip_install_gr:77 : local clean_name 2022-01-05 16:50:39.616 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2022-01-05 16:50:39.619 | ++ inc/python:get_from_global_requirements:225 : local package=PyMySQL 2022-01-05 16:50:39.621 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-01-05 16:50:39.625 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-01-05 16:50:39.625 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2022-01-05 16:50:39.631 | ++ inc/python:get_from_global_requirements:227 : required_pkg='PyMySQL ' 2022-01-05 16:50:39.633 | ++ inc/python:get_from_global_requirements:228 : [[ PyMySQL == '' ]] 2022-01-05 16:50:39.636 | ++ inc/python:get_from_global_requirements:231 : echo PyMySQL 2022-01-05 16:50:39.639 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2022-01-05 16:50:39.641 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2022-01-05 16:50:39.663 | Using python 3.8 to install PyMySQL 2022-01-05 16:50:39.666 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt PyMySQL 2022-01-05 16:50:40.387 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:50:40.387 | from cryptography.utils import int_from_bytes 2022-01-05 16:50:40.387 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:50:40.387 | from cryptography.utils import int_from_bytes 2022-01-05 16:50:41.403 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 16:50:41.436 | Requirement already satisfied: PyMySQL in /usr/local/lib/python3.8/dist-packages (1.0.2) 2022-01-05 16:50:42.898 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-01-05 16:50:43.006 | + inc/python:pip_install:200 : result=0 2022-01-05 16:50:43.008 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 16:50:43.011 | + functions-common:time_stop:2304 : local name 2022-01-05 16:50:43.014 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:50:43.016 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:50:43.018 | + functions-common:time_stop:2307 : local total 2022-01-05 16:50:43.020 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:50:43.023 | + functions-common:time_stop:2310 : name=pip_install 2022-01-05 16:50:43.026 | + functions-common:time_stop:2311 : start_time=1641401439657 2022-01-05 16:50:43.028 | + functions-common:time_stop:2313 : [[ -z 1641401439657 ]] 2022-01-05 16:50:43.031 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:50:43.035 | + functions-common:time_stop:2316 : end_time=1641401443033 2022-01-05 16:50:43.038 | + functions-common:time_stop:2317 : elapsed_time=3376 2022-01-05 16:50:43.040 | + functions-common:time_stop:2318 : total=22954 2022-01-05 16:50:43.042 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:50:43.044 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=26330 2022-01-05 16:50:43.047 | + inc/python:pip_install:203 : return 0 2022-01-05 16:50:43.049 | + lib/databases/mysql:install_database_python_mysql:194 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2022-01-05 16:50:43.051 | + lib/databases/mysql:install_database_python_mysql:196 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-01-05 16:50:43.054 | + lib/databases/mysql:install_database_python_mysql:197 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2022-01-05 16:50:43.056 | + ./stack.sh:main:811 : is_service_enabled neutron 2022-01-05 16:50:43.072 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:50:43.075 | + ./stack.sh:main:812 : install_neutron_agent_packages 2022-01-05 16:50:43.077 | + lib/neutron:install_neutron_agent_packages:684 : is_neutron_legacy_enabled 2022-01-05 16:50:43.081 | ++ lib/neutron:is_neutron_legacy_enabled:131 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-01-05 16:50:43.081 | ++ lib/neutron:is_neutron_legacy_enabled:131 : sed s/neutron-//g 2022-01-05 16:50:43.086 | + lib/neutron:is_neutron_legacy_enabled:131 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-01-05 16:50:43.089 | + lib/neutron:is_neutron_legacy_enabled:132 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-01-05 16:50:43.091 | + lib/neutron:is_neutron_legacy_enabled:133 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,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,c-bak,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 =~ ,q- ]] 2022-01-05 16:50:43.094 | + lib/neutron:is_neutron_legacy_enabled:133 : return 0 2022-01-05 16:50:43.096 | + lib/neutron:install_neutron_agent_packages:686 : install_neutron_agent_packages_mutnauq 2022-01-05 16:50:43.098 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:457 : is_service_enabled q-l3 2022-01-05 16:50:43.114 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:50:43.116 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:458 : install_package radvd 2022-01-05 16:50:43.119 | + functions-common:install_package:1342 : update_package_repo 2022-01-05 16:50:43.121 | + functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2022-01-05 16:50:43.124 | + functions-common:update_package_repo:1315 : REPOS_UPDATED=True 2022-01-05 16:50:43.126 | + functions-common:update_package_repo:1316 : RETRY_UPDATE=False 2022-01-05 16:50:43.128 | + functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2022-01-05 16:50:43.131 | + functions-common:update_package_repo:1322 : is_ubuntu 2022-01-05 16:50:43.133 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:50:43.136 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:50:43.138 | + functions-common:update_package_repo:1323 : apt_get_update 2022-01-05 16:50:43.140 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2022-01-05 16:50:43.143 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2022-01-05 16:50:43.145 | + functions-common:apt_get_update:1069 : return 2022-01-05 16:50:43.147 | + functions-common:install_package:1343 : real_install_package radvd 2022-01-05 16:50:43.151 | + functions-common:real_install_package:1328 : is_ubuntu 2022-01-05 16:50:43.153 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:50:43.156 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:50:43.158 | + functions-common:real_install_package:1329 : apt_get install radvd 2022-01-05 16:50:43.180 | + 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 radvd 2022-01-05 16:50:43.298 | Reading package lists... 2022-01-05 16:50:43.539 | Building dependency tree... 2022-01-05 16:50:43.541 | Reading state information... 2022-01-05 16:50:43.794 | radvd is already the newest version (1:2.17-2). 2022-01-05 16:50:43.795 | The following packages were automatically installed and are no longer required: 2022-01-05 16:50:43.796 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-01-05 16:50:43.796 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-01-05 16:50:43.796 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-01-05 16:50:43.796 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-01-05 16:50:43.796 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-01-05 16:50:43.796 | python3-zope.interface 2022-01-05 16:50:43.796 | Use 'sudo apt autoremove' to remove them. 2022-01-05 16:50:43.908 | 0 upgraded, 0 newly installed, 0 to remove and 107 not upgraded. 2022-01-05 16:50:43.912 | + functions-common:apt_get:1113 : result=0 2022-01-05 16:50:43.915 | + functions-common:apt_get:1116 : time_stop apt-get 2022-01-05 16:50:43.917 | + functions-common:time_stop:2304 : local name 2022-01-05 16:50:43.919 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:50:43.921 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:50:43.923 | + functions-common:time_stop:2307 : local total 2022-01-05 16:50:43.926 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:50:43.928 | + functions-common:time_stop:2310 : name=apt-get 2022-01-05 16:50:43.930 | + functions-common:time_stop:2311 : start_time=1641401443177 2022-01-05 16:50:43.932 | + functions-common:time_stop:2313 : [[ -z 1641401443177 ]] 2022-01-05 16:50:43.935 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:50:43.939 | + functions-common:time_stop:2316 : end_time=1641401443937 2022-01-05 16:50:43.941 | + functions-common:time_stop:2317 : elapsed_time=760 2022-01-05 16:50:43.943 | + functions-common:time_stop:2318 : total=19710 2022-01-05 16:50:43.946 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:50:43.948 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=20470 2022-01-05 16:50:43.951 | + functions-common:apt_get:1117 : return 0 2022-01-05 16:50:43.953 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:461 : is_service_enabled q-agt q-dhcp q-l3 2022-01-05 16:50:43.970 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:50:43.972 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:462 : neutron_plugin_install_agent_packages 2022-01-05 16:50:43.974 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2022-01-05 16:50:43.977 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : get_packages openvswitch 2022-01-05 16:50:43.996 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:64 : install_package fakeroot make openvswitch-switch 2022-01-05 16:50:43.998 | + functions-common:install_package:1342 : update_package_repo 2022-01-05 16:50:44.001 | + functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2022-01-05 16:50:44.003 | + functions-common:update_package_repo:1315 : REPOS_UPDATED=True 2022-01-05 16:50:44.005 | + functions-common:update_package_repo:1316 : RETRY_UPDATE=False 2022-01-05 16:50:44.008 | + functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2022-01-05 16:50:44.010 | + functions-common:update_package_repo:1322 : is_ubuntu 2022-01-05 16:50:44.013 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:50:44.015 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:50:44.017 | + functions-common:update_package_repo:1323 : apt_get_update 2022-01-05 16:50:44.019 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2022-01-05 16:50:44.021 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2022-01-05 16:50:44.024 | + functions-common:apt_get_update:1069 : return 2022-01-05 16:50:44.027 | + functions-common:install_package:1343 : real_install_package fakeroot make openvswitch-switch 2022-01-05 16:50:44.029 | + functions-common:real_install_package:1328 : is_ubuntu 2022-01-05 16:50:44.031 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:50:44.033 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:50:44.036 | + functions-common:real_install_package:1329 : apt_get install fakeroot make openvswitch-switch 2022-01-05 16:50:44.055 | + 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 fakeroot make openvswitch-switch 2022-01-05 16:50:44.162 | Reading package lists... 2022-01-05 16:50:44.395 | Building dependency tree... 2022-01-05 16:50:44.396 | Reading state information... 2022-01-05 16:50:44.632 | fakeroot is already the newest version (1.24-1). 2022-01-05 16:50:44.632 | make is already the newest version (4.2.1-1.2). 2022-01-05 16:50:44.632 | openvswitch-switch is already the newest version (2.13.3-0ubuntu0.20.04.2). 2022-01-05 16:50:44.632 | The following packages were automatically installed and are no longer required: 2022-01-05 16:50:44.633 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-01-05 16:50:44.633 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-01-05 16:50:44.634 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-01-05 16:50:44.634 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-01-05 16:50:44.634 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-01-05 16:50:44.634 | python3-zope.interface 2022-01-05 16:50:44.634 | Use 'sudo apt autoremove' to remove them. 2022-01-05 16:50:44.746 | 0 upgraded, 0 newly installed, 0 to remove and 107 not upgraded. 2022-01-05 16:50:44.750 | + functions-common:apt_get:1113 : result=0 2022-01-05 16:50:44.752 | + functions-common:apt_get:1116 : time_stop apt-get 2022-01-05 16:50:44.754 | + functions-common:time_stop:2304 : local name 2022-01-05 16:50:44.756 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:50:44.758 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:50:44.760 | + functions-common:time_stop:2307 : local total 2022-01-05 16:50:44.763 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:50:44.765 | + functions-common:time_stop:2310 : name=apt-get 2022-01-05 16:50:44.767 | + functions-common:time_stop:2311 : start_time=1641401444052 2022-01-05 16:50:44.769 | + functions-common:time_stop:2313 : [[ -z 1641401444052 ]] 2022-01-05 16:50:44.771 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:50:44.775 | + functions-common:time_stop:2316 : end_time=1641401444773 2022-01-05 16:50:44.778 | + functions-common:time_stop:2317 : elapsed_time=721 2022-01-05 16:50:44.780 | + functions-common:time_stop:2318 : total=20470 2022-01-05 16:50:44.782 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:50:44.784 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=21191 2022-01-05 16:50:44.786 | + functions-common:apt_get:1117 : return 0 2022-01-05 16:50:44.788 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:65 : is_ubuntu 2022-01-05 16:50:44.792 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:50:44.794 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:50:44.796 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:66 : _neutron_ovs_base_install_ubuntu_dkms 2022-01-05 16:50:44.798 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:52 : local kernel_version 2022-01-05 16:50:44.801 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : uname -r 2022-01-05 16:50:44.805 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:53 : kernel_version=5.4.0-72-generic 2022-01-05 16:50:44.808 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:54 : local kernel_major_minor 2022-01-05 16:50:44.812 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : cut -d. -f1-2 2022-01-05 16:50:44.812 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : echo 5.4.0-72-generic 2022-01-05 16:50:44.816 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:55 : kernel_major_minor=5.4 2022-01-05 16:50:44.818 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:57 : vercmp 5.4 '<' 3.13 2022-01-05 16:50:44.821 | + functions:vercmp:628 : local v1=5.4 2022-01-05 16:50:44.824 | + functions:vercmp:629 : local 'op=<' 2022-01-05 16:50:44.826 | + functions:vercmp:630 : local v2=3.13 2022-01-05 16:50:44.828 | + functions:vercmp:631 : local result 2022-01-05 16:50:44.832 | ++ functions:vercmp:635 : sort -V 2022-01-05 16:50:44.832 | ++ functions:vercmp:635 : head -1 2022-01-05 16:50:44.832 | ++ functions:vercmp:635 : echo -e '5.4\n3.13' 2022-01-05 16:50:44.839 | + functions:vercmp:635 : result=3.13 2022-01-05 16:50:44.841 | + functions:vercmp:637 : case $op in 2022-01-05 16:50:44.843 | + functions:vercmp:647 : '[' 5.4 '!=' 3.13 ']' 2022-01-05 16:50:44.845 | + functions:vercmp:647 : '[' 3.13 = 5.4 ']' 2022-01-05 16:50:44.847 | + functions:vercmp:648 : return 2022-01-05 16:50:44.849 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:67 : restart_service openvswitch-switch 2022-01-05 16:50:44.852 | + functions-common:restart_service:2188 : '[' -x /bin/systemctl ']' 2022-01-05 16:50:44.854 | + functions-common:restart_service:2189 : sudo /bin/systemctl restart openvswitch-switch 2022-01-05 16:50:45.335 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2022-01-05 16:50:45.338 | + inc/python:use_library_from_git:250 : local name=os-ken 2022-01-05 16:50:45.340 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:45.343 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:45.346 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-ken, ]] 2022-01-05 16:50:45.348 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:45.351 | + ./stack.sh:main:815 : is_service_enabled etcd3 2022-01-05 16:50:45.371 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:50:45.373 | + ./stack.sh:main:816 : install_etcd3 2022-01-05 16:50:45.376 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2022-01-05 16:50:45.376 | Installing etcd 2022-01-05 16:50:45.378 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2022-01-05 16:50:45.391 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2022-01-05 16:50:45.404 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2022-01-05 16:50:45.406 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2022-01-05 16:50:45.424 | + lib/etcd3:install_etcd3:113 : local etcd_file 2022-01-05 16:50:45.427 | ++ lib/etcd3:install_etcd3:114 : get_extra_file https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-01-05 16:50:45.429 | ++ functions:get_extra_file:62 : local file_url=https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-01-05 16:50:45.433 | +++ functions:get_extra_file:64 : basename https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz 2022-01-05 16:50:45.437 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2022-01-05 16:50:45.440 | ++ functions:get_extra_file:65 : [[ https://github.com/etcd-io/etcd/releases/download/v3.3.12/etcd-v3.3.12-linux-amd64.tar.gz != file* ]] 2022-01-05 16:50:45.442 | ++ functions:get_extra_file:67 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2022-01-05 16:50:45.444 | ++ functions:get_extra_file:73 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-01-05 16:50:45.447 | ++ functions:get_extra_file:74 : return 2022-01-05 16:50:45.450 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-01-05 16:50:45.452 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2022-01-05 16:50:45.454 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2022-01-05 16:50:45.457 | + ./stack.sh:main:825 : is_service_enabled tls-proxy 2022-01-05 16:50:45.473 | + functions-common:is_service_enabled:1960 : return 1 2022-01-05 16:50:45.476 | + ./stack.sh:main:835 : install_dstat 2022-01-05 16:50:45.479 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2022-01-05 16:50:45.495 | + functions-common:is_service_enabled:1960 : return 1 2022-01-05 16:50:45.497 | + ./stack.sh:main:841 : echo_summary 'Installing OpenStack project source' 2022-01-05 16:50:45.500 | + ./stack.sh:echo_summary:426 : [[ -t 3 ]] 2022-01-05 16:50:45.502 | + ./stack.sh:echo_summary:432 : echo -e Installing OpenStack project source 2022-01-05 16:50:45.504 | + ./stack.sh:main:844 : install_libs 2022-01-05 16:50:45.507 | + lib/libraries:install_libs:88 : _install_lib_from_source automaton 2022-01-05 16:50:45.509 | + lib/libraries:_install_lib_from_source:72 : local name=automaton 2022-01-05 16:50:45.511 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git automaton 2022-01-05 16:50:45.513 | + inc/python:use_library_from_git:250 : local name=automaton 2022-01-05 16:50:45.516 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:45.518 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:45.520 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,automaton, ]] 2022-01-05 16:50:45.522 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:45.524 | + lib/libraries:install_libs:89 : _install_lib_from_source castellan 2022-01-05 16:50:45.527 | + lib/libraries:_install_lib_from_source:72 : local name=castellan 2022-01-05 16:50:45.529 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git castellan 2022-01-05 16:50:45.531 | + inc/python:use_library_from_git:250 : local name=castellan 2022-01-05 16:50:45.534 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:45.536 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:45.538 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,castellan, ]] 2022-01-05 16:50:45.541 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:45.543 | + lib/libraries:install_libs:90 : _install_lib_from_source cliff 2022-01-05 16:50:45.545 | + lib/libraries:_install_lib_from_source:72 : local name=cliff 2022-01-05 16:50:45.548 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cliff 2022-01-05 16:50:45.550 | + inc/python:use_library_from_git:250 : local name=cliff 2022-01-05 16:50:45.552 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:45.554 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:45.557 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cliff, ]] 2022-01-05 16:50:45.559 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:45.562 | + lib/libraries:install_libs:91 : _install_lib_from_source cursive 2022-01-05 16:50:45.564 | + lib/libraries:_install_lib_from_source:72 : local name=cursive 2022-01-05 16:50:45.566 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git cursive 2022-01-05 16:50:45.568 | + inc/python:use_library_from_git:250 : local name=cursive 2022-01-05 16:50:45.571 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:45.573 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:45.575 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cursive, ]] 2022-01-05 16:50:45.578 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:45.580 | + lib/libraries:install_libs:92 : _install_lib_from_source debtcollector 2022-01-05 16:50:45.582 | + lib/libraries:_install_lib_from_source:72 : local name=debtcollector 2022-01-05 16:50:45.584 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git debtcollector 2022-01-05 16:50:45.587 | + inc/python:use_library_from_git:250 : local name=debtcollector 2022-01-05 16:50:45.589 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:45.591 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:45.593 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,debtcollector, ]] 2022-01-05 16:50:45.596 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:45.598 | + lib/libraries:install_libs:93 : _install_lib_from_source futurist 2022-01-05 16:50:45.600 | + lib/libraries:_install_lib_from_source:72 : local name=futurist 2022-01-05 16:50:45.603 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git futurist 2022-01-05 16:50:45.605 | + inc/python:use_library_from_git:250 : local name=futurist 2022-01-05 16:50:45.607 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:45.610 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:45.612 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,futurist, ]] 2022-01-05 16:50:45.614 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:45.616 | + lib/libraries:install_libs:94 : _install_lib_from_source openstacksdk 2022-01-05 16:50:45.619 | + lib/libraries:_install_lib_from_source:72 : local name=openstacksdk 2022-01-05 16:50:45.621 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git openstacksdk 2022-01-05 16:50:45.624 | + inc/python:use_library_from_git:250 : local name=openstacksdk 2022-01-05 16:50:45.626 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:45.628 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:45.630 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,openstacksdk, ]] 2022-01-05 16:50:45.632 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:45.635 | + lib/libraries:install_libs:95 : _install_lib_from_source osc-lib 2022-01-05 16:50:45.637 | + lib/libraries:_install_lib_from_source:72 : local name=osc-lib 2022-01-05 16:50:45.639 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-lib 2022-01-05 16:50:45.641 | + inc/python:use_library_from_git:250 : local name=osc-lib 2022-01-05 16:50:45.644 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:45.646 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:45.648 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-lib, ]] 2022-01-05 16:50:45.651 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:45.653 | + lib/libraries:install_libs:96 : _install_lib_from_source osc-placement 2022-01-05 16:50:45.656 | + lib/libraries:_install_lib_from_source:72 : local name=osc-placement 2022-01-05 16:50:45.658 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osc-placement 2022-01-05 16:50:45.660 | + inc/python:use_library_from_git:250 : local name=osc-placement 2022-01-05 16:50:45.662 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:45.665 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:45.667 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-placement, ]] 2022-01-05 16:50:45.670 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:45.672 | + lib/libraries:install_libs:97 : _install_lib_from_source os-client-config 2022-01-05 16:50:45.674 | + lib/libraries:_install_lib_from_source:72 : local name=os-client-config 2022-01-05 16:50:45.676 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-client-config 2022-01-05 16:50:45.679 | + inc/python:use_library_from_git:250 : local name=os-client-config 2022-01-05 16:50:45.681 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:45.683 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:45.685 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-client-config, ]] 2022-01-05 16:50:45.688 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:45.690 | + lib/libraries:install_libs:98 : _install_lib_from_source oslo.cache 2022-01-05 16:50:45.692 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.cache 2022-01-05 16:50:45.694 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.cache 2022-01-05 16:50:45.697 | + inc/python:use_library_from_git:250 : local name=oslo.cache 2022-01-05 16:50:45.699 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:45.701 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:45.703 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.cache, ]] 2022-01-05 16:50:45.706 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:45.708 | + lib/libraries:install_libs:99 : _install_lib_from_source oslo.concurrency 2022-01-05 16:50:45.710 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.concurrency 2022-01-05 16:50:45.713 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.concurrency 2022-01-05 16:50:45.715 | + inc/python:use_library_from_git:250 : local name=oslo.concurrency 2022-01-05 16:50:45.717 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:45.720 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:45.722 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.concurrency, ]] 2022-01-05 16:50:45.724 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:45.726 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.config 2022-01-05 16:50:45.729 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.config 2022-01-05 16:50:45.731 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.config 2022-01-05 16:50:45.733 | + inc/python:use_library_from_git:250 : local name=oslo.config 2022-01-05 16:50:45.736 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:45.738 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:45.740 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.config, ]] 2022-01-05 16:50:45.742 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:45.745 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.context 2022-01-05 16:50:45.747 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.context 2022-01-05 16:50:45.750 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.context 2022-01-05 16:50:45.752 | + inc/python:use_library_from_git:250 : local name=oslo.context 2022-01-05 16:50:45.754 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:45.756 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:45.758 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.context, ]] 2022-01-05 16:50:45.761 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:45.764 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.db 2022-01-05 16:50:45.766 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.db 2022-01-05 16:50:45.768 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.db 2022-01-05 16:50:45.771 | + inc/python:use_library_from_git:250 : local name=oslo.db 2022-01-05 16:50:45.773 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:45.775 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:45.777 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.db, ]] 2022-01-05 16:50:45.780 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:45.782 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.i18n 2022-01-05 16:50:45.784 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.i18n 2022-01-05 16:50:45.787 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.i18n 2022-01-05 16:50:45.789 | + inc/python:use_library_from_git:250 : local name=oslo.i18n 2022-01-05 16:50:45.791 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:45.793 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:45.795 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.i18n, ]] 2022-01-05 16:50:45.798 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:45.800 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.log 2022-01-05 16:50:45.802 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.log 2022-01-05 16:50:45.805 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.log 2022-01-05 16:50:45.807 | + inc/python:use_library_from_git:250 : local name=oslo.log 2022-01-05 16:50:45.810 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:45.812 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:45.814 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.log, ]] 2022-01-05 16:50:45.816 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:45.819 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.messaging 2022-01-05 16:50:45.821 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.messaging 2022-01-05 16:50:45.824 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.messaging 2022-01-05 16:50:45.826 | + inc/python:use_library_from_git:250 : local name=oslo.messaging 2022-01-05 16:50:45.828 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:45.831 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:45.833 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.messaging, ]] 2022-01-05 16:50:45.835 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:45.838 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.middleware 2022-01-05 16:50:45.840 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.middleware 2022-01-05 16:50:45.842 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.middleware 2022-01-05 16:50:45.844 | + inc/python:use_library_from_git:250 : local name=oslo.middleware 2022-01-05 16:50:45.847 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:45.849 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:45.851 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.middleware, ]] 2022-01-05 16:50:45.853 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:45.856 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.policy 2022-01-05 16:50:45.858 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.policy 2022-01-05 16:50:45.860 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.policy 2022-01-05 16:50:45.863 | + inc/python:use_library_from_git:250 : local name=oslo.policy 2022-01-05 16:50:45.865 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:45.867 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:45.870 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.policy, ]] 2022-01-05 16:50:45.873 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:45.875 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.privsep 2022-01-05 16:50:45.877 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.privsep 2022-01-05 16:50:45.880 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.privsep 2022-01-05 16:50:45.882 | + inc/python:use_library_from_git:250 : local name=oslo.privsep 2022-01-05 16:50:45.885 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:45.887 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:45.889 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.privsep, ]] 2022-01-05 16:50:45.892 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:45.894 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.reports 2022-01-05 16:50:45.896 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.reports 2022-01-05 16:50:45.899 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.reports 2022-01-05 16:50:45.901 | + inc/python:use_library_from_git:250 : local name=oslo.reports 2022-01-05 16:50:45.903 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:45.906 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:45.908 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.reports, ]] 2022-01-05 16:50:45.910 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:45.912 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.rootwrap 2022-01-05 16:50:45.915 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.rootwrap 2022-01-05 16:50:45.917 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.rootwrap 2022-01-05 16:50:45.919 | + inc/python:use_library_from_git:250 : local name=oslo.rootwrap 2022-01-05 16:50:45.921 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:45.924 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:45.926 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.rootwrap, ]] 2022-01-05 16:50:45.928 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:45.931 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.serialization 2022-01-05 16:50:45.934 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.serialization 2022-01-05 16:50:45.936 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.serialization 2022-01-05 16:50:45.938 | + inc/python:use_library_from_git:250 : local name=oslo.serialization 2022-01-05 16:50:45.940 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:45.943 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:45.945 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.serialization, ]] 2022-01-05 16:50:45.948 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:45.951 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.service 2022-01-05 16:50:45.953 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.service 2022-01-05 16:50:45.955 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.service 2022-01-05 16:50:45.957 | + inc/python:use_library_from_git:250 : local name=oslo.service 2022-01-05 16:50:45.960 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:45.962 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:45.965 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.service, ]] 2022-01-05 16:50:45.967 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:45.969 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.utils 2022-01-05 16:50:45.972 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.utils 2022-01-05 16:50:45.974 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.utils 2022-01-05 16:50:45.976 | + inc/python:use_library_from_git:250 : local name=oslo.utils 2022-01-05 16:50:45.978 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:45.981 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:45.983 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.utils, ]] 2022-01-05 16:50:45.985 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:45.987 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.versionedobjects 2022-01-05 16:50:45.990 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.versionedobjects 2022-01-05 16:50:45.992 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.versionedobjects 2022-01-05 16:50:45.995 | + inc/python:use_library_from_git:250 : local name=oslo.versionedobjects 2022-01-05 16:50:45.997 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:46.000 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:46.002 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.versionedobjects, ]] 2022-01-05 16:50:46.004 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:46.007 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.vmware 2022-01-05 16:50:46.010 | + lib/libraries:_install_lib_from_source:72 : local name=oslo.vmware 2022-01-05 16:50:46.012 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git oslo.vmware 2022-01-05 16:50:46.014 | + inc/python:use_library_from_git:250 : local name=oslo.vmware 2022-01-05 16:50:46.017 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:46.019 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:46.021 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.vmware, ]] 2022-01-05 16:50:46.023 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:46.026 | + lib/libraries:install_libs:116 : _install_lib_from_source osprofiler 2022-01-05 16:50:46.028 | + lib/libraries:_install_lib_from_source:72 : local name=osprofiler 2022-01-05 16:50:46.031 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git osprofiler 2022-01-05 16:50:46.033 | + inc/python:use_library_from_git:250 : local name=osprofiler 2022-01-05 16:50:46.035 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:46.037 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:46.040 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osprofiler, ]] 2022-01-05 16:50:46.043 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:46.045 | + lib/libraries:install_libs:117 : _install_lib_from_source pycadf 2022-01-05 16:50:46.048 | + lib/libraries:_install_lib_from_source:72 : local name=pycadf 2022-01-05 16:50:46.050 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git pycadf 2022-01-05 16:50:46.052 | + inc/python:use_library_from_git:250 : local name=pycadf 2022-01-05 16:50:46.054 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:46.057 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:46.059 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pycadf, ]] 2022-01-05 16:50:46.061 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:46.064 | + lib/libraries:install_libs:118 : _install_lib_from_source stevedore 2022-01-05 16:50:46.066 | + lib/libraries:_install_lib_from_source:72 : local name=stevedore 2022-01-05 16:50:46.068 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git stevedore 2022-01-05 16:50:46.071 | + inc/python:use_library_from_git:250 : local name=stevedore 2022-01-05 16:50:46.073 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:46.076 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:46.078 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,stevedore, ]] 2022-01-05 16:50:46.080 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:46.083 | + lib/libraries:install_libs:119 : _install_lib_from_source taskflow 2022-01-05 16:50:46.085 | + lib/libraries:_install_lib_from_source:72 : local name=taskflow 2022-01-05 16:50:46.088 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git taskflow 2022-01-05 16:50:46.090 | + inc/python:use_library_from_git:250 : local name=taskflow 2022-01-05 16:50:46.093 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:46.095 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:46.097 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,taskflow, ]] 2022-01-05 16:50:46.099 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:46.102 | + lib/libraries:install_libs:120 : _install_lib_from_source tooz 2022-01-05 16:50:46.104 | + lib/libraries:_install_lib_from_source:72 : local name=tooz 2022-01-05 16:50:46.106 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git tooz 2022-01-05 16:50:46.109 | + inc/python:use_library_from_git:250 : local name=tooz 2022-01-05 16:50:46.111 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:46.113 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:46.116 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,tooz, ]] 2022-01-05 16:50:46.118 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:46.120 | + lib/libraries:install_libs:124 : _install_lib_from_source os-brick 2022-01-05 16:50:46.123 | + lib/libraries:_install_lib_from_source:72 : local name=os-brick 2022-01-05 16:50:46.125 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-brick 2022-01-05 16:50:46.127 | + inc/python:use_library_from_git:250 : local name=os-brick 2022-01-05 16:50:46.130 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:46.132 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:46.135 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-brick, ]] 2022-01-05 16:50:46.137 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:46.139 | + lib/libraries:install_libs:125 : _install_lib_from_source os-traits 2022-01-05 16:50:46.142 | + lib/libraries:_install_lib_from_source:72 : local name=os-traits 2022-01-05 16:50:46.144 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git os-traits 2022-01-05 16:50:46.146 | + inc/python:use_library_from_git:250 : local name=os-traits 2022-01-05 16:50:46.149 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:46.152 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:46.154 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-traits, ]] 2022-01-05 16:50:46.156 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:46.159 | + lib/libraries:install_libs:128 : _install_lib_from_source python-barbicanclient 2022-01-05 16:50:46.161 | + lib/libraries:_install_lib_from_source:72 : local name=python-barbicanclient 2022-01-05 16:50:46.163 | + lib/libraries:_install_lib_from_source:73 : use_library_from_git python-barbicanclient 2022-01-05 16:50:46.166 | + inc/python:use_library_from_git:250 : local name=python-barbicanclient 2022-01-05 16:50:46.168 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:46.170 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:46.173 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-barbicanclient, ]] 2022-01-05 16:50:46.175 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:46.177 | + lib/libraries:install_libs:135 : pip_install etcd3 2022-01-05 16:50:46.198 | Using python 3.8 to install etcd3 2022-01-05 16:50:46.200 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3 2022-01-05 16:50:46.929 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:50:46.930 | from cryptography.utils import int_from_bytes 2022-01-05 16:50:46.930 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:50:46.930 | from cryptography.utils import int_from_bytes 2022-01-05 16:50:47.940 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 16:50:47.972 | Requirement already satisfied: etcd3 in /usr/local/lib/python3.8/dist-packages (0.12.0) 2022-01-05 16:50:47.980 | Requirement already satisfied: protobuf>=3.6.1 in /usr/local/lib/python3.8/dist-packages (from etcd3) (3.15.6) 2022-01-05 16:50:47.981 | Requirement already satisfied: tenacity>=6.1.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (6.3.1) 2022-01-05 16:50:47.981 | Requirement already satisfied: grpcio>=1.27.1 in /usr/local/lib/python3.8/dist-packages (from etcd3) (1.36.1) 2022-01-05 16:50:47.983 | Requirement already satisfied: six>=1.12.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (1.15.0) 2022-01-05 16:50:49.405 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-01-05 16:50:49.510 | + inc/python:pip_install:200 : result=0 2022-01-05 16:50:49.513 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 16:50:49.515 | + functions-common:time_stop:2304 : local name 2022-01-05 16:50:49.517 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:50:49.519 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:50:49.521 | + functions-common:time_stop:2307 : local total 2022-01-05 16:50:49.523 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:50:49.526 | + functions-common:time_stop:2310 : name=pip_install 2022-01-05 16:50:49.528 | + functions-common:time_stop:2311 : start_time=1641401446192 2022-01-05 16:50:49.530 | + functions-common:time_stop:2313 : [[ -z 1641401446192 ]] 2022-01-05 16:50:49.533 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:50:49.537 | + functions-common:time_stop:2316 : end_time=1641401449534 2022-01-05 16:50:49.539 | + functions-common:time_stop:2317 : elapsed_time=3342 2022-01-05 16:50:49.541 | + functions-common:time_stop:2318 : total=26330 2022-01-05 16:50:49.543 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:50:49.545 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=29672 2022-01-05 16:50:49.548 | + inc/python:pip_install:203 : return 0 2022-01-05 16:50:49.550 | + lib/libraries:install_libs:136 : pip_install etcd3gw 2022-01-05 16:50:49.573 | Using python 3.8 to install etcd3gw 2022-01-05 16:50:49.575 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3gw 2022-01-05 16:50:50.296 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:50:50.296 | from cryptography.utils import int_from_bytes 2022-01-05 16:50:50.296 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:50:50.296 | from cryptography.utils import int_from_bytes 2022-01-05 16:50:51.304 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 16:50:51.336 | Requirement already satisfied: etcd3gw in /usr/local/lib/python3.8/dist-packages (0.2.5) 2022-01-05 16:50:51.346 | Requirement already satisfied: urllib3>=1.15.1 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (1.26.3) 2022-01-05 16:50:51.347 | Requirement already satisfied: futurist!=0.15.0,>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.3.0) 2022-01-05 16:50:51.348 | Requirement already satisfied: requests!=2.12.2,!=2.13.0,>=2.10.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.25.1) 2022-01-05 16:50:51.349 | Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (1.15.0) 2022-01-05 16:50:51.350 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (5.5.1) 2022-01-05 16:50:51.376 | Requirement already satisfied: chardet<5,>=3.0.2 in /usr/local/lib/python3.8/dist-packages (from requests!=2.12.2,!=2.13.0,>=2.10.0->etcd3gw) (4.0.0) 2022-01-05 16:50:51.377 | Requirement already satisfied: idna<3,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests!=2.12.2,!=2.13.0,>=2.10.0->etcd3gw) (2.10) 2022-01-05 16:50:51.378 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests!=2.12.2,!=2.13.0,>=2.10.0->etcd3gw) (2021.10.8) 2022-01-05 16:50:52.787 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-01-05 16:50:52.890 | + inc/python:pip_install:200 : result=0 2022-01-05 16:50:52.893 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 16:50:52.895 | + functions-common:time_stop:2304 : local name 2022-01-05 16:50:52.897 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:50:52.900 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:50:52.902 | + functions-common:time_stop:2307 : local total 2022-01-05 16:50:52.905 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:50:52.907 | + functions-common:time_stop:2310 : name=pip_install 2022-01-05 16:50:52.909 | + functions-common:time_stop:2311 : start_time=1641401449566 2022-01-05 16:50:52.911 | + functions-common:time_stop:2313 : [[ -z 1641401449566 ]] 2022-01-05 16:50:52.914 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:50:52.918 | + functions-common:time_stop:2316 : end_time=1641401452915 2022-01-05 16:50:52.920 | + functions-common:time_stop:2317 : elapsed_time=3349 2022-01-05 16:50:52.922 | + functions-common:time_stop:2318 : total=29672 2022-01-05 16:50:52.924 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:50:52.927 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=33021 2022-01-05 16:50:52.929 | + inc/python:pip_install:203 : return 0 2022-01-05 16:50:52.932 | + ./stack.sh:main:847 : install_apache_uwsgi 2022-01-05 16:50:52.934 | + lib/apache:install_apache_uwsgi:80 : local apxs=apxs2 2022-01-05 16:50:52.936 | + lib/apache:install_apache_uwsgi:81 : is_fedora 2022-01-05 16:50:52.939 | + functions-common:is_fedora:446 : [[ -z Ubuntu ]] 2022-01-05 16:50:52.941 | + functions-common:is_fedora:450 : '[' Ubuntu = Fedora ']' 2022-01-05 16:50:52.943 | + functions-common:is_fedora:450 : '[' Ubuntu = 'Red Hat' ']' 2022-01-05 16:50:52.946 | + functions-common:is_fedora:451 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-01-05 16:50:52.948 | + functions-common:is_fedora:452 : '[' Ubuntu = RedHatEnterprise ']' 2022-01-05 16:50:52.951 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOS ']' 2022-01-05 16:50:52.953 | + functions-common:is_fedora:453 : '[' Ubuntu = CentOSStream ']' 2022-01-05 16:50:52.955 | + functions-common:is_fedora:454 : '[' Ubuntu = OracleServer ']' 2022-01-05 16:50:52.957 | + functions-common:is_fedora:454 : '[' Ubuntu = Virtuozzo ']' 2022-01-05 16:50:52.960 | + lib/apache:install_apache_uwsgi:92 : UWSGI_PYTHON_PLUGIN=python3 2022-01-05 16:50:52.963 | + lib/apache:install_apache_uwsgi:94 : is_ubuntu 2022-01-05 16:50:52.965 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:50:52.967 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:50:52.969 | + lib/apache:install_apache_uwsgi:95 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2022-01-05 16:50:52.972 | + lib/apache:install_apache_uwsgi:96 : [[ focal == \b\i\o\n\i\c ]] 2022-01-05 16:50:52.974 | + lib/apache:install_apache_uwsgi:99 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-01-05 16:50:52.976 | + functions-common:install_package:1342 : update_package_repo 2022-01-05 16:50:52.979 | + functions-common:update_package_repo:1314 : NO_UPDATE_REPOS=False 2022-01-05 16:50:52.981 | + functions-common:update_package_repo:1315 : REPOS_UPDATED=True 2022-01-05 16:50:52.984 | + functions-common:update_package_repo:1316 : RETRY_UPDATE=False 2022-01-05 16:50:52.986 | + functions-common:update_package_repo:1318 : [[ False = \T\r\u\e ]] 2022-01-05 16:50:52.988 | + functions-common:update_package_repo:1322 : is_ubuntu 2022-01-05 16:50:52.990 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:50:52.993 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:50:52.995 | + functions-common:update_package_repo:1323 : apt_get_update 2022-01-05 16:50:52.998 | + functions-common:apt_get_update:1068 : [[ True == \T\r\u\e ]] 2022-01-05 16:50:53.001 | + functions-common:apt_get_update:1068 : [[ False != \T\r\u\e ]] 2022-01-05 16:50:53.003 | + functions-common:apt_get_update:1069 : return 2022-01-05 16:50:53.005 | + functions-common:install_package:1343 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-01-05 16:50:53.008 | + functions-common:real_install_package:1328 : is_ubuntu 2022-01-05 16:50:53.011 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:50:53.013 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:50:53.015 | + functions-common:real_install_package:1329 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-01-05 16:50:53.037 | + 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 uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-01-05 16:50:53.146 | Reading package lists... 2022-01-05 16:50:53.388 | Building dependency tree... 2022-01-05 16:50:53.389 | Reading state information... 2022-01-05 16:50:53.633 | uwsgi is already the newest version (2.0.18-11ubuntu1). 2022-01-05 16:50:53.633 | uwsgi-plugin-python3 is already the newest version (2.0.18-11ubuntu1). 2022-01-05 16:50:53.633 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.8). 2022-01-05 16:50:53.633 | The following packages were automatically installed and are no longer required: 2022-01-05 16:50:53.635 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-01-05 16:50:53.635 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-01-05 16:50:53.635 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-01-05 16:50:53.635 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-01-05 16:50:53.635 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-01-05 16:50:53.635 | python3-zope.interface 2022-01-05 16:50:53.635 | Use 'sudo apt autoremove' to remove them. 2022-01-05 16:50:53.749 | 0 upgraded, 0 newly installed, 0 to remove and 107 not upgraded. 2022-01-05 16:50:53.753 | + functions-common:apt_get:1113 : result=0 2022-01-05 16:50:53.756 | + functions-common:apt_get:1116 : time_stop apt-get 2022-01-05 16:50:53.758 | + functions-common:time_stop:2304 : local name 2022-01-05 16:50:53.761 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:50:53.763 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:50:53.765 | + functions-common:time_stop:2307 : local total 2022-01-05 16:50:53.767 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:50:53.769 | + functions-common:time_stop:2310 : name=apt-get 2022-01-05 16:50:53.771 | + functions-common:time_stop:2311 : start_time=1641401453034 2022-01-05 16:50:53.773 | + functions-common:time_stop:2313 : [[ -z 1641401453034 ]] 2022-01-05 16:50:53.777 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:50:53.781 | + functions-common:time_stop:2316 : end_time=1641401453779 2022-01-05 16:50:53.783 | + functions-common:time_stop:2317 : elapsed_time=745 2022-01-05 16:50:53.785 | + functions-common:time_stop:2318 : total=21191 2022-01-05 16:50:53.788 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:50:53.790 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=21936 2022-01-05 16:50:53.792 | + functions-common:apt_get:1117 : return 0 2022-01-05 16:50:53.794 | + lib/apache:install_apache_uwsgi:131 : is_ubuntu 2022-01-05 16:50:53.797 | + functions-common:is_ubuntu:493 : [[ -z deb ]] 2022-01-05 16:50:53.799 | + functions-common:is_ubuntu:496 : '[' deb = deb ']' 2022-01-05 16:50:53.801 | + lib/apache:install_apache_uwsgi:133 : sudo a2enmod proxy 2022-01-05 16:50:53.864 | Module proxy already enabled 2022-01-05 16:50:53.868 | + lib/apache:install_apache_uwsgi:134 : sudo a2enmod proxy_uwsgi 2022-01-05 16:50:53.929 | Considering dependency proxy for proxy_uwsgi: 2022-01-05 16:50:53.929 | Module proxy already enabled 2022-01-05 16:50:53.929 | Module proxy_uwsgi already enabled 2022-01-05 16:50:53.934 | + lib/apache:install_apache_uwsgi:140 : restart_apache_server 2022-01-05 16:50:53.936 | + lib/apache:restart_apache_server:253 : restart_service apache2 2022-01-05 16:50:53.939 | + functions-common:restart_service:2188 : '[' -x /bin/systemctl ']' 2022-01-05 16:50:53.941 | + functions-common:restart_service:2189 : sudo /bin/systemctl restart apache2 2022-01-05 16:50:54.069 | + ./stack.sh:main:850 : install_keystoneauth 2022-01-05 16:50:54.072 | + lib/keystone:install_keystoneauth:468 : use_library_from_git keystoneauth 2022-01-05 16:50:54.074 | + inc/python:use_library_from_git:250 : local name=keystoneauth 2022-01-05 16:50:54.077 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:54.079 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:54.081 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystoneauth, ]] 2022-01-05 16:50:54.084 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:54.086 | + ./stack.sh:main:851 : install_keystoneclient 2022-01-05 16:50:54.089 | + lib/keystone:install_keystoneclient:476 : use_library_from_git python-keystoneclient 2022-01-05 16:50:54.091 | + inc/python:use_library_from_git:250 : local name=python-keystoneclient 2022-01-05 16:50:54.094 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:54.096 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:54.098 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-keystoneclient, ]] 2022-01-05 16:50:54.101 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:54.104 | + ./stack.sh:main:852 : install_glanceclient 2022-01-05 16:50:54.106 | + lib/glance:install_glanceclient:429 : use_library_from_git python-glanceclient 2022-01-05 16:50:54.108 | + inc/python:use_library_from_git:250 : local name=python-glanceclient 2022-01-05 16:50:54.111 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:54.113 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:54.115 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-glanceclient, ]] 2022-01-05 16:50:54.118 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:54.120 | + ./stack.sh:main:853 : install_cinderclient 2022-01-05 16:50:54.123 | + lib/cinder:install_cinderclient:467 : use_library_from_git python-brick-cinderclient-ext 2022-01-05 16:50:54.125 | + inc/python:use_library_from_git:250 : local name=python-brick-cinderclient-ext 2022-01-05 16:50:54.127 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:54.130 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:54.132 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2022-01-05 16:50:54.135 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:54.137 | + lib/cinder:install_cinderclient:472 : use_library_from_git python-cinderclient 2022-01-05 16:50:54.139 | + inc/python:use_library_from_git:250 : local name=python-cinderclient 2022-01-05 16:50:54.141 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:54.144 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:54.146 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-cinderclient, ]] 2022-01-05 16:50:54.148 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:54.152 | + ./stack.sh:main:854 : install_novaclient 2022-01-05 16:50:54.154 | + lib/nova:install_novaclient:812 : use_library_from_git python-novaclient 2022-01-05 16:50:54.157 | + inc/python:use_library_from_git:250 : local name=python-novaclient 2022-01-05 16:50:54.159 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:54.161 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:54.164 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-novaclient, ]] 2022-01-05 16:50:54.167 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:54.169 | + ./stack.sh:main:855 : is_service_enabled swift glance horizon 2022-01-05 16:50:54.186 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:50:54.188 | + ./stack.sh:main:856 : install_swiftclient 2022-01-05 16:50:54.190 | + lib/swift:install_swiftclient:752 : use_library_from_git python-swiftclient 2022-01-05 16:50:54.193 | + inc/python:use_library_from_git:250 : local name=python-swiftclient 2022-01-05 16:50:54.195 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:54.197 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:54.200 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-swiftclient, ]] 2022-01-05 16:50:54.202 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:54.204 | + ./stack.sh:main:858 : is_service_enabled neutron nova horizon 2022-01-05 16:50:54.221 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:50:54.223 | + ./stack.sh:main:859 : install_neutronclient 2022-01-05 16:50:54.226 | + lib/neutron:install_neutronclient:440 : use_library_from_git python-neutronclient 2022-01-05 16:50:54.229 | + inc/python:use_library_from_git:250 : local name=python-neutronclient 2022-01-05 16:50:54.231 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:54.233 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:54.236 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-neutronclient, ]] 2022-01-05 16:50:54.238 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:54.241 | + ./stack.sh:main:863 : install_keystonemiddleware 2022-01-05 16:50:54.243 | + lib/keystone:install_keystonemiddleware:486 : use_library_from_git keystonemiddleware 2022-01-05 16:50:54.246 | + inc/python:use_library_from_git:250 : local name=keystonemiddleware 2022-01-05 16:50:54.248 | + inc/python:use_library_from_git:251 : local enabled=1 2022-01-05 16:50:54.251 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-01-05 16:50:54.253 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystonemiddleware, ]] 2022-01-05 16:50:54.255 | + inc/python:use_library_from_git:253 : return 1 2022-01-05 16:50:54.258 | + lib/keystone:install_keystonemiddleware:491 : pip_install_gr keystonemiddleware 2022-01-05 16:50:54.260 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2022-01-05 16:50:54.263 | + inc/python:pip_install_gr:77 : local clean_name 2022-01-05 16:50:54.266 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2022-01-05 16:50:54.268 | ++ inc/python:get_from_global_requirements:225 : local package=keystonemiddleware 2022-01-05 16:50:54.270 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-01-05 16:50:54.274 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2022-01-05 16:50:54.275 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-01-05 16:50:54.280 | ++ inc/python:get_from_global_requirements:227 : required_pkg='keystonemiddleware ' 2022-01-05 16:50:54.282 | ++ inc/python:get_from_global_requirements:228 : [[ keystonemiddleware == '' ]] 2022-01-05 16:50:54.284 | ++ inc/python:get_from_global_requirements:231 : echo keystonemiddleware 2022-01-05 16:50:54.287 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2022-01-05 16:50:54.289 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2022-01-05 16:50:54.310 | Using python 3.8 to install keystonemiddleware 2022-01-05 16:50:54.313 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt keystonemiddleware 2022-01-05 16:50:55.037 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:50:55.037 | from cryptography.utils import int_from_bytes 2022-01-05 16:50:55.038 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:50:55.038 | from cryptography.utils import int_from_bytes 2022-01-05 16:50:56.039 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 16:50:56.071 | Requirement already satisfied: keystonemiddleware in /usr/local/lib/python3.8/dist-packages (9.2.0) 2022-01-05 16:50:56.123 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (8.5.1) 2022-01-05 16:50:56.124 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (3.1.1) 2022-01-05 16:50:56.125 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.8.0) 2022-01-05 16:50:56.127 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.0.1) 2022-01-05 16:50:56.128 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.8.7) 2022-01-05 16:50:56.129 | Requirement already satisfied: oslo.log>=3.36.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.4.0) 2022-01-05 16:50:56.130 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.2.0) 2022-01-05 16:50:56.131 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.15.0) 2022-01-05 16:50:56.132 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.7.0) 2022-01-05 16:50:56.133 | Requirement already satisfied: oslo.context>=2.19.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (3.2.1) 2022-01-05 16:50:56.135 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.25.1) 2022-01-05 16:50:56.136 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.1.0) 2022-01-05 16:50:56.137 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.3.1) 2022-01-05 16:50:56.138 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.5.1) 2022-01-05 16:50:56.194 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (0.1.14) 2022-01-05 16:50:56.195 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (1.7.0) 2022-01-05 16:50:56.197 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (3.3.0) 2022-01-05 16:50:56.234 | Requirement already satisfied: dogpile.cache>=1.1.2 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware) (1.1.2) 2022-01-05 16:50:56.272 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (5.4.1) 2022-01-05 16:50:56.273 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (1.4.0) 2022-01-05 16:50:56.275 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (0.8.0) 2022-01-05 16:50:56.276 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (2.2.0) 2022-01-05 16:50:56.329 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware) (0.9.6) 2022-01-05 16:50:56.330 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware) (2.8.1) 2022-01-05 16:50:56.340 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) (2021.1) 2022-01-05 16:50:56.341 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) (1.0.2) 2022-01-05 16:50:56.358 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (0.10.9) 2022-01-05 16:50:56.359 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (20.9) 2022-01-05 16:50:56.360 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (2.4.7) 2022-01-05 16:50:56.417 | Requirement already satisfied: chardet<5,>=3.0.2 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (4.0.0) 2022-01-05 16:50:56.418 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (1.26.3) 2022-01-05 16:50:56.419 | Requirement already satisfied: idna<3,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (2.10) 2022-01-05 16:50:56.420 | Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (2021.10.8) 2022-01-05 16:50:56.470 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware) (1.12.1) 2022-01-05 16:50:56.481 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.1.2->oslo.cache>=1.26.0->keystonemiddleware) (4.4.2) 2022-01-05 16:50:57.802 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-01-05 16:50:57.912 | + inc/python:pip_install:200 : result=0 2022-01-05 16:50:57.914 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 16:50:57.916 | + functions-common:time_stop:2304 : local name 2022-01-05 16:50:57.919 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:50:57.921 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:50:57.923 | + functions-common:time_stop:2307 : local total 2022-01-05 16:50:57.925 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:50:57.927 | + functions-common:time_stop:2310 : name=pip_install 2022-01-05 16:50:57.929 | + functions-common:time_stop:2311 : start_time=1641401454305 2022-01-05 16:50:57.932 | + functions-common:time_stop:2313 : [[ -z 1641401454305 ]] 2022-01-05 16:50:57.935 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:50:57.939 | + functions-common:time_stop:2316 : end_time=1641401457936 2022-01-05 16:50:57.941 | + functions-common:time_stop:2317 : elapsed_time=3631 2022-01-05 16:50:57.943 | + functions-common:time_stop:2318 : total=33021 2022-01-05 16:50:57.945 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:50:57.948 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=36652 2022-01-05 16:50:57.950 | + inc/python:pip_install:203 : return 0 2022-01-05 16:50:57.953 | + lib/keystone:install_keystonemiddleware:495 : pip_install_gr python-memcached 2022-01-05 16:50:57.955 | + inc/python:pip_install_gr:76 : local name=python-memcached 2022-01-05 16:50:57.957 | + inc/python:pip_install_gr:77 : local clean_name 2022-01-05 16:50:57.961 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2022-01-05 16:50:57.963 | ++ inc/python:get_from_global_requirements:225 : local package=python-memcached 2022-01-05 16:50:57.965 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-01-05 16:50:57.969 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2022-01-05 16:50:57.969 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-01-05 16:50:57.974 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-memcached ' 2022-01-05 16:50:57.977 | ++ inc/python:get_from_global_requirements:228 : [[ python-memcached == '' ]] 2022-01-05 16:50:57.979 | ++ inc/python:get_from_global_requirements:231 : echo python-memcached 2022-01-05 16:50:57.982 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2022-01-05 16:50:57.984 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2022-01-05 16:50:58.006 | Using python 3.8 to install python-memcached 2022-01-05 16:50:58.008 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-memcached 2022-01-05 16:50:58.734 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:50:58.735 | from cryptography.utils import int_from_bytes 2022-01-05 16:50:58.735 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:50:58.735 | from cryptography.utils import int_from_bytes 2022-01-05 16:50:59.726 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 16:50:59.757 | Requirement already satisfied: python-memcached in /usr/local/lib/python3.8/dist-packages (1.59) 2022-01-05 16:50:59.761 | Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from python-memcached) (1.15.0) 2022-01-05 16:51:01.152 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-01-05 16:51:01.254 | + inc/python:pip_install:200 : result=0 2022-01-05 16:51:01.256 | + inc/python:pip_install:202 : time_stop pip_install 2022-01-05 16:51:01.259 | + functions-common:time_stop:2304 : local name 2022-01-05 16:51:01.261 | + functions-common:time_stop:2305 : local end_time 2022-01-05 16:51:01.264 | + functions-common:time_stop:2306 : local elapsed_time 2022-01-05 16:51:01.266 | + functions-common:time_stop:2307 : local total 2022-01-05 16:51:01.268 | + functions-common:time_stop:2308 : local start_time 2022-01-05 16:51:01.270 | + functions-common:time_stop:2310 : name=pip_install 2022-01-05 16:51:01.272 | + functions-common:time_stop:2311 : start_time=1641401458000 2022-01-05 16:51:01.276 | + functions-common:time_stop:2313 : [[ -z 1641401458000 ]] 2022-01-05 16:51:01.279 | ++ functions-common:time_stop:2316 : date +%s%3N 2022-01-05 16:51:01.283 | + functions-common:time_stop:2316 : end_time=1641401461280 2022-01-05 16:51:01.285 | + functions-common:time_stop:2317 : elapsed_time=3280 2022-01-05 16:51:01.287 | + functions-common:time_stop:2318 : total=36652 2022-01-05 16:51:01.289 | + functions-common:time_stop:2320 : _TIME_START[$name]= 2022-01-05 16:51:01.291 | + functions-common:time_stop:2321 : _TIME_TOTAL[$name]=39932 2022-01-05 16:51:01.294 | + inc/python:pip_install:203 : return 0 2022-01-05 16:51:01.296 | + ./stack.sh:main:865 : is_service_enabled keystone 2022-01-05 16:51:01.312 | + functions-common:is_service_enabled:1960 : return 0 2022-01-05 16:51:01.314 | + ./stack.sh:main:866 : '[' 10.222.0.48 == 10.222.0.48 ']' 2022-01-05 16:51:01.317 | + ./stack.sh:main:867 : stack_install_service keystone 2022-01-05 16:51:01.319 | + lib/stack:stack_install_service:20 : local service=keystone 2022-01-05 16:51:01.322 | + lib/stack:stack_install_service:21 : type install_keystone 2022-01-05 16:51:01.326 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-01-05 16:51:01.329 | + lib/stack:stack_install_service:32 : install_keystone 2022-01-05 16:51:01.332 | + lib/keystone:install_keystone:501 : is_service_enabled ldap 2022-01-05 16:51:01.348 | + functions-common:is_service_enabled:1960 : return 1 2022-01-05 16:51:01.350 | + lib/keystone:install_keystone:505 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone stable/wallaby 2022-01-05 16:51:01.352 | + functions-common:git_clone:523 : local git_remote=https://opendev.org/openstack/keystone.git 2022-01-05 16:51:01.354 | + functions-common:git_clone:524 : local git_dest=/opt/stack/keystone 2022-01-05 16:51:01.356 | + functions-common:git_clone:525 : local git_ref=stable/wallaby 2022-01-05 16:51:01.359 | + functions-common:git_clone:526 : local orig_dir 2022-01-05 16:51:01.361 | ++ functions-common:git_clone:527 : pwd 2022-01-05 16:51:01.364 | + functions-common:git_clone:527 : orig_dir=/home/ubuntu/devstack 2022-01-05 16:51:01.366 | + functions-common:git_clone:528 : local git_clone_flags= 2022-01-05 16:51:01.369 | ++ functions-common:git_clone:530 : trueorfalse False RECLONE 2022-01-05 16:51:01.388 | + functions-common:git_clone:530 : RECLONE=False 2022-01-05 16:51:01.390 | + functions-common:git_clone:531 : [[ 0 -gt 0 ]] 2022-01-05 16:51:01.392 | + functions-common:git_clone:535 : [[ False = \T\r\u\e ]] 2022-01-05 16:51:01.394 | + functions-common:git_clone:544 : echo stable/wallaby 2022-01-05 16:51:01.395 | + functions-common:git_clone:544 : egrep -q '^refs' 2022-01-05 16:51:01.400 | + functions-common:git_clone:558 : [[ ! -d /opt/stack/keystone ]] 2022-01-05 16:51:01.402 | + functions-common:git_clone:566 : [[ False = \T\r\u\e ]] 2022-01-05 16:51:01.404 | + functions-common:git_clone:592 : cd /opt/stack/keystone 2022-01-05 16:51:01.407 | + functions-common:git_clone:593 : git show --oneline 2022-01-05 16:51:01.407 | + functions-common:git_clone:593 : head -1 2022-01-05 16:51:01.411 | ddd97302e Merge "Update local_id limit to 255 characters" into stable/wallaby 2022-01-05 16:51:01.413 | + functions-common:git_clone:594 : cd /home/ubuntu/devstack 2022-01-05 16:51:01.416 | + lib/keystone:install_keystone:506 : setup_develop /opt/stack/keystone 2022-01-05 16:51:01.418 | + inc/python:setup_develop:338 : local bindep 2022-01-05 16:51:01.420 | + inc/python:setup_develop:339 : [[ /opt/stack/keystone == -bindep* ]] 2022-01-05 16:51:01.423 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/keystone 2022-01-05 16:51:01.425 | + inc/python:setup_develop:344 : local extras= 2022-01-05 16:51:01.427 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2022-01-05 16:51:01.429 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-01-05 16:51:01.432 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/keystone == -bindep* ]] 2022-01-05 16:51:01.435 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/keystone 2022-01-05 16:51:01.437 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-01-05 16:51:01.439 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-01-05 16:51:01.442 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/keystone 2022-01-05 16:51:01.444 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-01-05 16:51:01.448 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/keystone 2022-01-05 16:51:01.450 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-01-05 16:51:01.452 | + inc/python:_setup_package_with_constraints_edit:382 : local name 2022-01-05 16:51:01.455 | ++ inc/python:_setup_package_with_constraints_edit:383 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2022-01-05 16:51:01.460 | + inc/python:_setup_package_with_constraints_edit:383 : name=keystone 2022-01-05 16:51:01.463 | + inc/python:_setup_package_with_constraints_edit:385 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone '-e file:///opt/stack/keystone#egg=keystone' 2022-01-05 16:51:02.080 | + inc/python:_setup_package_with_constraints_edit:389 : setup_package /opt/stack/keystone -e 2022-01-05 16:51:02.083 | + inc/python:setup_package:417 : local bindep=0 2022-01-05 16:51:02.085 | + inc/python:setup_package:418 : local bindep_flag= 2022-01-05 16:51:02.087 | + inc/python:setup_package:419 : local bindep_profiles= 2022-01-05 16:51:02.089 | + inc/python:setup_package:420 : [[ /opt/stack/keystone == -bindep* ]] 2022-01-05 16:51:02.091 | + inc/python:setup_package:425 : local project_dir=/opt/stack/keystone 2022-01-05 16:51:02.093 | + inc/python:setup_package:426 : local flags=-e 2022-01-05 16:51:02.096 | + inc/python:setup_package:427 : local extras= 2022-01-05 16:51:02.098 | + inc/python:setup_package:431 : [[ -n -e ]] 2022-01-05 16:51:02.100 | + inc/python:setup_package:431 : [[ -z '' ]] 2022-01-05 16:51:02.103 | + inc/python:setup_package:431 : [[ ! -e =~ ^-.* ]] 2022-01-05 16:51:02.105 | + inc/python:setup_package:436 : [[ ! -z '' ]] 2022-01-05 16:51:02.107 | + inc/python:setup_package:441 : [[ 0 == 1 ]] 2022-01-05 16:51:02.109 | + inc/python:setup_package:445 : pip_install -e /opt/stack/keystone 2022-01-05 16:51:02.129 | Using python 3.8 to install /opt/stack/keystone 2022-01-05 16:51:02.131 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/keystone 2022-01-05 16:51:02.851 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:51:02.851 | from cryptography.utils import int_from_bytes 2022-01-05 16:51:02.851 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-01-05 16:51:02.851 | from cryptography.utils import int_from_bytes 2022-01-05 16:51:03.846 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-01-05 16:51:03.846 | DEPRECATION: Constraints are only allowed to take the form of a package name and a version specifier. Other forms were originally permitted as an accident of the implementation, but were undocumented. The new implementation of the resolver no longer supports these forms. A possible replacement is replacing the constraint with a requirement. Discussion can be found at https://github.com/pypa/pip/issues/8210 2022-01-05 16:51:03.846 | ERROR: Editable requirements are not allowed as constraints 2022-01-05 16:51:03.931 | + inc/python:pip_install:1 : exit_trap 2022-01-05 16:51:03.933 | + ./stack.sh:exit_trap:507 : local r=1 2022-01-05 16:51:03.936 | ++ ./stack.sh:exit_trap:508 : jobs -p 2022-01-05 16:51:03.938 | + ./stack.sh:exit_trap:508 : jobs= 2022-01-05 16:51:03.940 | + ./stack.sh:exit_trap:511 : [[ -n '' ]] 2022-01-05 16:51:03.942 | + ./stack.sh:exit_trap:517 : '[' -f '' ']' 2022-01-05 16:51:03.945 | + ./stack.sh:exit_trap:522 : kill_spinner 2022-01-05 16:51:03.947 | + ./stack.sh:kill_spinner:417 : '[' '!' -z '' ']' 2022-01-05 16:51:03.949 | + ./stack.sh:exit_trap:524 : [[ 1 -ne 0 ]] 2022-01-05 16:51:03.951 | + ./stack.sh:exit_trap:525 : echo 'Error on exit' 2022-01-05 16:51:03.951 | Error on exit 2022-01-05 16:51:03.953 | + ./stack.sh:exit_trap:527 : type -p generate-subunit 2022-01-05 16:51:03.956 | + ./stack.sh:exit_trap:528 : generate-subunit 1641401373 90 fail 2022-01-05 16:51:04.436 | + ./stack.sh:exit_trap:530 : [[ -z /opt/stack/logs ]] 2022-01-05 16:51:04.438 | + ./stack.sh:exit_trap:533 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2022-01-05 16:51:04.888 | + ./stack.sh:exit_trap:542 : exit 1