2022-06-08 18:34:48.205 | + ./stack.sh:main:482 : exec 2022-06-08 18:34:48.205 | + ./stack.sh:main:490 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-06-08-183448' 2022-06-08 18:34:48.205 | ++ ./stack.sh:main:482 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-06-08-183448.summary.2022-06-08-183448 2022-06-08 18:34:48.205 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-08 18:34:48.205 | + ./stack.sh:echo_summary:441 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-06-08-183448 2022-06-08 18:34:48.205 | + ./stack.sh:main:492 : ln -sf /opt/stack/logs/stack.sh.log.2022-06-08-183448 /opt/stack/logs/stack.sh.log 2022-06-08 18:34:48.205 | + ./stack.sh:main:493 : ln -sf /opt/stack/logs/stack.sh.log.2022-06-08-183448.summary.2022-06-08-183448 /opt/stack/logs/stack.sh.log.summary 2022-06-08 18:34:48.205 | + ./stack.sh:main:508 : check_path_perm_sanity /opt/stack 2022-06-08 18:34:48.205 | + functions:check_path_perm_sanity:596 : local real_path 2022-06-08 18:34:48.205 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2022-06-08 18:34:48.205 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2022-06-08 18:34:48.205 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2022-06-08 18:34:48.205 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2022-06-08 18:34:48.205 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2022-06-08 18:34:48.205 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-06-08 18:34:48.205 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2022-06-08 18:34:48.205 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2022-06-08 18:34:48.205 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-06-08 18:34:48.205 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-06-08 18:34:48.205 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2022-06-08 18:34:48.207 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2022-06-08 18:34:48.211 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-06-08 18:34:48.213 | + ./stack.sh:main:514 : trap exit_trap EXIT 2022-06-08 18:34:48.215 | + ./stack.sh:main:555 : trap err_trap ERR 2022-06-08 18:34:48.217 | + ./stack.sh:main:568 : set -o errexit 2022-06-08 18:34:48.218 | + ./stack.sh:main:571 : uname -a 2022-06-08 18:34:48.220 | Linux dv-osbrick-836063-6-iscsi 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-06-08 18:34:48.222 | + ./stack.sh:main:574 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-06-08 18:34:48.224 | + ./stack.sh:main:575 : rm -f /opt/stack/data/ca-bundle.pem 2022-06-08 18:34:48.227 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/database 2022-06-08 18:34:48.264 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/rpc_backend 2022-06-08 18:34:48.280 | + ./stack.sh:main:585 : fetch_plugins 2022-06-08 18:34:48.282 | + functions-common:fetch_plugins:1772 : local plugins= 2022-06-08 18:34:48.285 | + functions-common:fetch_plugins:1773 : local plugin 2022-06-08 18:34:48.287 | + functions-common:fetch_plugins:1776 : [[ -z '' ]] 2022-06-08 18:34:48.289 | + functions-common:fetch_plugins:1777 : return 2022-06-08 18:34:48.291 | + ./stack.sh:main:589 : run_phase override_defaults 2022-06-08 18:34:48.293 | + functions-common:run_phase:1854 : local mode=override_defaults 2022-06-08 18:34:48.295 | + functions-common:run_phase:1855 : local phase= 2022-06-08 18:34:48.297 | + functions-common:run_phase:1856 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-08 18:34:48.299 | + functions-common:run_phase:1857 : local extra_plugin_file_name 2022-06-08 18:34:48.300 | + functions-common:run_phase:1858 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-08 18:34:48.302 | + functions-common:run_phase:1863 : local exceptions=80-tempest.sh 2022-06-08 18:34:48.304 | + functions-common:run_phase:1864 : local extra 2022-06-08 18:34:48.306 | ++ functions-common:run_phase:1865 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-08 18:34:48.309 | + functions-common:run_phase:1865 : extra=80-tempest.sh 2022-06-08 18:34:48.311 | + functions-common:run_phase:1866 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-08 18:34:48.313 | + functions-common:run_phase:1870 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-08 18:34:48.315 | + functions-common:run_phase:1870 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-06-08 18:34:48.317 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-08 18:34:48.329 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-08 18:34:48.331 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-06-08 18:34:48.333 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-08 18:34:48.335 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-08 18:34:48.336 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-08 18:34:48.339 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-08 18:34:48.341 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-06-08 18:34:48.342 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-06-08 18:34:48.344 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2022-06-08 18:34:48.346 | + functions-common:run_phase:1875 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-06-08 18:34:48.348 | + functions-common:run_phase:1878 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-06-08 18:34:48.350 | + functions-common:run_phase:1879 : plugin_override_defaults 2022-06-08 18:34:48.351 | + functions-common:plugin_override_defaults:1813 : local plugins= 2022-06-08 18:34:48.353 | + functions-common:plugin_override_defaults:1814 : local plugin 2022-06-08 18:34:48.355 | + functions-common:plugin_override_defaults:1817 : [[ -z '' ]] 2022-06-08 18:34:48.357 | + functions-common:plugin_override_defaults:1818 : return 2022-06-08 18:34:48.359 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/apache 2022-06-08 18:34:48.375 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/tls 2022-06-08 18:34:48.378 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-06-08 18:34:48.392 | ++ functions-common:is_service_enabled:2082 : return 1 2022-06-08 18:34:48.395 | +++ lib/tls:source:43 : hostname -f 2022-06-08 18:34:48.399 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-06-08 18:34:48.402 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-06-08 18:34:48.405 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-06-08 18:34:48.408 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-06-08 18:34:48.410 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-06-08 18:34:48.412 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-06-08 18:34:48.414 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-06-08 18:34:48.416 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-06-08 18:34:48.418 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-06-08 18:34:48.420 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-06-08 18:34:48.425 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/infra 2022-06-08 18:34:48.437 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/libraries 2022-06-08 18:34:48.454 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/lvm 2022-06-08 18:34:48.466 | + ./stack.sh:main:601 : source /home/ubuntu/devstack/lib/horizon 2022-06-08 18:34:48.478 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/keystone 2022-06-08 18:34:48.514 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/glance 2022-06-08 18:34:48.572 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/nova 2022-06-08 18:34:48.670 | + ./stack.sh:main:605 : source /home/ubuntu/devstack/lib/placement 2022-06-08 18:34:48.693 | + ./stack.sh:main:606 : source /home/ubuntu/devstack/lib/cinder 2022-06-08 18:34:48.740 | + ./stack.sh:main:607 : source /home/ubuntu/devstack/lib/swift 2022-06-08 18:34:48.796 | + ./stack.sh:main:608 : source /home/ubuntu/devstack/lib/neutron 2022-06-08 18:34:48.962 | + ./stack.sh:main:609 : source /home/ubuntu/devstack/lib/ldap 2022-06-08 18:34:48.976 | + ./stack.sh:main:610 : source /home/ubuntu/devstack/lib/dstat 2022-06-08 18:34:48.989 | + ./stack.sh:main:611 : source /home/ubuntu/devstack/lib/tcpdump 2022-06-08 18:34:49.002 | + ./stack.sh:main:612 : source /home/ubuntu/devstack/lib/etcd3 2022-06-08 18:34:49.089 | + ./stack.sh:main:613 : source /home/ubuntu/devstack/lib/os-vif 2022-06-08 18:34:49.091 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2022-06-08 18:34:49.095 | +++ lib/os-vif:source:17 : is_ml2_ovs 2022-06-08 18:34:49.097 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2022-06-08 18:34:49.100 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2022-06-08 18:34:49.103 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2022-06-08 18:34:49.106 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2022-06-08 18:34:49.106 | False' 2022-06-08 18:34:49.109 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2022-06-08 18:34:49.128 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2022-06-08 18:34:49.131 | + ./stack.sh:main:619 : run_phase source 2022-06-08 18:34:49.133 | + functions-common:run_phase:1854 : local mode=source 2022-06-08 18:34:49.135 | + functions-common:run_phase:1855 : local phase= 2022-06-08 18:34:49.137 | + functions-common:run_phase:1856 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-08 18:34:49.139 | + functions-common:run_phase:1857 : local extra_plugin_file_name 2022-06-08 18:34:49.142 | + functions-common:run_phase:1858 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-08 18:34:49.144 | + functions-common:run_phase:1863 : local exceptions=80-tempest.sh 2022-06-08 18:34:49.146 | + functions-common:run_phase:1864 : local extra 2022-06-08 18:34:49.148 | ++ functions-common:run_phase:1865 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-08 18:34:49.152 | + functions-common:run_phase:1865 : extra=80-tempest.sh 2022-06-08 18:34:49.154 | + functions-common:run_phase:1866 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-08 18:34:49.156 | + functions-common:run_phase:1870 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-08 18:34:49.158 | + functions-common:run_phase:1870 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-06-08 18:34:49.160 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-08 18:34:49.175 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-08 18:34:49.178 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-06-08 18:34:49.180 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-06-08 18:34:49.226 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2022-06-08 18:34:49.229 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2022-06-08 18:34:49.232 | + functions-common:run_phase:1875 : [[ source == \s\o\u\r\c\e ]] 2022-06-08 18:34:49.234 | + functions-common:run_phase:1876 : load_plugin_settings 2022-06-08 18:34:49.237 | + functions-common:load_plugin_settings:1790 : local plugins= 2022-06-08 18:34:49.240 | + functions-common:load_plugin_settings:1791 : local plugin 2022-06-08 18:34:49.243 | + functions-common:load_plugin_settings:1794 : [[ -z '' ]] 2022-06-08 18:34:49.246 | + functions-common:load_plugin_settings:1795 : return 2022-06-08 18:34:49.249 | + functions-common:run_phase:1877 : verify_disabled_services 2022-06-08 18:34:49.252 | + functions-common:verify_disabled_services:2137 : local service 2022-06-08 18:34:49.255 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.257 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-06-08 18:34:49.259 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.262 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-06-08 18:34:49.264 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.266 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-06-08 18:34:49.268 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.271 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-06-08 18:34:49.273 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.275 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-06-08 18:34:49.278 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.280 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-06-08 18:34:49.282 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.284 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-06-08 18:34:49.287 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.289 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-06-08 18:34:49.293 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.295 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-06-08 18:34:49.298 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.301 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-06-08 18:34:49.303 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.305 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2022-06-08 18:34:49.309 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.311 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2022-06-08 18:34:49.313 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.316 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2022-06-08 18:34:49.318 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.321 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2022-06-08 18:34:49.323 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.325 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-06-08 18:34:49.327 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.331 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2022-06-08 18:34:49.334 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.336 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-06-08 18:34:49.338 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.340 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-06-08 18:34:49.342 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.345 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-06-08 18:34:49.347 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.349 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-06-08 18:34:49.351 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.353 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-06-08 18:34:49.356 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.358 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-06-08 18:34:49.360 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.362 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-06-08 18:34:49.364 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.367 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-06-08 18:34:49.369 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.371 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-06-08 18:34:49.373 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.376 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-06-08 18:34:49.378 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.380 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-06-08 18:34:49.383 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.385 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-06-08 18:34:49.388 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.391 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-06-08 18:34:49.393 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.395 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-06-08 18:34:49.397 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.400 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-06-08 18:34:49.402 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.404 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-06-08 18:34:49.407 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.409 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-06-08 18:34:49.412 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.416 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-06-08 18:34:49.418 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.420 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-06-08 18:34:49.424 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.426 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-06-08 18:34:49.429 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.431 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-06-08 18:34:49.434 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.436 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-06-08 18:34:49.439 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.441 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-06-08 18:34:49.443 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.445 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-06-08 18:34:49.448 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.450 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-06-08 18:34:49.452 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.455 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-06-08 18:34:49.457 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.460 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-06-08 18:34:49.462 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.464 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-06-08 18:34:49.466 | + functions-common:verify_disabled_services:2138 : for service in ${ENABLED_SERVICES//,/ } 2022-06-08 18:34:49.469 | + functions-common:verify_disabled_services:2139 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-06-08 18:34:49.471 | + ./stack.sh:main:690 : initialize_database_backends 2022-06-08 18:34:49.474 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-06-08 18:34:49.476 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-06-08 18:34:49.491 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 18:34:49.493 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-06-08 18:34:49.496 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-06-08 18:34:49.498 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-06-08 18:34:49.512 | + functions-common:is_service_enabled:2082 : return 1 2022-06-08 18:34:49.514 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-06-08 18:34:49.517 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-06-08 18:34:49.519 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-06-08 18:34:49.521 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-06-08 18:34:49.523 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-06-08 18:34:49.526 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-06-08 18:34:49.528 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-06-08 18:34:49.530 | + lib/database:initialize_database_backends:92 : return 0 2022-06-08 18:34:49.532 | + ./stack.sh:main:691 : echo 'Using mysql database backend' 2022-06-08 18:34:49.532 | Using mysql database backend 2022-06-08 18:34:49.535 | + ./stack.sh:main:694 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-06-08 18:34:49.550 | + ./stack.sh:main:696 : define_database_baseurl 2022-06-08 18:34:49.554 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2022-06-08 18:34:49.556 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-06-08 18:34:49.558 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2022-06-08 18:34:49.561 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-06-08 18:34:49.563 | + ./stack.sh:main:708 : is_service_enabled rabbit 2022-06-08 18:34:49.581 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 18:34:49.584 | + ./stack.sh:main:709 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-06-08 18:34:49.602 | + ./stack.sh:main:716 : is_service_enabled keystone 2022-06-08 18:34:49.620 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 18:34:49.622 | + ./stack.sh:main:718 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-06-08 18:34:49.638 | + ./stack.sh:main:720 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-06-08 18:34:49.655 | + ./stack.sh:main:731 : is_service_enabled ldap 2022-06-08 18:34:49.671 | + functions-common:is_service_enabled:2082 : return 1 2022-06-08 18:34:49.673 | + ./stack.sh:main:740 : is_service_enabled s-proxy 2022-06-08 18:34:49.689 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 18:34:49.692 | + ./stack.sh:main:744 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-06-08 18:34:49.707 | + ./stack.sh:main:746 : [[ -z '' ]] 2022-06-08 18:34:49.710 | + ./stack.sh:main:746 : [[ False == \T\r\u\e ]] 2022-06-08 18:34:49.712 | + ./stack.sh:main:752 : save_stackenv 752 2022-06-08 18:34:49.714 | + functions-common:save_stackenv:60 : local tag=752 2022-06-08 18:34:49.717 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-06-08 18:34:49.722 | + functions-common:save_stackenv:62 : time_stamp=2022-06-08-183449 2022-06-08 18:34:49.724 | + functions-common:save_stackenv:63 : echo '# 2022-06-08-183449 752' 2022-06-08 18:34:49.727 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 18:34:49.729 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-06-08 18:34:49.731 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 18:34:49.734 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-06-08 18:34:49.736 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 18:34:49.738 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-06-08 18:34:49.741 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 18:34:49.743 | + 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,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-06-08 18:34:49.746 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 18:34:49.748 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.57 2022-06-08 18:34:49.750 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 18:34:49.753 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.57/identity 2022-06-08 18:34:49.755 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 18:34:49.758 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-06-08-183448 2022-06-08 18:34:49.762 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 18:34:49.765 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-06-08 18:34:49.768 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 18:34:49.771 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.57 2022-06-08 18:34:49.773 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 18:34:49.775 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-06-08 18:34:49.778 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 18:34:49.780 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-06-08 18:34:49.782 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 18:34:49.784 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-06-08 18:34:49.787 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-06-08 18:34:49.790 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-06-08 18:34:49.794 | + ./stack.sh:main:765 : GIT_DEPTH=0 2022-06-08 18:34:49.798 | + ./stack.sh:main:765 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2022-06-08 18:34:49.800 | + functions-common:git_clone:597 : local git_remote=https://opendev.org/openstack/requirements.git 2022-06-08 18:34:49.803 | + functions-common:git_clone:598 : local git_dest=/opt/stack/requirements 2022-06-08 18:34:49.806 | + functions-common:git_clone:599 : local git_ref=master 2022-06-08 18:34:49.809 | + functions-common:git_clone:600 : local orig_dir 2022-06-08 18:34:49.812 | ++ functions-common:git_clone:601 : pwd 2022-06-08 18:34:49.815 | + functions-common:git_clone:601 : orig_dir=/home/ubuntu/devstack 2022-06-08 18:34:49.817 | + functions-common:git_clone:602 : local git_clone_flags= 2022-06-08 18:34:49.820 | ++ functions-common:git_clone:604 : trueorfalse False RECLONE 2022-06-08 18:34:49.835 | + functions-common:git_clone:604 : RECLONE=False 2022-06-08 18:34:49.837 | + functions-common:git_clone:605 : [[ 0 -gt 0 ]] 2022-06-08 18:34:49.839 | + functions-common:git_clone:609 : [[ False = \T\r\u\e ]] 2022-06-08 18:34:49.842 | + functions-common:git_clone:618 : echo master 2022-06-08 18:34:49.842 | + functions-common:git_clone:618 : egrep -q '^refs' 2022-06-08 18:34:49.847 | + functions-common:git_clone:632 : [[ ! -d /opt/stack/requirements ]] 2022-06-08 18:34:49.849 | + functions-common:git_clone:640 : [[ False = \T\r\u\e ]] 2022-06-08 18:34:49.852 | + functions-common:git_clone:675 : sudo git config --system --add safe.directory /opt/stack/requirements 2022-06-08 18:34:49.864 | + functions-common:git_clone:678 : cd /opt/stack/requirements 2022-06-08 18:34:49.867 | + functions-common:git_clone:679 : git show --oneline 2022-06-08 18:34:49.867 | + functions-common:git_clone:679 : head -1 2022-06-08 18:34:49.870 | 64af4766 Merge "Don't limit use of importlib-metadata to Python < 3.8" 2022-06-08 18:34:49.873 | + functions-common:git_clone:680 : cd /home/ubuntu/devstack 2022-06-08 18:34:49.876 | + ./stack.sh:main:769 : echo_summary 'Installing package prerequisites' 2022-06-08 18:34:49.878 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-08 18:34:49.882 | + ./stack.sh:echo_summary:441 : echo -e Installing package prerequisites 2022-06-08 18:34:49.886 | + ./stack.sh:main:770 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-06-08 18:34:49.889 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-06-08 18:34:49.893 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-06-08 18:34:49.896 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-06-08 18:34:49.898 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-06-08 18:34:49.901 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-06-08 18:34:49.904 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-06-08 18:34:49.907 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-06-08 18:34:49.912 | ++ tools/install_prereqs.sh:source:47 : NOW=1654713289 2022-06-08 18:34:49.915 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-06-08 18:34:49.920 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=1654713228 2022-06-08 18:34:49.923 | ++ tools/install_prereqs.sh:source:49 : DELTA=61 2022-06-08 18:34:49.925 | ++ tools/install_prereqs.sh:source:50 : [[ 61 -lt 7200 ]] 2022-06-08 18:34:49.928 | ++ tools/install_prereqs.sh:source:50 : [[ -z 0 ]] 2022-06-08 18:34:49.930 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-06-08 18:34:49.933 | ++ functions-common:export_proxy_variables:2244 : isset http_proxy 2022-06-08 18:34:49.935 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2022-06-08 18:34:49.937 | ++ functions-common:export_proxy_variables:2247 : isset https_proxy 2022-06-08 18:34:49.940 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2022-06-08 18:34:49.942 | ++ functions-common:export_proxy_variables:2250 : isset no_proxy 2022-06-08 18:34:49.944 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2022-06-08 18:34:49.948 | +++ 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,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-06-08 18:34:49.994 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-06-08 18:34:49.995 | apache2-dev 2022-06-08 18:34:49.995 | bc 2022-06-08 18:34:49.995 | bsdmainutils 2022-06-08 18:34:49.995 | curl 2022-06-08 18:34:49.995 | g++ 2022-06-08 18:34:49.995 | gawk 2022-06-08 18:34:49.995 | gcc 2022-06-08 18:34:49.995 | gettext 2022-06-08 18:34:49.995 | git 2022-06-08 18:34:49.995 | graphviz 2022-06-08 18:34:49.995 | iputils-ping 2022-06-08 18:34:49.995 | libapache2-mod-proxy-uwsgi 2022-06-08 18:34:49.995 | libffi-dev 2022-06-08 18:34:49.995 | libjpeg-dev 2022-06-08 18:34:49.995 | libpcre3-dev 2022-06-08 18:34:49.995 | libpq-dev 2022-06-08 18:34:49.995 | libssl-dev 2022-06-08 18:34:49.995 | libsystemd-dev 2022-06-08 18:34:49.995 | libxml2-dev 2022-06-08 18:34:49.995 | libxslt1-dev 2022-06-08 18:34:49.995 | libyaml-dev 2022-06-08 18:34:49.995 | lsof 2022-06-08 18:34:49.995 | openssh-server 2022-06-08 18:34:49.995 | openssl 2022-06-08 18:34:49.995 | pkg-config 2022-06-08 18:34:49.995 | psmisc 2022-06-08 18:34:49.995 | python3-dev 2022-06-08 18:34:49.995 | python3-pip 2022-06-08 18:34:49.995 | python3-systemd 2022-06-08 18:34:49.995 | python3-venv 2022-06-08 18:34:49.995 | tar 2022-06-08 18:34:49.995 | tcpdump 2022-06-08 18:34:49.995 | unzip 2022-06-08 18:34:49.995 | uuid-runtime 2022-06-08 18:34:49.995 | wget 2022-06-08 18:34:49.996 | wget 2022-06-08 18:34:49.996 | zlib1g-dev 2022-06-08 18:34:49.996 | libkrb5-dev 2022-06-08 18:34:49.996 | libldap2-dev 2022-06-08 18:34:49.996 | libsasl2-dev 2022-06-08 18:34:49.996 | memcached 2022-06-08 18:34:49.996 | python3-mysqldb 2022-06-08 18:34:49.996 | sqlite3 2022-06-08 18:34:49.996 | conntrack 2022-06-08 18:34:49.996 | curl 2022-06-08 18:34:49.996 | dnsmasq-base 2022-06-08 18:34:49.996 | dnsmasq-utils 2022-06-08 18:34:49.996 | ebtables 2022-06-08 18:34:49.996 | genisoimage 2022-06-08 18:34:49.996 | iptables 2022-06-08 18:34:49.996 | iputils-arping 2022-06-08 18:34:49.996 | kpartx 2022-06-08 18:34:49.996 | libjs-jquery-tablesorter 2022-06-08 18:34:49.996 | parted 2022-06-08 18:34:49.996 | pm-utils 2022-06-08 18:34:49.996 | python3-mysqldb 2022-06-08 18:34:49.996 | socat 2022-06-08 18:34:49.996 | sqlite3 2022-06-08 18:34:49.996 | sudo 2022-06-08 18:34:49.996 | vlan 2022-06-08 18:34:49.996 | lsscsi 2022-06-08 18:34:49.996 | open-iscsi 2022-06-08 18:34:49.996 | lvm2 2022-06-08 18:34:49.996 | qemu-utils 2022-06-08 18:34:49.996 | thin-provisioning-tools 2022-06-08 18:34:49.996 | acl 2022-06-08 18:34:49.996 | dnsmasq-base 2022-06-08 18:34:49.996 | dnsmasq-utils 2022-06-08 18:34:49.996 | ebtables 2022-06-08 18:34:49.996 | haproxy 2022-06-08 18:34:49.996 | iptables 2022-06-08 18:34:49.996 | iputils-arping 2022-06-08 18:34:49.997 | iputils-ping 2022-06-08 18:34:49.997 | postgresql-server-dev-all 2022-06-08 18:34:49.997 | python3-mysqldb 2022-06-08 18:34:49.997 | sqlite3 2022-06-08 18:34:49.997 | sudo 2022-06-08 18:34:49.997 | vlan 2022-06-08 18:34:49.997 | pcp 2022-06-08 18:34:49.997 | ipset 2022-06-08 18:34:49.997 | conntrack 2022-06-08 18:34:49.997 | conntrackd 2022-06-08 18:34:49.997 | keepalived 2022-06-08 18:34:49.997 | lvm2 2022-06-08 18:34:49.997 | qemu-utils 2022-06-08 18:34:49.997 | thin-provisioning-tools 2022-06-08 18:34:49.997 | curl 2022-06-08 18:34:49.997 | liberasurecode-dev 2022-06-08 18:34:49.997 | make 2022-06-08 18:34:49.997 | memcached 2022-06-08 18:34:49.997 | rsync 2022-06-08 18:34:49.997 | sqlite3 2022-06-08 18:34:49.997 | xfsprogs' 2022-06-08 18:34:49.998 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-06-08 18:34:50.017 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-06-08 18:34:50.017 | apache2-dev 2022-06-08 18:34:50.017 | bc 2022-06-08 18:34:50.017 | bsdmainutils 2022-06-08 18:34:50.017 | curl 2022-06-08 18:34:50.017 | g++ 2022-06-08 18:34:50.017 | gawk 2022-06-08 18:34:50.017 | gcc 2022-06-08 18:34:50.017 | gettext 2022-06-08 18:34:50.017 | git 2022-06-08 18:34:50.017 | graphviz 2022-06-08 18:34:50.018 | iputils-ping 2022-06-08 18:34:50.018 | libapache2-mod-proxy-uwsgi 2022-06-08 18:34:50.018 | libffi-dev 2022-06-08 18:34:50.018 | libjpeg-dev 2022-06-08 18:34:50.018 | libpcre3-dev 2022-06-08 18:34:50.018 | libpq-dev 2022-06-08 18:34:50.018 | libssl-dev 2022-06-08 18:34:50.018 | libsystemd-dev 2022-06-08 18:34:50.018 | libxml2-dev 2022-06-08 18:34:50.018 | libxslt1-dev 2022-06-08 18:34:50.018 | libyaml-dev 2022-06-08 18:34:50.018 | lsof 2022-06-08 18:34:50.018 | openssh-server 2022-06-08 18:34:50.018 | openssl 2022-06-08 18:34:50.018 | pkg-config 2022-06-08 18:34:50.018 | psmisc 2022-06-08 18:34:50.018 | python3-dev 2022-06-08 18:34:50.018 | python3-pip 2022-06-08 18:34:50.018 | python3-systemd 2022-06-08 18:34:50.018 | python3-venv 2022-06-08 18:34:50.018 | tar 2022-06-08 18:34:50.018 | tcpdump 2022-06-08 18:34:50.018 | unzip 2022-06-08 18:34:50.018 | uuid-runtime 2022-06-08 18:34:50.018 | wget 2022-06-08 18:34:50.018 | wget 2022-06-08 18:34:50.018 | zlib1g-dev 2022-06-08 18:34:50.018 | libkrb5-dev 2022-06-08 18:34:50.018 | libldap2-dev 2022-06-08 18:34:50.018 | libsasl2-dev 2022-06-08 18:34:50.018 | memcached 2022-06-08 18:34:50.018 | python3-mysqldb 2022-06-08 18:34:50.018 | sqlite3 2022-06-08 18:34:50.018 | conntrack 2022-06-08 18:34:50.018 | curl 2022-06-08 18:34:50.018 | dnsmasq-base 2022-06-08 18:34:50.018 | dnsmasq-utils 2022-06-08 18:34:50.018 | ebtables 2022-06-08 18:34:50.019 | genisoimage 2022-06-08 18:34:50.019 | iptables 2022-06-08 18:34:50.019 | iputils-arping 2022-06-08 18:34:50.019 | kpartx 2022-06-08 18:34:50.019 | libjs-jquery-tablesorter 2022-06-08 18:34:50.019 | parted 2022-06-08 18:34:50.019 | pm-utils 2022-06-08 18:34:50.019 | python3-mysqldb 2022-06-08 18:34:50.019 | socat 2022-06-08 18:34:50.019 | sqlite3 2022-06-08 18:34:50.019 | sudo 2022-06-08 18:34:50.019 | vlan 2022-06-08 18:34:50.019 | lsscsi 2022-06-08 18:34:50.019 | open-iscsi 2022-06-08 18:34:50.019 | lvm2 2022-06-08 18:34:50.019 | qemu-utils 2022-06-08 18:34:50.019 | thin-provisioning-tools 2022-06-08 18:34:50.019 | acl 2022-06-08 18:34:50.019 | dnsmasq-base 2022-06-08 18:34:50.019 | dnsmasq-utils 2022-06-08 18:34:50.019 | ebtables 2022-06-08 18:34:50.019 | haproxy 2022-06-08 18:34:50.019 | iptables 2022-06-08 18:34:50.019 | iputils-arping 2022-06-08 18:34:50.019 | iputils-ping 2022-06-08 18:34:50.019 | postgresql-server-dev-all 2022-06-08 18:34:50.019 | python3-mysqldb 2022-06-08 18:34:50.019 | sqlite3 2022-06-08 18:34:50.019 | sudo 2022-06-08 18:34:50.019 | vlan 2022-06-08 18:34:50.019 | pcp 2022-06-08 18:34:50.019 | ipset 2022-06-08 18:34:50.019 | conntrack 2022-06-08 18:34:50.019 | conntrackd 2022-06-08 18:34:50.019 | keepalived 2022-06-08 18:34:50.019 | lvm2 2022-06-08 18:34:50.019 | qemu-utils 2022-06-08 18:34:50.020 | thin-provisioning-tools 2022-06-08 18:34:50.020 | curl 2022-06-08 18:34:50.020 | liberasurecode-dev 2022-06-08 18:34:50.020 | make 2022-06-08 18:34:50.020 | memcached 2022-06-08 18:34:50.020 | rsync 2022-06-08 18:34:50.020 | sqlite3 2022-06-08 18:34:50.020 | xfsprogs ' 2022-06-08 18:34:50.020 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-06-08 18:34:50.022 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 18:34:50.024 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 18:34:50.028 | ++ tools/install_prereqs.sh:source:67 : echo apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter 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 postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-06-08 18:34:50.028 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-06-08 18:34:50.033 | ++ tools/install_prereqs.sh:source:72 : install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter 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 postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-06-08 18:34:50.037 | ++ functions-common:install_package:1464 : update_package_repo 2022-06-08 18:34:50.039 | ++ functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-08 18:34:50.041 | ++ functions-common:update_package_repo:1437 : REPOS_UPDATED=False 2022-06-08 18:34:50.044 | ++ functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-08 18:34:50.047 | ++ functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-08 18:34:50.049 | ++ functions-common:update_package_repo:1444 : is_ubuntu 2022-06-08 18:34:50.052 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 18:34:50.054 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 18:34:50.057 | ++ functions-common:update_package_repo:1445 : apt_get_update 2022-06-08 18:34:50.060 | ++ functions-common:apt_get_update:1190 : [[ False == \T\r\u\e ]] 2022-06-08 18:34:50.062 | ++ functions-common:apt_get_update:1195 : [[ False = \T\r\u\e ]] 2022-06-08 18:34:50.065 | ++ functions-common:apt_get_update:1197 : local sudo=sudo 2022-06-08 18:34:50.068 | +++ functions-common:apt_get_update:1198 : id -u 2022-06-08 18:34:50.072 | ++ functions-common:apt_get_update:1198 : [[ 1000 = \0 ]] 2022-06-08 18:34:50.074 | ++ functions-common:apt_get_update:1201 : time_start apt-get-update 2022-06-08 18:34:50.076 | ++ functions-common:time_start:2412 : local name=apt-get-update 2022-06-08 18:34:50.078 | ++ functions-common:time_start:2413 : local start_time= 2022-06-08 18:34:50.080 | ++ functions-common:time_start:2414 : [[ -n '' ]] 2022-06-08 18:34:50.083 | +++ functions-common:time_start:2417 : date +%s%3N 2022-06-08 18:34:50.087 | ++ functions-common:time_start:2417 : _TIME_START[$name]=1654713290084 2022-06-08 18:34:50.089 | ++ functions-common:apt_get_update:1203 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-06-08 18:34:50.091 | ++ functions-common:apt_get_update:1204 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-06-08 18:34:50.093 | ++ functions-common:apt_get_update:1205 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2022-06-08 18:34:50.353 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-06-08 18:34:50.397 | Get:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2022-06-08 18:34:50.406 | Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2022-06-08 18:34:50.642 | Get:4 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2022-06-08 18:34:51.191 | Fetched 336 kB in 1s (420 kB/s) 2022-06-08 18:34:52.783 | Reading package lists... 2022-06-08 18:34:52.819 | ++ functions-common:apt_get_update:1209 : REPOS_UPDATED=True 2022-06-08 18:34:52.822 | ++ functions-common:apt_get_update:1211 : time_stop apt-get-update 2022-06-08 18:34:52.824 | ++ functions-common:time_stop:2426 : local name 2022-06-08 18:34:52.827 | ++ functions-common:time_stop:2427 : local end_time 2022-06-08 18:34:52.829 | ++ functions-common:time_stop:2428 : local elapsed_time 2022-06-08 18:34:52.831 | ++ functions-common:time_stop:2429 : local total 2022-06-08 18:34:52.833 | ++ functions-common:time_stop:2430 : local start_time 2022-06-08 18:34:52.837 | ++ functions-common:time_stop:2432 : name=apt-get-update 2022-06-08 18:34:52.840 | ++ functions-common:time_stop:2433 : start_time=1654713290084 2022-06-08 18:34:52.843 | ++ functions-common:time_stop:2435 : [[ -z 1654713290084 ]] 2022-06-08 18:34:52.848 | +++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 18:34:52.852 | ++ functions-common:time_stop:2438 : end_time=1654713292849 2022-06-08 18:34:52.854 | ++ functions-common:time_stop:2439 : elapsed_time=2765 2022-06-08 18:34:52.857 | ++ functions-common:time_stop:2440 : total=0 2022-06-08 18:34:52.860 | ++ functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 18:34:52.862 | ++ functions-common:time_stop:2443 : _TIME_TOTAL[$name]=2765 2022-06-08 18:34:52.866 | ++ functions-common:install_package:1465 : real_install_package apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter 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 postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-06-08 18:34:52.868 | ++ functions-common:real_install_package:1450 : is_ubuntu 2022-06-08 18:34:52.872 | ++ functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 18:34:52.874 | ++ functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 18:34:52.877 | ++ functions-common:real_install_package:1451 : apt_get install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter 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 postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-06-08 18:34:52.899 | ++ functions-common:apt_get:1231 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 apache2-dev bc bsdmainutils curl g++ gawk gcc gettext git graphviz iputils-ping libapache2-mod-proxy-uwsgi libffi-dev libjpeg-dev libpcre3-dev libpq-dev libssl-dev libsystemd-dev libxml2-dev libxslt1-dev libyaml-dev lsof openssh-server openssl pkg-config psmisc python3-dev python3-pip python3-systemd python3-venv tar tcpdump unzip uuid-runtime wget wget zlib1g-dev libkrb5-dev libldap2-dev libsasl2-dev memcached python3-mysqldb sqlite3 conntrack curl dnsmasq-base dnsmasq-utils ebtables genisoimage iptables iputils-arping kpartx libjs-jquery-tablesorter 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 postgresql-server-dev-all python3-mysqldb sqlite3 sudo vlan pcp ipset conntrack conntrackd keepalived lvm2 qemu-utils thin-provisioning-tools curl liberasurecode-dev make memcached rsync sqlite3 xfsprogs 2022-06-08 18:34:53.014 | Reading package lists... 2022-06-08 18:34:53.266 | Building dependency tree... 2022-06-08 18:34:53.268 | Reading state information... 2022-06-08 18:34:53.303 | acl is already the newest version (2.2.53-6). 2022-06-08 18:34:53.303 | bc is already the newest version (1.07.1-2build1). 2022-06-08 18:34:53.303 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-06-08 18:34:53.303 | conntrack is already the newest version (1:1.4.5-2). 2022-06-08 18:34:53.303 | ebtables is already the newest version (2.0.11-3build1). 2022-06-08 18:34:53.303 | g++ is already the newest version (4:9.3.0-1ubuntu2). 2022-06-08 18:34:53.303 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-06-08 18:34:53.303 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-06-08 18:34:53.303 | genisoimage is already the newest version (9:1.1.11-3.1ubuntu1). 2022-06-08 18:34:53.303 | gettext is already the newest version (0.19.8.1-10build1). 2022-06-08 18:34:53.303 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-06-08 18:34:53.303 | iputils-arping is already the newest version (3:20190709-3). 2022-06-08 18:34:53.303 | iputils-ping is already the newest version (3:20190709-3). 2022-06-08 18:34:53.303 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-06-08 18:34:53.303 | liberasurecode-dev is already the newest version (1.6.1-4). 2022-06-08 18:34:53.303 | libffi-dev is already the newest version (3.3-4). 2022-06-08 18:34:53.303 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2022-06-08 18:34:53.303 | libxslt1-dev is already the newest version (1.1.34-4). 2022-06-08 18:34:53.303 | libyaml-dev is already the newest version (0.2.2-1). 2022-06-08 18:34:53.303 | lsscsi is already the newest version (0.30-0.1). 2022-06-08 18:34:53.303 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-06-08 18:34:53.303 | make is already the newest version (4.2.1-1.2). 2022-06-08 18:34:53.303 | pkg-config is already the newest version (0.29.1-0ubuntu4). 2022-06-08 18:34:53.303 | psmisc is already the newest version (23.3-1). 2022-06-08 18:34:53.303 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-06-08 18:34:53.303 | python3-mysqldb is already the newest version (1.4.4-2build1). 2022-06-08 18:34:53.303 | python3-systemd is already the newest version (234-3build2). 2022-06-08 18:34:53.304 | socat is already the newest version (1.7.3.3-2). 2022-06-08 18:34:53.304 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-06-08 18:34:53.304 | unzip is already the newest version (6.0-25ubuntu1). 2022-06-08 18:34:53.304 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-06-08 18:34:53.304 | conntrackd is already the newest version (1:1.4.5-2). 2022-06-08 18:34:53.304 | graphviz is already the newest version (2.42.2-3build2). 2022-06-08 18:34:53.304 | libjs-jquery-tablesorter is already the newest version (1:2.31.1+dfsg1-1). 2022-06-08 18:34:53.304 | pcp is already the newest version (5.0.3-1). 2022-06-08 18:34:53.304 | pm-utils is already the newest version (1.4.1-19). 2022-06-08 18:34:53.304 | python3-venv is already the newest version (3.8.2-0ubuntu2). 2022-06-08 18:34:53.304 | apache2 is already the newest version (2.4.41-4ubuntu3.11). 2022-06-08 18:34:53.304 | apache2-dev is already the newest version (2.4.41-4ubuntu3.11). 2022-06-08 18:34:53.304 | curl is already the newest version (7.68.0-1ubuntu2.11). 2022-06-08 18:34:53.304 | dnsmasq-base is already the newest version (2.80-1.1ubuntu1.5). 2022-06-08 18:34:53.304 | dnsmasq-utils is already the newest version (2.80-1.1ubuntu1.5). 2022-06-08 18:34:53.304 | git is already the newest version (1:2.25.1-1ubuntu3.4). 2022-06-08 18:34:53.304 | haproxy is already the newest version (2.0.13-2ubuntu0.5). 2022-06-08 18:34:53.304 | ipset is already the newest version (7.5-1ubuntu0.20.04.1). 2022-06-08 18:34:53.304 | keepalived is already the newest version (1:2.0.19-2ubuntu0.2). 2022-06-08 18:34:53.304 | libkrb5-dev is already the newest version (1.17-6ubuntu4.1). 2022-06-08 18:34:53.304 | libldap2-dev is already the newest version (2.4.49+dfsg-2ubuntu1.9). 2022-06-08 18:34:53.304 | libpcre3-dev is already the newest version (2:8.39-12ubuntu0.1). 2022-06-08 18:34:53.304 | libpq-dev is already the newest version (12.11-0ubuntu0.20.04.1). 2022-06-08 18:34:53.304 | libsasl2-dev is already the newest version (2.1.27+dfsg-2ubuntu0.1). 2022-06-08 18:34:53.304 | libssl-dev is already the newest version (1.1.1f-1ubuntu2.13). 2022-06-08 18:34:53.304 | libsystemd-dev is already the newest version (245.4-4ubuntu3.17). 2022-06-08 18:34:53.304 | libxml2-dev is already the newest version (2.9.10+dfsg-5ubuntu0.20.04.3). 2022-06-08 18:34:53.304 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-06-08 18:34:53.304 | memcached is already the newest version (1.5.22-2ubuntu0.2). 2022-06-08 18:34:53.304 | open-iscsi is already the newest version (2.0.874-7.1ubuntu6.2). 2022-06-08 18:34:53.304 | openssh-server is already the newest version (1:8.2p1-4ubuntu0.5). 2022-06-08 18:34:53.304 | openssl is already the newest version (1.1.1f-1ubuntu2.13). 2022-06-08 18:34:53.304 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-06-08 18:34:53.305 | qemu-utils is already the newest version (1:4.2-3ubuntu6.21). 2022-06-08 18:34:53.305 | rsync is already the newest version (3.1.3-8ubuntu0.3). 2022-06-08 18:34:53.305 | sqlite3 is already the newest version (3.31.1-4ubuntu0.3). 2022-06-08 18:34:53.305 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-06-08 18:34:53.305 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.2). 2022-06-08 18:34:53.305 | tcpdump is already the newest version (4.9.3-4ubuntu0.1). 2022-06-08 18:34:53.305 | uuid-runtime is already the newest version (2.34-0.1ubuntu9.3). 2022-06-08 18:34:53.305 | wget is already the newest version (1.20.3-1ubuntu2). 2022-06-08 18:34:53.305 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.3). 2022-06-08 18:34:53.520 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.11). 2022-06-08 18:34:53.520 | postgresql-server-dev-all is already the newest version (214ubuntu0.1). 2022-06-08 18:34:53.520 | python3-pip is already the newest version (20.0.2-5ubuntu1.6). 2022-06-08 18:34:53.520 | vlan is already the newest version (2.0.4ubuntu1.20.04.1). 2022-06-08 18:34:53.520 | The following packages were automatically installed and are no longer required: 2022-06-08 18:34:53.521 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-08 18:34:53.521 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-08 18:34:53.521 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-08 18:34:53.521 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-08 18:34:53.521 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-08 18:34:53.521 | python3-zope.interface 2022-06-08 18:34:53.521 | Use 'sudo apt autoremove' to remove them. 2022-06-08 18:34:53.659 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-08 18:34:53.665 | ++ functions-common:apt_get:1235 : result=0 2022-06-08 18:34:53.669 | ++ functions-common:apt_get:1238 : time_stop apt-get 2022-06-08 18:34:53.672 | ++ functions-common:time_stop:2426 : local name 2022-06-08 18:34:53.676 | ++ functions-common:time_stop:2427 : local end_time 2022-06-08 18:34:53.679 | ++ functions-common:time_stop:2428 : local elapsed_time 2022-06-08 18:34:53.683 | ++ functions-common:time_stop:2429 : local total 2022-06-08 18:34:53.686 | ++ functions-common:time_stop:2430 : local start_time 2022-06-08 18:34:53.690 | ++ functions-common:time_stop:2432 : name=apt-get 2022-06-08 18:34:53.693 | ++ functions-common:time_stop:2433 : start_time=1654713292895 2022-06-08 18:34:53.696 | ++ functions-common:time_stop:2435 : [[ -z 1654713292895 ]] 2022-06-08 18:34:53.698 | +++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 18:34:53.703 | ++ functions-common:time_stop:2438 : end_time=1654713293700 2022-06-08 18:34:53.705 | ++ functions-common:time_stop:2439 : elapsed_time=805 2022-06-08 18:34:53.707 | ++ functions-common:time_stop:2440 : total=806 2022-06-08 18:34:53.709 | ++ functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 18:34:53.712 | ++ functions-common:time_stop:2443 : _TIME_TOTAL[$name]=1611 2022-06-08 18:34:53.714 | ++ functions-common:apt_get:1239 : return 0 2022-06-08 18:34:53.717 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2022-06-08 18:34:53.719 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2022-06-08 18:34:53.722 | ++ tools/install_prereqs.sh:source:88 : date +%s 2022-06-08 18:34:53.726 | ++ tools/install_prereqs.sh:source:89 : date 2022-06-08 18:34:53.730 | + ./stack.sh:main:785 : [[ False != \T\r\u\e ]] 2022-06-08 18:34:53.733 | + ./stack.sh:main:786 : PYPI_ALTERNATIVE_URL= 2022-06-08 18:34:53.735 | + ./stack.sh:main:786 : /home/ubuntu/devstack/tools/install_pip.sh 2022-06-08 18:34:55.214 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2022-06-08 18:34:55.216 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2022-06-08 18:34:55.218 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2022-06-08 18:34:55.220 | + tools/install_pip.sh:main:43 : GetDistro 2022-06-08 18:34:55.222 | + functions-common:GetDistro:446 : GetOSVersion 2022-06-08 18:34:55.223 | + functions-common:GetOSVersion:416 : source /etc/os-release 2022-06-08 18:34:55.225 | ++ /etc/os-release:source:1 : NAME=Ubuntu 2022-06-08 18:34:55.227 | ++ /etc/os-release:source:2 : VERSION='20.04.2 LTS (Focal Fossa)' 2022-06-08 18:34:55.229 | ++ /etc/os-release:source:3 : ID=ubuntu 2022-06-08 18:34:55.231 | ++ /etc/os-release:source:4 : ID_LIKE=debian 2022-06-08 18:34:55.232 | ++ /etc/os-release:source:5 : PRETTY_NAME='Ubuntu 20.04.2 LTS' 2022-06-08 18:34:55.234 | ++ /etc/os-release:source:6 : VERSION_ID=20.04 2022-06-08 18:34:55.236 | ++ /etc/os-release:source:7 : HOME_URL=https://www.ubuntu.com/ 2022-06-08 18:34:55.237 | ++ /etc/os-release:source:8 : SUPPORT_URL=https://help.ubuntu.com/ 2022-06-08 18:34:55.239 | ++ /etc/os-release:source:9 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2022-06-08 18:34:55.241 | ++ /etc/os-release:source:10 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2022-06-08 18:34:55.242 | ++ /etc/os-release:source:11 : VERSION_CODENAME=focal 2022-06-08 18:34:55.244 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=focal 2022-06-08 18:34:55.246 | + functions-common:GetOSVersion:417 : [[ ubuntu20.04.2 LTS (Focal Fossa) == \c\e\n\t\o\s\9 ]] 2022-06-08 18:34:55.247 | + functions-common:GetOSVersion:422 : _ensure_lsb_release 2022-06-08 18:34:55.250 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2022-06-08 18:34:55.252 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2022-06-08 18:34:55.253 | + functions-common:_ensure_lsb_release:394 : return 2022-06-08 18:34:55.256 | ++ functions-common:GetOSVersion:424 : lsb_release -r -s 2022-06-08 18:34:55.323 | + functions-common:GetOSVersion:424 : os_RELEASE=20.04 2022-06-08 18:34:55.326 | ++ functions-common:GetOSVersion:425 : lsb_release -c -s 2022-06-08 18:34:55.397 | + functions-common:GetOSVersion:425 : os_CODENAME=focal 2022-06-08 18:34:55.400 | ++ functions-common:GetOSVersion:426 : lsb_release -i -s 2022-06-08 18:34:55.467 | + functions-common:GetOSVersion:426 : os_VENDOR=Ubuntu 2022-06-08 18:34:55.470 | + functions-common:GetOSVersion:429 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2022-06-08 18:34:55.473 | + functions-common:GetOSVersion:430 : os_PACKAGE=deb 2022-06-08 18:34:55.476 | + functions-common:GetOSVersion:435 : typeset -xr os_VENDOR 2022-06-08 18:34:55.479 | + functions-common:GetOSVersion:436 : typeset -xr os_RELEASE 2022-06-08 18:34:55.482 | + functions-common:GetOSVersion:437 : typeset -xr os_PACKAGE 2022-06-08 18:34:55.485 | + functions-common:GetOSVersion:438 : typeset -xr os_CODENAME 2022-06-08 18:34:55.489 | + functions-common:GetDistro:448 : [[ Ubuntu =~ (Ubuntu) ]] 2022-06-08 18:34:55.492 | + functions-common:GetDistro:451 : DISTRO=focal 2022-06-08 18:34:55.494 | + functions-common:GetDistro:496 : typeset -xr DISTRO 2022-06-08 18:34:55.496 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2022-06-08 18:34:55.496 | Distro: focal 2022-06-08 18:34:55.498 | + tools/install_pip.sh:main:124 : get_versions 2022-06-08 18:34:55.500 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-06-08 18:34:55.504 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-06-08 18:34:55.506 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-06-08 18:34:55.509 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-06-08 18:34:55.509 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-06-08 18:34:56.063 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-06-08 18:34:56.066 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-06-08 18:34:56.066 | pip: 21.3.1 2022-06-08 18:34:56.070 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2022-06-08 18:34:56.072 | + tools/install_pip.sh:main:130 : is_fedora 2022-06-08 18:34:56.074 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-08 18:34:56.076 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-08 18:34:56.078 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-08 18:34:56.080 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-08 18:34:56.082 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-08 18:34:56.083 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-08 18:34:56.085 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-08 18:34:56.087 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-08 18:34:56.090 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-08 18:34:56.092 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-08 18:34:56.094 | + tools/install_pip.sh:main:141 : is_ubuntu 2022-06-08 18:34:56.096 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 18:34:56.099 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 18:34:56.101 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack/requirements/upper-constraints.txt 2022-06-08 18:34:56.106 | + tools/install_pip.sh:main:153 : set -x 2022-06-08 18:34:56.108 | + tools/install_pip.sh:main:156 : get_versions 2022-06-08 18:34:56.111 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-06-08 18:34:56.116 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-06-08 18:34:56.118 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-06-08 18:34:56.121 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-06-08 18:34:56.121 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-06-08 18:34:56.683 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-06-08 18:34:56.686 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-06-08 18:34:56.686 | pip: 21.3.1 2022-06-08 18:34:56.691 | + ./stack.sh:main:790 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2022-06-08 18:34:56.695 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2022-06-08 18:34:56.699 | + ./stack.sh:main:791 : fixup_all 2022-06-08 18:34:56.703 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2022-06-08 18:34:56.706 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2022-06-08 18:34:56.708 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 18:34:56.712 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 18:34:56.715 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2022-06-08 18:34:56.727 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2022-06-08 18:34:56.738 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2022-06-08 18:34:56.750 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2022-06-08 18:34:56.752 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2022-06-08 18:34:56.754 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-08 18:34:56.756 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-08 18:34:56.759 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-08 18:34:56.761 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-08 18:34:56.763 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-08 18:34:56.765 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-08 18:34:56.767 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-08 18:34:56.769 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-08 18:34:56.771 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-08 18:34:56.774 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-08 18:34:56.776 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2022-06-08 18:34:56.778 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2022-06-08 18:34:56.780 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2022-06-08 18:34:56.782 | + functions-common:is_suse:537 : is_opensuse 2022-06-08 18:34:56.784 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-08 18:34:56.787 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-08 18:34:56.789 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-08 18:34:56.791 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-08 18:34:56.793 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-08 18:34:56.796 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2022-06-08 18:34:56.798 | + ./stack.sh:main:794 : pip_install -U os-testr 2022-06-08 18:34:56.826 | Using python 3.8 to install os-testr 2022-06-08 18:34:56.828 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U os-testr 2022-06-08 18:34:57.556 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-08 18:34:57.556 | from cryptography.utils import int_from_bytes 2022-06-08 18:34:57.556 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-08 18:34:57.557 | from cryptography.utils import int_from_bytes 2022-06-08 18:34:58.650 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-08 18:34:58.682 | Requirement already satisfied: os-testr in /usr/local/lib/python3.8/dist-packages (3.0.0) 2022-06-08 18:34:58.750 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (5.9.0) 2022-06-08 18:34:58.751 | Requirement already satisfied: testtools>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (2.5.0) 2022-06-08 18:34:58.752 | Requirement already satisfied: python-subunit>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (1.4.0) 2022-06-08 18:34:58.766 | Requirement already satisfied: extras in /usr/local/lib/python3.8/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2022-06-08 18:34:58.775 | Requirement already satisfied: fixtures>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=2.2.0->os-testr) (3.0.0) 2022-06-08 18:34:58.786 | Requirement already satisfied: six in /usr/local/lib/python3.8/dist-packages (from fixtures>=1.3.0->testtools>=2.2.0->os-testr) (1.16.0) 2022-06-08 18:35:00.324 | 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-06-08 18:35:00.394 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-08 18:35:00.394 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-08 18:35:00.502 | + inc/python:pip_install:196 : result=0 2022-06-08 18:35:00.506 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-08 18:35:00.509 | + functions-common:time_stop:2426 : local name 2022-06-08 18:35:00.511 | + functions-common:time_stop:2427 : local end_time 2022-06-08 18:35:00.514 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-08 18:35:00.517 | + functions-common:time_stop:2429 : local total 2022-06-08 18:35:00.521 | + functions-common:time_stop:2430 : local start_time 2022-06-08 18:35:00.523 | + functions-common:time_stop:2432 : name=pip_install 2022-06-08 18:35:00.526 | + functions-common:time_stop:2433 : start_time=1654713296818 2022-06-08 18:35:00.529 | + functions-common:time_stop:2435 : [[ -z 1654713296818 ]] 2022-06-08 18:35:00.533 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 18:35:00.537 | + functions-common:time_stop:2438 : end_time=1654713300534 2022-06-08 18:35:00.540 | + functions-common:time_stop:2439 : elapsed_time=3716 2022-06-08 18:35:00.542 | + functions-common:time_stop:2440 : total=0 2022-06-08 18:35:00.544 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 18:35:00.547 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=3716 2022-06-08 18:35:00.549 | + inc/python:pip_install:199 : return 0 2022-06-08 18:35:00.552 | + ./stack.sh:main:798 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2022-06-08 18:35:00.603 | + ./stack.sh:main:799 : sudo systemctl restart systemd-journald 2022-06-08 18:35:00.709 | + ./stack.sh:main:805 : install_infra 2022-06-08 18:35:00.711 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-06-08 18:35:00.714 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2022-06-08 18:35:00.716 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-06-08 18:35:00.719 | + lib/infra:install_infra:34 : pip_install -U pbr 2022-06-08 18:35:00.743 | + inc/python:pip_install:190 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2022-06-08 18:35:03.585 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-08 18:35:03.712 | Requirement already up-to-date: pbr===5.9.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 45)) (5.9.0) 2022-06-08 18:35:04.018 | + inc/python:pip_install:196 : result=0 2022-06-08 18:35:04.022 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-08 18:35:04.025 | + functions-common:time_stop:2426 : local name 2022-06-08 18:35:04.028 | + functions-common:time_stop:2427 : local end_time 2022-06-08 18:35:04.031 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-08 18:35:04.034 | + functions-common:time_stop:2429 : local total 2022-06-08 18:35:04.038 | + functions-common:time_stop:2430 : local start_time 2022-06-08 18:35:04.040 | + functions-common:time_stop:2432 : name=pip_install 2022-06-08 18:35:04.043 | + functions-common:time_stop:2433 : start_time=1654713300735 2022-06-08 18:35:04.045 | + functions-common:time_stop:2435 : [[ -z 1654713300735 ]] 2022-06-08 18:35:04.048 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 18:35:04.052 | + functions-common:time_stop:2438 : end_time=1654713304050 2022-06-08 18:35:04.055 | + functions-common:time_stop:2439 : elapsed_time=3315 2022-06-08 18:35:04.057 | + functions-common:time_stop:2440 : total=3716 2022-06-08 18:35:04.059 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 18:35:04.062 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=7031 2022-06-08 18:35:04.065 | + inc/python:pip_install:199 : return 0 2022-06-08 18:35:04.067 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-06-08 18:35:04.070 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2022-06-08 18:35:04.093 | + inc/python:pip_install:190 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt /opt/stack/requirements 2022-06-08 18:35:06.703 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-08 18:35:06.705 | Processing /opt/stack/requirements 2022-06-08 18:35:08.445 | Requirement already satisfied: fixtures===3.0.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 61)) (3.0.0) 2022-06-08 18:35:08.456 | Requirement already satisfied: PyYAML===6.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184)) (6.0) 2022-06-08 18:35:08.458 | Requirement already satisfied: requests===2.27.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 225)) (2.27.1) 2022-06-08 18:35:08.486 | Requirement already satisfied: packaging===21.3 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 341)) (21.3) 2022-06-08 18:35:08.493 | Requirement already satisfied: testtools===2.5.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354)) (2.5.0) 2022-06-08 18:35:08.502 | Requirement already satisfied: idna===3.3 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 372)) (3.3) 2022-06-08 18:35:08.505 | Requirement already satisfied: pyparsing===3.0.9 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 416)) (3.0.9) 2022-06-08 18:35:08.511 | Requirement already satisfied: six===1.16.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 457)) (1.16.0) 2022-06-08 18:35:08.514 | Requirement already satisfied: charset-normalizer===2.0.12 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 568)) (2.0.12) 2022-06-08 18:35:08.519 | Requirement already satisfied: Parsley>=1.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev5466) (1.3) 2022-06-08 18:35:08.521 | Requirement already satisfied: beagle>=0.2.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev5466) (0.3.0) 2022-06-08 18:35:08.538 | Requirement already satisfied: pbr===5.9.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 45)) (5.9.0) 2022-06-08 18:35:08.540 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from requests===2.27.1->-c /opt/stack/requirements/upper-constraints.txt (line 225)) (2022.5.18.1) 2022-06-08 18:35:08.543 | Requirement already satisfied: urllib3===1.26.9 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 175)) (1.26.9) 2022-06-08 18:35:08.576 | Requirement already satisfied: extras===1.0.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2022-06-08 18:35:08.578 | Requirement already satisfied: cliff===3.10.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 252)) (3.10.1) 2022-06-08 18:35:08.591 | Requirement already satisfied: prettytable===3.3.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 142)) (3.3.0) 2022-06-08 18:35:08.623 | Requirement already satisfied: cmd2===2.4.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 440)) (2.4.1) 2022-06-08 18:35:08.672 | Requirement already satisfied: stevedore===3.5.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 429)) (3.5.0) 2022-06-08 18:35:08.678 | Requirement already satisfied: autopage===0.5.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (0.5.1) 2022-06-08 18:35:08.682 | Requirement already satisfied: wcwidth===0.2.5 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 139)) (0.2.5) 2022-06-08 18:35:08.687 | Requirement already satisfied: attrs===21.4.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 48)) (21.4.0) 2022-06-08 18:35:08.748 | Requirement already satisfied: pyperclip===1.8.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 277)) (1.8.2) 2022-06-08 18:35:08.751 | Building wheels for collected packages: openstack-requirements 2022-06-08 18:35:08.752 | Building wheel for openstack-requirements (setup.py): started 2022-06-08 18:35:09.608 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2022-06-08 18:35:09.608 | ERROR: Command errored out with exit status 1: 2022-06-08 18:35:09.608 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-ruidgg3_/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-ruidgg3_/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-ifuu049j 2022-06-08 18:35:09.608 | cwd: /tmp/pip-req-build-ruidgg3_/ 2022-06-08 18:35:09.609 | Complete output (6 lines): 2022-06-08 18:35:09.609 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2022-06-08 18:35:09.609 | or: setup.py --help [cmd1 cmd2 ...] 2022-06-08 18:35:09.609 | or: setup.py --help-commands 2022-06-08 18:35:09.609 | or: setup.py cmd --help 2022-06-08 18:35:09.609 | 2022-06-08 18:35:09.609 | error: invalid command 'bdist_wheel' 2022-06-08 18:35:09.609 | ---------------------------------------- 2022-06-08 18:35:09.609 | ERROR: Failed building wheel for openstack-requirements 2022-06-08 18:35:09.609 | Running setup.py clean for openstack-requirements 2022-06-08 18:35:10.445 | Failed to build openstack-requirements 2022-06-08 18:35:10.466 | Installing collected packages: openstack-requirements 2022-06-08 18:35:10.466 | Attempting uninstall: openstack-requirements 2022-06-08 18:35:10.468 | Found existing installation: openstack-requirements 1.2.1.dev5466 2022-06-08 18:35:10.503 | Uninstalling openstack-requirements-1.2.1.dev5466: 2022-06-08 18:35:10.521 | Successfully uninstalled openstack-requirements-1.2.1.dev5466 2022-06-08 18:35:10.524 | Running setup.py install for openstack-requirements: started 2022-06-08 18:35:12.987 | Running setup.py install for openstack-requirements: finished with status 'done' 2022-06-08 18:35:13.017 | Successfully installed openstack-requirements-1.2.1.dev5466 2022-06-08 18:35:13.146 | + inc/python:pip_install:196 : result=0 2022-06-08 18:35:13.149 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-08 18:35:13.152 | + functions-common:time_stop:2426 : local name 2022-06-08 18:35:13.156 | + functions-common:time_stop:2427 : local end_time 2022-06-08 18:35:13.159 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-08 18:35:13.162 | + functions-common:time_stop:2429 : local total 2022-06-08 18:35:13.165 | + functions-common:time_stop:2430 : local start_time 2022-06-08 18:35:13.167 | + functions-common:time_stop:2432 : name=pip_install 2022-06-08 18:35:13.170 | + functions-common:time_stop:2433 : start_time=1654713304085 2022-06-08 18:35:13.172 | + functions-common:time_stop:2435 : [[ -z 1654713304085 ]] 2022-06-08 18:35:13.175 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 18:35:13.180 | + functions-common:time_stop:2438 : end_time=1654713313176 2022-06-08 18:35:13.182 | + functions-common:time_stop:2439 : elapsed_time=9091 2022-06-08 18:35:13.184 | + functions-common:time_stop:2440 : total=7031 2022-06-08 18:35:13.186 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 18:35:13.189 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=16122 2022-06-08 18:35:13.191 | + inc/python:pip_install:199 : return 0 2022-06-08 18:35:13.194 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2022-06-08 18:35:13.196 | + lib/infra:install_infra:42 : use_library_from_git pbr 2022-06-08 18:35:13.199 | + inc/python:use_library_from_git:246 : local name=pbr 2022-06-08 18:35:13.202 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:13.205 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:13.208 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pbr, ]] 2022-06-08 18:35:13.210 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:13.214 | + lib/infra:install_infra:48 : pip_install -U pbr 2022-06-08 18:35:13.240 | Using python 3.8 to install pbr 2022-06-08 18:35:13.243 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2022-06-08 18:35:13.978 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-08 18:35:13.978 | from cryptography.utils import int_from_bytes 2022-06-08 18:35:13.978 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-08 18:35:13.978 | from cryptography.utils import int_from_bytes 2022-06-08 18:35:15.081 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-08 18:35:15.114 | Requirement already satisfied: pbr in /usr/local/lib/python3.8/dist-packages (5.9.0) 2022-06-08 18:35:16.763 | 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-06-08 18:35:16.831 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-08 18:35:16.832 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-08 18:35:16.940 | + inc/python:pip_install:196 : result=0 2022-06-08 18:35:16.944 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-08 18:35:16.947 | + functions-common:time_stop:2426 : local name 2022-06-08 18:35:16.951 | + functions-common:time_stop:2427 : local end_time 2022-06-08 18:35:16.954 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-08 18:35:16.956 | + functions-common:time_stop:2429 : local total 2022-06-08 18:35:16.959 | + functions-common:time_stop:2430 : local start_time 2022-06-08 18:35:16.961 | + functions-common:time_stop:2432 : name=pip_install 2022-06-08 18:35:16.964 | + functions-common:time_stop:2433 : start_time=1654713313232 2022-06-08 18:35:16.967 | + functions-common:time_stop:2435 : [[ -z 1654713313232 ]] 2022-06-08 18:35:16.970 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 18:35:16.975 | + functions-common:time_stop:2438 : end_time=1654713316972 2022-06-08 18:35:16.977 | + functions-common:time_stop:2439 : elapsed_time=3740 2022-06-08 18:35:16.979 | + functions-common:time_stop:2440 : total=16122 2022-06-08 18:35:16.982 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 18:35:16.985 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=19862 2022-06-08 18:35:16.987 | + inc/python:pip_install:199 : return 0 2022-06-08 18:35:16.990 | + ./stack.sh:main:808 : python3 -m venv /opt/stack/bindep-venv 2022-06-08 18:35:19.314 | + ./stack.sh:main:810 : /opt/stack/bindep-venv/bin/pip install bindep 2022-06-08 18:35:21.187 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-08 18:35:21.188 | Requirement already satisfied: bindep in /opt/stack/bindep-venv/lib/python3.8/site-packages (2.11.0) 2022-06-08 18:35:21.208 | Requirement already satisfied: Parsley in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.3) 2022-06-08 18:35:21.210 | Requirement already satisfied: pbr>=2.0.0 in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (5.9.0) 2022-06-08 18:35:21.214 | Requirement already satisfied: distro>=1.7.0; python_version >= "3.6" in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.7.0) 2022-06-08 18:35:21.217 | Requirement already satisfied: packaging; python_version >= "3.6" in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (21.3) 2022-06-08 18:35:21.223 | 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.9) 2022-06-08 18:35:21.295 | + ./stack.sh:main:811 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-06-08 18:35:21.298 | + ./stack.sh:main:811 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-06-08 18:35:21.303 | ++ ./stack.sh:main:814 : _get_plugin_bindep_packages 2022-06-08 18:35:21.326 | + ./stack.sh:main:814 : pkgs= 2022-06-08 18:35:21.330 | + ./stack.sh:main:815 : [[ -n '' ]] 2022-06-08 18:35:21.333 | + ./stack.sh:main:822 : run_phase stack pre-install 2022-06-08 18:35:21.335 | + functions-common:run_phase:1854 : local mode=stack 2022-06-08 18:35:21.339 | + functions-common:run_phase:1855 : local phase=pre-install 2022-06-08 18:35:21.342 | + functions-common:run_phase:1856 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-06-08 18:35:21.345 | + functions-common:run_phase:1857 : local extra_plugin_file_name 2022-06-08 18:35:21.348 | + functions-common:run_phase:1858 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-06-08 18:35:21.351 | + functions-common:run_phase:1863 : local exceptions=80-tempest.sh 2022-06-08 18:35:21.353 | + functions-common:run_phase:1864 : local extra 2022-06-08 18:35:21.356 | ++ functions-common:run_phase:1865 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-06-08 18:35:21.361 | + functions-common:run_phase:1865 : extra=80-tempest.sh 2022-06-08 18:35:21.363 | + functions-common:run_phase:1866 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-06-08 18:35:21.365 | + functions-common:run_phase:1870 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-06-08 18:35:21.367 | + functions-common:run_phase:1870 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2022-06-08 18:35:21.370 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-06-08 18:35:21.386 | ++ functions-common:is_service_enabled:2082 : return 0 2022-06-08 18:35:21.389 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-06-08 18:35:21.391 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-06-08 18:35:21.393 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2022-06-08 18:35:21.395 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-06-08 18:35:21.397 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-06-08 18:35:21.399 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-06-08 18:35:21.401 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2022-06-08 18:35:21.403 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2022-06-08 18:35:21.405 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2022-06-08 18:35:21.407 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2022-06-08 18:35:21.409 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2022-06-08 18:35:21.411 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-06-08 18:35:21.413 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-06-08 18:35:21.415 | + functions-common:run_phase:1875 : [[ stack == \s\o\u\r\c\e ]] 2022-06-08 18:35:21.417 | + functions-common:run_phase:1878 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-06-08 18:35:21.419 | + functions-common:run_phase:1881 : run_plugins stack pre-install 2022-06-08 18:35:21.422 | + functions-common:run_plugins:1840 : local mode=stack 2022-06-08 18:35:21.424 | + functions-common:run_plugins:1841 : local phase=pre-install 2022-06-08 18:35:21.426 | + functions-common:run_plugins:1843 : local plugins= 2022-06-08 18:35:21.428 | + functions-common:run_plugins:1844 : local plugin 2022-06-08 18:35:21.432 | + ./stack.sh:main:825 : set_systemd_override DefaultLimitNOFILE 2048 2022-06-08 18:35:21.434 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2022-06-08 18:35:21.436 | + functions:set_systemd_override:821 : local value=2048 2022-06-08 18:35:21.439 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2022-06-08 18:35:21.442 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2022-06-08 18:35:21.493 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2022-06-08 18:35:21.493 | Set systemd system override for DefaultLimitNOFILE=2048 2022-06-08 18:35:21.495 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2022-06-08 18:35:21.874 | + ./stack.sh:main:827 : install_rpc_backend 2022-06-08 18:35:21.878 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2022-06-08 18:35:21.902 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 18:35:21.904 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2022-06-08 18:35:21.907 | + functions-common:install_package:1464 : update_package_repo 2022-06-08 18:35:21.909 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-08 18:35:21.912 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-08 18:35:21.914 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-08 18:35:21.916 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-08 18:35:21.919 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-08 18:35:21.922 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 18:35:21.925 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 18:35:21.928 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-08 18:35:21.930 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-08 18:35:21.933 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-08 18:35:21.935 | + functions-common:apt_get_update:1191 : return 2022-06-08 18:35:21.937 | + functions-common:install_package:1465 : real_install_package rabbitmq-server 2022-06-08 18:35:21.940 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-08 18:35:21.942 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 18:35:21.945 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 18:35:21.948 | + functions-common:real_install_package:1451 : apt_get install rabbitmq-server 2022-06-08 18:35:21.971 | + functions-common:apt_get:1231 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2022-06-08 18:35:22.081 | Reading package lists... 2022-06-08 18:35:22.337 | Building dependency tree... 2022-06-08 18:35:22.338 | Reading state information... 2022-06-08 18:35:22.591 | rabbitmq-server is already the newest version (3.8.2-0ubuntu1.3). 2022-06-08 18:35:22.591 | The following packages were automatically installed and are no longer required: 2022-06-08 18:35:22.592 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-08 18:35:22.592 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-08 18:35:22.592 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-08 18:35:22.592 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-08 18:35:22.592 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-08 18:35:22.592 | python3-zope.interface 2022-06-08 18:35:22.592 | Use 'sudo apt autoremove' to remove them. 2022-06-08 18:35:22.736 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-08 18:35:22.742 | + functions-common:apt_get:1235 : result=0 2022-06-08 18:35:22.745 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-08 18:35:22.748 | + functions-common:time_stop:2426 : local name 2022-06-08 18:35:22.751 | + functions-common:time_stop:2427 : local end_time 2022-06-08 18:35:22.754 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-08 18:35:22.757 | + functions-common:time_stop:2429 : local total 2022-06-08 18:35:22.760 | + functions-common:time_stop:2430 : local start_time 2022-06-08 18:35:22.763 | + functions-common:time_stop:2432 : name=apt-get 2022-06-08 18:35:22.765 | + functions-common:time_stop:2433 : start_time=1654713321968 2022-06-08 18:35:22.768 | + functions-common:time_stop:2435 : [[ -z 1654713321968 ]] 2022-06-08 18:35:22.771 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 18:35:22.779 | + functions-common:time_stop:2438 : end_time=1654713322772 2022-06-08 18:35:22.781 | + functions-common:time_stop:2439 : elapsed_time=804 2022-06-08 18:35:22.784 | + functions-common:time_stop:2440 : total=1611 2022-06-08 18:35:22.786 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 18:35:22.789 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=2415 2022-06-08 18:35:22.791 | + functions-common:apt_get:1239 : return 0 2022-06-08 18:35:22.793 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2022-06-08 18:35:22.796 | + functions-common:is_suse:537 : is_opensuse 2022-06-08 18:35:22.799 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-08 18:35:22.803 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-08 18:35:22.805 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-08 18:35:22.808 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-08 18:35:22.811 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-08 18:35:22.814 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2022-06-08 18:35:22.816 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-08 18:35:22.818 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-08 18:35:22.821 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-08 18:35:22.823 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-08 18:35:22.826 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-08 18:35:22.828 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-08 18:35:22.830 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-08 18:35:22.832 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-08 18:35:22.835 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-08 18:35:22.837 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-08 18:35:22.839 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2022-06-08 18:35:22.842 | + functions-common:is_suse:537 : is_opensuse 2022-06-08 18:35:22.844 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-08 18:35:22.846 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-08 18:35:22.849 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-08 18:35:22.851 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-08 18:35:22.853 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-08 18:35:22.856 | + ./stack.sh:main:828 : restart_rpc_backend 2022-06-08 18:35:22.858 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2022-06-08 18:35:22.875 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 18:35:22.877 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2022-06-08 18:35:22.879 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-08 18:35:22.882 | + ./stack.sh:echo_summary:441 : echo -e Starting RabbitMQ 2022-06-08 18:35:22.884 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2022-06-08 18:35:22.887 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2022-06-08 18:35:22.891 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2022-06-08 18:35:22.894 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2022-06-08 18:35:22.897 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2022-06-08 18:35:22.899 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2022-06-08 18:35:22.901 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2022-06-08 18:35:22.903 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2022-06-08 18:35:22.907 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2022-06-08 18:35:23.653 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2022-06-08 18:35:23.653 | user tags 2022-06-08 18:35:23.653 | stackrabbit []' 2022-06-08 18:35:23.656 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2022-06-08 18:35:23.657 | user tags 2022-06-08 18:35:23.657 | stackrabbit []' 2022-06-08 18:35:23.657 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2022-06-08 18:35:23.663 | + lib/rpc_backend:rabbit_setuser:176 : found=stackrabbit 2022-06-08 18:35:23.666 | + lib/rpc_backend:rabbit_setuser:177 : '[' stackrabbit = stackrabbit ']' 2022-06-08 18:35:23.668 | + lib/rpc_backend:rabbit_setuser:178 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-06-08 18:35:24.377 | Changing password for user "stackrabbit" ... 2022-06-08 18:35:24.402 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2022-06-08 18:35:25.095 | Setting permissions for user "stackrabbit" in vhost "/" ... 2022-06-08 18:35:25.122 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2022-06-08 18:35:25.124 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-06-08 18:35:25.860 | Changing password for user "stackrabbit" ... 2022-06-08 18:35:25.888 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2022-06-08 18:35:25.891 | + lib/rpc_backend:restart_rpc_backend:116 : break 2022-06-08 18:35:25.893 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2022-06-08 18:35:26.603 | Deleting user "guest" ... 2022-06-08 18:35:26.620 | Error: 2022-06-08 18:35:26.620 | {:no_such_user, "guest"} 2022-06-08 18:35:26.632 | + lib/rpc_backend:restart_rpc_backend:119 : true 2022-06-08 18:35:26.635 | + ./stack.sh:main:830 : is_service_enabled mysql postgresql 2022-06-08 18:35:26.652 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 18:35:26.655 | + ./stack.sh:main:831 : install_database 2022-06-08 18:35:26.657 | + lib/database:install_database:118 : install_database_mysql 2022-06-08 18:35:26.659 | + lib/databases/mysql:install_database_mysql:170 : is_ubuntu 2022-06-08 18:35:26.662 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 18:35:26.664 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 18:35:26.666 | + lib/databases/mysql:install_database_mysql:173 : sudo debconf-set-selections 2022-06-08 18:35:26.885 | + lib/databases/mysql:install_database_mysql:183 : [[ ! -e /home/ubuntu/.my.cnf ]] 2022-06-08 18:35:26.888 | + lib/databases/mysql:install_database_mysql:196 : [[ True == \T\r\u\e ]] 2022-06-08 18:35:26.892 | + lib/databases/mysql:install_database_mysql:197 : is_oraclelinux 2022-06-08 18:35:26.895 | + functions-common:is_oraclelinux:508 : [[ -z Ubuntu ]] 2022-06-08 18:35:26.898 | + functions-common:is_oraclelinux:512 : '[' Ubuntu = OracleServer ']' 2022-06-08 18:35:26.901 | + lib/databases/mysql:install_database_mysql:199 : is_fedora 2022-06-08 18:35:26.904 | + functions-common:is_fedora:520 : [[ -z Ubuntu ]] 2022-06-08 18:35:26.907 | + functions-common:is_fedora:524 : '[' Ubuntu = Fedora ']' 2022-06-08 18:35:26.909 | + functions-common:is_fedora:524 : '[' Ubuntu = 'Red Hat' ']' 2022-06-08 18:35:26.911 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-06-08 18:35:26.914 | + functions-common:is_fedora:526 : '[' Ubuntu = RedHatEnterprise ']' 2022-06-08 18:35:26.916 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOS ']' 2022-06-08 18:35:26.919 | + functions-common:is_fedora:527 : '[' Ubuntu = CentOSStream ']' 2022-06-08 18:35:26.922 | + functions-common:is_fedora:528 : '[' Ubuntu = AlmaLinux ']' 2022-06-08 18:35:26.924 | + functions-common:is_fedora:529 : '[' Ubuntu = OracleServer ']' 2022-06-08 18:35:26.926 | + functions-common:is_fedora:529 : '[' Ubuntu = Virtuozzo ']' 2022-06-08 18:35:26.929 | + lib/databases/mysql:install_database_mysql:202 : is_suse 2022-06-08 18:35:26.931 | + functions-common:is_suse:537 : is_opensuse 2022-06-08 18:35:26.934 | + functions-common:is_opensuse:544 : [[ -z Ubuntu ]] 2022-06-08 18:35:26.936 | + functions-common:is_opensuse:548 : [[ Ubuntu =~ (openSUSE) ]] 2022-06-08 18:35:26.938 | + functions-common:is_suse:537 : is_suse_linux_enterprise 2022-06-08 18:35:26.941 | + functions-common:is_suse_linux_enterprise:556 : [[ -z Ubuntu ]] 2022-06-08 18:35:26.943 | + functions-common:is_suse_linux_enterprise:560 : [[ Ubuntu =~ (^SUSE) ]] 2022-06-08 18:35:26.946 | + lib/databases/mysql:install_database_mysql:205 : is_ubuntu 2022-06-08 18:35:26.948 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 18:35:26.950 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 18:35:26.953 | + lib/databases/mysql:install_database_mysql:206 : install_package mysql-server 2022-06-08 18:35:26.955 | + functions-common:install_package:1464 : update_package_repo 2022-06-08 18:35:26.957 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-08 18:35:26.960 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-08 18:35:26.962 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-08 18:35:26.964 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-08 18:35:26.967 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-08 18:35:26.969 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 18:35:26.972 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 18:35:26.975 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-08 18:35:26.978 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-08 18:35:26.981 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-08 18:35:26.984 | + functions-common:apt_get_update:1191 : return 2022-06-08 18:35:26.987 | + functions-common:install_package:1465 : real_install_package mysql-server 2022-06-08 18:35:26.990 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-08 18:35:26.992 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 18:35:26.995 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 18:35:26.997 | + functions-common:real_install_package:1451 : apt_get install mysql-server 2022-06-08 18:35:27.018 | + functions-common:apt_get:1231 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2022-06-08 18:35:27.128 | Reading package lists... 2022-06-08 18:35:27.381 | Building dependency tree... 2022-06-08 18:35:27.383 | Reading state information... 2022-06-08 18:35:27.635 | mysql-server is already the newest version (8.0.29-0ubuntu0.20.04.3). 2022-06-08 18:35:27.635 | The following packages were automatically installed and are no longer required: 2022-06-08 18:35:27.636 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-08 18:35:27.636 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-08 18:35:27.636 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-08 18:35:27.636 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-08 18:35:27.636 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-08 18:35:27.636 | python3-zope.interface 2022-06-08 18:35:27.636 | Use 'sudo apt autoremove' to remove them. 2022-06-08 18:35:27.771 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-08 18:35:27.776 | + functions-common:apt_get:1235 : result=0 2022-06-08 18:35:27.779 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-08 18:35:27.781 | + functions-common:time_stop:2426 : local name 2022-06-08 18:35:27.784 | + functions-common:time_stop:2427 : local end_time 2022-06-08 18:35:27.787 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-08 18:35:27.789 | + functions-common:time_stop:2429 : local total 2022-06-08 18:35:27.792 | + functions-common:time_stop:2430 : local start_time 2022-06-08 18:35:27.795 | + functions-common:time_stop:2432 : name=apt-get 2022-06-08 18:35:27.798 | + functions-common:time_stop:2433 : start_time=1654713327015 2022-06-08 18:35:27.801 | + functions-common:time_stop:2435 : [[ -z 1654713327015 ]] 2022-06-08 18:35:27.804 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 18:35:27.811 | + functions-common:time_stop:2438 : end_time=1654713327807 2022-06-08 18:35:27.813 | + functions-common:time_stop:2439 : elapsed_time=792 2022-06-08 18:35:27.816 | + functions-common:time_stop:2440 : total=2415 2022-06-08 18:35:27.818 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 18:35:27.821 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=3207 2022-06-08 18:35:27.824 | + functions-common:apt_get:1239 : return 0 2022-06-08 18:35:27.827 | + ./stack.sh:main:833 : '[' -n mysql ']' 2022-06-08 18:35:27.830 | + ./stack.sh:main:834 : install_database_python 2022-06-08 18:35:27.832 | + lib/database:install_database_python:123 : install_database_python_mysql 2022-06-08 18:35:27.835 | + lib/databases/mysql:install_database_python_mysql:215 : pip_install_gr PyMySQL 2022-06-08 18:35:27.838 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2022-06-08 18:35:27.840 | + inc/python:pip_install_gr:77 : local clean_name 2022-06-08 18:35:27.843 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2022-06-08 18:35:27.845 | ++ inc/python:get_from_global_requirements:221 : local package=PyMySQL 2022-06-08 18:35:27.847 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-06-08 18:35:27.851 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2022-06-08 18:35:27.852 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-06-08 18:35:27.857 | ++ inc/python:get_from_global_requirements:223 : required_pkg='PyMySQL ' 2022-06-08 18:35:27.859 | ++ inc/python:get_from_global_requirements:224 : [[ PyMySQL == '' ]] 2022-06-08 18:35:27.861 | ++ inc/python:get_from_global_requirements:227 : echo PyMySQL 2022-06-08 18:35:27.864 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2022-06-08 18:35:27.867 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2022-06-08 18:35:27.888 | Using python 3.8 to install PyMySQL 2022-06-08 18:35:27.891 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt PyMySQL 2022-06-08 18:35:28.599 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-08 18:35:28.599 | from cryptography.utils import int_from_bytes 2022-06-08 18:35:28.599 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-08 18:35:28.599 | from cryptography.utils import int_from_bytes 2022-06-08 18:35:29.672 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-08 18:35:29.703 | Requirement already satisfied: PyMySQL in /usr/local/lib/python3.8/dist-packages (1.0.2) 2022-06-08 18:35:31.245 | 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-06-08 18:35:31.314 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-08 18:35:31.314 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-08 18:35:31.418 | + inc/python:pip_install:196 : result=0 2022-06-08 18:35:31.422 | + inc/python:pip_install:198 : time_stop pip_install 2022-06-08 18:35:31.426 | + functions-common:time_stop:2426 : local name 2022-06-08 18:35:31.429 | + functions-common:time_stop:2427 : local end_time 2022-06-08 18:35:31.433 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-08 18:35:31.436 | + functions-common:time_stop:2429 : local total 2022-06-08 18:35:31.440 | + functions-common:time_stop:2430 : local start_time 2022-06-08 18:35:31.443 | + functions-common:time_stop:2432 : name=pip_install 2022-06-08 18:35:31.447 | + functions-common:time_stop:2433 : start_time=1654713327883 2022-06-08 18:35:31.450 | + functions-common:time_stop:2435 : [[ -z 1654713327883 ]] 2022-06-08 18:35:31.455 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 18:35:31.460 | + functions-common:time_stop:2438 : end_time=1654713331458 2022-06-08 18:35:31.463 | + functions-common:time_stop:2439 : elapsed_time=3575 2022-06-08 18:35:31.465 | + functions-common:time_stop:2440 : total=19862 2022-06-08 18:35:31.468 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 18:35:31.470 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=23437 2022-06-08 18:35:31.472 | + inc/python:pip_install:199 : return 0 2022-06-08 18:35:31.475 | + lib/databases/mysql:install_database_python_mysql:216 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2022-06-08 18:35:31.477 | + lib/databases/mysql:install_database_python_mysql:218 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-06-08 18:35:31.480 | + lib/databases/mysql:install_database_python_mysql:219 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2022-06-08 18:35:31.482 | + ./stack.sh:main:837 : is_service_enabled neutron 2022-06-08 18:35:31.498 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 18:35:31.501 | + ./stack.sh:main:838 : install_neutron_agent_packages 2022-06-08 18:35:31.503 | + lib/neutron:install_neutron_agent_packages:714 : is_neutron_legacy_enabled 2022-06-08 18:35:31.507 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-06-08 18:35:31.507 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-06-08 18:35:31.514 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-06-08 18:35:31.516 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-06-08 18:35:31.519 | + lib/neutron:is_neutron_legacy_enabled:138 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,ovn-controller,ovn-northd,ovs-vswitchd,ovsdb-server,q-svc,q-ovn-metadata-agent,rabbit,tempest,mysql,etcd3,dstat,n-crt,n-cauth,q-agt,q-dhcp,q-l3,q-meta,q-metering,q-vpn,g-reg,cinder,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-06-08 18:35:31.522 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-06-08 18:35:31.524 | + lib/neutron:install_neutron_agent_packages:716 : install_neutron_agent_packages_mutnauq 2022-06-08 18:35:31.526 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:486 : is_service_enabled q-l3 2022-06-08 18:35:31.544 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 18:35:31.547 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:487 : install_package radvd 2022-06-08 18:35:31.550 | + functions-common:install_package:1464 : update_package_repo 2022-06-08 18:35:31.552 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-08 18:35:31.555 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-08 18:35:31.557 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-08 18:35:31.559 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-08 18:35:31.561 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-08 18:35:31.564 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 18:35:31.566 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 18:35:31.569 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-08 18:35:31.571 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-08 18:35:31.573 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-08 18:35:31.575 | + functions-common:apt_get_update:1191 : return 2022-06-08 18:35:31.578 | + functions-common:install_package:1465 : real_install_package radvd 2022-06-08 18:35:31.580 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-08 18:35:31.582 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 18:35:31.585 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 18:35:31.587 | + functions-common:real_install_package:1451 : apt_get install radvd 2022-06-08 18:35:31.608 | + functions-common:apt_get:1231 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2022-06-08 18:35:31.729 | Reading package lists... 2022-06-08 18:35:31.982 | Building dependency tree... 2022-06-08 18:35:31.984 | Reading state information... 2022-06-08 18:35:32.232 | radvd is already the newest version (1:2.17-2). 2022-06-08 18:35:32.232 | The following packages were automatically installed and are no longer required: 2022-06-08 18:35:32.233 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-08 18:35:32.234 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-08 18:35:32.234 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-08 18:35:32.234 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-08 18:35:32.234 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-08 18:35:32.234 | python3-zope.interface 2022-06-08 18:35:32.234 | Use 'sudo apt autoremove' to remove them. 2022-06-08 18:35:32.393 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-08 18:35:32.399 | + functions-common:apt_get:1235 : result=0 2022-06-08 18:35:32.401 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-08 18:35:32.404 | + functions-common:time_stop:2426 : local name 2022-06-08 18:35:32.406 | + functions-common:time_stop:2427 : local end_time 2022-06-08 18:35:32.409 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-08 18:35:32.412 | + functions-common:time_stop:2429 : local total 2022-06-08 18:35:32.415 | + functions-common:time_stop:2430 : local start_time 2022-06-08 18:35:32.418 | + functions-common:time_stop:2432 : name=apt-get 2022-06-08 18:35:32.421 | + functions-common:time_stop:2433 : start_time=1654713331605 2022-06-08 18:35:32.424 | + functions-common:time_stop:2435 : [[ -z 1654713331605 ]] 2022-06-08 18:35:32.427 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 18:35:32.431 | + functions-common:time_stop:2438 : end_time=1654713332429 2022-06-08 18:35:32.433 | + functions-common:time_stop:2439 : elapsed_time=824 2022-06-08 18:35:32.436 | + functions-common:time_stop:2440 : total=3207 2022-06-08 18:35:32.438 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 18:35:32.440 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=4031 2022-06-08 18:35:32.442 | + functions-common:apt_get:1239 : return 0 2022-06-08 18:35:32.445 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:490 : is_service_enabled q-agt q-dhcp q-l3 2022-06-08 18:35:32.463 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 18:35:32.465 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:491 : neutron_plugin_install_agent_packages 2022-06-08 18:35:32.467 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2022-06-08 18:35:32.470 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2022-06-08 18:35:32.473 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2022-06-08 18:35:32.492 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2022-06-08 18:35:32.495 | + functions-common:install_package:1464 : update_package_repo 2022-06-08 18:35:32.497 | + functions-common:update_package_repo:1436 : NO_UPDATE_REPOS=False 2022-06-08 18:35:32.499 | + functions-common:update_package_repo:1437 : REPOS_UPDATED=True 2022-06-08 18:35:32.502 | + functions-common:update_package_repo:1438 : RETRY_UPDATE=False 2022-06-08 18:35:32.505 | + functions-common:update_package_repo:1440 : [[ False = \T\r\u\e ]] 2022-06-08 18:35:32.507 | + functions-common:update_package_repo:1444 : is_ubuntu 2022-06-08 18:35:32.510 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 18:35:32.512 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 18:35:32.514 | + functions-common:update_package_repo:1445 : apt_get_update 2022-06-08 18:35:32.517 | + functions-common:apt_get_update:1190 : [[ True == \T\r\u\e ]] 2022-06-08 18:35:32.520 | + functions-common:apt_get_update:1190 : [[ False != \T\r\u\e ]] 2022-06-08 18:35:32.523 | + functions-common:apt_get_update:1191 : return 2022-06-08 18:35:32.525 | + functions-common:install_package:1465 : real_install_package fakeroot make openvswitch-switch 2022-06-08 18:35:32.528 | + functions-common:real_install_package:1450 : is_ubuntu 2022-06-08 18:35:32.531 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 18:35:32.533 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 18:35:32.536 | + functions-common:real_install_package:1451 : apt_get install fakeroot make openvswitch-switch 2022-06-08 18:35:32.556 | + functions-common:apt_get:1231 : 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-06-08 18:35:32.669 | Reading package lists... 2022-06-08 18:35:32.922 | Building dependency tree... 2022-06-08 18:35:32.923 | Reading state information... 2022-06-08 18:35:33.176 | fakeroot is already the newest version (1.24-1). 2022-06-08 18:35:33.176 | make is already the newest version (4.2.1-1.2). 2022-06-08 18:35:33.176 | openvswitch-switch is already the newest version (2.13.5-0ubuntu1). 2022-06-08 18:35:33.176 | The following packages were automatically installed and are no longer required: 2022-06-08 18:35:33.177 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-06-08 18:35:33.177 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-06-08 18:35:33.177 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-06-08 18:35:33.178 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-06-08 18:35:33.178 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-06-08 18:35:33.178 | python3-zope.interface 2022-06-08 18:35:33.178 | Use 'sudo apt autoremove' to remove them. 2022-06-08 18:35:33.316 | 0 upgraded, 0 newly installed, 0 to remove and 144 not upgraded. 2022-06-08 18:35:33.321 | + functions-common:apt_get:1235 : result=0 2022-06-08 18:35:33.324 | + functions-common:apt_get:1238 : time_stop apt-get 2022-06-08 18:35:33.327 | + functions-common:time_stop:2426 : local name 2022-06-08 18:35:33.331 | + functions-common:time_stop:2427 : local end_time 2022-06-08 18:35:33.334 | + functions-common:time_stop:2428 : local elapsed_time 2022-06-08 18:35:33.337 | + functions-common:time_stop:2429 : local total 2022-06-08 18:35:33.341 | + functions-common:time_stop:2430 : local start_time 2022-06-08 18:35:33.343 | + functions-common:time_stop:2432 : name=apt-get 2022-06-08 18:35:33.345 | + functions-common:time_stop:2433 : start_time=1654713332554 2022-06-08 18:35:33.347 | + functions-common:time_stop:2435 : [[ -z 1654713332554 ]] 2022-06-08 18:35:33.350 | ++ functions-common:time_stop:2438 : date +%s%3N 2022-06-08 18:35:33.355 | + functions-common:time_stop:2438 : end_time=1654713333352 2022-06-08 18:35:33.357 | + functions-common:time_stop:2439 : elapsed_time=798 2022-06-08 18:35:33.359 | + functions-common:time_stop:2440 : total=4031 2022-06-08 18:35:33.361 | + functions-common:time_stop:2442 : _TIME_START[$name]= 2022-06-08 18:35:33.363 | + functions-common:time_stop:2443 : _TIME_TOTAL[$name]=4829 2022-06-08 18:35:33.366 | + functions-common:apt_get:1239 : return 0 2022-06-08 18:35:33.368 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2022-06-08 18:35:33.370 | + functions-common:is_ubuntu:568 : [[ -z deb ]] 2022-06-08 18:35:33.373 | + functions-common:is_ubuntu:571 : '[' deb = deb ']' 2022-06-08 18:35:33.375 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2022-06-08 18:35:33.377 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2022-06-08 18:35:33.381 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2022-06-08 18:35:33.385 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=5.4.0-72-generic 2022-06-08 18:35:33.387 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2022-06-08 18:35:33.391 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 5.4.0-72-generic 2022-06-08 18:35:33.391 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2022-06-08 18:35:33.396 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=5.4 2022-06-08 18:35:33.399 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 5.4 '<' 3.13 2022-06-08 18:35:33.402 | + functions:vercmp:628 : local v1=5.4 2022-06-08 18:35:33.404 | + functions:vercmp:629 : local 'op=<' 2022-06-08 18:35:33.407 | + functions:vercmp:630 : local v2=3.13 2022-06-08 18:35:33.410 | + functions:vercmp:631 : local result 2022-06-08 18:35:33.413 | ++ functions:vercmp:635 : echo -e '5.4\n3.13' 2022-06-08 18:35:33.414 | ++ functions:vercmp:635 : head -1 2022-06-08 18:35:33.414 | ++ functions:vercmp:635 : sort -V 2022-06-08 18:35:33.419 | + functions:vercmp:635 : result=3.13 2022-06-08 18:35:33.421 | + functions:vercmp:637 : case $op in 2022-06-08 18:35:33.424 | + functions:vercmp:647 : '[' 5.4 '!=' 3.13 ']' 2022-06-08 18:35:33.426 | + functions:vercmp:647 : '[' 3.13 = 5.4 ']' 2022-06-08 18:35:33.428 | + functions:vercmp:648 : return 2022-06-08 18:35:33.430 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2022-06-08 18:35:33.433 | + functions-common:restart_service:2310 : '[' -x /bin/systemctl ']' 2022-06-08 18:35:33.435 | + functions-common:restart_service:2311 : sudo /bin/systemctl restart openvswitch-switch 2022-06-08 18:35:33.936 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2022-06-08 18:35:33.938 | + inc/python:use_library_from_git:246 : local name=os-ken 2022-06-08 18:35:33.942 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:33.944 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:33.947 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-ken, ]] 2022-06-08 18:35:33.949 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:33.952 | + ./stack.sh:main:841 : is_service_enabled etcd3 2022-06-08 18:35:33.970 | + functions-common:is_service_enabled:2082 : return 0 2022-06-08 18:35:33.973 | + ./stack.sh:main:842 : install_etcd3 2022-06-08 18:35:33.976 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2022-06-08 18:35:33.976 | Installing etcd 2022-06-08 18:35:33.978 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2022-06-08 18:35:33.990 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2022-06-08 18:35:34.005 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2022-06-08 18:35:34.007 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2022-06-08 18:35:34.020 | + lib/etcd3:install_etcd3:113 : local etcd_file 2022-06-08 18:35:34.023 | ++ 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-06-08 18:35:34.027 | ++ 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-06-08 18:35:34.030 | +++ 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-06-08 18:35:34.035 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2022-06-08 18:35:34.038 | ++ 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-06-08 18:35:34.041 | ++ functions:get_extra_file:67 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2022-06-08 18:35:34.045 | ++ functions:get_extra_file:73 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-08 18:35:34.048 | ++ functions:get_extra_file:74 : return 2022-06-08 18:35:34.050 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-06-08 18:35:34.053 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2022-06-08 18:35:34.056 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2022-06-08 18:35:34.059 | + ./stack.sh:main:851 : is_service_enabled tls-proxy 2022-06-08 18:35:34.076 | + functions-common:is_service_enabled:2082 : return 1 2022-06-08 18:35:34.078 | + ./stack.sh:main:861 : install_dstat 2022-06-08 18:35:34.081 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2022-06-08 18:35:34.097 | + functions-common:is_service_enabled:2082 : return 1 2022-06-08 18:35:34.100 | + ./stack.sh:main:867 : echo_summary 'Installing OpenStack project source' 2022-06-08 18:35:34.102 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-06-08 18:35:34.104 | + ./stack.sh:echo_summary:441 : echo -e Installing OpenStack project source 2022-06-08 18:35:34.107 | + ./stack.sh:main:870 : install_libs 2022-06-08 18:35:34.109 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2022-06-08 18:35:34.111 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2022-06-08 18:35:34.114 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2022-06-08 18:35:34.116 | + inc/python:use_library_from_git:246 : local name=automaton 2022-06-08 18:35:34.118 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:34.120 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:34.123 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,automaton, ]] 2022-06-08 18:35:34.125 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:34.127 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2022-06-08 18:35:34.129 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2022-06-08 18:35:34.132 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2022-06-08 18:35:34.134 | + inc/python:use_library_from_git:246 : local name=castellan 2022-06-08 18:35:34.136 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:34.138 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:34.141 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,castellan, ]] 2022-06-08 18:35:34.143 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:34.145 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2022-06-08 18:35:34.148 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2022-06-08 18:35:34.150 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2022-06-08 18:35:34.152 | + inc/python:use_library_from_git:246 : local name=cliff 2022-06-08 18:35:34.154 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:34.157 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:34.159 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cliff, ]] 2022-06-08 18:35:34.161 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:34.163 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2022-06-08 18:35:34.166 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2022-06-08 18:35:34.168 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2022-06-08 18:35:34.170 | + inc/python:use_library_from_git:246 : local name=cursive 2022-06-08 18:35:34.173 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:34.175 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:34.177 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cursive, ]] 2022-06-08 18:35:34.179 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:34.181 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2022-06-08 18:35:34.184 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2022-06-08 18:35:34.186 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2022-06-08 18:35:34.188 | + inc/python:use_library_from_git:246 : local name=debtcollector 2022-06-08 18:35:34.190 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:34.192 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:34.195 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,debtcollector, ]] 2022-06-08 18:35:34.197 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:34.199 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2022-06-08 18:35:34.201 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2022-06-08 18:35:34.204 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2022-06-08 18:35:34.206 | + inc/python:use_library_from_git:246 : local name=futurist 2022-06-08 18:35:34.208 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:34.210 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:34.213 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,futurist, ]] 2022-06-08 18:35:34.215 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:34.217 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2022-06-08 18:35:34.219 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2022-06-08 18:35:34.221 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2022-06-08 18:35:34.224 | + inc/python:use_library_from_git:246 : local name=openstacksdk 2022-06-08 18:35:34.226 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:34.228 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:34.230 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,openstacksdk, ]] 2022-06-08 18:35:34.232 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:34.235 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2022-06-08 18:35:34.237 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2022-06-08 18:35:34.239 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2022-06-08 18:35:34.241 | + inc/python:use_library_from_git:246 : local name=osc-lib 2022-06-08 18:35:34.244 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:34.246 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:34.248 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-lib, ]] 2022-06-08 18:35:34.251 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:34.253 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2022-06-08 18:35:34.256 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2022-06-08 18:35:34.259 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2022-06-08 18:35:34.261 | + inc/python:use_library_from_git:246 : local name=osc-placement 2022-06-08 18:35:34.263 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:34.266 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:34.269 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-placement, ]] 2022-06-08 18:35:34.271 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:34.273 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2022-06-08 18:35:34.276 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2022-06-08 18:35:34.279 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2022-06-08 18:35:34.281 | + inc/python:use_library_from_git:246 : local name=os-client-config 2022-06-08 18:35:34.284 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:34.286 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:34.288 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-client-config, ]] 2022-06-08 18:35:34.290 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:34.293 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2022-06-08 18:35:34.295 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2022-06-08 18:35:34.297 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2022-06-08 18:35:34.299 | + inc/python:use_library_from_git:246 : local name=oslo.cache 2022-06-08 18:35:34.302 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:34.304 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:34.306 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.cache, ]] 2022-06-08 18:35:34.308 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:34.311 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2022-06-08 18:35:34.313 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2022-06-08 18:35:34.315 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2022-06-08 18:35:34.317 | + inc/python:use_library_from_git:246 : local name=oslo.concurrency 2022-06-08 18:35:34.319 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:34.322 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:34.324 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.concurrency, ]] 2022-06-08 18:35:34.326 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:34.328 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2022-06-08 18:35:34.331 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2022-06-08 18:35:34.333 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2022-06-08 18:35:34.335 | + inc/python:use_library_from_git:246 : local name=oslo.config 2022-06-08 18:35:34.337 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:34.339 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:34.342 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.config, ]] 2022-06-08 18:35:34.344 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:34.346 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2022-06-08 18:35:34.348 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2022-06-08 18:35:34.351 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2022-06-08 18:35:34.353 | + inc/python:use_library_from_git:246 : local name=oslo.context 2022-06-08 18:35:34.355 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:34.357 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:34.360 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.context, ]] 2022-06-08 18:35:34.362 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:34.364 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2022-06-08 18:35:34.367 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2022-06-08 18:35:34.369 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2022-06-08 18:35:34.371 | + inc/python:use_library_from_git:246 : local name=oslo.db 2022-06-08 18:35:34.373 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:34.376 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:34.378 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.db, ]] 2022-06-08 18:35:34.380 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:34.382 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2022-06-08 18:35:34.385 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2022-06-08 18:35:34.387 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2022-06-08 18:35:34.389 | + inc/python:use_library_from_git:246 : local name=oslo.i18n 2022-06-08 18:35:34.391 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:34.394 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:34.396 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.i18n, ]] 2022-06-08 18:35:34.398 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:34.401 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2022-06-08 18:35:34.403 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2022-06-08 18:35:34.405 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2022-06-08 18:35:34.407 | + inc/python:use_library_from_git:246 : local name=oslo.limit 2022-06-08 18:35:34.409 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:34.412 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:34.414 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.limit, ]] 2022-06-08 18:35:34.416 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:34.418 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2022-06-08 18:35:34.421 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2022-06-08 18:35:34.423 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2022-06-08 18:35:34.425 | + inc/python:use_library_from_git:246 : local name=oslo.log 2022-06-08 18:35:34.428 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:34.431 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:34.433 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.log, ]] 2022-06-08 18:35:34.436 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:34.439 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2022-06-08 18:35:34.442 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2022-06-08 18:35:34.445 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2022-06-08 18:35:34.448 | + inc/python:use_library_from_git:246 : local name=oslo.messaging 2022-06-08 18:35:34.450 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:34.453 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:34.457 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.messaging, ]] 2022-06-08 18:35:34.459 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:34.462 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2022-06-08 18:35:34.464 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2022-06-08 18:35:34.466 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2022-06-08 18:35:34.469 | + inc/python:use_library_from_git:246 : local name=oslo.middleware 2022-06-08 18:35:34.471 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:34.473 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:34.476 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.middleware, ]] 2022-06-08 18:35:34.478 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:34.480 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2022-06-08 18:35:34.482 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2022-06-08 18:35:34.485 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2022-06-08 18:35:34.487 | + inc/python:use_library_from_git:246 : local name=oslo.policy 2022-06-08 18:35:34.489 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:34.491 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:34.493 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.policy, ]] 2022-06-08 18:35:34.496 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:34.498 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2022-06-08 18:35:34.500 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2022-06-08 18:35:34.502 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2022-06-08 18:35:34.505 | + inc/python:use_library_from_git:246 : local name=oslo.privsep 2022-06-08 18:35:34.507 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:34.509 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:34.511 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.privsep, ]] 2022-06-08 18:35:34.514 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:34.516 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2022-06-08 18:35:34.518 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2022-06-08 18:35:34.520 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2022-06-08 18:35:34.523 | + inc/python:use_library_from_git:246 : local name=oslo.reports 2022-06-08 18:35:34.525 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:34.527 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:34.529 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.reports, ]] 2022-06-08 18:35:34.532 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:34.534 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2022-06-08 18:35:34.536 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2022-06-08 18:35:34.538 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2022-06-08 18:35:34.540 | + inc/python:use_library_from_git:246 : local name=oslo.rootwrap 2022-06-08 18:35:34.543 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:34.545 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:34.548 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.rootwrap, ]] 2022-06-08 18:35:34.550 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:34.552 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2022-06-08 18:35:34.554 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2022-06-08 18:35:34.557 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2022-06-08 18:35:34.559 | + inc/python:use_library_from_git:246 : local name=oslo.serialization 2022-06-08 18:35:34.562 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:34.564 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:34.567 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.serialization, ]] 2022-06-08 18:35:34.569 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:34.571 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2022-06-08 18:35:34.574 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2022-06-08 18:35:34.576 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2022-06-08 18:35:34.579 | + inc/python:use_library_from_git:246 : local name=oslo.service 2022-06-08 18:35:34.581 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:34.584 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:34.586 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.service, ]] 2022-06-08 18:35:34.589 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:34.591 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2022-06-08 18:35:34.593 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2022-06-08 18:35:34.595 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2022-06-08 18:35:34.597 | + inc/python:use_library_from_git:246 : local name=oslo.utils 2022-06-08 18:35:34.600 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:34.602 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:34.604 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.utils, ]] 2022-06-08 18:35:34.607 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:34.609 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2022-06-08 18:35:34.611 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2022-06-08 18:35:34.613 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2022-06-08 18:35:34.615 | + inc/python:use_library_from_git:246 : local name=oslo.versionedobjects 2022-06-08 18:35:34.618 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:34.620 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:34.622 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.versionedobjects, ]] 2022-06-08 18:35:34.625 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:34.627 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2022-06-08 18:35:34.629 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2022-06-08 18:35:34.631 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2022-06-08 18:35:34.635 | + inc/python:use_library_from_git:246 : local name=oslo.vmware 2022-06-08 18:35:34.638 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:34.640 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:34.643 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.vmware, ]] 2022-06-08 18:35:34.646 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:34.648 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2022-06-08 18:35:34.653 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2022-06-08 18:35:34.655 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2022-06-08 18:35:34.658 | + inc/python:use_library_from_git:246 : local name=osprofiler 2022-06-08 18:35:34.661 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:34.664 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:34.666 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osprofiler, ]] 2022-06-08 18:35:34.669 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:34.671 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2022-06-08 18:35:34.674 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2022-06-08 18:35:34.676 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2022-06-08 18:35:34.679 | + inc/python:use_library_from_git:246 : local name=pycadf 2022-06-08 18:35:34.681 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:34.683 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:34.686 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pycadf, ]] 2022-06-08 18:35:34.688 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:34.691 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2022-06-08 18:35:34.693 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2022-06-08 18:35:34.695 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2022-06-08 18:35:34.698 | + inc/python:use_library_from_git:246 : local name=stevedore 2022-06-08 18:35:34.700 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:34.702 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:34.705 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,stevedore, ]] 2022-06-08 18:35:34.707 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:34.709 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2022-06-08 18:35:34.712 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2022-06-08 18:35:34.714 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2022-06-08 18:35:34.716 | + inc/python:use_library_from_git:246 : local name=taskflow 2022-06-08 18:35:34.719 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:34.721 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:34.723 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,taskflow, ]] 2022-06-08 18:35:34.726 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:34.729 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2022-06-08 18:35:34.733 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2022-06-08 18:35:34.736 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2022-06-08 18:35:34.739 | + inc/python:use_library_from_git:246 : local name=tooz 2022-06-08 18:35:34.743 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:34.747 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:34.750 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,tooz, ]] 2022-06-08 18:35:34.754 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:34.757 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2022-06-08 18:35:34.760 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2022-06-08 18:35:34.762 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2022-06-08 18:35:34.764 | + inc/python:use_library_from_git:246 : local name=os-brick 2022-06-08 18:35:34.767 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:34.769 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:34.771 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-brick, ]] 2022-06-08 18:35:34.774 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:34.776 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2022-06-08 18:35:34.779 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2022-06-08 18:35:34.781 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2022-06-08 18:35:34.783 | + inc/python:use_library_from_git:246 : local name=os-resource-classes 2022-06-08 18:35:34.786 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:34.788 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:34.790 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-resource-classes, ]] 2022-06-08 18:35:34.793 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:34.795 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2022-06-08 18:35:34.798 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2022-06-08 18:35:34.800 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2022-06-08 18:35:34.802 | + inc/python:use_library_from_git:246 : local name=os-traits 2022-06-08 18:35:34.805 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:34.808 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:34.810 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-traits, ]] 2022-06-08 18:35:34.813 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:34.816 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2022-06-08 18:35:34.818 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2022-06-08 18:35:34.821 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2022-06-08 18:35:34.823 | + inc/python:use_library_from_git:246 : local name=python-barbicanclient 2022-06-08 18:35:34.825 | + inc/python:use_library_from_git:247 : local enabled=1 2022-06-08 18:35:34.828 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-06-08 18:35:34.830 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-barbicanclient, ]] 2022-06-08 18:35:34.833 | + inc/python:use_library_from_git:249 : return 1 2022-06-08 18:35:34.835 | + lib/libraries:install_libs:139 : pip_install etcd3 2022-06-08 18:35:34.856 | Using python 3.8 to install etcd3 2022-06-08 18:35:34.858 | + inc/python:pip_install:190 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3 2022-06-08 18:35:35.573 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-08 18:35:35.573 | from cryptography.utils import int_from_bytes 2022-06-08 18:35:35.574 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-06-08 18:35:35.574 | from cryptography.utils import int_from_bytes 2022-06-08 18:35:36.779 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-06-08 18:35:37.499 | Collecting etcd3 2022-06-08 18:35:37.507 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/89a/704cb389bf0a0/etcd3-0.12.0.tar.gz (63 kB) 2022-06-08 18:35:37.533 | Preparing metadata (setup.py): started 2022-06-08 18:35:37.582 | Preparing metadata (setup.py): finished with status 'error' 2022-06-08 18:35:37.582 | ERROR: Command errored out with exit status 1: 2022-06-08 18:35:37.582 | command: /usr/bin/python3.8 -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-vjvbofjs/etcd3_59fb3fc71a0544729059f054861a53bf/setup.py'"'"'; __file__='"'"'/tmp/pip-install-vjvbofjs/etcd3_59fb3fc71a0544729059f054861a53bf/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-7z96mp5m 2022-06-08 18:35:37.582 | cwd: /tmp/pip-install-vjvbofjs/etcd3_59fb3fc71a0544729059f054861a53bf/ 2022-06-08 18:35:37.582 | Complete output (3 lines): 2022-06-08 18:35:37.582 | Traceback (most recent call last): 2022-06-08 18:35:37.582 | File "", line 1, in 2022-06-08 18:35:37.582 | ModuleNotFoundError: No module named 'setuptools' 2022-06-08 18:35:37.582 | ---------------------------------------- 2022-06-08 18:35:37.582 | WARNING: Discarding http://10.100.0.9:8080/root/pypi/%2Bf/89a/704cb389bf0a0/etcd3-0.12.0.tar.gz#sha256=89a704cb389bf0a010a1fa050ce19342d23bf6371ebda1c21cfe8ff3ed488726 (from http://10.100.0.9:8080/cloudbase/CI/+simple/etcd3/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2022-06-08 18:35:37.583 | ERROR: Cannot install etcd3 because these package versions have conflicting dependencies. 2022-06-08 18:35:37.583 | 2022-06-08 18:35:37.583 | The conflict is caused by: 2022-06-08 18:35:37.583 | The user requested etcd3 2022-06-08 18:35:37.583 | The user requested (constraint) etcd3===0.12.0 2022-06-08 18:35:37.583 | 2022-06-08 18:35:37.583 | To fix this you could try to: 2022-06-08 18:35:37.583 | 1. loosen the range of package versions you've specified 2022-06-08 18:35:37.583 | 2. remove package versions to allow pip attempt to solve the dependency conflict 2022-06-08 18:35:37.583 | 2022-06-08 18:35:37.583 | ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/user_guide/#fixing-conflicting-dependencies 2022-06-08 18:35:37.655 | WARNING: You are using pip version 21.3.1; however, version 22.1.2 is available. 2022-06-08 18:35:37.655 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-06-08 18:35:37.742 | + inc/python:pip_install:1 : exit_trap 2022-06-08 18:35:37.746 | + ./stack.sh:exit_trap:516 : local r=1 2022-06-08 18:35:37.750 | ++ ./stack.sh:exit_trap:517 : jobs -p 2022-06-08 18:35:37.754 | + ./stack.sh:exit_trap:517 : jobs= 2022-06-08 18:35:37.757 | + ./stack.sh:exit_trap:520 : [[ -n '' ]] 2022-06-08 18:35:37.760 | + ./stack.sh:exit_trap:526 : '[' -f '' ']' 2022-06-08 18:35:37.762 | + ./stack.sh:exit_trap:531 : kill_spinner 2022-06-08 18:35:37.764 | + ./stack.sh:kill_spinner:426 : '[' '!' -z '' ']' 2022-06-08 18:35:37.766 | + ./stack.sh:exit_trap:533 : [[ 1 -ne 0 ]] 2022-06-08 18:35:37.768 | + ./stack.sh:exit_trap:534 : echo 'Error on exit' 2022-06-08 18:35:37.768 | Error on exit 2022-06-08 18:35:37.771 | + ./stack.sh:exit_trap:536 : type -p generate-subunit 2022-06-08 18:35:37.773 | + ./stack.sh:exit_trap:537 : generate-subunit 1654713284 53 fail 2022-06-08 18:35:38.018 | + ./stack.sh:exit_trap:539 : [[ -z /opt/stack/logs ]] 2022-06-08 18:35:38.020 | + ./stack.sh:exit_trap:542 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2022-06-08 18:35:38.528 | + ./stack.sh:exit_trap:551 : exit 1