2022-08-19 19:20:04.253 | + ./stack.sh:main:482 : exec 2022-08-19 19:20:04.253 | + ./stack.sh:main:490 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-08-19-192004' 2022-08-19 19:20:04.253 | ++ ./stack.sh:main:482 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-08-19-192004.summary.2022-08-19-192004 2022-08-19 19:20:04.253 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-19 19:20:04.253 | + ./stack.sh:echo_summary:441 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-08-19-192004 2022-08-19 19:20:04.254 | + ./stack.sh:main:492 : ln -sf /opt/stack/logs/stack.sh.log.2022-08-19-192004 /opt/stack/logs/stack.sh.log 2022-08-19 19:20:04.254 | + ./stack.sh:main:493 : ln -sf /opt/stack/logs/stack.sh.log.2022-08-19-192004.summary.2022-08-19-192004 /opt/stack/logs/stack.sh.log.summary 2022-08-19 19:20:04.254 | + ./stack.sh:main:508 : check_path_perm_sanity /opt/stack 2022-08-19 19:20:04.254 | + functions:check_path_perm_sanity:596 : local real_path 2022-08-19 19:20:04.254 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2022-08-19 19:20:04.254 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2022-08-19 19:20:04.254 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2022-08-19 19:20:04.254 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2022-08-19 19:20:04.254 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2022-08-19 19:20:04.254 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-08-19 19:20:04.254 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2022-08-19 19:20:04.254 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2022-08-19 19:20:04.254 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-08-19 19:20:04.254 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-08-19 19:20:04.254 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2022-08-19 19:20:04.255 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2022-08-19 19:20:04.259 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-08-19 19:20:04.261 | + ./stack.sh:main:514 : trap exit_trap EXIT 2022-08-19 19:20:04.263 | + ./stack.sh:main:555 : trap err_trap ERR 2022-08-19 19:20:04.265 | + ./stack.sh:main:568 : set -o errexit 2022-08-19 19:20:04.267 | + ./stack.sh:main:571 : uname -a 2022-08-19 19:20:04.268 | Linux dv-osbrick-849019-5-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-08-19 19:20:04.270 | + ./stack.sh:main:574 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-08-19 19:20:04.272 | + ./stack.sh:main:575 : rm -f /opt/stack/data/ca-bundle.pem 2022-08-19 19:20:04.275 | + ./stack.sh:main:578 : source /home/ubuntu/devstack/lib/database 2022-08-19 19:20:04.312 | + ./stack.sh:main:579 : source /home/ubuntu/devstack/lib/rpc_backend 2022-08-19 19:20:04.328 | + ./stack.sh:main:585 : fetch_plugins 2022-08-19 19:20:04.330 | + functions-common:fetch_plugins:1785 : local plugins= 2022-08-19 19:20:04.332 | + functions-common:fetch_plugins:1786 : local plugin 2022-08-19 19:20:04.334 | + functions-common:fetch_plugins:1789 : [[ -z '' ]] 2022-08-19 19:20:04.336 | + functions-common:fetch_plugins:1790 : return 2022-08-19 19:20:04.338 | + ./stack.sh:main:589 : run_phase override_defaults 2022-08-19 19:20:04.340 | + functions-common:run_phase:1867 : local mode=override_defaults 2022-08-19 19:20:04.341 | + functions-common:run_phase:1868 : local phase= 2022-08-19 19:20:04.343 | + functions-common:run_phase:1869 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-08-19 19:20:04.345 | + functions-common:run_phase:1870 : local extra_plugin_file_name 2022-08-19 19:20:04.347 | + functions-common:run_phase:1871 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-08-19 19:20:04.349 | + functions-common:run_phase:1876 : local exceptions=80-tempest.sh 2022-08-19 19:20:04.351 | + functions-common:run_phase:1877 : local extra 2022-08-19 19:20:04.353 | ++ functions-common:run_phase:1878 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-08-19 19:20:04.356 | + functions-common:run_phase:1878 : extra=80-tempest.sh 2022-08-19 19:20:04.358 | + functions-common:run_phase:1879 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-08-19 19:20:04.360 | + functions-common:run_phase:1883 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-08-19 19:20:04.362 | + functions-common:run_phase:1883 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-08-19 19:20:04.364 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-08-19 19:20:04.376 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:20:04.378 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-08-19 19:20:04.379 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-19 19:20:04.381 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-19 19:20:04.383 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-19 19:20:04.385 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-19 19:20:04.386 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-08-19 19:20:04.388 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-08-19 19:20:04.390 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2022-08-19 19:20:04.392 | + functions-common:run_phase:1888 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-08-19 19:20:04.394 | + functions-common:run_phase:1891 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-08-19 19:20:04.396 | + functions-common:run_phase:1892 : plugin_override_defaults 2022-08-19 19:20:04.398 | + functions-common:plugin_override_defaults:1826 : local plugins= 2022-08-19 19:20:04.399 | + functions-common:plugin_override_defaults:1827 : local plugin 2022-08-19 19:20:04.401 | + functions-common:plugin_override_defaults:1830 : [[ -z '' ]] 2022-08-19 19:20:04.403 | + functions-common:plugin_override_defaults:1831 : return 2022-08-19 19:20:04.405 | + ./stack.sh:main:592 : source /home/ubuntu/devstack/lib/apache 2022-08-19 19:20:04.422 | + ./stack.sh:main:595 : source /home/ubuntu/devstack/lib/tls 2022-08-19 19:20:04.425 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-08-19 19:20:04.437 | ++ functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:20:04.439 | +++ lib/tls:source:43 : hostname -f 2022-08-19 19:20:04.443 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-08-19 19:20:04.445 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-08-19 19:20:04.447 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-08-19 19:20:04.449 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-08-19 19:20:04.451 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-08-19 19:20:04.453 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-08-19 19:20:04.454 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-08-19 19:20:04.457 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-08-19 19:20:04.459 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-08-19 19:20:04.461 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-08-19 19:20:04.465 | + ./stack.sh:main:598 : source /home/ubuntu/devstack/lib/infra 2022-08-19 19:20:04.477 | + ./stack.sh:main:599 : source /home/ubuntu/devstack/lib/libraries 2022-08-19 19:20:04.493 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/lvm 2022-08-19 19:20:04.506 | + ./stack.sh:main:601 : source /home/ubuntu/devstack/lib/horizon 2022-08-19 19:20:04.519 | + ./stack.sh:main:602 : source /home/ubuntu/devstack/lib/keystone 2022-08-19 19:20:04.554 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/glance 2022-08-19 19:20:04.614 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/nova 2022-08-19 19:20:04.704 | + ./stack.sh:main:605 : source /home/ubuntu/devstack/lib/placement 2022-08-19 19:20:04.725 | + ./stack.sh:main:606 : source /home/ubuntu/devstack/lib/cinder 2022-08-19 19:20:04.769 | + ./stack.sh:main:607 : source /home/ubuntu/devstack/lib/swift 2022-08-19 19:20:04.821 | + ./stack.sh:main:608 : source /home/ubuntu/devstack/lib/neutron 2022-08-19 19:20:04.967 | + ./stack.sh:main:609 : source /home/ubuntu/devstack/lib/ldap 2022-08-19 19:20:04.983 | + ./stack.sh:main:610 : source /home/ubuntu/devstack/lib/dstat 2022-08-19 19:20:04.996 | + ./stack.sh:main:611 : source /home/ubuntu/devstack/lib/tcpdump 2022-08-19 19:20:05.009 | + ./stack.sh:main:612 : source /home/ubuntu/devstack/lib/etcd3 2022-08-19 19:20:05.096 | + ./stack.sh:main:613 : source /home/ubuntu/devstack/lib/os-vif 2022-08-19 19:20:05.098 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2022-08-19 19:20:05.101 | +++ lib/os-vif:source:17 : is_ml2_ovs 2022-08-19 19:20:05.103 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2022-08-19 19:20:05.105 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2022-08-19 19:20:05.107 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2022-08-19 19:20:05.110 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2022-08-19 19:20:05.110 | False' 2022-08-19 19:20:05.113 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2022-08-19 19:20:05.128 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2022-08-19 19:20:05.130 | + ./stack.sh:main:619 : run_phase source 2022-08-19 19:20:05.132 | + functions-common:run_phase:1867 : local mode=source 2022-08-19 19:20:05.134 | + functions-common:run_phase:1868 : local phase= 2022-08-19 19:20:05.136 | + functions-common:run_phase:1869 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-08-19 19:20:05.138 | + functions-common:run_phase:1870 : local extra_plugin_file_name 2022-08-19 19:20:05.140 | + functions-common:run_phase:1871 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-08-19 19:20:05.142 | + functions-common:run_phase:1876 : local exceptions=80-tempest.sh 2022-08-19 19:20:05.145 | + functions-common:run_phase:1877 : local extra 2022-08-19 19:20:05.147 | ++ functions-common:run_phase:1878 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-08-19 19:20:05.151 | + functions-common:run_phase:1878 : extra=80-tempest.sh 2022-08-19 19:20:05.153 | + functions-common:run_phase:1879 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-08-19 19:20:05.155 | + functions-common:run_phase:1883 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-08-19 19:20:05.157 | + functions-common:run_phase:1883 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-08-19 19:20:05.159 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-08-19 19:20:05.173 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:20:05.175 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-08-19 19:20:05.178 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-08-19 19:20:05.217 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2022-08-19 19:20:05.219 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2022-08-19 19:20:05.222 | + functions-common:run_phase:1888 : [[ source == \s\o\u\r\c\e ]] 2022-08-19 19:20:05.224 | + functions-common:run_phase:1889 : load_plugin_settings 2022-08-19 19:20:05.226 | + functions-common:load_plugin_settings:1803 : local plugins= 2022-08-19 19:20:05.228 | + functions-common:load_plugin_settings:1804 : local plugin 2022-08-19 19:20:05.230 | + functions-common:load_plugin_settings:1807 : [[ -z '' ]] 2022-08-19 19:20:05.232 | + functions-common:load_plugin_settings:1808 : return 2022-08-19 19:20:05.234 | + functions-common:run_phase:1890 : verify_disabled_services 2022-08-19 19:20:05.236 | + functions-common:verify_disabled_services:2150 : local service 2022-08-19 19:20:05.239 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.241 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-08-19 19:20:05.244 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.246 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-08-19 19:20:05.248 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.251 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-08-19 19:20:05.253 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.255 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-08-19 19:20:05.257 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.260 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-08-19 19:20:05.262 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.264 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-08-19 19:20:05.266 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.269 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-08-19 19:20:05.271 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.273 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-08-19 19:20:05.276 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.278 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-08-19 19:20:05.280 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.283 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-08-19 19:20:05.286 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.288 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2022-08-19 19:20:05.290 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.292 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2022-08-19 19:20:05.295 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.297 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2022-08-19 19:20:05.300 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.302 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2022-08-19 19:20:05.305 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.307 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-08-19 19:20:05.309 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.312 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2022-08-19 19:20:05.314 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.316 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-08-19 19:20:05.319 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.321 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-08-19 19:20:05.323 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.325 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-08-19 19:20:05.327 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.330 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-08-19 19:20:05.332 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.334 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-08-19 19:20:05.337 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.339 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-08-19 19:20:05.341 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.343 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-08-19 19:20:05.347 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.350 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-08-19 19:20:05.352 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.354 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-08-19 19:20:05.357 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.359 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-08-19 19:20:05.361 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.364 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-08-19 19:20:05.366 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.369 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-08-19 19:20:05.371 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.373 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-08-19 19:20:05.376 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.378 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-08-19 19:20:05.381 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.383 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-08-19 19:20:05.385 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.387 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-08-19 19:20:05.390 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.392 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-08-19 19:20:05.395 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.397 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-08-19 19:20:05.400 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.402 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-08-19 19:20:05.404 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.406 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-08-19 19:20:05.409 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.411 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-08-19 19:20:05.413 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.416 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-08-19 19:20:05.418 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.420 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-08-19 19:20:05.422 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.425 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-08-19 19:20:05.427 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.429 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-08-19 19:20:05.432 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.434 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-08-19 19:20:05.436 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.439 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-08-19 19:20:05.441 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.444 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-08-19 19:20:05.446 | + functions-common:verify_disabled_services:2151 : for service in ${ENABLED_SERVICES//,/ } 2022-08-19 19:20:05.448 | + functions-common:verify_disabled_services:2152 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-08-19 19:20:05.451 | + ./stack.sh:main:690 : initialize_database_backends 2022-08-19 19:20:05.453 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-08-19 19:20:05.456 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-08-19 19:20:05.471 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:20:05.473 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-08-19 19:20:05.475 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-08-19 19:20:05.478 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-08-19 19:20:05.493 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:20:05.495 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-08-19 19:20:05.497 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-08-19 19:20:05.500 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-08-19 19:20:05.502 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-08-19 19:20:05.505 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-08-19 19:20:05.507 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-08-19 19:20:05.509 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-08-19 19:20:05.511 | + lib/database:initialize_database_backends:92 : return 0 2022-08-19 19:20:05.514 | + ./stack.sh:main:691 : echo 'Using mysql database backend' 2022-08-19 19:20:05.514 | Using mysql database backend 2022-08-19 19:20:05.516 | + ./stack.sh:main:694 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-08-19 19:20:05.532 | + ./stack.sh:main:696 : define_database_baseurl 2022-08-19 19:20:05.536 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2022-08-19 19:20:05.539 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-08-19 19:20:05.541 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2022-08-19 19:20:05.544 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-08-19 19:20:05.546 | + ./stack.sh:main:708 : is_service_enabled rabbit 2022-08-19 19:20:05.563 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:20:05.565 | + ./stack.sh:main:709 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-08-19 19:20:05.582 | + ./stack.sh:main:716 : is_service_enabled keystone 2022-08-19 19:20:05.599 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:20:05.601 | + ./stack.sh:main:718 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-08-19 19:20:05.618 | + ./stack.sh:main:720 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-08-19 19:20:05.634 | + ./stack.sh:main:731 : is_service_enabled ldap 2022-08-19 19:20:05.651 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:20:05.653 | + ./stack.sh:main:740 : is_service_enabled s-proxy 2022-08-19 19:20:05.670 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:20:05.672 | + ./stack.sh:main:744 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-08-19 19:20:05.688 | + ./stack.sh:main:746 : [[ -z '' ]] 2022-08-19 19:20:05.691 | + ./stack.sh:main:746 : [[ False == \T\r\u\e ]] 2022-08-19 19:20:05.693 | + ./stack.sh:main:752 : save_stackenv 752 2022-08-19 19:20:05.696 | + functions-common:save_stackenv:60 : local tag=752 2022-08-19 19:20:05.699 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-08-19 19:20:05.703 | + functions-common:save_stackenv:62 : time_stamp=2022-08-19-192005 2022-08-19 19:20:05.705 | + functions-common:save_stackenv:63 : echo '# 2022-08-19-192005 752' 2022-08-19 19:20:05.708 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:20:05.711 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-08-19 19:20:05.713 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:20:05.715 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-08-19 19:20:05.718 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:20:05.720 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-08-19 19:20:05.723 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:20:05.726 | + 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-08-19 19:20:05.728 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:20:05.730 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.23 2022-08-19 19:20:05.733 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:20:05.735 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.23/identity 2022-08-19 19:20:05.738 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:20:05.740 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-08-19-192004 2022-08-19 19:20:05.742 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:20:05.745 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-08-19 19:20:05.747 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:20:05.749 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.23 2022-08-19 19:20:05.752 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:20:05.754 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-08-19 19:20:05.756 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:20:05.759 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-08-19 19:20:05.761 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:20:05.763 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-08-19 19:20:05.766 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:20:05.769 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-08-19 19:20:05.771 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:20:05.774 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.222.0.23 2022-08-19 19:20:05.776 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:20:05.778 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2022-08-19 19:20:05.781 | + ./stack.sh:main:765 : GIT_DEPTH=0 2022-08-19 19:20:05.783 | + ./stack.sh:main:765 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2022-08-19 19:20:05.786 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/requirements.git 2022-08-19 19:20:05.788 | + functions-common:git_clone:597 : local git_dest=/opt/stack/requirements 2022-08-19 19:20:05.790 | + functions-common:git_clone:598 : local git_ref=master 2022-08-19 19:20:05.793 | + functions-common:git_clone:599 : local orig_dir 2022-08-19 19:20:05.795 | ++ functions-common:git_clone:600 : pwd 2022-08-19 19:20:05.798 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-19 19:20:05.800 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-19 19:20:05.803 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-19 19:20:05.818 | + functions-common:git_clone:603 : RECLONE=False 2022-08-19 19:20:05.820 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-19 19:20:05.822 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-19 19:20:05.825 | + functions-common:git_clone:617 : echo master 2022-08-19 19:20:05.825 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-19 19:20:05.830 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/requirements ]] 2022-08-19 19:20:05.833 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-19 19:20:05.835 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/requirements 2022-08-19 19:20:05.848 | + functions-common:git_clone:677 : cd /opt/stack/requirements 2022-08-19 19:20:05.850 | + functions-common:git_clone:678 : git show --oneline 2022-08-19 19:20:05.851 | + functions-common:git_clone:678 : head -1 2022-08-19 19:20:05.854 | 332d9d97 Update gssapi constraint 2022-08-19 19:20:05.856 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-19 19:20:05.859 | + ./stack.sh:main:769 : echo_summary 'Installing package prerequisites' 2022-08-19 19:20:05.862 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-19 19:20:05.864 | + ./stack.sh:echo_summary:441 : echo -e Installing package prerequisites 2022-08-19 19:20:05.867 | + ./stack.sh:main:770 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-08-19 19:20:05.869 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-08-19 19:20:05.872 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-08-19 19:20:05.874 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-08-19 19:20:05.877 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-08-19 19:20:05.880 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-08-19 19:20:05.882 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-08-19 19:20:05.885 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-08-19 19:20:05.890 | ++ tools/install_prereqs.sh:source:47 : NOW=1660936805 2022-08-19 19:20:05.893 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-08-19 19:20:05.898 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=1660935964 2022-08-19 19:20:05.900 | ++ tools/install_prereqs.sh:source:49 : DELTA=841 2022-08-19 19:20:05.903 | ++ tools/install_prereqs.sh:source:50 : [[ 841 -lt 7200 ]] 2022-08-19 19:20:05.905 | ++ tools/install_prereqs.sh:source:50 : [[ -z 0 ]] 2022-08-19 19:20:05.908 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-08-19 19:20:05.910 | ++ functions-common:export_proxy_variables:2257 : isset http_proxy 2022-08-19 19:20:05.913 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2022-08-19 19:20:05.915 | ++ functions-common:export_proxy_variables:2260 : isset https_proxy 2022-08-19 19:20:05.918 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2022-08-19 19:20:05.920 | ++ functions-common:export_proxy_variables:2263 : isset no_proxy 2022-08-19 19:20:05.922 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2022-08-19 19:20:05.926 | +++ 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-08-19 19:20:05.972 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-08-19 19:20:05.973 | apache2-dev 2022-08-19 19:20:05.973 | bc 2022-08-19 19:20:05.973 | bsdmainutils 2022-08-19 19:20:05.973 | curl 2022-08-19 19:20:05.973 | g++ 2022-08-19 19:20:05.973 | gawk 2022-08-19 19:20:05.973 | gcc 2022-08-19 19:20:05.973 | gettext 2022-08-19 19:20:05.973 | git 2022-08-19 19:20:05.973 | graphviz 2022-08-19 19:20:05.973 | iputils-ping 2022-08-19 19:20:05.973 | libapache2-mod-proxy-uwsgi 2022-08-19 19:20:05.973 | libffi-dev 2022-08-19 19:20:05.973 | libjpeg-dev 2022-08-19 19:20:05.973 | libpcre3-dev 2022-08-19 19:20:05.973 | libpq-dev 2022-08-19 19:20:05.973 | libssl-dev 2022-08-19 19:20:05.973 | libsystemd-dev 2022-08-19 19:20:05.973 | libxml2-dev 2022-08-19 19:20:05.973 | libxslt1-dev 2022-08-19 19:20:05.973 | libyaml-dev 2022-08-19 19:20:05.973 | lsof 2022-08-19 19:20:05.973 | openssh-server 2022-08-19 19:20:05.973 | openssl 2022-08-19 19:20:05.973 | pkg-config 2022-08-19 19:20:05.973 | psmisc 2022-08-19 19:20:05.973 | python3-dev 2022-08-19 19:20:05.973 | python3-pip 2022-08-19 19:20:05.973 | python3-systemd 2022-08-19 19:20:05.973 | python3-venv 2022-08-19 19:20:05.973 | tar 2022-08-19 19:20:05.973 | tcpdump 2022-08-19 19:20:05.973 | unzip 2022-08-19 19:20:05.973 | uuid-runtime 2022-08-19 19:20:05.973 | wget 2022-08-19 19:20:05.973 | wget 2022-08-19 19:20:05.974 | zlib1g-dev 2022-08-19 19:20:05.974 | libkrb5-dev 2022-08-19 19:20:05.974 | libldap2-dev 2022-08-19 19:20:05.974 | libsasl2-dev 2022-08-19 19:20:05.974 | memcached 2022-08-19 19:20:05.974 | python3-mysqldb 2022-08-19 19:20:05.974 | sqlite3 2022-08-19 19:20:05.974 | conntrack 2022-08-19 19:20:05.974 | curl 2022-08-19 19:20:05.974 | dnsmasq-base 2022-08-19 19:20:05.974 | dnsmasq-utils 2022-08-19 19:20:05.974 | ebtables 2022-08-19 19:20:05.974 | genisoimage 2022-08-19 19:20:05.974 | iptables 2022-08-19 19:20:05.974 | iputils-arping 2022-08-19 19:20:05.974 | kpartx 2022-08-19 19:20:05.974 | libjs-jquery-tablesorter 2022-08-19 19:20:05.974 | parted 2022-08-19 19:20:05.974 | pm-utils 2022-08-19 19:20:05.974 | python3-mysqldb 2022-08-19 19:20:05.974 | socat 2022-08-19 19:20:05.974 | sqlite3 2022-08-19 19:20:05.974 | sudo 2022-08-19 19:20:05.974 | vlan 2022-08-19 19:20:05.974 | lsscsi 2022-08-19 19:20:05.974 | open-iscsi 2022-08-19 19:20:05.974 | lvm2 2022-08-19 19:20:05.974 | qemu-utils 2022-08-19 19:20:05.974 | thin-provisioning-tools 2022-08-19 19:20:05.974 | acl 2022-08-19 19:20:05.974 | dnsmasq-base 2022-08-19 19:20:05.974 | dnsmasq-utils 2022-08-19 19:20:05.974 | ebtables 2022-08-19 19:20:05.974 | haproxy 2022-08-19 19:20:05.974 | iptables 2022-08-19 19:20:05.974 | iputils-arping 2022-08-19 19:20:05.974 | iputils-ping 2022-08-19 19:20:05.974 | postgresql-server-dev-all 2022-08-19 19:20:05.975 | python3-mysqldb 2022-08-19 19:20:05.975 | sqlite3 2022-08-19 19:20:05.975 | sudo 2022-08-19 19:20:05.975 | vlan 2022-08-19 19:20:05.975 | pcp 2022-08-19 19:20:05.975 | ipset 2022-08-19 19:20:05.975 | conntrack 2022-08-19 19:20:05.975 | conntrackd 2022-08-19 19:20:05.975 | keepalived 2022-08-19 19:20:05.975 | lvm2 2022-08-19 19:20:05.975 | qemu-utils 2022-08-19 19:20:05.975 | thin-provisioning-tools 2022-08-19 19:20:05.975 | curl 2022-08-19 19:20:05.975 | liberasurecode-dev 2022-08-19 19:20:05.975 | make 2022-08-19 19:20:05.975 | memcached 2022-08-19 19:20:05.975 | rsync 2022-08-19 19:20:05.975 | sqlite3 2022-08-19 19:20:05.975 | xfsprogs' 2022-08-19 19:20:05.977 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-08-19 19:20:05.995 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-08-19 19:20:05.995 | apache2-dev 2022-08-19 19:20:05.995 | bc 2022-08-19 19:20:05.995 | bsdmainutils 2022-08-19 19:20:05.995 | curl 2022-08-19 19:20:05.995 | g++ 2022-08-19 19:20:05.995 | gawk 2022-08-19 19:20:05.995 | gcc 2022-08-19 19:20:05.995 | gettext 2022-08-19 19:20:05.995 | git 2022-08-19 19:20:05.995 | graphviz 2022-08-19 19:20:05.995 | iputils-ping 2022-08-19 19:20:05.995 | libapache2-mod-proxy-uwsgi 2022-08-19 19:20:05.995 | libffi-dev 2022-08-19 19:20:05.995 | libjpeg-dev 2022-08-19 19:20:05.995 | libpcre3-dev 2022-08-19 19:20:05.996 | libpq-dev 2022-08-19 19:20:05.996 | libssl-dev 2022-08-19 19:20:05.996 | libsystemd-dev 2022-08-19 19:20:05.996 | libxml2-dev 2022-08-19 19:20:05.996 | libxslt1-dev 2022-08-19 19:20:05.996 | libyaml-dev 2022-08-19 19:20:05.996 | lsof 2022-08-19 19:20:05.996 | openssh-server 2022-08-19 19:20:05.996 | openssl 2022-08-19 19:20:05.996 | pkg-config 2022-08-19 19:20:05.996 | psmisc 2022-08-19 19:20:05.996 | python3-dev 2022-08-19 19:20:05.996 | python3-pip 2022-08-19 19:20:05.996 | python3-systemd 2022-08-19 19:20:05.996 | python3-venv 2022-08-19 19:20:05.996 | tar 2022-08-19 19:20:05.996 | tcpdump 2022-08-19 19:20:05.996 | unzip 2022-08-19 19:20:05.996 | uuid-runtime 2022-08-19 19:20:05.996 | wget 2022-08-19 19:20:05.996 | wget 2022-08-19 19:20:05.996 | zlib1g-dev 2022-08-19 19:20:05.996 | libkrb5-dev 2022-08-19 19:20:05.996 | libldap2-dev 2022-08-19 19:20:05.996 | libsasl2-dev 2022-08-19 19:20:05.996 | memcached 2022-08-19 19:20:05.996 | python3-mysqldb 2022-08-19 19:20:05.996 | sqlite3 2022-08-19 19:20:05.996 | conntrack 2022-08-19 19:20:05.996 | curl 2022-08-19 19:20:05.996 | dnsmasq-base 2022-08-19 19:20:05.996 | dnsmasq-utils 2022-08-19 19:20:05.996 | ebtables 2022-08-19 19:20:05.996 | genisoimage 2022-08-19 19:20:05.996 | iptables 2022-08-19 19:20:05.996 | iputils-arping 2022-08-19 19:20:05.996 | kpartx 2022-08-19 19:20:05.997 | libjs-jquery-tablesorter 2022-08-19 19:20:05.997 | parted 2022-08-19 19:20:05.997 | pm-utils 2022-08-19 19:20:05.997 | python3-mysqldb 2022-08-19 19:20:05.997 | socat 2022-08-19 19:20:05.997 | sqlite3 2022-08-19 19:20:05.997 | sudo 2022-08-19 19:20:05.997 | vlan 2022-08-19 19:20:05.997 | lsscsi 2022-08-19 19:20:05.997 | open-iscsi 2022-08-19 19:20:05.997 | lvm2 2022-08-19 19:20:05.997 | qemu-utils 2022-08-19 19:20:05.997 | thin-provisioning-tools 2022-08-19 19:20:05.997 | acl 2022-08-19 19:20:05.997 | dnsmasq-base 2022-08-19 19:20:05.997 | dnsmasq-utils 2022-08-19 19:20:05.997 | ebtables 2022-08-19 19:20:05.997 | haproxy 2022-08-19 19:20:05.997 | iptables 2022-08-19 19:20:05.997 | iputils-arping 2022-08-19 19:20:05.997 | iputils-ping 2022-08-19 19:20:05.997 | postgresql-server-dev-all 2022-08-19 19:20:05.997 | python3-mysqldb 2022-08-19 19:20:05.997 | sqlite3 2022-08-19 19:20:05.997 | sudo 2022-08-19 19:20:05.997 | vlan 2022-08-19 19:20:05.997 | pcp 2022-08-19 19:20:05.997 | ipset 2022-08-19 19:20:05.997 | conntrack 2022-08-19 19:20:05.997 | conntrackd 2022-08-19 19:20:05.997 | keepalived 2022-08-19 19:20:05.997 | lvm2 2022-08-19 19:20:05.997 | qemu-utils 2022-08-19 19:20:05.997 | thin-provisioning-tools 2022-08-19 19:20:05.997 | curl 2022-08-19 19:20:05.997 | liberasurecode-dev 2022-08-19 19:20:05.997 | make 2022-08-19 19:20:05.997 | memcached 2022-08-19 19:20:05.997 | rsync 2022-08-19 19:20:05.998 | sqlite3 2022-08-19 19:20:05.998 | xfsprogs ' 2022-08-19 19:20:05.998 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-08-19 19:20:06.000 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:20:06.003 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:20:06.006 | ++ 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-08-19 19:20:06.006 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-08-19 19:20:06.011 | ++ 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-08-19 19:20:06.013 | ++ functions-common:install_package:1463 : update_package_repo 2022-08-19 19:20:06.015 | ++ functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-19 19:20:06.018 | ++ functions-common:update_package_repo:1436 : REPOS_UPDATED=False 2022-08-19 19:20:06.020 | ++ functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-19 19:20:06.022 | ++ functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-19 19:20:06.024 | ++ functions-common:update_package_repo:1443 : is_ubuntu 2022-08-19 19:20:06.027 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:20:06.029 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:20:06.031 | ++ functions-common:update_package_repo:1444 : apt_get_update 2022-08-19 19:20:06.033 | ++ functions-common:apt_get_update:1189 : [[ False == \T\r\u\e ]] 2022-08-19 19:20:06.035 | ++ functions-common:apt_get_update:1194 : [[ False = \T\r\u\e ]] 2022-08-19 19:20:06.037 | ++ functions-common:apt_get_update:1196 : local sudo=sudo 2022-08-19 19:20:06.040 | +++ functions-common:apt_get_update:1197 : id -u 2022-08-19 19:20:06.044 | ++ functions-common:apt_get_update:1197 : [[ 1000 = \0 ]] 2022-08-19 19:20:06.046 | ++ functions-common:apt_get_update:1200 : time_start apt-get-update 2022-08-19 19:20:06.048 | ++ functions-common:time_start:2425 : local name=apt-get-update 2022-08-19 19:20:06.050 | ++ functions-common:time_start:2426 : local start_time= 2022-08-19 19:20:06.052 | ++ functions-common:time_start:2427 : [[ -n '' ]] 2022-08-19 19:20:06.055 | +++ functions-common:time_start:2430 : date +%s%3N 2022-08-19 19:20:06.059 | ++ functions-common:time_start:2430 : _TIME_START[$name]=1660936806056 2022-08-19 19:20:06.061 | ++ functions-common:apt_get_update:1202 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-08-19 19:20:06.063 | ++ functions-common:apt_get_update:1203 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-08-19 19:20:06.065 | ++ functions-common:apt_get_update:1204 : timeout 300 sh -c 'while ! sudo http_proxy= https_proxy= no_proxy= apt-get update; do sleep 30; done' 2022-08-19 19:20:06.270 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-08-19 19:20:06.301 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2022-08-19 19:20:06.341 | Hit:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease 2022-08-19 19:20:06.575 | Hit:4 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-08-19 19:20:08.647 | Reading package lists... 2022-08-19 19:20:08.679 | ++ functions-common:apt_get_update:1208 : REPOS_UPDATED=True 2022-08-19 19:20:08.681 | ++ functions-common:apt_get_update:1210 : time_stop apt-get-update 2022-08-19 19:20:08.684 | ++ functions-common:time_stop:2439 : local name 2022-08-19 19:20:08.686 | ++ functions-common:time_stop:2440 : local end_time 2022-08-19 19:20:08.688 | ++ functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:20:08.690 | ++ functions-common:time_stop:2442 : local total 2022-08-19 19:20:08.692 | ++ functions-common:time_stop:2443 : local start_time 2022-08-19 19:20:08.694 | ++ functions-common:time_stop:2445 : name=apt-get-update 2022-08-19 19:20:08.697 | ++ functions-common:time_stop:2446 : start_time=1660936806056 2022-08-19 19:20:08.699 | ++ functions-common:time_stop:2448 : [[ -z 1660936806056 ]] 2022-08-19 19:20:08.701 | +++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:20:08.706 | ++ functions-common:time_stop:2451 : end_time=1660936808703 2022-08-19 19:20:08.708 | ++ functions-common:time_stop:2452 : elapsed_time=2647 2022-08-19 19:20:08.710 | ++ functions-common:time_stop:2453 : total=0 2022-08-19 19:20:08.712 | ++ functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:20:08.714 | ++ functions-common:time_stop:2456 : _TIME_TOTAL[$name]=2647 2022-08-19 19:20:08.717 | ++ functions-common:install_package:1464 : 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-08-19 19:20:08.719 | ++ functions-common:real_install_package:1449 : is_ubuntu 2022-08-19 19:20:08.721 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:20:08.724 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:20:08.726 | ++ functions-common:real_install_package:1450 : 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-08-19 19:20:08.747 | ++ functions-common:apt_get:1230 : 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-08-19 19:20:08.859 | Reading package lists... 2022-08-19 19:20:09.114 | Building dependency tree... 2022-08-19 19:20:09.116 | Reading state information... 2022-08-19 19:20:09.151 | acl is already the newest version (2.2.53-6). 2022-08-19 19:20:09.151 | bc is already the newest version (1.07.1-2build1). 2022-08-19 19:20:09.151 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-08-19 19:20:09.151 | conntrack is already the newest version (1:1.4.5-2). 2022-08-19 19:20:09.151 | ebtables is already the newest version (2.0.11-3build1). 2022-08-19 19:20:09.151 | g++ is already the newest version (4:9.3.0-1ubuntu2). 2022-08-19 19:20:09.151 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-08-19 19:20:09.151 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-08-19 19:20:09.151 | genisoimage is already the newest version (9:1.1.11-3.1ubuntu1). 2022-08-19 19:20:09.151 | gettext is already the newest version (0.19.8.1-10build1). 2022-08-19 19:20:09.151 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-08-19 19:20:09.151 | iputils-arping is already the newest version (3:20190709-3). 2022-08-19 19:20:09.151 | iputils-ping is already the newest version (3:20190709-3). 2022-08-19 19:20:09.151 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-08-19 19:20:09.151 | liberasurecode-dev is already the newest version (1.6.1-4). 2022-08-19 19:20:09.151 | libffi-dev is already the newest version (3.3-4). 2022-08-19 19:20:09.151 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2022-08-19 19:20:09.151 | libxslt1-dev is already the newest version (1.1.34-4). 2022-08-19 19:20:09.151 | libyaml-dev is already the newest version (0.2.2-1). 2022-08-19 19:20:09.151 | lsscsi is already the newest version (0.30-0.1). 2022-08-19 19:20:09.151 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-08-19 19:20:09.152 | make is already the newest version (4.2.1-1.2). 2022-08-19 19:20:09.152 | pkg-config is already the newest version (0.29.1-0ubuntu4). 2022-08-19 19:20:09.152 | psmisc is already the newest version (23.3-1). 2022-08-19 19:20:09.152 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-08-19 19:20:09.152 | python3-mysqldb is already the newest version (1.4.4-2build1). 2022-08-19 19:20:09.152 | python3-systemd is already the newest version (234-3build2). 2022-08-19 19:20:09.152 | socat is already the newest version (1.7.3.3-2). 2022-08-19 19:20:09.152 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-08-19 19:20:09.152 | unzip is already the newest version (6.0-25ubuntu1). 2022-08-19 19:20:09.152 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-08-19 19:20:09.152 | conntrackd is already the newest version (1:1.4.5-2). 2022-08-19 19:20:09.152 | graphviz is already the newest version (2.42.2-3build2). 2022-08-19 19:20:09.152 | libjs-jquery-tablesorter is already the newest version (1:2.31.1+dfsg1-1). 2022-08-19 19:20:09.152 | pcp is already the newest version (5.0.3-1). 2022-08-19 19:20:09.152 | pm-utils is already the newest version (1.4.1-19). 2022-08-19 19:20:09.152 | python3-venv is already the newest version (3.8.2-0ubuntu2). 2022-08-19 19:20:09.152 | apache2 is already the newest version (2.4.41-4ubuntu3.12). 2022-08-19 19:20:09.152 | apache2-dev is already the newest version (2.4.41-4ubuntu3.12). 2022-08-19 19:20:09.152 | curl is already the newest version (7.68.0-1ubuntu2.12). 2022-08-19 19:20:09.152 | dnsmasq-base is already the newest version (2.80-1.1ubuntu1.5). 2022-08-19 19:20:09.152 | dnsmasq-utils is already the newest version (2.80-1.1ubuntu1.5). 2022-08-19 19:20:09.152 | git is already the newest version (1:2.25.1-1ubuntu3.5). 2022-08-19 19:20:09.152 | haproxy is already the newest version (2.0.13-2ubuntu0.5). 2022-08-19 19:20:09.152 | ipset is already the newest version (7.5-1ubuntu0.20.04.1). 2022-08-19 19:20:09.152 | keepalived is already the newest version (1:2.0.19-2ubuntu0.2). 2022-08-19 19:20:09.152 | libkrb5-dev is already the newest version (1.17-6ubuntu4.1). 2022-08-19 19:20:09.152 | libldap2-dev is already the newest version (2.4.49+dfsg-2ubuntu1.9). 2022-08-19 19:20:09.152 | libpcre3-dev is already the newest version (2:8.39-12ubuntu0.1). 2022-08-19 19:20:09.152 | libpq-dev is already the newest version (12.12-0ubuntu0.20.04.1). 2022-08-19 19:20:09.152 | libsasl2-dev is already the newest version (2.1.27+dfsg-2ubuntu0.1). 2022-08-19 19:20:09.152 | libssl-dev is already the newest version (1.1.1f-1ubuntu2.16). 2022-08-19 19:20:09.152 | libsystemd-dev is already the newest version (245.4-4ubuntu3.17). 2022-08-19 19:20:09.152 | libxml2-dev is already the newest version (2.9.10+dfsg-5ubuntu0.20.04.4). 2022-08-19 19:20:09.153 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-08-19 19:20:09.153 | memcached is already the newest version (1.5.22-2ubuntu0.2). 2022-08-19 19:20:09.153 | open-iscsi is already the newest version (2.0.874-7.1ubuntu6.2). 2022-08-19 19:20:09.153 | openssh-server is already the newest version (1:8.2p1-4ubuntu0.5). 2022-08-19 19:20:09.153 | openssl is already the newest version (1.1.1f-1ubuntu2.16). 2022-08-19 19:20:09.153 | openssl set to manually installed. 2022-08-19 19:20:09.153 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-08-19 19:20:09.153 | qemu-utils is already the newest version (1:4.2-3ubuntu6.23). 2022-08-19 19:20:09.153 | rsync is already the newest version (3.1.3-8ubuntu0.4). 2022-08-19 19:20:09.153 | rsync set to manually installed. 2022-08-19 19:20:09.153 | sqlite3 is already the newest version (3.31.1-4ubuntu0.3). 2022-08-19 19:20:09.153 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-08-19 19:20:09.153 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.2). 2022-08-19 19:20:09.153 | tar set to manually installed. 2022-08-19 19:20:09.153 | tcpdump is already the newest version (4.9.3-4ubuntu0.1). 2022-08-19 19:20:09.153 | tcpdump set to manually installed. 2022-08-19 19:20:09.153 | uuid-runtime is already the newest version (2.34-0.1ubuntu9.3). 2022-08-19 19:20:09.379 | uuid-runtime set to manually installed. 2022-08-19 19:20:09.379 | wget is already the newest version (1.20.3-1ubuntu2). 2022-08-19 19:20:09.379 | wget set to manually installed. 2022-08-19 19:20:09.379 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.3). 2022-08-19 19:20:09.379 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.12). 2022-08-19 19:20:09.379 | postgresql-server-dev-all is already the newest version (214ubuntu0.1). 2022-08-19 19:20:09.379 | python3-pip is already the newest version (20.0.2-5ubuntu1.6). 2022-08-19 19:20:09.379 | vlan is already the newest version (2.0.4ubuntu1.20.04.1). 2022-08-19 19:20:09.379 | The following packages were automatically installed and are no longer required: 2022-08-19 19:20:09.380 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-19 19:20:09.380 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-19 19:20:09.380 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-19 19:20:09.380 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-19 19:20:09.381 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-19 19:20:09.381 | python3-zope.interface 2022-08-19 19:20:09.381 | Use 'sudo apt autoremove' to remove them. 2022-08-19 19:20:09.522 | 0 upgraded, 0 newly installed, 0 to remove and 159 not upgraded. 2022-08-19 19:20:09.526 | ++ functions-common:apt_get:1234 : result=0 2022-08-19 19:20:09.529 | ++ functions-common:apt_get:1237 : time_stop apt-get 2022-08-19 19:20:09.531 | ++ functions-common:time_stop:2439 : local name 2022-08-19 19:20:09.533 | ++ functions-common:time_stop:2440 : local end_time 2022-08-19 19:20:09.536 | ++ functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:20:09.538 | ++ functions-common:time_stop:2442 : local total 2022-08-19 19:20:09.540 | ++ functions-common:time_stop:2443 : local start_time 2022-08-19 19:20:09.542 | ++ functions-common:time_stop:2445 : name=apt-get 2022-08-19 19:20:09.544 | ++ functions-common:time_stop:2446 : start_time=1660936808744 2022-08-19 19:20:09.547 | ++ functions-common:time_stop:2448 : [[ -z 1660936808744 ]] 2022-08-19 19:20:09.549 | +++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:20:09.553 | ++ functions-common:time_stop:2451 : end_time=1660936809551 2022-08-19 19:20:09.556 | ++ functions-common:time_stop:2452 : elapsed_time=807 2022-08-19 19:20:09.558 | ++ functions-common:time_stop:2453 : total=774 2022-08-19 19:20:09.560 | ++ functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:20:09.562 | ++ functions-common:time_stop:2456 : _TIME_TOTAL[$name]=1581 2022-08-19 19:20:09.565 | ++ functions-common:apt_get:1238 : return 0 2022-08-19 19:20:09.567 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2022-08-19 19:20:09.570 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2022-08-19 19:20:09.572 | ++ tools/install_prereqs.sh:source:88 : date +%s 2022-08-19 19:20:09.582 | ++ tools/install_prereqs.sh:source:89 : date 2022-08-19 19:20:09.587 | + ./stack.sh:main:785 : [[ False != \T\r\u\e ]] 2022-08-19 19:20:09.589 | + ./stack.sh:main:786 : PYPI_ALTERNATIVE_URL= 2022-08-19 19:20:09.592 | + ./stack.sh:main:786 : /home/ubuntu/devstack/tools/install_pip.sh 2022-08-19 19:20:10.990 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2022-08-19 19:20:10.992 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2022-08-19 19:20:10.994 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2022-08-19 19:20:10.996 | + tools/install_pip.sh:main:43 : GetDistro 2022-08-19 19:20:10.998 | + functions-common:GetDistro:446 : GetOSVersion 2022-08-19 19:20:11.000 | + functions-common:GetOSVersion:416 : source /etc/os-release 2022-08-19 19:20:11.002 | ++ /etc/os-release:source:1 : NAME=Ubuntu 2022-08-19 19:20:11.003 | ++ /etc/os-release:source:2 : VERSION='20.04.2 LTS (Focal Fossa)' 2022-08-19 19:20:11.005 | ++ /etc/os-release:source:3 : ID=ubuntu 2022-08-19 19:20:11.007 | ++ /etc/os-release:source:4 : ID_LIKE=debian 2022-08-19 19:20:11.008 | ++ /etc/os-release:source:5 : PRETTY_NAME='Ubuntu 20.04.2 LTS' 2022-08-19 19:20:11.010 | ++ /etc/os-release:source:6 : VERSION_ID=20.04 2022-08-19 19:20:11.012 | ++ /etc/os-release:source:7 : HOME_URL=https://www.ubuntu.com/ 2022-08-19 19:20:11.014 | ++ /etc/os-release:source:8 : SUPPORT_URL=https://help.ubuntu.com/ 2022-08-19 19:20:11.015 | ++ /etc/os-release:source:9 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2022-08-19 19:20:11.017 | ++ /etc/os-release:source:10 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2022-08-19 19:20:11.019 | ++ /etc/os-release:source:11 : VERSION_CODENAME=focal 2022-08-19 19:20:11.021 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=focal 2022-08-19 19:20:11.023 | + functions-common:GetOSVersion:417 : [[ ubuntu20.04.2 LTS (Focal Fossa) == \c\e\n\t\o\s\9 ]] 2022-08-19 19:20:11.025 | + functions-common:GetOSVersion:422 : _ensure_lsb_release 2022-08-19 19:20:11.027 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2022-08-19 19:20:11.029 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2022-08-19 19:20:11.031 | + functions-common:_ensure_lsb_release:394 : return 2022-08-19 19:20:11.033 | ++ functions-common:GetOSVersion:424 : lsb_release -r -s 2022-08-19 19:20:11.102 | + functions-common:GetOSVersion:424 : os_RELEASE=20.04 2022-08-19 19:20:11.104 | ++ functions-common:GetOSVersion:425 : lsb_release -c -s 2022-08-19 19:20:11.172 | + functions-common:GetOSVersion:425 : os_CODENAME=focal 2022-08-19 19:20:11.175 | ++ functions-common:GetOSVersion:426 : lsb_release -i -s 2022-08-19 19:20:11.243 | + functions-common:GetOSVersion:426 : os_VENDOR=Ubuntu 2022-08-19 19:20:11.245 | + functions-common:GetOSVersion:429 : [[ Ubuntu =~ (Debian|Ubuntu) ]] 2022-08-19 19:20:11.247 | + functions-common:GetOSVersion:430 : os_PACKAGE=deb 2022-08-19 19:20:11.249 | + functions-common:GetOSVersion:435 : typeset -xr os_VENDOR 2022-08-19 19:20:11.251 | + functions-common:GetOSVersion:436 : typeset -xr os_RELEASE 2022-08-19 19:20:11.253 | + functions-common:GetOSVersion:437 : typeset -xr os_PACKAGE 2022-08-19 19:20:11.255 | + functions-common:GetOSVersion:438 : typeset -xr os_CODENAME 2022-08-19 19:20:11.257 | + functions-common:GetDistro:447 : [[ Ubuntu =~ (Ubuntu) ]] 2022-08-19 19:20:11.259 | + functions-common:GetDistro:450 : DISTRO=focal 2022-08-19 19:20:11.261 | + functions-common:GetDistro:495 : typeset -xr DISTRO 2022-08-19 19:20:11.263 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2022-08-19 19:20:11.263 | Distro: focal 2022-08-19 19:20:11.265 | + tools/install_pip.sh:main:124 : get_versions 2022-08-19 19:20:11.268 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-08-19 19:20:11.272 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/bin/pip 2022-08-19 19:20:11.274 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/bin/pip ]] 2022-08-19 19:20:11.277 | ++ tools/install_pip.sh:get_versions:51 : /usr/bin/pip --version 2022-08-19 19:20:11.277 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-08-19 19:20:12.744 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.0.2 2022-08-19 19:20:12.746 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.0.2' 2022-08-19 19:20:12.746 | pip: 20.0.2 2022-08-19 19:20:12.748 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2022-08-19 19:20:12.749 | + tools/install_pip.sh:main:130 : is_fedora 2022-08-19 19:20:12.751 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-19 19:20:12.753 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-19 19:20:12.755 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-19 19:20:12.757 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-19 19:20:12.759 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-19 19:20:12.760 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-19 19:20:12.762 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-19 19:20:12.764 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-19 19:20:12.766 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-19 19:20:12.768 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-19 19:20:12.770 | + tools/install_pip.sh:main:141 : is_ubuntu 2022-08-19 19:20:12.772 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:20:12.773 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:20:12.775 | + tools/install_pip.sh:main:144 : sed -i -e /setuptools/d /opt/stack/requirements/upper-constraints.txt 2022-08-19 19:20:12.779 | + tools/install_pip.sh:main:153 : set -x 2022-08-19 19:20:12.781 | + tools/install_pip.sh:main:156 : get_versions 2022-08-19 19:20:12.784 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-08-19 19:20:12.787 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/bin/pip 2022-08-19 19:20:12.789 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/bin/pip ]] 2022-08-19 19:20:12.792 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-08-19 19:20:12.792 | ++ tools/install_pip.sh:get_versions:51 : /usr/bin/pip --version 2022-08-19 19:20:14.259 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=20.0.2 2022-08-19 19:20:14.261 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 20.0.2' 2022-08-19 19:20:14.261 | pip: 20.0.2 2022-08-19 19:20:14.264 | + ./stack.sh:main:790 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2022-08-19 19:20:14.266 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2022-08-19 19:20:14.270 | + ./stack.sh:main:791 : fixup_all 2022-08-19 19:20:14.273 | + tools/fixup_stuff.sh:fixup_all:157 : fixup_ubuntu 2022-08-19 19:20:14.275 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2022-08-19 19:20:14.277 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:20:14.279 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:20:14.281 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf '/usr/lib/python3/dist-packages/PyYAML-*.egg-info' 2022-08-19 19:20:14.294 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2022-08-19 19:20:14.306 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2022-08-19 19:20:14.317 | + tools/fixup_stuff.sh:fixup_all:158 : fixup_fedora 2022-08-19 19:20:14.320 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2022-08-19 19:20:14.322 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-19 19:20:14.324 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-19 19:20:14.326 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-19 19:20:14.328 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-19 19:20:14.330 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-19 19:20:14.332 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-19 19:20:14.335 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-19 19:20:14.337 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-19 19:20:14.339 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-19 19:20:14.341 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-19 19:20:14.343 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2022-08-19 19:20:14.346 | + tools/fixup_stuff.sh:fixup_all:159 : fixup_suse 2022-08-19 19:20:14.348 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2022-08-19 19:20:14.350 | + functions-common:is_suse:536 : is_opensuse 2022-08-19 19:20:14.353 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-19 19:20:14.355 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-19 19:20:14.357 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-19 19:20:14.359 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-19 19:20:14.362 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-19 19:20:14.364 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2022-08-19 19:20:14.366 | + ./stack.sh:main:794 : pip_install -U os-testr 2022-08-19 19:20:14.387 | Using python 3.8 to install os-testr 2022-08-19 19:20:14.390 | + 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-08-19 19:20:16.472 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:20:16.472 | from cryptography.utils import int_from_bytes 2022-08-19 19:20:16.472 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:20:16.472 | from cryptography.utils import int_from_bytes 2022-08-19 19:20:17.539 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:20:17.604 | Requirement already up-to-date: os-testr===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 295)) (3.0.0) 2022-08-19 19:20:17.700 | Requirement already up-to-date: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-19 19:20:17.724 | Requirement already up-to-date: python-subunit===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 427)) (1.4.0) 2022-08-19 19:20:17.780 | Requirement already up-to-date: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (2.5.0) 2022-08-19 19:20:17.802 | Requirement already up-to-date: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2022-08-19 19:20:17.832 | Requirement already up-to-date: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-08-19 19:20:20.202 | + inc/python:pip_install:196 : result=0 2022-08-19 19:20:20.205 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:20:20.207 | + functions-common:time_stop:2439 : local name 2022-08-19 19:20:20.209 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:20:20.211 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:20:20.214 | + functions-common:time_stop:2442 : local total 2022-08-19 19:20:20.216 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:20:20.218 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:20:20.220 | + functions-common:time_stop:2446 : start_time=1660936814382 2022-08-19 19:20:20.222 | + functions-common:time_stop:2448 : [[ -z 1660936814382 ]] 2022-08-19 19:20:20.225 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:20:20.229 | + functions-common:time_stop:2451 : end_time=1660936820226 2022-08-19 19:20:20.231 | + functions-common:time_stop:2452 : elapsed_time=5844 2022-08-19 19:20:20.233 | + functions-common:time_stop:2453 : total=0 2022-08-19 19:20:20.235 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:20:20.238 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=5844 2022-08-19 19:20:20.240 | + inc/python:pip_install:199 : return 0 2022-08-19 19:20:20.242 | + ./stack.sh:main:798 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2022-08-19 19:20:20.299 | + ./stack.sh:main:799 : sudo systemctl restart systemd-journald 2022-08-19 19:20:20.515 | + ./stack.sh:main:805 : install_infra 2022-08-19 19:20:20.518 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-08-19 19:20:20.521 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2022-08-19 19:20:20.525 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-08-19 19:20:20.528 | + lib/infra:install_infra:34 : pip_install -U pbr 2022-08-19 19:20:20.552 | + 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-08-19 19:20:23.319 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:20:23.444 | Requirement already up-to-date: pbr===5.10.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-19 19:20:23.795 | + inc/python:pip_install:196 : result=0 2022-08-19 19:20:23.797 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:20:23.800 | + functions-common:time_stop:2439 : local name 2022-08-19 19:20:23.802 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:20:23.804 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:20:23.806 | + functions-common:time_stop:2442 : local total 2022-08-19 19:20:23.808 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:20:23.810 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:20:23.813 | + functions-common:time_stop:2446 : start_time=1660936820544 2022-08-19 19:20:23.815 | + functions-common:time_stop:2448 : [[ -z 1660936820544 ]] 2022-08-19 19:20:23.817 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:20:23.822 | + functions-common:time_stop:2451 : end_time=1660936823819 2022-08-19 19:20:23.824 | + functions-common:time_stop:2452 : elapsed_time=3275 2022-08-19 19:20:23.826 | + functions-common:time_stop:2453 : total=5844 2022-08-19 19:20:23.828 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:20:23.831 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=9119 2022-08-19 19:20:23.833 | + inc/python:pip_install:199 : return 0 2022-08-19 19:20:23.835 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-08-19 19:20:23.838 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2022-08-19 19:20:23.861 | + 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-08-19 19:20:26.511 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:20:26.513 | Processing /opt/stack/requirements 2022-08-19 19:20:28.281 | 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 22)) (6.0) 2022-08-19 19:20:28.284 | Requirement already satisfied: fixtures===4.0.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-08-19 19:20:28.296 | 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 328)) (21.3) 2022-08-19 19:20:28.302 | Requirement already satisfied: pbr===5.10.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-19 19:20:28.304 | 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 369)) (3.0.9) 2022-08-19 19:20:28.310 | Requirement already satisfied: requests===2.28.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-19 19:20:28.325 | 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 483)) (1.16.0) 2022-08-19 19:20:28.328 | Requirement already satisfied: urllib3===1.26.11 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-19 19:20:28.361 | Requirement already satisfied: Parsley>=1.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev5621) (1.3) 2022-08-19 19:20:28.363 | Requirement already satisfied: beagle>=0.2.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from openstack-requirements==1.2.1.dev5621) (0.3.0) 2022-08-19 19:20:28.380 | 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 200)) (3.3) 2022-08-19 19:20:28.383 | Requirement already satisfied: certifi>=2017.4.17 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2022.6.15) 2022-08-19 19:20:28.386 | Requirement already satisfied: charset-normalizer===2.1.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.0) 2022-08-19 19:20:28.390 | Requirement already satisfied: cliff===4.0.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (4.0.0) 2022-08-19 19:20:28.402 | Requirement already satisfied: importlib-metadata===4.12.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-08-19 19:20:28.440 | 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 93)) (0.5.1) 2022-08-19 19:20:28.443 | 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 342)) (3.3.0) 2022-08-19 19:20:28.473 | Requirement already satisfied: stevedore===4.0.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-19 19:20:28.478 | Requirement already satisfied: cmd2===2.4.2 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (2.4.2) 2022-08-19 19:20:28.526 | Requirement already satisfied: zipp===3.8.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-08-19 19:20:28.553 | 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 572)) (0.2.5) 2022-08-19 19:20:28.559 | 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 370)) (1.8.2) 2022-08-19 19:20:28.561 | Requirement already satisfied: attrs===22.1.0 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-08-19 19:20:28.620 | Building wheels for collected packages: openstack-requirements 2022-08-19 19:20:28.621 | Building wheel for openstack-requirements (setup.py): started 2022-08-19 19:20:29.508 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2022-08-19 19:20:29.509 | ERROR: Command errored out with exit status 1: 2022-08-19 19:20:29.509 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-z3jgtpff/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-z3jgtpff/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-lybld3kt 2022-08-19 19:20:29.509 | cwd: /tmp/pip-req-build-z3jgtpff/ 2022-08-19 19:20:29.509 | Complete output (6 lines): 2022-08-19 19:20:29.509 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2022-08-19 19:20:29.509 | or: setup.py --help [cmd1 cmd2 ...] 2022-08-19 19:20:29.509 | or: setup.py --help-commands 2022-08-19 19:20:29.509 | or: setup.py cmd --help 2022-08-19 19:20:29.509 | 2022-08-19 19:20:29.509 | error: invalid command 'bdist_wheel' 2022-08-19 19:20:29.509 | ---------------------------------------- 2022-08-19 19:20:29.509 | ERROR: Failed building wheel for openstack-requirements 2022-08-19 19:20:29.509 | Running setup.py clean for openstack-requirements 2022-08-19 19:20:30.381 | Failed to build openstack-requirements 2022-08-19 19:20:30.397 | Installing collected packages: openstack-requirements 2022-08-19 19:20:30.397 | Attempting uninstall: openstack-requirements 2022-08-19 19:20:30.399 | Found existing installation: openstack-requirements 1.2.1.dev5621 2022-08-19 19:20:30.435 | Uninstalling openstack-requirements-1.2.1.dev5621: 2022-08-19 19:20:30.452 | Successfully uninstalled openstack-requirements-1.2.1.dev5621 2022-08-19 19:20:30.455 | Running setup.py install for openstack-requirements: started 2022-08-19 19:20:32.889 | Running setup.py install for openstack-requirements: finished with status 'done' 2022-08-19 19:20:32.912 | Successfully installed openstack-requirements-1.2.1.dev5621 2022-08-19 19:20:33.036 | + inc/python:pip_install:196 : result=0 2022-08-19 19:20:33.038 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:20:33.040 | + functions-common:time_stop:2439 : local name 2022-08-19 19:20:33.042 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:20:33.044 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:20:33.046 | + functions-common:time_stop:2442 : local total 2022-08-19 19:20:33.049 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:20:33.052 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:20:33.054 | + functions-common:time_stop:2446 : start_time=1660936823854 2022-08-19 19:20:33.056 | + functions-common:time_stop:2448 : [[ -z 1660936823854 ]] 2022-08-19 19:20:33.059 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:20:33.063 | + functions-common:time_stop:2451 : end_time=1660936833060 2022-08-19 19:20:33.065 | + functions-common:time_stop:2452 : elapsed_time=9206 2022-08-19 19:20:33.067 | + functions-common:time_stop:2453 : total=9119 2022-08-19 19:20:33.069 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:20:33.072 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=18325 2022-08-19 19:20:33.074 | + inc/python:pip_install:199 : return 0 2022-08-19 19:20:33.076 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2022-08-19 19:20:33.079 | + lib/infra:install_infra:42 : use_library_from_git pbr 2022-08-19 19:20:33.081 | + inc/python:use_library_from_git:246 : local name=pbr 2022-08-19 19:20:33.084 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:33.086 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:33.089 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pbr, ]] 2022-08-19 19:20:33.091 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:33.093 | + lib/infra:install_infra:48 : pip_install -U pbr 2022-08-19 19:20:33.115 | Using python 3.8 to install pbr 2022-08-19 19:20:33.117 | + 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-08-19 19:20:35.211 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:20:35.211 | from cryptography.utils import int_from_bytes 2022-08-19 19:20:35.211 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:20:35.211 | from cryptography.utils import int_from_bytes 2022-08-19 19:20:36.277 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:20:36.412 | Requirement already up-to-date: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-19 19:20:38.962 | + inc/python:pip_install:196 : result=0 2022-08-19 19:20:38.964 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:20:38.966 | + functions-common:time_stop:2439 : local name 2022-08-19 19:20:38.968 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:20:38.971 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:20:38.973 | + functions-common:time_stop:2442 : local total 2022-08-19 19:20:38.975 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:20:38.977 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:20:38.979 | + functions-common:time_stop:2446 : start_time=1660936833109 2022-08-19 19:20:38.981 | + functions-common:time_stop:2448 : [[ -z 1660936833109 ]] 2022-08-19 19:20:38.984 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:20:38.988 | + functions-common:time_stop:2451 : end_time=1660936838986 2022-08-19 19:20:38.990 | + functions-common:time_stop:2452 : elapsed_time=5877 2022-08-19 19:20:38.992 | + functions-common:time_stop:2453 : total=18325 2022-08-19 19:20:38.994 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:20:38.997 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=24202 2022-08-19 19:20:38.999 | + inc/python:pip_install:199 : return 0 2022-08-19 19:20:39.002 | + ./stack.sh:main:808 : python3 -m venv /opt/stack/bindep-venv 2022-08-19 19:20:41.268 | + ./stack.sh:main:810 : /opt/stack/bindep-venv/bin/pip install bindep 2022-08-19 19:20:43.162 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:20:43.164 | Requirement already satisfied: bindep in /opt/stack/bindep-venv/lib/python3.8/site-packages (2.11.0) 2022-08-19 19:20:43.184 | Requirement already satisfied: Parsley in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.3) 2022-08-19 19:20:43.187 | Requirement already satisfied: pbr>=2.0.0 in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (5.10.0) 2022-08-19 19:20:43.190 | Requirement already satisfied: packaging; python_version >= "3.6" in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (21.3) 2022-08-19 19:20:43.196 | 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-08-19 19:20:43.200 | 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-08-19 19:20:43.273 | + ./stack.sh:main:811 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-08-19 19:20:43.275 | + ./stack.sh:main:811 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-08-19 19:20:43.278 | ++ ./stack.sh:main:814 : _get_plugin_bindep_packages 2022-08-19 19:20:43.295 | + ./stack.sh:main:814 : pkgs= 2022-08-19 19:20:43.298 | + ./stack.sh:main:815 : [[ -n '' ]] 2022-08-19 19:20:43.301 | + ./stack.sh:main:822 : run_phase stack pre-install 2022-08-19 19:20:43.303 | + functions-common:run_phase:1867 : local mode=stack 2022-08-19 19:20:43.306 | + functions-common:run_phase:1868 : local phase=pre-install 2022-08-19 19:20:43.308 | + functions-common:run_phase:1869 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-08-19 19:20:43.310 | + functions-common:run_phase:1870 : local extra_plugin_file_name 2022-08-19 19:20:43.313 | + functions-common:run_phase:1871 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-08-19 19:20:43.315 | + functions-common:run_phase:1876 : local exceptions=80-tempest.sh 2022-08-19 19:20:43.317 | + functions-common:run_phase:1877 : local extra 2022-08-19 19:20:43.320 | ++ functions-common:run_phase:1878 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-08-19 19:20:43.324 | + functions-common:run_phase:1878 : extra=80-tempest.sh 2022-08-19 19:20:43.326 | + functions-common:run_phase:1879 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-08-19 19:20:43.329 | + functions-common:run_phase:1883 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-08-19 19:20:43.331 | + functions-common:run_phase:1883 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2022-08-19 19:20:43.334 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-08-19 19:20:43.348 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:20:43.351 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-08-19 19:20:43.353 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-08-19 19:20:43.355 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2022-08-19 19:20:43.357 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-08-19 19:20:43.360 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-08-19 19:20:43.362 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-08-19 19:20:43.364 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2022-08-19 19:20:43.366 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2022-08-19 19:20:43.369 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2022-08-19 19:20:43.371 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2022-08-19 19:20:43.373 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2022-08-19 19:20:43.376 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-08-19 19:20:43.378 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-08-19 19:20:43.380 | + functions-common:run_phase:1888 : [[ stack == \s\o\u\r\c\e ]] 2022-08-19 19:20:43.382 | + functions-common:run_phase:1891 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-08-19 19:20:43.384 | + functions-common:run_phase:1894 : run_plugins stack pre-install 2022-08-19 19:20:43.386 | + functions-common:run_plugins:1853 : local mode=stack 2022-08-19 19:20:43.389 | + functions-common:run_plugins:1854 : local phase=pre-install 2022-08-19 19:20:43.391 | + functions-common:run_plugins:1856 : local plugins= 2022-08-19 19:20:43.393 | + functions-common:run_plugins:1857 : local plugin 2022-08-19 19:20:43.396 | + ./stack.sh:main:825 : set_systemd_override DefaultLimitNOFILE 2048 2022-08-19 19:20:43.398 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2022-08-19 19:20:43.401 | + functions:set_systemd_override:821 : local value=2048 2022-08-19 19:20:43.403 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2022-08-19 19:20:43.405 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2022-08-19 19:20:43.485 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2022-08-19 19:20:43.485 | Set systemd system override for DefaultLimitNOFILE=2048 2022-08-19 19:20:43.488 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2022-08-19 19:20:43.848 | + ./stack.sh:main:827 : install_rpc_backend 2022-08-19 19:20:43.850 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2022-08-19 19:20:43.867 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:20:43.870 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2022-08-19 19:20:43.872 | + functions-common:install_package:1463 : update_package_repo 2022-08-19 19:20:43.874 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-19 19:20:43.877 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-19 19:20:43.879 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-19 19:20:43.881 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-19 19:20:43.884 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-19 19:20:43.886 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:20:43.888 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:20:43.891 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-19 19:20:43.893 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-19 19:20:43.896 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-19 19:20:43.898 | + functions-common:apt_get_update:1190 : return 2022-08-19 19:20:43.900 | + functions-common:install_package:1464 : real_install_package rabbitmq-server 2022-08-19 19:20:43.903 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-19 19:20:43.906 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:20:43.908 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:20:43.910 | + functions-common:real_install_package:1450 : apt_get install rabbitmq-server 2022-08-19 19:20:43.931 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install rabbitmq-server 2022-08-19 19:20:44.042 | Reading package lists... 2022-08-19 19:20:44.297 | Building dependency tree... 2022-08-19 19:20:44.299 | Reading state information... 2022-08-19 19:20:44.564 | rabbitmq-server is already the newest version (3.8.2-0ubuntu1.3). 2022-08-19 19:20:44.564 | The following packages were automatically installed and are no longer required: 2022-08-19 19:20:44.566 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-19 19:20:44.566 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-19 19:20:44.566 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-19 19:20:44.566 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-19 19:20:44.566 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-19 19:20:44.566 | python3-zope.interface 2022-08-19 19:20:44.566 | Use 'sudo apt autoremove' to remove them. 2022-08-19 19:20:44.683 | 0 upgraded, 0 newly installed, 0 to remove and 159 not upgraded. 2022-08-19 19:20:44.688 | + functions-common:apt_get:1234 : result=0 2022-08-19 19:20:44.691 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-19 19:20:44.693 | + functions-common:time_stop:2439 : local name 2022-08-19 19:20:44.695 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:20:44.698 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:20:44.700 | + functions-common:time_stop:2442 : local total 2022-08-19 19:20:44.702 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:20:44.705 | + functions-common:time_stop:2445 : name=apt-get 2022-08-19 19:20:44.707 | + functions-common:time_stop:2446 : start_time=1660936843929 2022-08-19 19:20:44.709 | + functions-common:time_stop:2448 : [[ -z 1660936843929 ]] 2022-08-19 19:20:44.712 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:20:44.716 | + functions-common:time_stop:2451 : end_time=1660936844713 2022-08-19 19:20:44.719 | + functions-common:time_stop:2452 : elapsed_time=784 2022-08-19 19:20:44.721 | + functions-common:time_stop:2453 : total=1581 2022-08-19 19:20:44.723 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:20:44.725 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=2365 2022-08-19 19:20:44.727 | + functions-common:apt_get:1238 : return 0 2022-08-19 19:20:44.730 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2022-08-19 19:20:44.732 | + functions-common:is_suse:536 : is_opensuse 2022-08-19 19:20:44.734 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-19 19:20:44.737 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-19 19:20:44.739 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-19 19:20:44.741 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-19 19:20:44.743 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-19 19:20:44.746 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2022-08-19 19:20:44.748 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-19 19:20:44.750 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-19 19:20:44.753 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-19 19:20:44.755 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-19 19:20:44.757 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-19 19:20:44.760 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-19 19:20:44.762 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-19 19:20:44.764 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-19 19:20:44.767 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-19 19:20:44.769 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-19 19:20:44.771 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2022-08-19 19:20:44.774 | + functions-common:is_suse:536 : is_opensuse 2022-08-19 19:20:44.776 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-19 19:20:44.778 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-19 19:20:44.781 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-19 19:20:44.784 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-19 19:20:44.786 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-19 19:20:44.788 | + ./stack.sh:main:828 : restart_rpc_backend 2022-08-19 19:20:44.791 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2022-08-19 19:20:44.807 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:20:44.809 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2022-08-19 19:20:44.812 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-19 19:20:44.815 | + ./stack.sh:echo_summary:441 : echo -e Starting RabbitMQ 2022-08-19 19:20:44.817 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2022-08-19 19:20:44.820 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2022-08-19 19:20:44.824 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2022-08-19 19:20:44.826 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2022-08-19 19:20:44.829 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2022-08-19 19:20:44.831 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2022-08-19 19:20:44.833 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2022-08-19 19:20:44.836 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2022-08-19 19:20:44.839 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2022-08-19 19:20:45.543 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2022-08-19 19:20:45.543 | user tags 2022-08-19 19:20:45.543 | stackrabbit []' 2022-08-19 19:20:45.547 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2022-08-19 19:20:45.547 | user tags 2022-08-19 19:20:45.547 | stackrabbit []' 2022-08-19 19:20:45.547 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2022-08-19 19:20:45.553 | + lib/rpc_backend:rabbit_setuser:176 : found=stackrabbit 2022-08-19 19:20:45.556 | + lib/rpc_backend:rabbit_setuser:177 : '[' stackrabbit = stackrabbit ']' 2022-08-19 19:20:45.558 | + lib/rpc_backend:rabbit_setuser:178 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-08-19 19:20:46.214 | Changing password for user "stackrabbit" ... 2022-08-19 19:20:46.275 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2022-08-19 19:20:46.942 | Setting permissions for user "stackrabbit" in vhost "/" ... 2022-08-19 19:20:47.018 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2022-08-19 19:20:47.021 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-08-19 19:20:47.690 | Changing password for user "stackrabbit" ... 2022-08-19 19:20:47.743 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2022-08-19 19:20:47.745 | + lib/rpc_backend:restart_rpc_backend:116 : break 2022-08-19 19:20:47.747 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2022-08-19 19:20:48.404 | Deleting user "guest" ... 2022-08-19 19:20:48.419 | Error: 2022-08-19 19:20:48.420 | {:no_such_user, "guest"} 2022-08-19 19:20:48.433 | + lib/rpc_backend:restart_rpc_backend:119 : true 2022-08-19 19:20:48.437 | + ./stack.sh:main:830 : is_service_enabled mysql postgresql 2022-08-19 19:20:48.453 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:20:48.456 | + ./stack.sh:main:831 : install_database 2022-08-19 19:20:48.458 | + lib/database:install_database:118 : install_database_mysql 2022-08-19 19:20:48.460 | + lib/databases/mysql:install_database_mysql:170 : is_ubuntu 2022-08-19 19:20:48.463 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:20:48.465 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:20:48.468 | + lib/databases/mysql:install_database_mysql:173 : sudo debconf-set-selections 2022-08-19 19:20:48.793 | + lib/databases/mysql:install_database_mysql:183 : [[ ! -e /home/ubuntu/.my.cnf ]] 2022-08-19 19:20:48.797 | + lib/databases/mysql:install_database_mysql:196 : [[ True == \T\r\u\e ]] 2022-08-19 19:20:48.799 | + lib/databases/mysql:install_database_mysql:197 : is_oraclelinux 2022-08-19 19:20:48.801 | + functions-common:is_oraclelinux:507 : [[ -z Ubuntu ]] 2022-08-19 19:20:48.804 | + functions-common:is_oraclelinux:511 : '[' Ubuntu = OracleServer ']' 2022-08-19 19:20:48.806 | + lib/databases/mysql:install_database_mysql:199 : is_fedora 2022-08-19 19:20:48.809 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-19 19:20:48.811 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-19 19:20:48.814 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-19 19:20:48.816 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-19 19:20:48.818 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-19 19:20:48.821 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-19 19:20:48.823 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-19 19:20:48.825 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-19 19:20:48.828 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-19 19:20:48.830 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-19 19:20:48.833 | + lib/databases/mysql:install_database_mysql:202 : is_suse 2022-08-19 19:20:48.835 | + functions-common:is_suse:536 : is_opensuse 2022-08-19 19:20:48.837 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-19 19:20:48.840 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-19 19:20:48.843 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-19 19:20:48.845 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-19 19:20:48.847 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-19 19:20:48.850 | + lib/databases/mysql:install_database_mysql:205 : is_ubuntu 2022-08-19 19:20:48.852 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:20:48.854 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:20:48.857 | + lib/databases/mysql:install_database_mysql:206 : install_package mysql-server 2022-08-19 19:20:48.860 | + functions-common:install_package:1463 : update_package_repo 2022-08-19 19:20:48.862 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-19 19:20:48.864 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-19 19:20:48.867 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-19 19:20:48.869 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-19 19:20:48.871 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-19 19:20:48.874 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:20:48.882 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:20:48.884 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-19 19:20:48.886 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-19 19:20:48.889 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-19 19:20:48.891 | + functions-common:apt_get_update:1190 : return 2022-08-19 19:20:48.893 | + functions-common:install_package:1464 : real_install_package mysql-server 2022-08-19 19:20:48.896 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-19 19:20:48.898 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:20:48.900 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:20:48.902 | + functions-common:real_install_package:1450 : apt_get install mysql-server 2022-08-19 19:20:48.924 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install mysql-server 2022-08-19 19:20:49.035 | Reading package lists... 2022-08-19 19:20:49.292 | Building dependency tree... 2022-08-19 19:20:49.294 | Reading state information... 2022-08-19 19:20:49.560 | mysql-server is already the newest version (8.0.30-0ubuntu0.20.04.2). 2022-08-19 19:20:49.560 | The following packages were automatically installed and are no longer required: 2022-08-19 19:20:49.562 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-19 19:20:49.562 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-19 19:20:49.562 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-19 19:20:49.562 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-19 19:20:49.562 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-19 19:20:49.562 | python3-zope.interface 2022-08-19 19:20:49.562 | Use 'sudo apt autoremove' to remove them. 2022-08-19 19:20:49.676 | 0 upgraded, 0 newly installed, 0 to remove and 159 not upgraded. 2022-08-19 19:20:49.681 | + functions-common:apt_get:1234 : result=0 2022-08-19 19:20:49.683 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-19 19:20:49.685 | + functions-common:time_stop:2439 : local name 2022-08-19 19:20:49.688 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:20:49.690 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:20:49.692 | + functions-common:time_stop:2442 : local total 2022-08-19 19:20:49.695 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:20:49.698 | + functions-common:time_stop:2445 : name=apt-get 2022-08-19 19:20:49.700 | + functions-common:time_stop:2446 : start_time=1660936848922 2022-08-19 19:20:49.703 | + functions-common:time_stop:2448 : [[ -z 1660936848922 ]] 2022-08-19 19:20:49.706 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:20:49.710 | + functions-common:time_stop:2451 : end_time=1660936849707 2022-08-19 19:20:49.712 | + functions-common:time_stop:2452 : elapsed_time=785 2022-08-19 19:20:49.714 | + functions-common:time_stop:2453 : total=2365 2022-08-19 19:20:49.716 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:20:49.719 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=3150 2022-08-19 19:20:49.721 | + functions-common:apt_get:1238 : return 0 2022-08-19 19:20:49.723 | + ./stack.sh:main:833 : '[' -n mysql ']' 2022-08-19 19:20:49.725 | + ./stack.sh:main:834 : install_database_python 2022-08-19 19:20:49.728 | + lib/database:install_database_python:123 : install_database_python_mysql 2022-08-19 19:20:49.730 | + lib/databases/mysql:install_database_python_mysql:215 : pip_install_gr PyMySQL 2022-08-19 19:20:49.732 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2022-08-19 19:20:49.735 | + inc/python:pip_install_gr:77 : local clean_name 2022-08-19 19:20:49.738 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2022-08-19 19:20:49.740 | ++ inc/python:get_from_global_requirements:221 : local package=PyMySQL 2022-08-19 19:20:49.743 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-08-19 19:20:49.746 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2022-08-19 19:20:49.747 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-08-19 19:20:49.752 | ++ inc/python:get_from_global_requirements:223 : required_pkg='PyMySQL ' 2022-08-19 19:20:49.754 | ++ inc/python:get_from_global_requirements:224 : [[ PyMySQL == '' ]] 2022-08-19 19:20:49.757 | ++ inc/python:get_from_global_requirements:227 : echo PyMySQL 2022-08-19 19:20:49.760 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2022-08-19 19:20:49.762 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2022-08-19 19:20:49.784 | Using python 3.8 to install PyMySQL 2022-08-19 19:20:49.786 | + 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-08-19 19:20:51.873 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:20:51.873 | from cryptography.utils import int_from_bytes 2022-08-19 19:20:51.873 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:20:51.873 | from cryptography.utils import int_from_bytes 2022-08-19 19:20:52.923 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:20:52.924 | Requirement already satisfied: PyMySQL===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 20)) (1.0.2) 2022-08-19 19:20:55.330 | + inc/python:pip_install:196 : result=0 2022-08-19 19:20:55.332 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:20:55.335 | + functions-common:time_stop:2439 : local name 2022-08-19 19:20:55.337 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:20:55.339 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:20:55.342 | + functions-common:time_stop:2442 : local total 2022-08-19 19:20:55.345 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:20:55.347 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:20:55.349 | + functions-common:time_stop:2446 : start_time=1660936849778 2022-08-19 19:20:55.352 | + functions-common:time_stop:2448 : [[ -z 1660936849778 ]] 2022-08-19 19:20:55.355 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:20:55.359 | + functions-common:time_stop:2451 : end_time=1660936855356 2022-08-19 19:20:55.361 | + functions-common:time_stop:2452 : elapsed_time=5578 2022-08-19 19:20:55.364 | + functions-common:time_stop:2453 : total=24202 2022-08-19 19:20:55.366 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:20:55.368 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=29780 2022-08-19 19:20:55.370 | + inc/python:pip_install:199 : return 0 2022-08-19 19:20:55.373 | + lib/databases/mysql:install_database_python_mysql:216 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2022-08-19 19:20:55.375 | + lib/databases/mysql:install_database_python_mysql:218 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-08-19 19:20:55.378 | + lib/databases/mysql:install_database_python_mysql:219 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2022-08-19 19:20:55.380 | + ./stack.sh:main:837 : is_service_enabled neutron 2022-08-19 19:20:55.397 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:20:55.399 | + ./stack.sh:main:838 : install_neutron_agent_packages 2022-08-19 19:20:55.402 | + lib/neutron:install_neutron_agent_packages:730 : is_neutron_legacy_enabled 2022-08-19 19:20:55.406 | ++ lib/neutron:is_neutron_legacy_enabled:142 : echo c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-19 19:20:55.406 | ++ lib/neutron:is_neutron_legacy_enabled:142 : sed s/neutron-//g 2022-08-19 19:20:55.411 | + lib/neutron:is_neutron_legacy_enabled:142 : disabled_services_copy=c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-19 19:20:55.413 | + lib/neutron:is_neutron_legacy_enabled:143 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-08-19 19:20:55.416 | + lib/neutron:is_neutron_legacy_enabled:144 : [[ ,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-08-19 19:20:55.418 | + lib/neutron:is_neutron_legacy_enabled:144 : return 0 2022-08-19 19:20:55.421 | + lib/neutron:install_neutron_agent_packages:732 : install_neutron_agent_packages_mutnauq 2022-08-19 19:20:55.423 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:488 : is_service_enabled q-l3 2022-08-19 19:20:55.439 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:20:55.442 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:489 : install_package radvd 2022-08-19 19:20:55.444 | + functions-common:install_package:1463 : update_package_repo 2022-08-19 19:20:55.446 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-19 19:20:55.449 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-19 19:20:55.452 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-19 19:20:55.454 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-19 19:20:55.456 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-19 19:20:55.458 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:20:55.461 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:20:55.463 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-19 19:20:55.465 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-19 19:20:55.468 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-19 19:20:55.470 | + functions-common:apt_get_update:1190 : return 2022-08-19 19:20:55.472 | + functions-common:install_package:1464 : real_install_package radvd 2022-08-19 19:20:55.475 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-19 19:20:55.477 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:20:55.479 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:20:55.482 | + functions-common:real_install_package:1450 : apt_get install radvd 2022-08-19 19:20:55.503 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install radvd 2022-08-19 19:20:55.613 | Reading package lists... 2022-08-19 19:20:55.872 | Building dependency tree... 2022-08-19 19:20:55.873 | Reading state information... 2022-08-19 19:20:56.137 | radvd is already the newest version (1:2.17-2). 2022-08-19 19:20:56.138 | The following packages were automatically installed and are no longer required: 2022-08-19 19:20:56.139 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-19 19:20:56.139 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-19 19:20:56.139 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-19 19:20:56.139 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-19 19:20:56.139 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-19 19:20:56.139 | python3-zope.interface 2022-08-19 19:20:56.139 | Use 'sudo apt autoremove' to remove them. 2022-08-19 19:20:56.255 | 0 upgraded, 0 newly installed, 0 to remove and 159 not upgraded. 2022-08-19 19:20:56.259 | + functions-common:apt_get:1234 : result=0 2022-08-19 19:20:56.261 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-19 19:20:56.264 | + functions-common:time_stop:2439 : local name 2022-08-19 19:20:56.266 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:20:56.269 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:20:56.271 | + functions-common:time_stop:2442 : local total 2022-08-19 19:20:56.273 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:20:56.275 | + functions-common:time_stop:2445 : name=apt-get 2022-08-19 19:20:56.277 | + functions-common:time_stop:2446 : start_time=1660936855500 2022-08-19 19:20:56.279 | + functions-common:time_stop:2448 : [[ -z 1660936855500 ]] 2022-08-19 19:20:56.282 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:20:56.286 | + functions-common:time_stop:2451 : end_time=1660936856284 2022-08-19 19:20:56.289 | + functions-common:time_stop:2452 : elapsed_time=784 2022-08-19 19:20:56.291 | + functions-common:time_stop:2453 : total=3150 2022-08-19 19:20:56.293 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:20:56.295 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=3934 2022-08-19 19:20:56.297 | + functions-common:apt_get:1238 : return 0 2022-08-19 19:20:56.300 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:492 : is_service_enabled q-agt q-dhcp q-l3 2022-08-19 19:20:56.317 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:20:56.319 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:493 : neutron_plugin_install_agent_packages 2022-08-19 19:20:56.322 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2022-08-19 19:20:56.324 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2022-08-19 19:20:56.328 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2022-08-19 19:20:56.347 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2022-08-19 19:20:56.349 | + functions-common:install_package:1463 : update_package_repo 2022-08-19 19:20:56.351 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-19 19:20:56.354 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-19 19:20:56.356 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-19 19:20:56.358 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-19 19:20:56.360 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-19 19:20:56.363 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:20:56.365 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:20:56.367 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-19 19:20:56.369 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-19 19:20:56.371 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-19 19:20:56.374 | + functions-common:apt_get_update:1190 : return 2022-08-19 19:20:56.376 | + functions-common:install_package:1464 : real_install_package fakeroot make openvswitch-switch 2022-08-19 19:20:56.379 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-19 19:20:56.381 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:20:56.383 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:20:56.385 | + functions-common:real_install_package:1450 : apt_get install fakeroot make openvswitch-switch 2022-08-19 19:20:56.406 | + functions-common:apt_get:1230 : 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-08-19 19:20:56.517 | Reading package lists... 2022-08-19 19:20:56.773 | Building dependency tree... 2022-08-19 19:20:56.774 | Reading state information... 2022-08-19 19:20:57.039 | fakeroot is already the newest version (1.24-1). 2022-08-19 19:20:57.040 | make is already the newest version (4.2.1-1.2). 2022-08-19 19:20:57.040 | openvswitch-switch is already the newest version (2.13.8-0ubuntu1). 2022-08-19 19:20:57.040 | The following packages were automatically installed and are no longer required: 2022-08-19 19:20:57.041 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-19 19:20:57.041 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-19 19:20:57.041 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-19 19:20:57.041 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-19 19:20:57.041 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-19 19:20:57.041 | python3-zope.interface 2022-08-19 19:20:57.041 | Use 'sudo apt autoremove' to remove them. 2022-08-19 19:20:57.157 | 0 upgraded, 0 newly installed, 0 to remove and 159 not upgraded. 2022-08-19 19:20:57.162 | + functions-common:apt_get:1234 : result=0 2022-08-19 19:20:57.164 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-19 19:20:57.166 | + functions-common:time_stop:2439 : local name 2022-08-19 19:20:57.168 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:20:57.170 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:20:57.173 | + functions-common:time_stop:2442 : local total 2022-08-19 19:20:57.175 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:20:57.177 | + functions-common:time_stop:2445 : name=apt-get 2022-08-19 19:20:57.179 | + functions-common:time_stop:2446 : start_time=1660936856403 2022-08-19 19:20:57.181 | + functions-common:time_stop:2448 : [[ -z 1660936856403 ]] 2022-08-19 19:20:57.184 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:20:57.189 | + functions-common:time_stop:2451 : end_time=1660936857186 2022-08-19 19:20:57.191 | + functions-common:time_stop:2452 : elapsed_time=783 2022-08-19 19:20:57.193 | + functions-common:time_stop:2453 : total=3934 2022-08-19 19:20:57.195 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:20:57.197 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=4717 2022-08-19 19:20:57.199 | + functions-common:apt_get:1238 : return 0 2022-08-19 19:20:57.202 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2022-08-19 19:20:57.205 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:20:57.207 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:20:57.209 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2022-08-19 19:20:57.211 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2022-08-19 19:20:57.214 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2022-08-19 19:20:57.218 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=5.4.0-72-generic 2022-08-19 19:20:57.221 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2022-08-19 19:20:57.224 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 5.4.0-72-generic 2022-08-19 19:20:57.224 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2022-08-19 19:20:57.229 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=5.4 2022-08-19 19:20:57.231 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 5.4 '<' 3.13 2022-08-19 19:20:57.234 | + functions:vercmp:628 : local v1=5.4 2022-08-19 19:20:57.236 | + functions:vercmp:629 : local 'op=<' 2022-08-19 19:20:57.238 | + functions:vercmp:630 : local v2=3.13 2022-08-19 19:20:57.240 | + functions:vercmp:631 : local result 2022-08-19 19:20:57.244 | ++ functions:vercmp:635 : sort -V 2022-08-19 19:20:57.245 | ++ functions:vercmp:635 : head -1 2022-08-19 19:20:57.245 | ++ functions:vercmp:635 : echo -e '5.4\n3.13' 2022-08-19 19:20:57.250 | + functions:vercmp:635 : result=3.13 2022-08-19 19:20:57.252 | + functions:vercmp:637 : case $op in 2022-08-19 19:20:57.254 | + functions:vercmp:647 : '[' 5.4 '!=' 3.13 ']' 2022-08-19 19:20:57.256 | + functions:vercmp:647 : '[' 3.13 = 5.4 ']' 2022-08-19 19:20:57.259 | + functions:vercmp:648 : return 2022-08-19 19:20:57.261 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2022-08-19 19:20:57.264 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-19 19:20:57.266 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart openvswitch-switch 2022-08-19 19:20:57.740 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2022-08-19 19:20:57.743 | + inc/python:use_library_from_git:246 : local name=os-ken 2022-08-19 19:20:57.748 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:57.752 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:57.755 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-ken, ]] 2022-08-19 19:20:57.757 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:57.762 | + ./stack.sh:main:841 : is_service_enabled etcd3 2022-08-19 19:20:57.782 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:20:57.785 | + ./stack.sh:main:842 : install_etcd3 2022-08-19 19:20:57.788 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2022-08-19 19:20:57.788 | Installing etcd 2022-08-19 19:20:57.791 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2022-08-19 19:20:57.805 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2022-08-19 19:20:57.821 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2022-08-19 19:20:57.824 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2022-08-19 19:20:57.838 | + lib/etcd3:install_etcd3:113 : local etcd_file 2022-08-19 19:20:57.841 | ++ 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-08-19 19:20:57.844 | ++ 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-08-19 19:20:57.847 | +++ 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-08-19 19:20:57.851 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2022-08-19 19:20:57.853 | ++ 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-08-19 19:20:57.856 | ++ functions:get_extra_file:67 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2022-08-19 19:20:57.858 | ++ functions:get_extra_file:73 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-08-19 19:20:57.861 | ++ functions:get_extra_file:74 : return 2022-08-19 19:20:57.863 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-08-19 19:20:57.866 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2022-08-19 19:20:57.868 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2022-08-19 19:20:57.870 | + ./stack.sh:main:851 : is_service_enabled tls-proxy 2022-08-19 19:20:57.887 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:20:57.890 | + ./stack.sh:main:861 : install_dstat 2022-08-19 19:20:57.893 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2022-08-19 19:20:57.909 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:20:57.911 | + ./stack.sh:main:867 : echo_summary 'Installing OpenStack project source' 2022-08-19 19:20:57.913 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-19 19:20:57.916 | + ./stack.sh:echo_summary:441 : echo -e Installing OpenStack project source 2022-08-19 19:20:57.918 | + ./stack.sh:main:870 : install_libs 2022-08-19 19:20:57.921 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2022-08-19 19:20:57.923 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2022-08-19 19:20:57.925 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2022-08-19 19:20:57.928 | + inc/python:use_library_from_git:246 : local name=automaton 2022-08-19 19:20:57.930 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:57.932 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:57.934 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,automaton, ]] 2022-08-19 19:20:57.937 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:57.939 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2022-08-19 19:20:57.942 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2022-08-19 19:20:57.944 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2022-08-19 19:20:57.946 | + inc/python:use_library_from_git:246 : local name=castellan 2022-08-19 19:20:57.948 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:57.950 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:57.953 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,castellan, ]] 2022-08-19 19:20:57.956 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:57.958 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2022-08-19 19:20:57.960 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2022-08-19 19:20:57.962 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2022-08-19 19:20:57.965 | + inc/python:use_library_from_git:246 : local name=cliff 2022-08-19 19:20:57.967 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:57.969 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:57.972 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cliff, ]] 2022-08-19 19:20:57.974 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:57.976 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2022-08-19 19:20:57.978 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2022-08-19 19:20:57.981 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2022-08-19 19:20:57.983 | + inc/python:use_library_from_git:246 : local name=cursive 2022-08-19 19:20:57.985 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:57.988 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:57.990 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,cursive, ]] 2022-08-19 19:20:57.992 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:57.995 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2022-08-19 19:20:57.997 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2022-08-19 19:20:58.000 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2022-08-19 19:20:58.002 | + inc/python:use_library_from_git:246 : local name=debtcollector 2022-08-19 19:20:58.004 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:58.007 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:58.009 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,debtcollector, ]] 2022-08-19 19:20:58.011 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:58.014 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2022-08-19 19:20:58.016 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2022-08-19 19:20:58.018 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2022-08-19 19:20:58.021 | + inc/python:use_library_from_git:246 : local name=futurist 2022-08-19 19:20:58.023 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:58.025 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:58.028 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,futurist, ]] 2022-08-19 19:20:58.030 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:58.033 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2022-08-19 19:20:58.035 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2022-08-19 19:20:58.037 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2022-08-19 19:20:58.040 | + inc/python:use_library_from_git:246 : local name=openstacksdk 2022-08-19 19:20:58.042 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:58.044 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:58.047 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,openstacksdk, ]] 2022-08-19 19:20:58.049 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:58.051 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2022-08-19 19:20:58.054 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2022-08-19 19:20:58.056 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2022-08-19 19:20:58.058 | + inc/python:use_library_from_git:246 : local name=osc-lib 2022-08-19 19:20:58.061 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:58.063 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:58.066 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-lib, ]] 2022-08-19 19:20:58.068 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:58.070 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2022-08-19 19:20:58.072 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2022-08-19 19:20:58.075 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2022-08-19 19:20:58.078 | + inc/python:use_library_from_git:246 : local name=osc-placement 2022-08-19 19:20:58.080 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:58.082 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:58.084 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osc-placement, ]] 2022-08-19 19:20:58.087 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:58.089 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2022-08-19 19:20:58.091 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2022-08-19 19:20:58.094 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2022-08-19 19:20:58.096 | + inc/python:use_library_from_git:246 : local name=os-client-config 2022-08-19 19:20:58.098 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:58.101 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:58.103 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-client-config, ]] 2022-08-19 19:20:58.105 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:58.108 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2022-08-19 19:20:58.110 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2022-08-19 19:20:58.113 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2022-08-19 19:20:58.115 | + inc/python:use_library_from_git:246 : local name=oslo.cache 2022-08-19 19:20:58.117 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:58.120 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:58.122 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.cache, ]] 2022-08-19 19:20:58.125 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:58.127 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2022-08-19 19:20:58.130 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2022-08-19 19:20:58.132 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2022-08-19 19:20:58.134 | + inc/python:use_library_from_git:246 : local name=oslo.concurrency 2022-08-19 19:20:58.136 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:58.139 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:58.141 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.concurrency, ]] 2022-08-19 19:20:58.144 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:58.146 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2022-08-19 19:20:58.148 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2022-08-19 19:20:58.151 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2022-08-19 19:20:58.153 | + inc/python:use_library_from_git:246 : local name=oslo.config 2022-08-19 19:20:58.156 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:58.158 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:58.160 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.config, ]] 2022-08-19 19:20:58.163 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:58.165 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2022-08-19 19:20:58.167 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2022-08-19 19:20:58.170 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2022-08-19 19:20:58.172 | + inc/python:use_library_from_git:246 : local name=oslo.context 2022-08-19 19:20:58.175 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:58.177 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:58.180 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.context, ]] 2022-08-19 19:20:58.182 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:58.184 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2022-08-19 19:20:58.187 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2022-08-19 19:20:58.189 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2022-08-19 19:20:58.192 | + inc/python:use_library_from_git:246 : local name=oslo.db 2022-08-19 19:20:58.194 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:58.196 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:58.199 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.db, ]] 2022-08-19 19:20:58.202 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:58.204 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2022-08-19 19:20:58.207 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2022-08-19 19:20:58.209 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2022-08-19 19:20:58.211 | + inc/python:use_library_from_git:246 : local name=oslo.i18n 2022-08-19 19:20:58.214 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:58.217 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:58.219 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.i18n, ]] 2022-08-19 19:20:58.222 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:58.224 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2022-08-19 19:20:58.227 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2022-08-19 19:20:58.229 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2022-08-19 19:20:58.231 | + inc/python:use_library_from_git:246 : local name=oslo.limit 2022-08-19 19:20:58.234 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:58.236 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:58.239 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.limit, ]] 2022-08-19 19:20:58.241 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:58.243 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2022-08-19 19:20:58.246 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2022-08-19 19:20:58.248 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2022-08-19 19:20:58.250 | + inc/python:use_library_from_git:246 : local name=oslo.log 2022-08-19 19:20:58.253 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:58.255 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:58.257 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.log, ]] 2022-08-19 19:20:58.260 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:58.262 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2022-08-19 19:20:58.265 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2022-08-19 19:20:58.267 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2022-08-19 19:20:58.270 | + inc/python:use_library_from_git:246 : local name=oslo.messaging 2022-08-19 19:20:58.272 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:58.274 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:58.277 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.messaging, ]] 2022-08-19 19:20:58.280 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:58.282 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2022-08-19 19:20:58.285 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2022-08-19 19:20:58.287 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2022-08-19 19:20:58.289 | + inc/python:use_library_from_git:246 : local name=oslo.middleware 2022-08-19 19:20:58.291 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:58.294 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:58.296 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.middleware, ]] 2022-08-19 19:20:58.299 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:58.301 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2022-08-19 19:20:58.303 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2022-08-19 19:20:58.306 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2022-08-19 19:20:58.308 | + inc/python:use_library_from_git:246 : local name=oslo.policy 2022-08-19 19:20:58.311 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:58.313 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:58.315 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.policy, ]] 2022-08-19 19:20:58.318 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:58.320 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2022-08-19 19:20:58.323 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2022-08-19 19:20:58.325 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2022-08-19 19:20:58.328 | + inc/python:use_library_from_git:246 : local name=oslo.privsep 2022-08-19 19:20:58.330 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:58.332 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:58.335 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.privsep, ]] 2022-08-19 19:20:58.337 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:58.339 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2022-08-19 19:20:58.342 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2022-08-19 19:20:58.345 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2022-08-19 19:20:58.347 | + inc/python:use_library_from_git:246 : local name=oslo.reports 2022-08-19 19:20:58.350 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:58.352 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:58.354 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.reports, ]] 2022-08-19 19:20:58.357 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:58.359 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2022-08-19 19:20:58.362 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2022-08-19 19:20:58.364 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2022-08-19 19:20:58.366 | + inc/python:use_library_from_git:246 : local name=oslo.rootwrap 2022-08-19 19:20:58.369 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:58.371 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:58.373 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.rootwrap, ]] 2022-08-19 19:20:58.376 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:58.378 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2022-08-19 19:20:58.381 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2022-08-19 19:20:58.383 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2022-08-19 19:20:58.386 | + inc/python:use_library_from_git:246 : local name=oslo.serialization 2022-08-19 19:20:58.388 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:58.391 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:58.393 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.serialization, ]] 2022-08-19 19:20:58.395 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:58.398 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2022-08-19 19:20:58.400 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2022-08-19 19:20:58.403 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2022-08-19 19:20:58.406 | + inc/python:use_library_from_git:246 : local name=oslo.service 2022-08-19 19:20:58.408 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:58.410 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:58.413 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.service, ]] 2022-08-19 19:20:58.415 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:58.417 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2022-08-19 19:20:58.420 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2022-08-19 19:20:58.422 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2022-08-19 19:20:58.425 | + inc/python:use_library_from_git:246 : local name=oslo.utils 2022-08-19 19:20:58.427 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:58.429 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:58.432 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.utils, ]] 2022-08-19 19:20:58.434 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:58.437 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2022-08-19 19:20:58.439 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2022-08-19 19:20:58.442 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2022-08-19 19:20:58.444 | + inc/python:use_library_from_git:246 : local name=oslo.versionedobjects 2022-08-19 19:20:58.446 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:58.449 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:58.452 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.versionedobjects, ]] 2022-08-19 19:20:58.454 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:58.456 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2022-08-19 19:20:58.459 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2022-08-19 19:20:58.461 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2022-08-19 19:20:58.463 | + inc/python:use_library_from_git:246 : local name=oslo.vmware 2022-08-19 19:20:58.465 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:58.468 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:58.470 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,oslo.vmware, ]] 2022-08-19 19:20:58.473 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:58.475 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2022-08-19 19:20:58.477 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2022-08-19 19:20:58.480 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2022-08-19 19:20:58.482 | + inc/python:use_library_from_git:246 : local name=osprofiler 2022-08-19 19:20:58.484 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:58.487 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:58.489 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,osprofiler, ]] 2022-08-19 19:20:58.491 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:58.494 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2022-08-19 19:20:58.496 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2022-08-19 19:20:58.499 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2022-08-19 19:20:58.501 | + inc/python:use_library_from_git:246 : local name=pycadf 2022-08-19 19:20:58.504 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:58.506 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:58.508 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,pycadf, ]] 2022-08-19 19:20:58.511 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:58.514 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2022-08-19 19:20:58.516 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2022-08-19 19:20:58.518 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2022-08-19 19:20:58.521 | + inc/python:use_library_from_git:246 : local name=stevedore 2022-08-19 19:20:58.523 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:58.526 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:58.528 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,stevedore, ]] 2022-08-19 19:20:58.531 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:58.533 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2022-08-19 19:20:58.536 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2022-08-19 19:20:58.538 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2022-08-19 19:20:58.540 | + inc/python:use_library_from_git:246 : local name=taskflow 2022-08-19 19:20:58.543 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:58.545 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:58.547 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,taskflow, ]] 2022-08-19 19:20:58.550 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:58.552 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2022-08-19 19:20:58.555 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2022-08-19 19:20:58.557 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2022-08-19 19:20:58.559 | + inc/python:use_library_from_git:246 : local name=tooz 2022-08-19 19:20:58.562 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:58.565 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:58.567 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,tooz, ]] 2022-08-19 19:20:58.569 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:58.572 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2022-08-19 19:20:58.574 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2022-08-19 19:20:58.577 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2022-08-19 19:20:58.579 | + inc/python:use_library_from_git:246 : local name=os-brick 2022-08-19 19:20:58.582 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:58.584 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:58.586 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-brick, ]] 2022-08-19 19:20:58.589 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:58.591 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2022-08-19 19:20:58.594 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2022-08-19 19:20:58.596 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2022-08-19 19:20:58.598 | + inc/python:use_library_from_git:246 : local name=os-resource-classes 2022-08-19 19:20:58.601 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:58.603 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:58.605 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-resource-classes, ]] 2022-08-19 19:20:58.608 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:58.610 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2022-08-19 19:20:58.613 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2022-08-19 19:20:58.615 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2022-08-19 19:20:58.618 | + inc/python:use_library_from_git:246 : local name=os-traits 2022-08-19 19:20:58.620 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:58.623 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:58.625 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-traits, ]] 2022-08-19 19:20:58.628 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:58.630 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2022-08-19 19:20:58.632 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2022-08-19 19:20:58.635 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2022-08-19 19:20:58.637 | + inc/python:use_library_from_git:246 : local name=python-barbicanclient 2022-08-19 19:20:58.641 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:20:58.643 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:20:58.645 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-barbicanclient, ]] 2022-08-19 19:20:58.648 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:20:58.650 | + lib/libraries:install_libs:139 : pip_install etcd3 2022-08-19 19:20:58.671 | Using python 3.8 to install etcd3 2022-08-19 19:20:58.673 | + 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-08-19 19:21:00.756 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:21:00.756 | from cryptography.utils import int_from_bytes 2022-08-19 19:21:00.756 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:21:00.756 | from cryptography.utils import int_from_bytes 2022-08-19 19:21:01.820 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:21:01.822 | Requirement already satisfied: etcd3===0.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 159)) (0.12.0) 2022-08-19 19:21:01.831 | Requirement already satisfied: grpcio===1.47.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 188)) (1.47.0) 2022-08-19 19:21:01.841 | Requirement already satisfied: protobuf===4.21.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) (4.21.5) 2022-08-19 19:21:01.844 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-19 19:21:01.847 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (6.3.1) 2022-08-19 19:21:04.220 | + inc/python:pip_install:196 : result=0 2022-08-19 19:21:04.223 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:21:04.225 | + functions-common:time_stop:2439 : local name 2022-08-19 19:21:04.227 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:21:04.229 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:21:04.232 | + functions-common:time_stop:2442 : local total 2022-08-19 19:21:04.234 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:21:04.236 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:21:04.238 | + functions-common:time_stop:2446 : start_time=1660936858665 2022-08-19 19:21:04.240 | + functions-common:time_stop:2448 : [[ -z 1660936858665 ]] 2022-08-19 19:21:04.243 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:21:04.248 | + functions-common:time_stop:2451 : end_time=1660936864245 2022-08-19 19:21:04.250 | + functions-common:time_stop:2452 : elapsed_time=5580 2022-08-19 19:21:04.252 | + functions-common:time_stop:2453 : total=29780 2022-08-19 19:21:04.254 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:21:04.256 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=35360 2022-08-19 19:21:04.259 | + inc/python:pip_install:199 : return 0 2022-08-19 19:21:04.261 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2022-08-19 19:21:04.282 | Using python 3.8 to install etcd3gw 2022-08-19 19:21:04.285 | + 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 etcd3gw 2022-08-19 19:21:06.374 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:21:06.382 | from cryptography.utils import int_from_bytes 2022-08-19 19:21:06.382 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:21:06.382 | from cryptography.utils import int_from_bytes 2022-08-19 19:21:07.415 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:21:07.416 | Requirement already satisfied: etcd3gw===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 160)) (2.0.0) 2022-08-19 19:21:07.424 | Requirement already satisfied: futurist===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (2.4.1) 2022-08-19 19:21:07.426 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-19 19:21:07.429 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-19 19:21:07.443 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-19 19:21:07.476 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-19 19:21:07.478 | Requirement already satisfied: charset-normalizer===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.0) 2022-08-19 19:21:07.483 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-19 19:21:09.809 | + inc/python:pip_install:196 : result=0 2022-08-19 19:21:09.811 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:21:09.814 | + functions-common:time_stop:2439 : local name 2022-08-19 19:21:09.816 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:21:09.818 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:21:09.820 | + functions-common:time_stop:2442 : local total 2022-08-19 19:21:09.822 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:21:09.825 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:21:09.827 | + functions-common:time_stop:2446 : start_time=1660936864277 2022-08-19 19:21:09.829 | + functions-common:time_stop:2448 : [[ -z 1660936864277 ]] 2022-08-19 19:21:09.832 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:21:09.836 | + functions-common:time_stop:2451 : end_time=1660936869834 2022-08-19 19:21:09.838 | + functions-common:time_stop:2452 : elapsed_time=5557 2022-08-19 19:21:09.841 | + functions-common:time_stop:2453 : total=35360 2022-08-19 19:21:09.843 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:21:09.845 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=40917 2022-08-19 19:21:09.848 | + inc/python:pip_install:199 : return 0 2022-08-19 19:21:09.850 | + ./stack.sh:main:873 : install_apache_uwsgi 2022-08-19 19:21:09.853 | + lib/apache:install_apache_uwsgi:85 : local apxs=apxs2 2022-08-19 19:21:09.855 | + lib/apache:install_apache_uwsgi:86 : is_fedora 2022-08-19 19:21:09.858 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-19 19:21:09.861 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-19 19:21:09.863 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-19 19:21:09.865 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-19 19:21:09.868 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-19 19:21:09.870 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-19 19:21:09.872 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-19 19:21:09.875 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-19 19:21:09.877 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-19 19:21:09.879 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-19 19:21:09.882 | + lib/apache:install_apache_uwsgi:90 : is_ubuntu 2022-08-19 19:21:09.884 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:21:09.886 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:21:09.889 | + lib/apache:install_apache_uwsgi:91 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2022-08-19 19:21:09.891 | + lib/apache:install_apache_uwsgi:92 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-08-19 19:21:09.894 | + functions-common:install_package:1463 : update_package_repo 2022-08-19 19:21:09.896 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-19 19:21:09.898 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-19 19:21:09.900 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-19 19:21:09.904 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-19 19:21:09.906 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-19 19:21:09.908 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:21:09.911 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:21:09.913 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-19 19:21:09.915 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-19 19:21:09.918 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-19 19:21:09.921 | + functions-common:apt_get_update:1190 : return 2022-08-19 19:21:09.923 | + functions-common:install_package:1464 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-08-19 19:21:09.925 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-19 19:21:09.928 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:21:09.930 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:21:09.933 | + functions-common:real_install_package:1450 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-08-19 19:21:09.954 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-08-19 19:21:10.066 | Reading package lists... 2022-08-19 19:21:10.328 | Building dependency tree... 2022-08-19 19:21:10.329 | Reading state information... 2022-08-19 19:21:10.596 | uwsgi is already the newest version (2.0.18-11ubuntu1). 2022-08-19 19:21:10.596 | uwsgi-plugin-python3 is already the newest version (2.0.18-11ubuntu1). 2022-08-19 19:21:10.596 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.12). 2022-08-19 19:21:10.596 | The following packages were automatically installed and are no longer required: 2022-08-19 19:21:10.597 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-19 19:21:10.597 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-19 19:21:10.597 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-19 19:21:10.597 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-19 19:21:10.597 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-19 19:21:10.597 | python3-zope.interface 2022-08-19 19:21:10.597 | Use 'sudo apt autoremove' to remove them. 2022-08-19 19:21:10.712 | 0 upgraded, 0 newly installed, 0 to remove and 159 not upgraded. 2022-08-19 19:21:10.717 | + functions-common:apt_get:1234 : result=0 2022-08-19 19:21:10.720 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-19 19:21:10.722 | + functions-common:time_stop:2439 : local name 2022-08-19 19:21:10.724 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:21:10.726 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:21:10.729 | + functions-common:time_stop:2442 : local total 2022-08-19 19:21:10.732 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:21:10.734 | + functions-common:time_stop:2445 : name=apt-get 2022-08-19 19:21:10.736 | + functions-common:time_stop:2446 : start_time=1660936869952 2022-08-19 19:21:10.738 | + functions-common:time_stop:2448 : [[ -z 1660936869952 ]] 2022-08-19 19:21:10.741 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:21:10.745 | + functions-common:time_stop:2451 : end_time=1660936870743 2022-08-19 19:21:10.747 | + functions-common:time_stop:2452 : elapsed_time=791 2022-08-19 19:21:10.750 | + functions-common:time_stop:2453 : total=4717 2022-08-19 19:21:10.752 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:21:10.754 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=5508 2022-08-19 19:21:10.757 | + functions-common:apt_get:1238 : return 0 2022-08-19 19:21:10.759 | + lib/apache:install_apache_uwsgi:128 : is_ubuntu 2022-08-19 19:21:10.761 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:21:10.764 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:21:10.766 | + lib/apache:install_apache_uwsgi:130 : sudo a2enmod proxy 2022-08-19 19:21:10.829 | Module proxy already enabled 2022-08-19 19:21:10.833 | + lib/apache:install_apache_uwsgi:131 : sudo a2enmod proxy_uwsgi 2022-08-19 19:21:10.896 | Considering dependency proxy for proxy_uwsgi: 2022-08-19 19:21:10.896 | Module proxy already enabled 2022-08-19 19:21:10.896 | Module proxy_uwsgi already enabled 2022-08-19 19:21:10.900 | + lib/apache:install_apache_uwsgi:137 : restart_apache_server 2022-08-19 19:21:10.903 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-08-19 19:21:10.906 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-19 19:21:10.908 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart apache2 2022-08-19 19:21:11.044 | + ./stack.sh:main:876 : install_keystoneauth 2022-08-19 19:21:11.046 | + lib/keystone:install_keystoneauth:498 : use_library_from_git keystoneauth 2022-08-19 19:21:11.049 | + inc/python:use_library_from_git:246 : local name=keystoneauth 2022-08-19 19:21:11.051 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:21:11.054 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:21:11.056 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystoneauth, ]] 2022-08-19 19:21:11.059 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:21:11.061 | + ./stack.sh:main:877 : install_keystoneclient 2022-08-19 19:21:11.064 | + lib/keystone:install_keystoneclient:506 : use_library_from_git python-keystoneclient 2022-08-19 19:21:11.066 | + inc/python:use_library_from_git:246 : local name=python-keystoneclient 2022-08-19 19:21:11.068 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:21:11.071 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:21:11.073 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-keystoneclient, ]] 2022-08-19 19:21:11.076 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:21:11.079 | + ./stack.sh:main:878 : install_glanceclient 2022-08-19 19:21:11.081 | + lib/glance:install_glanceclient:498 : use_library_from_git python-glanceclient 2022-08-19 19:21:11.084 | + inc/python:use_library_from_git:246 : local name=python-glanceclient 2022-08-19 19:21:11.086 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:21:11.088 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:21:11.091 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-glanceclient, ]] 2022-08-19 19:21:11.094 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:21:11.096 | + ./stack.sh:main:879 : install_cinderclient 2022-08-19 19:21:11.099 | + lib/cinder:install_cinderclient:484 : use_library_from_git python-brick-cinderclient-ext 2022-08-19 19:21:11.101 | + inc/python:use_library_from_git:246 : local name=python-brick-cinderclient-ext 2022-08-19 19:21:11.104 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:21:11.106 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:21:11.109 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2022-08-19 19:21:11.111 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:21:11.113 | + lib/cinder:install_cinderclient:489 : use_library_from_git python-cinderclient 2022-08-19 19:21:11.116 | + inc/python:use_library_from_git:246 : local name=python-cinderclient 2022-08-19 19:21:11.118 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:21:11.120 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:21:11.123 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-cinderclient, ]] 2022-08-19 19:21:11.125 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:21:11.128 | + ./stack.sh:main:880 : install_novaclient 2022-08-19 19:21:11.130 | + lib/nova:install_novaclient:878 : use_library_from_git python-novaclient 2022-08-19 19:21:11.133 | + inc/python:use_library_from_git:246 : local name=python-novaclient 2022-08-19 19:21:11.135 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:21:11.138 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:21:11.140 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-novaclient, ]] 2022-08-19 19:21:11.143 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:21:11.145 | + ./stack.sh:main:881 : is_service_enabled swift glance horizon 2022-08-19 19:21:11.163 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:21:11.165 | + ./stack.sh:main:882 : install_swiftclient 2022-08-19 19:21:11.167 | + lib/swift:install_swiftclient:733 : use_library_from_git python-swiftclient 2022-08-19 19:21:11.170 | + inc/python:use_library_from_git:246 : local name=python-swiftclient 2022-08-19 19:21:11.173 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:21:11.175 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:21:11.177 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-swiftclient, ]] 2022-08-19 19:21:11.180 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:21:11.182 | + ./stack.sh:main:884 : is_service_enabled neutron nova horizon 2022-08-19 19:21:11.200 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:21:11.203 | + ./stack.sh:main:885 : install_neutronclient 2022-08-19 19:21:11.205 | + lib/neutron:install_neutronclient:465 : use_library_from_git python-neutronclient 2022-08-19 19:21:11.208 | + inc/python:use_library_from_git:246 : local name=python-neutronclient 2022-08-19 19:21:11.210 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:21:11.212 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:21:11.215 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-neutronclient, ]] 2022-08-19 19:21:11.217 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:21:11.220 | + ./stack.sh:main:889 : install_keystonemiddleware 2022-08-19 19:21:11.222 | + lib/keystone:install_keystonemiddleware:516 : use_library_from_git keystonemiddleware 2022-08-19 19:21:11.225 | + inc/python:use_library_from_git:246 : local name=keystonemiddleware 2022-08-19 19:21:11.227 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:21:11.229 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:21:11.232 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,keystonemiddleware, ]] 2022-08-19 19:21:11.235 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:21:11.237 | + lib/keystone:install_keystonemiddleware:521 : pip_install_gr keystonemiddleware 2022-08-19 19:21:11.239 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2022-08-19 19:21:11.242 | + inc/python:pip_install_gr:77 : local clean_name 2022-08-19 19:21:11.245 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2022-08-19 19:21:11.248 | ++ inc/python:get_from_global_requirements:221 : local package=keystonemiddleware 2022-08-19 19:21:11.250 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-08-19 19:21:11.254 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2022-08-19 19:21:11.254 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-08-19 19:21:11.259 | ++ inc/python:get_from_global_requirements:223 : required_pkg='keystonemiddleware ' 2022-08-19 19:21:11.262 | ++ inc/python:get_from_global_requirements:224 : [[ keystonemiddleware == '' ]] 2022-08-19 19:21:11.265 | ++ inc/python:get_from_global_requirements:227 : echo keystonemiddleware 2022-08-19 19:21:11.268 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2022-08-19 19:21:11.270 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2022-08-19 19:21:11.291 | Using python 3.8 to install keystonemiddleware 2022-08-19 19:21:11.293 | + 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 keystonemiddleware 2022-08-19 19:21:13.389 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:21:13.389 | from cryptography.utils import int_from_bytes 2022-08-19 19:21:13.389 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:21:13.389 | from cryptography.utils import int_from_bytes 2022-08-19 19:21:14.442 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:21:14.444 | Requirement already satisfied: keystonemiddleware===10.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (10.0.0) 2022-08-19 19:21:14.497 | Requirement already satisfied: oslo.cache===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.0.0) 2022-08-19 19:21:14.535 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-08-19 19:21:14.576 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-08-19 19:21:14.581 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-19 19:21:14.586 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-08-19 19:21:14.625 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-08-19 19:21:14.633 | Requirement already satisfied: oslo.utils===6.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.0) 2022-08-19 19:21:14.647 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-19 19:21:14.653 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-19 19:21:14.656 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (3.1.1) 2022-08-19 19:21:14.665 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-08-19 19:21:14.668 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-19 19:21:14.674 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-08-19 19:21:14.679 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.0) 2022-08-19 19:21:14.701 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-19 19:21:14.704 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-19 19:21:14.718 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-08-19 19:21:14.723 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-19 19:21:14.725 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-19 19:21:14.730 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-19 19:21:14.763 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-08-19 19:21:14.775 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-19 19:21:14.835 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-08-19 19:21:14.841 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-19 19:21:14.844 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-19 19:21:14.848 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-19 19:21:14.855 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-08-19 19:21:14.858 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-19 19:21:14.861 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-19 19:21:14.864 | Requirement already satisfied: charset-normalizer===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.0) 2022-08-19 19:21:14.869 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-19 19:21:14.872 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-19 19:21:14.875 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-19 19:21:14.879 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-08-19 19:21:14.882 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-19 19:21:17.002 | + inc/python:pip_install:196 : result=0 2022-08-19 19:21:17.004 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:21:17.007 | + functions-common:time_stop:2439 : local name 2022-08-19 19:21:17.009 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:21:17.011 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:21:17.013 | + functions-common:time_stop:2442 : local total 2022-08-19 19:21:17.016 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:21:17.018 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:21:17.020 | + functions-common:time_stop:2446 : start_time=1660936871285 2022-08-19 19:21:17.022 | + functions-common:time_stop:2448 : [[ -z 1660936871285 ]] 2022-08-19 19:21:17.025 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:21:17.029 | + functions-common:time_stop:2451 : end_time=1660936877027 2022-08-19 19:21:17.032 | + functions-common:time_stop:2452 : elapsed_time=5742 2022-08-19 19:21:17.034 | + functions-common:time_stop:2453 : total=40917 2022-08-19 19:21:17.036 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:21:17.038 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=46659 2022-08-19 19:21:17.041 | + inc/python:pip_install:199 : return 0 2022-08-19 19:21:17.044 | + lib/keystone:install_keystonemiddleware:525 : pip_install_gr python-memcached 2022-08-19 19:21:17.046 | + inc/python:pip_install_gr:76 : local name=python-memcached 2022-08-19 19:21:17.049 | + inc/python:pip_install_gr:77 : local clean_name 2022-08-19 19:21:17.052 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2022-08-19 19:21:17.054 | ++ inc/python:get_from_global_requirements:221 : local package=python-memcached 2022-08-19 19:21:17.057 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-08-19 19:21:17.061 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2022-08-19 19:21:17.061 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-08-19 19:21:17.067 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-memcached ' 2022-08-19 19:21:17.069 | ++ inc/python:get_from_global_requirements:224 : [[ python-memcached == '' ]] 2022-08-19 19:21:17.071 | ++ inc/python:get_from_global_requirements:227 : echo python-memcached 2022-08-19 19:21:17.074 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2022-08-19 19:21:17.077 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2022-08-19 19:21:17.098 | Using python 3.8 to install python-memcached 2022-08-19 19:21:17.100 | + 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 python-memcached 2022-08-19 19:21:19.186 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:21:19.186 | from cryptography.utils import int_from_bytes 2022-08-19 19:21:19.186 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:21:19.186 | from cryptography.utils import int_from_bytes 2022-08-19 19:21:20.236 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:21:20.238 | Requirement already satisfied: python-memcached===1.59 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 411)) (1.59) 2022-08-19 19:21:20.242 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-19 19:21:22.627 | + inc/python:pip_install:196 : result=0 2022-08-19 19:21:22.630 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:21:22.632 | + functions-common:time_stop:2439 : local name 2022-08-19 19:21:22.634 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:21:22.637 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:21:22.639 | + functions-common:time_stop:2442 : local total 2022-08-19 19:21:22.641 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:21:22.644 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:21:22.646 | + functions-common:time_stop:2446 : start_time=1660936877092 2022-08-19 19:21:22.648 | + functions-common:time_stop:2448 : [[ -z 1660936877092 ]] 2022-08-19 19:21:22.651 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:21:22.656 | + functions-common:time_stop:2451 : end_time=1660936882653 2022-08-19 19:21:22.658 | + functions-common:time_stop:2452 : elapsed_time=5561 2022-08-19 19:21:22.660 | + functions-common:time_stop:2453 : total=46659 2022-08-19 19:21:22.662 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:21:22.665 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=52220 2022-08-19 19:21:22.667 | + inc/python:pip_install:199 : return 0 2022-08-19 19:21:22.670 | + ./stack.sh:main:891 : is_service_enabled keystone 2022-08-19 19:21:22.687 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:21:22.690 | + ./stack.sh:main:892 : '[' 10.222.0.23 == 10.222.0.23 ']' 2022-08-19 19:21:22.692 | + ./stack.sh:main:893 : stack_install_service keystone 2022-08-19 19:21:22.694 | + lib/stack:stack_install_service:20 : local service=keystone 2022-08-19 19:21:22.697 | + lib/stack:stack_install_service:21 : type install_keystone 2022-08-19 19:21:22.699 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-08-19 19:21:22.702 | + lib/stack:stack_install_service:32 : install_keystone 2022-08-19 19:21:22.704 | + lib/keystone:install_keystone:531 : is_service_enabled ldap 2022-08-19 19:21:22.719 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:21:22.722 | + lib/keystone:install_keystone:535 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone master 2022-08-19 19:21:22.724 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/keystone.git 2022-08-19 19:21:22.726 | + functions-common:git_clone:597 : local git_dest=/opt/stack/keystone 2022-08-19 19:21:22.728 | + functions-common:git_clone:598 : local git_ref=master 2022-08-19 19:21:22.730 | + functions-common:git_clone:599 : local orig_dir 2022-08-19 19:21:22.734 | ++ functions-common:git_clone:600 : pwd 2022-08-19 19:21:22.736 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-19 19:21:22.738 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-19 19:21:22.741 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-19 19:21:22.756 | + functions-common:git_clone:603 : RECLONE=False 2022-08-19 19:21:22.758 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-19 19:21:22.760 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-19 19:21:22.763 | + functions-common:git_clone:617 : echo master 2022-08-19 19:21:22.763 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-19 19:21:22.768 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/keystone ]] 2022-08-19 19:21:22.770 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-19 19:21:22.773 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/keystone 2022-08-19 19:21:22.786 | + functions-common:git_clone:677 : cd /opt/stack/keystone 2022-08-19 19:21:22.788 | + functions-common:git_clone:678 : git show --oneline 2022-08-19 19:21:22.789 | + functions-common:git_clone:678 : head -1 2022-08-19 19:21:22.792 | 1dd6993d7 Merge "docs: Update docs to reflect migration to Alembic" 2022-08-19 19:21:22.795 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-19 19:21:22.798 | + lib/keystone:install_keystone:536 : setup_develop /opt/stack/keystone 2022-08-19 19:21:22.800 | + inc/python:setup_develop:334 : local bindep 2022-08-19 19:21:22.802 | + inc/python:setup_develop:335 : [[ /opt/stack/keystone == -bindep* ]] 2022-08-19 19:21:22.805 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/keystone 2022-08-19 19:21:22.807 | + inc/python:setup_develop:340 : local extras= 2022-08-19 19:21:22.809 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2022-08-19 19:21:22.812 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-08-19 19:21:22.814 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/keystone == -bindep* ]] 2022-08-19 19:21:22.816 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/keystone 2022-08-19 19:21:22.819 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-08-19 19:21:22.821 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-08-19 19:21:22.825 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/keystone 2022-08-19 19:21:22.827 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-08-19 19:21:22.830 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/keystone 2022-08-19 19:21:22.832 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-08-19 19:21:22.834 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-08-19 19:21:22.837 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2022-08-19 19:21:22.844 | + inc/python:_setup_package_with_constraints_edit:381 : name=keystone 2022-08-19 19:21:22.846 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone 2022-08-19 19:21:23.490 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/keystone -e 2022-08-19 19:21:23.493 | + inc/python:setup_package:414 : local bindep=0 2022-08-19 19:21:23.495 | + inc/python:setup_package:415 : local bindep_flag= 2022-08-19 19:21:23.497 | + inc/python:setup_package:416 : local bindep_profiles= 2022-08-19 19:21:23.499 | + inc/python:setup_package:417 : [[ /opt/stack/keystone == -bindep* ]] 2022-08-19 19:21:23.502 | + inc/python:setup_package:422 : local project_dir=/opt/stack/keystone 2022-08-19 19:21:23.504 | + inc/python:setup_package:423 : local flags=-e 2022-08-19 19:21:23.506 | + inc/python:setup_package:424 : local extras= 2022-08-19 19:21:23.508 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-08-19 19:21:23.510 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-08-19 19:21:23.513 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-08-19 19:21:23.515 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-08-19 19:21:23.517 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-08-19 19:21:23.519 | + inc/python:setup_package:442 : pip_install -e /opt/stack/keystone 2022-08-19 19:21:23.540 | Using python 3.8 to install /opt/stack/keystone 2022-08-19 19:21:23.542 | + 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 -e /opt/stack/keystone 2022-08-19 19:21:25.659 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:21:25.659 | from cryptography.utils import int_from_bytes 2022-08-19 19:21:25.659 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:21:25.659 | from cryptography.utils import int_from_bytes 2022-08-19 19:21:26.707 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:21:26.708 | Obtaining file:///opt/stack/keystone 2022-08-19 19:21:28.320 | Requirement already satisfied: Flask===2.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 7)) (2.2.2) 2022-08-19 19:21:28.336 | Requirement already satisfied: Flask-RESTful===0.3.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 8)) (0.3.9) 2022-08-19 19:21:28.347 | Requirement already satisfied: Jinja2===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) (3.1.2) 2022-08-19 19:21:28.353 | Requirement already satisfied: MarkupSafe===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (2.1.1) 2022-08-19 19:21:28.355 | Requirement already satisfied: PyJWT===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 18)) (2.4.0) 2022-08-19 19:21:28.382 | Requirement already satisfied: SQLAlchemy===1.4.40 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 25)) (1.4.40) 2022-08-19 19:21:28.531 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-08-19 19:21:28.545 | Requirement already satisfied: Werkzeug===2.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 34)) (2.2.2) 2022-08-19 19:21:28.551 | Requirement already satisfied: aniso8601===9.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 80)) (9.0.1) 2022-08-19 19:21:28.564 | Requirement already satisfied: bcrypt===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) (3.2.2) 2022-08-19 19:21:28.572 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-19 19:21:28.575 | Requirement already satisfied: click===8.1.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 113)) (8.1.3) 2022-08-19 19:21:28.581 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-08-19 19:21:28.619 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-08-19 19:21:28.625 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.2) 2022-08-19 19:21:28.630 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-08-19 19:21:28.667 | Requirement already satisfied: itsdangerous===2.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 213)) (2.1.2) 2022-08-19 19:21:28.671 | Requirement already satisfied: jsonschema===4.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.7.2) 2022-08-19 19:21:28.710 | Requirement already satisfied: keystonemiddleware===10.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (10.0.0) 2022-08-19 19:21:28.762 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-08-19 19:21:28.765 | Requirement already satisfied: oauthlib===3.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 277)) (3.2.0) 2022-08-19 19:21:28.775 | Requirement already satisfied: oslo.cache===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.0.0) 2022-08-19 19:21:28.814 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-08-19 19:21:28.854 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-08-19 19:21:28.860 | Requirement already satisfied: oslo.db===12.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (12.0.0) 2022-08-19 19:21:28.908 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-19 19:21:28.912 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-08-19 19:21:28.952 | Requirement already satisfied: oslo.messaging===13.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (13.0.0) 2022-08-19 19:21:29.005 | Requirement already satisfied: oslo.metrics===0.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.4.0) 2022-08-19 19:21:29.016 | Requirement already satisfied: oslo.middleware===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (5.0.0) 2022-08-19 19:21:29.034 | Requirement already satisfied: oslo.policy===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.0.0) 2022-08-19 19:21:29.048 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-08-19 19:21:29.057 | Requirement already satisfied: oslo.service===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (3.0.0) 2022-08-19 19:21:29.079 | Requirement already satisfied: oslo.upgradecheck===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (2.0.0) 2022-08-19 19:21:29.089 | Requirement already satisfied: oslo.utils===6.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.0) 2022-08-19 19:21:29.103 | Requirement already satisfied: osprofiler===3.4.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (3.4.3) 2022-08-19 19:21:29.143 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-19 19:21:29.148 | Requirement already satisfied: passlib===1.7.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 331)) (1.7.4) 2022-08-19 19:21:29.161 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-19 19:21:29.163 | Requirement already satisfied: prettytable===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-08-19 19:21:29.175 | Requirement already satisfied: prometheus-client===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (0.14.1) 2022-08-19 19:21:29.181 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (3.1.1) 2022-08-19 19:21:29.192 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-19 19:21:29.194 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-08-19 19:21:29.197 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-19 19:21:29.203 | Requirement already satisfied: pyrsistent===0.18.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (0.18.1) 2022-08-19 19:21:29.207 | Requirement already satisfied: pysaml2===7.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 374)) (7.2.0) 2022-08-19 19:21:29.228 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-08-19 19:21:29.233 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.0) 2022-08-19 19:21:29.254 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-19 19:21:29.258 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-19 19:21:29.271 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-08-19 19:21:29.276 | Requirement already satisfied: scrypt===0.8.20 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 475)) (0.8.20) 2022-08-19 19:21:29.279 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-19 19:21:29.282 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (0.13.0) 2022-08-19 19:21:29.292 | Requirement already satisfied: sqlparse===0.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (0.4.2) 2022-08-19 19:21:29.295 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (3.3.0) 2022-08-19 19:21:29.297 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-19 19:21:29.301 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) (2.0.1) 2022-08-19 19:21:29.311 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (0.5.0) 2022-08-19 19:21:29.344 | Requirement already satisfied: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (2.5.0) 2022-08-19 19:21:29.354 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-19 19:21:29.387 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-08-19 19:21:29.392 | Requirement already satisfied: xmlschema===2.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 581)) (2.0.2) 2022-08-19 19:21:29.425 | Requirement already satisfied: yappi===1.3.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 585)) (1.3.6) 2022-08-19 19:21:29.430 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-08-19 19:21:29.458 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-08-19 19:21:29.460 | Requirement already satisfied: importlib-resources===5.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (5.9.0) 2022-08-19 19:21:29.489 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-08-19 19:21:29.548 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-19 19:21:29.606 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-19 19:21:29.613 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-19 19:21:29.616 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-19 19:21:29.620 | Requirement already satisfied: alembic===1.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (1.8.1) 2022-08-19 19:21:29.634 | Requirement already satisfied: kombu===5.2.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229)) (5.2.4) 2022-08-19 19:21:29.680 | Requirement already satisfied: cachetools===5.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (5.2.0) 2022-08-19 19:21:29.683 | Requirement already satisfied: futurist===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (2.4.1) 2022-08-19 19:21:29.686 | Requirement already satisfied: amqp===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 79)) (5.1.1) 2022-08-19 19:21:29.690 | Requirement already satisfied: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-08-19 19:21:29.702 | Requirement already satisfied: Paste===3.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (3.5.1) 2022-08-19 19:21:29.710 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (2.5.1) 2022-08-19 19:21:29.722 | Requirement already satisfied: oslo.concurrency===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (5.0.0) 2022-08-19 19:21:29.731 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.1) 2022-08-19 19:21:29.740 | Requirement already satisfied: eventlet===0.33.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.33.1) 2022-08-19 19:21:29.749 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-19 19:21:29.751 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-19 19:21:29.755 | Requirement already satisfied: pyOpenSSL===22.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (22.0.0) 2022-08-19 19:21:29.767 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from pysaml2===7.2.0->-c /opt/stack/requirements/upper-constraints.txt (line 374)) (45.2.0) 2022-08-19 19:21:29.769 | Requirement already satisfied: defusedxml===0.7.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) (0.7.1) 2022-08-19 19:21:29.774 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-19 19:21:29.777 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-19 19:21:29.780 | Requirement already satisfied: charset-normalizer===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.0) 2022-08-19 19:21:29.785 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) (0.5.2) 2022-08-19 19:21:29.787 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2022-08-19 19:21:29.790 | Requirement already satisfied: elementpath===3.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 156)) (3.0.2) 2022-08-19 19:21:29.808 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-19 19:21:29.813 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-19 19:21:29.816 | Requirement already satisfied: Mako===1.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.2.1) 2022-08-19 19:21:29.827 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (5.0.0) 2022-08-19 19:21:29.830 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (0.7) 2022-08-19 19:21:29.837 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (0.17.3) 2022-08-19 19:21:29.839 | Requirement already satisfied: dnspython===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (2.2.1) 2022-08-19 19:21:31.014 | Installing collected packages: keystone 2022-08-19 19:21:31.014 | Attempting uninstall: keystone 2022-08-19 19:21:31.024 | Found existing installation: keystone 21.1.0.dev33 2022-08-19 19:21:31.026 | Can't uninstall 'keystone'. No files were found to uninstall. 2022-08-19 19:21:31.027 | Running setup.py develop for keystone 2022-08-19 19:21:33.041 | Successfully installed keystone 2022-08-19 19:21:33.155 | + inc/python:pip_install:196 : result=0 2022-08-19 19:21:33.157 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:21:33.159 | + functions-common:time_stop:2439 : local name 2022-08-19 19:21:33.161 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:21:33.163 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:21:33.165 | + functions-common:time_stop:2442 : local total 2022-08-19 19:21:33.167 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:21:33.170 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:21:33.172 | + functions-common:time_stop:2446 : start_time=1660936883535 2022-08-19 19:21:33.174 | + functions-common:time_stop:2448 : [[ -z 1660936883535 ]] 2022-08-19 19:21:33.177 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:21:33.181 | + functions-common:time_stop:2451 : end_time=1660936893179 2022-08-19 19:21:33.183 | + functions-common:time_stop:2452 : elapsed_time=9644 2022-08-19 19:21:33.185 | + functions-common:time_stop:2453 : total=52220 2022-08-19 19:21:33.188 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:21:33.190 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=61864 2022-08-19 19:21:33.192 | + inc/python:pip_install:199 : return 0 2022-08-19 19:21:33.194 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-08-19 19:21:33.196 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-08-19 19:21:33.199 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-08-19 19:21:33.218 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-08-19 19:21:33.229 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/keystone 2022-08-19 19:21:33.232 | + inc/python:use_library_from_git:246 : local name=/opt/stack/keystone 2022-08-19 19:21:33.235 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:21:33.237 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:21:33.240 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/keystone, ]] 2022-08-19 19:21:33.242 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:21:33.244 | + lib/keystone:install_keystone:538 : is_service_enabled ldap 2022-08-19 19:21:33.261 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:21:33.263 | + lib/keystone:install_keystone:542 : '[' uwsgi == mod_wsgi ']' 2022-08-19 19:21:33.266 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-08-19 19:21:33.268 | + ./stack.sh:main:894 : configure_keystone 2022-08-19 19:21:33.271 | + lib/keystone:configure_keystone:192 : sudo install -d -o ubuntu /etc/keystone 2022-08-19 19:21:33.284 | + lib/keystone:configure_keystone:194 : [[ /etc/keystone != \/\o\p\t\/\s\t\a\c\k\/\k\e\y\s\t\o\n\e\/\e\t\c ]] 2022-08-19 19:21:33.286 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2022-08-19 19:21:33.290 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2022-08-19 19:21:33.307 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:21:33.309 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2022-08-19 19:21:33.344 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2022-08-19 19:21:33.376 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2022-08-19 19:21:33.411 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2022-08-19 19:21:33.445 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2022-08-19 19:21:33.480 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2022-08-19 19:21:33.515 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2022-08-19 19:21:33.546 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2022-08-19 19:21:33.578 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2022-08-19 19:21:33.581 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2022-08-19 19:21:33.583 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2022-08-19 19:21:33.585 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2022-08-19 19:21:33.588 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-08-19 19:21:33.590 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-08-19 19:21:33.606 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:21:33.609 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-08-19 19:21:33.612 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-08-19 19:21:33.614 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-08-19 19:21:33.630 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:21:33.632 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/ 2022-08-19 19:21:33.635 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/ 2022-08-19 19:21:33.669 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-08-19 19:21:33.672 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-08-19 19:21:33.674 | + lib/keystone:configure_keystone:215 : local service_port=5000 2022-08-19 19:21:33.676 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2022-08-19 19:21:33.693 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:21:33.695 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.23/identity 2022-08-19 19:21:33.730 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2022-08-19 19:21:33.732 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2022-08-19 19:21:33.769 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2022-08-19 19:21:33.771 | ++ lib/database:database_connection_url:134 : local db=keystone 2022-08-19 19:21:33.774 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2022-08-19 19:21:33.776 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=keystone 2022-08-19 19:21:33.779 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-19 19:21:33.781 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-19 19:21:33.783 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-19 19:21:33.803 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:21:33.805 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-19 19:21:33.808 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2022-08-19 19:21:33.811 | + lib/keystone:configure_keystone:232 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8&plugin=dbcounter' 2022-08-19 19:21:33.853 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2022-08-19 19:21:33.856 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2022-08-19 19:21:33.858 | + functions:setup_logging:674 : setup_systemd_logging /etc/keystone/keystone.conf 2022-08-19 19:21:33.860 | + functions:setup_systemd_logging:689 : local conf_file=/etc/keystone/keystone.conf 2022-08-19 19:21:33.863 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-08-19 19:21:33.881 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-08-19 19:21:33.884 | + functions:setup_systemd_logging:695 : local pidstr= 2022-08-19 19:21:33.886 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-08-19 19:21:33.889 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-08-19 19:21:33.891 | + functions:setup_systemd_logging:702 : iniset /etc/keystone/keystone.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-08-19 19:21:33.924 | + functions:setup_systemd_logging:704 : iniset /etc/keystone/keystone.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2022-08-19 19:21:33.958 | + functions:setup_systemd_logging:705 : iniset /etc/keystone/keystone.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2022-08-19 19:21:33.991 | + functions:setup_systemd_logging:706 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-08-19 19:21:34.024 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2022-08-19 19:21:34.058 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2022-08-19 19:21:34.061 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2022-08-19 19:21:34.063 | + lib/apache:write_uwsgi_config:254 : local file=/etc/keystone/keystone-uwsgi-public.ini 2022-08-19 19:21:34.065 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/keystone-wsgi-public 2022-08-19 19:21:34.068 | + lib/apache:write_uwsgi_config:256 : local url=/identity 2022-08-19 19:21:34.070 | + lib/apache:write_uwsgi_config:257 : local http= 2022-08-19 19:21:34.072 | + lib/apache:write_uwsgi_config:258 : local name= 2022-08-19 19:21:34.076 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/keystone-wsgi-public 2022-08-19 19:21:34.080 | + lib/apache:write_uwsgi_config:259 : name=keystone-wsgi-public 2022-08-19 19:21:34.082 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-08-19 19:21:34.084 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-08-19 19:21:34.098 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-08-19 19:21:34.098 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-08-19 19:21:34.106 | d /var/run/uwsgi 0755 ubuntu root 2022-08-19 19:21:34.110 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-08-19 19:21:34.125 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2022-08-19 19:21:34.128 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2022-08-19 19:21:34.132 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2022-08-19 19:21:34.165 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2022-08-19 19:21:34.196 | + lib/apache:write_uwsgi_config:278 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2022-08-19 19:21:34.228 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2022-08-19 19:21:34.260 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2022-08-19 19:21:34.292 | + lib/apache:write_uwsgi_config:284 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90 2022-08-19 19:21:34.324 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2022-08-19 19:21:34.355 | + lib/apache:write_uwsgi_config:286 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2022-08-19 19:21:34.386 | + lib/apache:write_uwsgi_config:288 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2022-08-19 19:21:34.417 | + lib/apache:write_uwsgi_config:290 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-08-19 19:21:34.450 | + lib/apache:write_uwsgi_config:292 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2022-08-19 19:21:34.482 | + lib/apache:write_uwsgi_config:294 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2022-08-19 19:21:34.513 | + lib/apache:write_uwsgi_config:296 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2022-08-19 19:21:34.546 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-08-19 19:21:34.548 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-08-19 19:21:34.551 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for keystone-wsgi-public 2022-08-19 19:21:34.553 | ++ lib/apache:apache_site_config_for:186 : local site=keystone-wsgi-public 2022-08-19 19:21:34.556 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-08-19 19:21:34.558 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:21:34.561 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:21:34.564 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-08-19 19:21:34.566 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2022-08-19 19:21:34.569 | + lib/apache:write_uwsgi_config:304 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2022-08-19 19:21:34.600 | + lib/apache:write_uwsgi_config:305 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2022-08-19 19:21:34.632 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 ' 2022-08-19 19:21:34.632 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-08-19 19:21:34.641 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2022-08-19 19:21:34.645 | + lib/apache:write_uwsgi_config:307 : enable_apache_site keystone-wsgi-public 2022-08-19 19:21:34.647 | + lib/apache:enable_apache_site:203 : local site=keystone-wsgi-public 2022-08-19 19:21:34.649 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-08-19 19:21:34.652 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-08-19 19:21:34.654 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-19 19:21:34.656 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:21:34.659 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:21:34.661 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-08-19 19:21:34.663 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-08-19 19:21:34.666 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:21:34.668 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:21:34.670 | + lib/apache:enable_apache_site:207 : sudo a2ensite keystone-wsgi-public 2022-08-19 19:21:34.732 | Site keystone-wsgi-public already enabled 2022-08-19 19:21:34.736 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-08-19 19:21:34.738 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-08-19 19:21:34.741 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-19 19:21:34.743 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart apache2 2022-08-19 19:21:34.879 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2022-08-19 19:21:34.914 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2022-08-19 19:21:34.953 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2022-08-19 19:21:34.988 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2022-08-19 19:21:34.990 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2022-08-19 19:21:35.025 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2022-08-19 19:21:35.058 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2022-08-19 19:21:35.091 | + lib/keystone:configure_keystone:268 : [[ False == True ]] 2022-08-19 19:21:35.093 | + lib/keystone:configure_keystone:268 : [[ False == True ]] 2022-08-19 19:21:35.096 | + ./stack.sh:main:898 : is_service_enabled swift 2022-08-19 19:21:35.113 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:21:35.115 | + ./stack.sh:main:899 : is_service_enabled ceilometer 2022-08-19 19:21:35.132 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:21:35.135 | + ./stack.sh:main:902 : stack_install_service swift 2022-08-19 19:21:35.137 | + lib/stack:stack_install_service:20 : local service=swift 2022-08-19 19:21:35.140 | + lib/stack:stack_install_service:21 : type install_swift 2022-08-19 19:21:35.142 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-08-19 19:21:35.145 | + lib/stack:stack_install_service:32 : install_swift 2022-08-19 19:21:35.147 | + lib/swift:install_swift:723 : git_clone https://opendev.org/openstack/swift.git /opt/stack/swift master 2022-08-19 19:21:35.150 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/swift.git 2022-08-19 19:21:35.152 | + functions-common:git_clone:597 : local git_dest=/opt/stack/swift 2022-08-19 19:21:35.155 | + functions-common:git_clone:598 : local git_ref=master 2022-08-19 19:21:35.157 | + functions-common:git_clone:599 : local orig_dir 2022-08-19 19:21:35.160 | ++ functions-common:git_clone:600 : pwd 2022-08-19 19:21:35.163 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-19 19:21:35.165 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-19 19:21:35.168 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-19 19:21:35.184 | + functions-common:git_clone:603 : RECLONE=False 2022-08-19 19:21:35.187 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-19 19:21:35.189 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-19 19:21:35.192 | + functions-common:git_clone:617 : echo master 2022-08-19 19:21:35.192 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-19 19:21:35.197 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/swift ]] 2022-08-19 19:21:35.199 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-19 19:21:35.202 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/swift 2022-08-19 19:21:35.215 | + functions-common:git_clone:677 : cd /opt/stack/swift 2022-08-19 19:21:35.218 | + functions-common:git_clone:678 : git show --oneline 2022-08-19 19:21:35.218 | + functions-common:git_clone:678 : head -1 2022-08-19 19:21:35.226 | f6196b0a2 AUTHORS/CHANGELOG for 2.30.0 2022-08-19 19:21:35.229 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-19 19:21:35.231 | + lib/swift:install_swift:726 : setup_develop /opt/stack/swift keystone 2022-08-19 19:21:35.234 | + inc/python:setup_develop:334 : local bindep 2022-08-19 19:21:35.236 | + inc/python:setup_develop:335 : [[ /opt/stack/swift == -bindep* ]] 2022-08-19 19:21:35.239 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/swift 2022-08-19 19:21:35.241 | + inc/python:setup_develop:340 : local extras=keystone 2022-08-19 19:21:35.244 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/swift -e keystone 2022-08-19 19:21:35.246 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-08-19 19:21:35.249 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/swift == -bindep* ]] 2022-08-19 19:21:35.252 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/swift 2022-08-19 19:21:35.254 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-08-19 19:21:35.256 | + inc/python:_setup_package_with_constraints_edit:367 : local extras=keystone 2022-08-19 19:21:35.259 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/swift 2022-08-19 19:21:35.262 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-08-19 19:21:35.265 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/swift 2022-08-19 19:21:35.267 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-08-19 19:21:35.270 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-08-19 19:21:35.273 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg 2022-08-19 19:21:35.279 | + inc/python:_setup_package_with_constraints_edit:381 : name=swift 2022-08-19 19:21:35.281 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- swift 2022-08-19 19:21:35.908 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/swift -e keystone 2022-08-19 19:21:35.910 | + inc/python:setup_package:414 : local bindep=0 2022-08-19 19:21:35.912 | + inc/python:setup_package:415 : local bindep_flag= 2022-08-19 19:21:35.915 | + inc/python:setup_package:416 : local bindep_profiles= 2022-08-19 19:21:35.917 | + inc/python:setup_package:417 : [[ /opt/stack/swift == -bindep* ]] 2022-08-19 19:21:35.920 | + inc/python:setup_package:422 : local project_dir=/opt/stack/swift 2022-08-19 19:21:35.922 | + inc/python:setup_package:423 : local flags=-e 2022-08-19 19:21:35.924 | + inc/python:setup_package:424 : local extras=keystone 2022-08-19 19:21:35.927 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-08-19 19:21:35.929 | + inc/python:setup_package:428 : [[ -z keystone ]] 2022-08-19 19:21:35.931 | + inc/python:setup_package:433 : [[ ! -z keystone ]] 2022-08-19 19:21:35.934 | + inc/python:setup_package:434 : extras='[keystone]' 2022-08-19 19:21:35.936 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-08-19 19:21:35.939 | + inc/python:setup_package:442 : pip_install -e '/opt/stack/swift[keystone]' 2022-08-19 19:21:35.959 | Using python 3.8 to install /opt/stack/swift 2022-08-19 19:21:35.961 | + 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 -e '/opt/stack/swift[keystone]' 2022-08-19 19:21:38.068 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:21:38.068 | from cryptography.utils import int_from_bytes 2022-08-19 19:21:38.068 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:21:38.068 | from cryptography.utils import int_from_bytes 2022-08-19 19:21:39.125 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:21:39.125 | Obtaining file:///opt/stack/swift 2022-08-19 19:21:40.422 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.1) 2022-08-19 19:21:40.432 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-08-19 19:21:40.470 | Requirement already satisfied: eventlet===0.33.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.33.1) 2022-08-19 19:21:40.478 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.2) 2022-08-19 19:21:40.484 | Requirement already satisfied: keystonemiddleware===10.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (10.0.0) 2022-08-19 19:21:40.535 | Requirement already satisfied: lxml===4.9.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (4.9.1) 2022-08-19 19:21:40.545 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-19 19:21:40.548 | Requirement already satisfied: oslo.cache===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.0.0) 2022-08-19 19:21:40.585 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-08-19 19:21:40.623 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-08-19 19:21:40.629 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-19 19:21:40.633 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-08-19 19:21:40.671 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-08-19 19:21:40.680 | Requirement already satisfied: oslo.utils===6.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.0) 2022-08-19 19:21:40.694 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-19 19:21:40.699 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-19 19:21:40.702 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (3.1.1) 2022-08-19 19:21:40.712 | Requirement already satisfied: pyeclib===1.6.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 362)) (1.6.1) 2022-08-19 19:21:40.714 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-08-19 19:21:40.717 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-19 19:21:40.723 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-08-19 19:21:40.728 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.0) 2022-08-19 19:21:40.749 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-19 19:21:40.753 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-19 19:21:40.766 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-08-19 19:21:40.770 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-19 19:21:40.773 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-19 19:21:40.777 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-19 19:21:40.809 | Requirement already satisfied: xattr===0.9.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 580)) (0.9.9) 2022-08-19 19:21:40.813 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from PasteDeploy===2.1.1->-c /opt/stack/requirements/upper-constraints.txt (line 15)) (45.2.0) 2022-08-19 19:21:40.816 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-19 19:21:40.819 | Requirement already satisfied: dnspython===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (2.2.1) 2022-08-19 19:21:40.846 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-19 19:21:40.903 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-08-19 19:21:40.915 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-08-19 19:21:40.922 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-19 19:21:40.928 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-19 19:21:40.930 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-19 19:21:40.936 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-08-19 19:21:40.938 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-19 19:21:40.942 | Requirement already satisfied: charset-normalizer===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.0) 2022-08-19 19:21:40.946 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-19 19:21:40.949 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-19 19:21:40.952 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-19 19:21:40.955 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-19 19:21:40.959 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-08-19 19:21:40.961 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-19 19:21:42.803 | Installing collected packages: swift 2022-08-19 19:21:42.803 | Attempting uninstall: swift 2022-08-19 19:21:42.804 | Found existing installation: swift 2.30.0.dev153 2022-08-19 19:21:42.807 | Can't uninstall 'swift'. No files were found to uninstall. 2022-08-19 19:21:42.808 | Running setup.py develop for swift 2022-08-19 19:21:44.651 | Successfully installed swift 2022-08-19 19:21:44.761 | + inc/python:pip_install:196 : result=0 2022-08-19 19:21:44.764 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:21:44.766 | + functions-common:time_stop:2439 : local name 2022-08-19 19:21:44.769 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:21:44.771 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:21:44.773 | + functions-common:time_stop:2442 : local total 2022-08-19 19:21:44.775 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:21:44.777 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:21:44.780 | + functions-common:time_stop:2446 : start_time=1660936895954 2022-08-19 19:21:44.782 | + functions-common:time_stop:2448 : [[ -z 1660936895954 ]] 2022-08-19 19:21:44.785 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:21:44.789 | + functions-common:time_stop:2451 : end_time=1660936904787 2022-08-19 19:21:44.791 | + functions-common:time_stop:2452 : elapsed_time=8833 2022-08-19 19:21:44.793 | + functions-common:time_stop:2453 : total=61864 2022-08-19 19:21:44.796 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:21:44.798 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=70697 2022-08-19 19:21:44.801 | + inc/python:pip_install:199 : return 0 2022-08-19 19:21:44.803 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-08-19 19:21:44.806 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-08-19 19:21:44.808 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-08-19 19:21:44.827 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-08-19 19:21:44.839 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/swift 2022-08-19 19:21:44.841 | + inc/python:use_library_from_git:246 : local name=/opt/stack/swift 2022-08-19 19:21:44.844 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:21:44.846 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:21:44.848 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/swift, ]] 2022-08-19 19:21:44.851 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:21:44.853 | + lib/swift:install_swift:727 : '[' False == True ']' 2022-08-19 19:21:44.856 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-08-19 19:21:44.859 | + ./stack.sh:main:903 : configure_swift 2022-08-19 19:21:44.861 | + lib/swift:configure_swift:331 : local swift_pipeline=crossdomain 2022-08-19 19:21:44.863 | + lib/swift:configure_swift:332 : local node_number 2022-08-19 19:21:44.865 | + lib/swift:configure_swift:333 : local swift_node_config 2022-08-19 19:21:44.867 | + lib/swift:configure_swift:334 : local swift_log_dir 2022-08-19 19:21:44.869 | + lib/swift:configure_swift:337 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2022-08-19 19:21:45.895 | No container-replicator running 2022-08-19 19:21:45.895 | No object-auditor running 2022-08-19 19:21:45.895 | No object-reconstructor running 2022-08-19 19:21:45.895 | No container-sync running 2022-08-19 19:21:45.895 | No container-auditor running 2022-08-19 19:21:45.895 | No object-expirer running 2022-08-19 19:21:45.895 | No container-updater running 2022-08-19 19:21:45.895 | No container-sharder running 2022-08-19 19:21:45.895 | No object-updater running 2022-08-19 19:21:45.895 | No account-replicator running 2022-08-19 19:21:45.895 | No account-server running 2022-08-19 19:21:45.895 | No object-replicator running 2022-08-19 19:21:45.895 | No proxy-server running 2022-08-19 19:21:45.895 | No account-reaper running 2022-08-19 19:21:45.895 | No object-server running 2022-08-19 19:21:45.895 | No account-auditor running 2022-08-19 19:21:45.895 | No container-reconciler running 2022-08-19 19:21:45.895 | No container-server running 2022-08-19 19:21:45.965 | + lib/swift:configure_swift:337 : true 2022-08-19 19:21:45.967 | + lib/swift:configure_swift:339 : sudo install -d -o ubuntu /etc/swift 2022-08-19 19:21:45.980 | + lib/swift:configure_swift:340 : sudo install -d -o ubuntu /etc/swift/object-server /etc/swift/container-server /etc/swift/account-server 2022-08-19 19:21:45.991 | + lib/swift:configure_swift:342 : [[ /etc/swift != \/\e\t\c\/\s\w\i\f\t ]] 2022-08-19 19:21:45.994 | + lib/swift:configure_swift:355 : sudo tee /etc/rsyncd.conf 2022-08-19 19:21:45.995 | ++ lib/swift:configure_swift:351 : id -g -n ubuntu 2022-08-19 19:21:46.000 | + lib/swift:configure_swift:351 : sed -e ' 2022-08-19 19:21:46.000 | s/%GROUP%/ubuntu/; 2022-08-19 19:21:46.000 | s/%USER%/ubuntu/; 2022-08-19 19:21:46.000 | s,%SWIFT_DATA_DIR%,/opt/stack/data/swift,; 2022-08-19 19:21:46.000 | ' /home/ubuntu/devstack/files/swift/rsyncd.conf 2022-08-19 19:21:46.003 | uid = ubuntu 2022-08-19 19:21:46.003 | gid = ubuntu 2022-08-19 19:21:46.003 | log file = /opt/stack/data/swift/logs/rsyncd.log 2022-08-19 19:21:46.003 | pid file = /opt/stack/data/swift/run/rsyncd.pid 2022-08-19 19:21:46.003 | address = 127.0.0.1 2022-08-19 19:21:46.003 | 2022-08-19 19:21:46.003 | [account6612] 2022-08-19 19:21:46.003 | max connections = 25 2022-08-19 19:21:46.004 | path = /opt/stack/data/swift/1/node/ 2022-08-19 19:21:46.004 | read only = false 2022-08-19 19:21:46.004 | lock file = /opt/stack/data/swift/run/account6612.lock 2022-08-19 19:21:46.004 | 2022-08-19 19:21:46.004 | [account6622] 2022-08-19 19:21:46.004 | max connections = 25 2022-08-19 19:21:46.004 | path = /opt/stack/data/swift/2/node/ 2022-08-19 19:21:46.004 | read only = false 2022-08-19 19:21:46.004 | lock file = /opt/stack/data/swift/run/account6622.lock 2022-08-19 19:21:46.004 | 2022-08-19 19:21:46.004 | [account6632] 2022-08-19 19:21:46.004 | max connections = 25 2022-08-19 19:21:46.004 | path = /opt/stack/data/swift/3/node/ 2022-08-19 19:21:46.004 | read only = false 2022-08-19 19:21:46.004 | lock file = /opt/stack/data/swift/run/account6632.lock 2022-08-19 19:21:46.004 | 2022-08-19 19:21:46.004 | [account6642] 2022-08-19 19:21:46.004 | max connections = 25 2022-08-19 19:21:46.004 | path = /opt/stack/data/swift/4/node/ 2022-08-19 19:21:46.004 | read only = false 2022-08-19 19:21:46.004 | lock file = /opt/stack/data/swift/run/account6642.lock 2022-08-19 19:21:46.004 | 2022-08-19 19:21:46.004 | 2022-08-19 19:21:46.004 | [container6611] 2022-08-19 19:21:46.004 | max connections = 25 2022-08-19 19:21:46.004 | path = /opt/stack/data/swift/1/node/ 2022-08-19 19:21:46.004 | read only = false 2022-08-19 19:21:46.004 | lock file = /opt/stack/data/swift/run/container6611.lock 2022-08-19 19:21:46.004 | 2022-08-19 19:21:46.004 | [container6621] 2022-08-19 19:21:46.004 | max connections = 25 2022-08-19 19:21:46.004 | path = /opt/stack/data/swift/2/node/ 2022-08-19 19:21:46.004 | read only = false 2022-08-19 19:21:46.004 | lock file = /opt/stack/data/swift/run/container6621.lock 2022-08-19 19:21:46.005 | 2022-08-19 19:21:46.005 | [container6631] 2022-08-19 19:21:46.005 | max connections = 25 2022-08-19 19:21:46.005 | path = /opt/stack/data/swift/3/node/ 2022-08-19 19:21:46.005 | read only = false 2022-08-19 19:21:46.005 | lock file = /opt/stack/data/swift/run/container6631.lock 2022-08-19 19:21:46.005 | 2022-08-19 19:21:46.005 | [container6641] 2022-08-19 19:21:46.005 | max connections = 25 2022-08-19 19:21:46.005 | path = /opt/stack/data/swift/4/node/ 2022-08-19 19:21:46.005 | read only = false 2022-08-19 19:21:46.005 | lock file = /opt/stack/data/swift/run/container6641.lock 2022-08-19 19:21:46.005 | 2022-08-19 19:21:46.005 | 2022-08-19 19:21:46.005 | [object6613] 2022-08-19 19:21:46.005 | max connections = 25 2022-08-19 19:21:46.005 | path = /opt/stack/data/swift/1/node/ 2022-08-19 19:21:46.005 | read only = false 2022-08-19 19:21:46.005 | lock file = /opt/stack/data/swift/run/object6613.lock 2022-08-19 19:21:46.005 | 2022-08-19 19:21:46.005 | [object6623] 2022-08-19 19:21:46.005 | max connections = 25 2022-08-19 19:21:46.005 | path = /opt/stack/data/swift/2/node/ 2022-08-19 19:21:46.005 | read only = false 2022-08-19 19:21:46.005 | lock file = /opt/stack/data/swift/run/object6623.lock 2022-08-19 19:21:46.005 | 2022-08-19 19:21:46.005 | [object6633] 2022-08-19 19:21:46.005 | max connections = 25 2022-08-19 19:21:46.005 | path = /opt/stack/data/swift/3/node/ 2022-08-19 19:21:46.005 | read only = false 2022-08-19 19:21:46.005 | lock file = /opt/stack/data/swift/run/object6633.lock 2022-08-19 19:21:46.005 | 2022-08-19 19:21:46.005 | [object6643] 2022-08-19 19:21:46.005 | max connections = 25 2022-08-19 19:21:46.005 | path = /opt/stack/data/swift/4/node/ 2022-08-19 19:21:46.005 | read only = false 2022-08-19 19:21:46.005 | lock file = /opt/stack/data/swift/run/object6643.lock 2022-08-19 19:21:46.006 | + lib/swift:configure_swift:357 : is_ubuntu 2022-08-19 19:21:46.008 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:21:46.010 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:21:46.013 | + lib/swift:configure_swift:358 : sudo sed -i '/^RSYNC_ENABLE=false/ { s/false/true/ }' /etc/default/rsync 2022-08-19 19:21:46.025 | + lib/swift:configure_swift:363 : SWIFT_CONFIG_PROXY_SERVER=/etc/swift/proxy-server.conf 2022-08-19 19:21:46.027 | + lib/swift:configure_swift:364 : cp /opt/stack/swift/etc/proxy-server.conf-sample /etc/swift/proxy-server.conf 2022-08-19 19:21:46.032 | + lib/swift:configure_swift:365 : cp /opt/stack/swift/etc/internal-client.conf-sample /etc/swift/internal-client.conf 2022-08-19 19:21:46.036 | + lib/swift:configure_swift:369 : local csyncfile=/etc/swift/container-sync-realms.conf 2022-08-19 19:21:46.038 | + lib/swift:configure_swift:370 : cp /opt/stack/swift/etc/container-sync-realms.conf-sample /etc/swift/container-sync-realms.conf 2022-08-19 19:21:46.042 | + lib/swift:configure_swift:371 : iniset /etc/swift/container-sync-realms.conf realm1 key realm1key 2022-08-19 19:21:46.074 | + lib/swift:configure_swift:372 : iniset /etc/swift/container-sync-realms.conf realm1 cluster_name1 http://10.222.0.23:8080/v1/ 2022-08-19 19:21:46.104 | + lib/swift:configure_swift:374 : iniuncomment /etc/swift/proxy-server.conf DEFAULT user 2022-08-19 19:21:46.122 | + lib/swift:configure_swift:375 : iniset /etc/swift/proxy-server.conf DEFAULT user ubuntu 2022-08-19 19:21:46.155 | + lib/swift:configure_swift:377 : iniuncomment /etc/swift/proxy-server.conf DEFAULT swift_dir 2022-08-19 19:21:46.173 | + lib/swift:configure_swift:378 : iniset /etc/swift/proxy-server.conf DEFAULT swift_dir /etc/swift 2022-08-19 19:21:46.206 | + lib/swift:configure_swift:380 : iniuncomment /etc/swift/proxy-server.conf DEFAULT workers 2022-08-19 19:21:46.223 | + lib/swift:configure_swift:381 : iniset /etc/swift/proxy-server.conf DEFAULT workers 1 2022-08-19 19:21:46.255 | + lib/swift:configure_swift:383 : iniuncomment /etc/swift/proxy-server.conf DEFAULT log_level 2022-08-19 19:21:46.273 | + lib/swift:configure_swift:384 : iniset /etc/swift/proxy-server.conf DEFAULT log_level DEBUG 2022-08-19 19:21:46.305 | + lib/swift:configure_swift:386 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_ip 2022-08-19 19:21:46.323 | + lib/swift:configure_swift:387 : iniset /etc/swift/proxy-server.conf DEFAULT bind_ip 0.0.0.0 2022-08-19 19:21:46.354 | + lib/swift:configure_swift:389 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_port 2022-08-19 19:21:46.372 | + lib/swift:configure_swift:390 : is_service_enabled tls-proxy 2022-08-19 19:21:46.388 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:21:46.390 | + lib/swift:configure_swift:393 : iniset /etc/swift/proxy-server.conf DEFAULT bind_port 8080 2022-08-19 19:21:46.423 | + lib/swift:configure_swift:399 : iniset /etc/swift/proxy-server.conf app:proxy-server node_timeout 120 2022-08-19 19:21:46.454 | + lib/swift:configure_swift:400 : iniset /etc/swift/proxy-server.conf app:proxy-server conn_timeout 20 2022-08-19 19:21:46.485 | + lib/swift:configure_swift:403 : iniset /etc/swift/proxy-server.conf filter:versioned_writes allow_versioned_writes true 2022-08-19 19:21:46.515 | + lib/swift:configure_swift:406 : [[ False == \T\r\u\e ]] 2022-08-19 19:21:46.517 | + lib/swift:configure_swift:411 : is_service_enabled ceilometer 2022-08-19 19:21:46.533 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:21:46.535 | + lib/swift:configure_swift:422 : iniset /etc/swift/proxy-server.conf filter:proxy-logging reveal_sensitive_prefix 12 2022-08-19 19:21:46.567 | + lib/swift:configure_swift:428 : is_service_enabled s3api 2022-08-19 19:21:46.581 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:21:46.583 | + lib/swift:configure_swift:431 : is_service_enabled keystone 2022-08-19 19:21:46.599 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:21:46.601 | + lib/swift:configure_swift:432 : swift_pipeline+=' authtoken' 2022-08-19 19:21:46.603 | + lib/swift:configure_swift:433 : is_service_enabled s3api 2022-08-19 19:21:46.618 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:21:46.620 | + lib/swift:configure_swift:438 : swift_pipeline+=' keystoneauth' 2022-08-19 19:21:46.622 | + lib/swift:configure_swift:441 : swift_pipeline+=' tempauth ' 2022-08-19 19:21:46.624 | + lib/swift:configure_swift:443 : sed -i '/^pipeline/ { s/tempauth/crossdomain authtoken keystoneauth tempauth formpost staticweb/ ;}' /etc/swift/proxy-server.conf 2022-08-19 19:21:46.629 | + lib/swift:configure_swift:444 : sed -i '/^pipeline/ { s/proxy-server/ proxy-server/ ; }' /etc/swift/proxy-server.conf 2022-08-19 19:21:46.635 | + lib/swift:configure_swift:446 : iniset /etc/swift/proxy-server.conf app:proxy-server account_autocreate true 2022-08-19 19:21:46.666 | + lib/swift:configure_swift:447 : iniset /etc/swift/proxy-server.conf app:proxy-server allow_account_management true 2022-08-19 19:21:46.697 | + lib/swift:configure_swift:450 : iniset /etc/swift/proxy-server.conf filter:crossdomain use egg:swift#crossdomain 2022-08-19 19:21:46.730 | + lib/swift:configure_swift:455 : iniset /etc/swift/proxy-server.conf filter:authtoken log_name swift 2022-08-19 19:21:46.765 | + lib/swift:configure_swift:457 : iniset /etc/swift/proxy-server.conf filter:authtoken paste.filter_factory keystonemiddleware.auth_token:filter_factory 2022-08-19 19:21:46.795 | + lib/swift:configure_swift:458 : configure_keystone_authtoken_middleware /etc/swift/proxy-server.conf swift filter:authtoken 2022-08-19 19:21:46.797 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/swift/proxy-server.conf 2022-08-19 19:21:46.799 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=swift 2022-08-19 19:21:46.801 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=filter:authtoken 2022-08-19 19:21:46.803 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_type password 2022-08-19 19:21:46.835 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/swift/proxy-server.conf filter:authtoken interface public 2022-08-19 19:21:46.866 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_url http://10.222.0.23/identity 2022-08-19 19:21:46.904 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/swift/proxy-server.conf filter:authtoken username swift 2022-08-19 19:21:46.936 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/swift/proxy-server.conf filter:authtoken password Passw0rd 2022-08-19 19:21:46.966 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/swift/proxy-server.conf filter:authtoken user_domain_name Default 2022-08-19 19:21:46.998 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/swift/proxy-server.conf filter:authtoken project_name service 2022-08-19 19:21:47.028 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/swift/proxy-server.conf filter:authtoken project_domain_name Default 2022-08-19 19:21:47.059 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/swift/proxy-server.conf filter:authtoken cafile /opt/stack/data/ca-bundle.pem 2022-08-19 19:21:47.091 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/swift/proxy-server.conf filter:authtoken memcached_servers localhost:11211 2022-08-19 19:21:47.122 | + lib/swift:configure_swift:459 : iniset /etc/swift/proxy-server.conf filter:authtoken delay_auth_decision 1 2022-08-19 19:21:47.153 | + lib/swift:configure_swift:460 : iniset /etc/swift/proxy-server.conf filter:authtoken cache swift.cache 2022-08-19 19:21:47.185 | + lib/swift:configure_swift:461 : iniset /etc/swift/proxy-server.conf filter:authtoken include_service_catalog False 2022-08-19 19:21:47.216 | + lib/swift:configure_swift:463 : iniset /etc/swift/proxy-server.conf filter:keystoneauth use egg:swift#keystoneauth 2022-08-19 19:21:47.250 | + lib/swift:configure_swift:464 : iniset /etc/swift/proxy-server.conf filter:keystoneauth operator_roles 'Member, admin' 2022-08-19 19:21:47.281 | + lib/swift:configure_swift:469 : iniuncomment /etc/swift/proxy-server.conf filter:tempauth account_autocreate 2022-08-19 19:21:47.300 | + lib/swift:configure_swift:470 : iniset /etc/swift/proxy-server.conf filter:tempauth reseller_prefix TEMPAUTH 2022-08-19 19:21:47.331 | + lib/swift:configure_swift:473 : iniset /etc/swift/proxy-server.conf filter:domain_remap reseller_prefixes 'AUTH, TEMPAUTH' 2022-08-19 19:21:47.363 | + lib/swift:configure_swift:475 : cp /opt/stack/swift/etc/swift.conf-sample /etc/swift/swift.conf 2022-08-19 19:21:47.368 | + lib/swift:configure_swift:476 : iniset /etc/swift/swift.conf swift-hash swift_hash_path_suffix 66a3d6b56c1f479c8b4e70ab5d2014f6 2022-08-19 19:21:47.399 | + lib/swift:configure_swift:477 : iniset /etc/swift/swift.conf swift-constraints max_header_size 16384 2022-08-19 19:21:47.431 | + lib/swift:configure_swift:478 : iniset /etc/swift/swift.conf swift-constraints max_file_size 5368709122 2022-08-19 19:21:47.462 | + lib/swift:configure_swift:480 : local node_number 2022-08-19 19:21:47.464 | + lib/swift:configure_swift:481 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-08-19 19:21:47.467 | + lib/swift:configure_swift:482 : local swift_node_config=/etc/swift/object-server/1.conf 2022-08-19 19:21:47.469 | + lib/swift:configure_swift:483 : cp /opt/stack/swift/etc/object-server.conf-sample /etc/swift/object-server/1.conf 2022-08-19 19:21:47.474 | + lib/swift:configure_swift:484 : generate_swift_config_services /etc/swift/object-server/1.conf 1 6613 object 2022-08-19 19:21:47.476 | + lib/swift:generate_swift_config_services:289 : local swift_node_config=/etc/swift/object-server/1.conf 2022-08-19 19:21:47.478 | + lib/swift:generate_swift_config_services:290 : local node_id=1 2022-08-19 19:21:47.480 | + lib/swift:generate_swift_config_services:291 : local bind_port=6613 2022-08-19 19:21:47.482 | + lib/swift:generate_swift_config_services:292 : local server_type=object 2022-08-19 19:21:47.485 | + lib/swift:generate_swift_config_services:294 : log_facility=0 2022-08-19 19:21:47.487 | + lib/swift:generate_swift_config_services:295 : local node_path=/opt/stack/data/swift/1 2022-08-19 19:21:47.489 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/object-server/1.conf DEFAULT user 2022-08-19 19:21:47.506 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/object-server/1.conf DEFAULT user ubuntu 2022-08-19 19:21:47.539 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_port 2022-08-19 19:21:47.557 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/object-server/1.conf DEFAULT bind_port 6613 2022-08-19 19:21:47.589 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/object-server/1.conf DEFAULT swift_dir 2022-08-19 19:21:47.608 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/object-server/1.conf DEFAULT swift_dir /etc/swift 2022-08-19 19:21:47.640 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/object-server/1.conf DEFAULT devices 2022-08-19 19:21:47.658 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/object-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-08-19 19:21:47.692 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/object-server/1.conf DEFAULT log_facility 2022-08-19 19:21:47.709 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/object-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-08-19 19:21:47.741 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/object-server/1.conf DEFAULT workers 2022-08-19 19:21:47.760 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/object-server/1.conf DEFAULT workers 2 2022-08-19 19:21:47.792 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/object-server/1.conf DEFAULT disable_fallocate 2022-08-19 19:21:47.810 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/object-server/1.conf DEFAULT disable_fallocate true 2022-08-19 19:21:47.843 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/object-server/1.conf DEFAULT mount_check 2022-08-19 19:21:47.862 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/object-server/1.conf DEFAULT mount_check false 2022-08-19 19:21:47.895 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/object-server/1.conf object-replicator vm_test_mode 2022-08-19 19:21:47.913 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/object-server/1.conf object-replicator vm_test_mode yes 2022-08-19 19:21:47.945 | + lib/swift:generate_swift_config_services:326 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/object-server/1.conf 2022-08-19 19:21:47.951 | + lib/swift:configure_swift:485 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_ip 2022-08-19 19:21:47.970 | + lib/swift:configure_swift:486 : iniset /etc/swift/object-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-08-19 19:21:48.002 | + lib/swift:configure_swift:487 : iniset /etc/swift/object-server/1.conf filter:recon recon_cache_path /opt/stack/data/swift/cache 2022-08-19 19:21:48.035 | + lib/swift:configure_swift:489 : swift_node_config=/etc/swift/container-server/1.conf 2022-08-19 19:21:48.037 | + lib/swift:configure_swift:490 : cp /opt/stack/swift/etc/container-server.conf-sample /etc/swift/container-server/1.conf 2022-08-19 19:21:48.041 | + lib/swift:configure_swift:491 : generate_swift_config_services /etc/swift/container-server/1.conf 1 6611 container 2022-08-19 19:21:48.044 | + lib/swift:generate_swift_config_services:289 : local swift_node_config=/etc/swift/container-server/1.conf 2022-08-19 19:21:48.046 | + lib/swift:generate_swift_config_services:290 : local node_id=1 2022-08-19 19:21:48.049 | + lib/swift:generate_swift_config_services:291 : local bind_port=6611 2022-08-19 19:21:48.051 | + lib/swift:generate_swift_config_services:292 : local server_type=container 2022-08-19 19:21:48.053 | + lib/swift:generate_swift_config_services:294 : log_facility=0 2022-08-19 19:21:48.055 | + lib/swift:generate_swift_config_services:295 : local node_path=/opt/stack/data/swift/1 2022-08-19 19:21:48.058 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/container-server/1.conf DEFAULT user 2022-08-19 19:21:48.075 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/container-server/1.conf DEFAULT user ubuntu 2022-08-19 19:21:48.108 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_port 2022-08-19 19:21:48.126 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/container-server/1.conf DEFAULT bind_port 6611 2022-08-19 19:21:48.158 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/container-server/1.conf DEFAULT swift_dir 2022-08-19 19:21:48.177 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/container-server/1.conf DEFAULT swift_dir /etc/swift 2022-08-19 19:21:48.210 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/container-server/1.conf DEFAULT devices 2022-08-19 19:21:48.228 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/container-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-08-19 19:21:48.261 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/container-server/1.conf DEFAULT log_facility 2022-08-19 19:21:48.279 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/container-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-08-19 19:21:48.313 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/container-server/1.conf DEFAULT workers 2022-08-19 19:21:48.331 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/container-server/1.conf DEFAULT workers 2 2022-08-19 19:21:48.363 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/container-server/1.conf DEFAULT disable_fallocate 2022-08-19 19:21:48.382 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/container-server/1.conf DEFAULT disable_fallocate true 2022-08-19 19:21:48.414 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/container-server/1.conf DEFAULT mount_check 2022-08-19 19:21:48.433 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/container-server/1.conf DEFAULT mount_check false 2022-08-19 19:21:48.466 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/container-server/1.conf container-replicator vm_test_mode 2022-08-19 19:21:48.485 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/container-server/1.conf container-replicator vm_test_mode yes 2022-08-19 19:21:48.516 | + lib/swift:generate_swift_config_services:326 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/container-server/1.conf 2022-08-19 19:21:48.522 | + lib/swift:configure_swift:492 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_ip 2022-08-19 19:21:48.540 | + lib/swift:configure_swift:493 : iniset /etc/swift/container-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-08-19 19:21:48.573 | + lib/swift:configure_swift:495 : swift_node_config=/etc/swift/account-server/1.conf 2022-08-19 19:21:48.576 | + lib/swift:configure_swift:496 : cp /opt/stack/swift/etc/account-server.conf-sample /etc/swift/account-server/1.conf 2022-08-19 19:21:48.580 | + lib/swift:configure_swift:497 : generate_swift_config_services /etc/swift/account-server/1.conf 1 6612 account 2022-08-19 19:21:48.582 | + lib/swift:generate_swift_config_services:289 : local swift_node_config=/etc/swift/account-server/1.conf 2022-08-19 19:21:48.584 | + lib/swift:generate_swift_config_services:290 : local node_id=1 2022-08-19 19:21:48.587 | + lib/swift:generate_swift_config_services:291 : local bind_port=6612 2022-08-19 19:21:48.589 | + lib/swift:generate_swift_config_services:292 : local server_type=account 2022-08-19 19:21:48.591 | + lib/swift:generate_swift_config_services:294 : log_facility=0 2022-08-19 19:21:48.593 | + lib/swift:generate_swift_config_services:295 : local node_path=/opt/stack/data/swift/1 2022-08-19 19:21:48.595 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/account-server/1.conf DEFAULT user 2022-08-19 19:21:48.613 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/account-server/1.conf DEFAULT user ubuntu 2022-08-19 19:21:48.647 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_port 2022-08-19 19:21:48.665 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/account-server/1.conf DEFAULT bind_port 6612 2022-08-19 19:21:48.697 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/account-server/1.conf DEFAULT swift_dir 2022-08-19 19:21:48.716 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/account-server/1.conf DEFAULT swift_dir /etc/swift 2022-08-19 19:21:48.748 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/account-server/1.conf DEFAULT devices 2022-08-19 19:21:48.766 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/account-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-08-19 19:21:48.798 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/account-server/1.conf DEFAULT log_facility 2022-08-19 19:21:48.817 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/account-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-08-19 19:21:48.850 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/account-server/1.conf DEFAULT workers 2022-08-19 19:21:48.868 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/account-server/1.conf DEFAULT workers 2 2022-08-19 19:21:48.902 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/account-server/1.conf DEFAULT disable_fallocate 2022-08-19 19:21:48.920 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/account-server/1.conf DEFAULT disable_fallocate true 2022-08-19 19:21:48.953 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/account-server/1.conf DEFAULT mount_check 2022-08-19 19:21:48.971 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/account-server/1.conf DEFAULT mount_check false 2022-08-19 19:21:49.003 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/account-server/1.conf account-replicator vm_test_mode 2022-08-19 19:21:49.021 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/account-server/1.conf account-replicator vm_test_mode yes 2022-08-19 19:21:49.052 | + lib/swift:generate_swift_config_services:326 : sed -i -e 's,#[ ]*recon_cache_path .*,recon_cache_path = /opt/stack/data/swift/cache,' /etc/swift/account-server/1.conf 2022-08-19 19:21:49.063 | + lib/swift:configure_swift:498 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_ip 2022-08-19 19:21:49.081 | + lib/swift:configure_swift:499 : iniset /etc/swift/account-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-08-19 19:21:49.114 | + lib/swift:configure_swift:503 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest1 'testing .admin' 2022-08-19 19:21:49.146 | + lib/swift:configure_swift:504 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest2_swiftusertest2 'testing2 .admin' 2022-08-19 19:21:49.179 | + lib/swift:configure_swift:505 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest3 'testing3 .admin' 2022-08-19 19:21:49.211 | + lib/swift:configure_swift:507 : testfile=/etc/swift/test.conf 2022-08-19 19:21:49.214 | + lib/swift:configure_swift:508 : cp /opt/stack/swift/test/sample.conf /etc/swift/test.conf 2022-08-19 19:21:49.218 | + lib/swift:configure_swift:511 : iniset /etc/swift/test.conf func_test account swiftprojecttest1 2022-08-19 19:21:49.251 | + lib/swift:configure_swift:512 : iniset /etc/swift/test.conf func_test username swiftusertest1 2022-08-19 19:21:49.283 | + lib/swift:configure_swift:513 : iniset /etc/swift/test.conf func_test username3 swiftusertest3 2022-08-19 19:21:49.316 | + lib/swift:configure_swift:514 : iniset /etc/swift/test.conf func_test account2 swiftprojecttest2 2022-08-19 19:21:49.349 | + lib/swift:configure_swift:515 : iniset /etc/swift/test.conf func_test username2 swiftusertest2 2022-08-19 19:21:49.382 | + lib/swift:configure_swift:516 : iniset /etc/swift/test.conf func_test account4 swiftprojecttest4 2022-08-19 19:21:49.415 | + lib/swift:configure_swift:517 : iniset /etc/swift/test.conf func_test username4 swiftusertest4 2022-08-19 19:21:49.446 | + lib/swift:configure_swift:518 : iniset /etc/swift/test.conf func_test password4 testing4 2022-08-19 19:21:49.478 | + lib/swift:configure_swift:519 : iniset /etc/swift/test.conf func_test domain4 swift_test 2022-08-19 19:21:49.509 | + lib/swift:configure_swift:521 : is_service_enabled keystone 2022-08-19 19:21:49.526 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:21:49.528 | + lib/swift:configure_swift:522 : iniuncomment /etc/swift/test.conf func_test auth_version 2022-08-19 19:21:49.547 | + lib/swift:configure_swift:523 : local auth_vers 2022-08-19 19:21:49.550 | ++ lib/swift:configure_swift:524 : iniget /etc/swift/test.conf func_test auth_version 2022-08-19 19:21:49.569 | + lib/swift:configure_swift:524 : auth_vers=3 2022-08-19 19:21:49.572 | + lib/swift:configure_swift:525 : iniset /etc/swift/test.conf func_test auth_host 10.222.0.23 2022-08-19 19:21:49.603 | + lib/swift:configure_swift:526 : [[ http == \h\t\t\p\s ]] 2022-08-19 19:21:49.605 | + lib/swift:configure_swift:529 : iniset /etc/swift/test.conf func_test auth_port 80 2022-08-19 19:21:49.636 | + lib/swift:configure_swift:531 : iniset /etc/swift/test.conf func_test auth_uri http://10.222.0.23/identity 2022-08-19 19:21:49.669 | + lib/swift:configure_swift:532 : [[ 3 == \3 ]] 2022-08-19 19:21:49.671 | + lib/swift:configure_swift:533 : iniset /etc/swift/test.conf func_test auth_prefix /identity/v3/ 2022-08-19 19:21:49.704 | + lib/swift:configure_swift:537 : is_service_enabled tls-proxy 2022-08-19 19:21:49.719 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:21:49.722 | + lib/swift:configure_swift:543 : local user_group 2022-08-19 19:21:49.725 | ++ lib/swift:configure_swift:544 : id -g ubuntu 2022-08-19 19:21:49.729 | + lib/swift:configure_swift:544 : user_group=1000 2022-08-19 19:21:49.731 | + lib/swift:configure_swift:545 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift 2022-08-19 19:21:49.744 | + lib/swift:configure_swift:547 : local swift_log_dir=/opt/stack/data/swift/logs 2022-08-19 19:21:49.746 | + lib/swift:configure_swift:548 : sudo rm -rf /opt/stack/data/swift/logs 2022-08-19 19:21:49.758 | + lib/swift:configure_swift:549 : local swift_log_group=adm 2022-08-19 19:21:49.760 | + lib/swift:configure_swift:550 : is_suse 2022-08-19 19:21:49.762 | + functions-common:is_suse:536 : is_opensuse 2022-08-19 19:21:49.765 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-19 19:21:49.768 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-19 19:21:49.770 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-19 19:21:49.772 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-19 19:21:49.774 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-19 19:21:49.777 | + lib/swift:configure_swift:553 : sudo install -d -o ubuntu -g adm /opt/stack/data/swift/logs/hourly 2022-08-19 19:21:49.789 | + lib/swift:configure_swift:555 : [[ False != \F\a\l\s\e ]] 2022-08-19 19:21:49.791 | + lib/swift:configure_swift:563 : '[' False == True ']' 2022-08-19 19:21:49.794 | + ./stack.sh:main:906 : is_service_enabled s3api 2022-08-19 19:21:49.813 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:21:49.815 | + ./stack.sh:main:912 : is_service_enabled g-api n-api 2022-08-19 19:21:49.833 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:21:49.835 | + ./stack.sh:main:914 : stack_install_service glance 2022-08-19 19:21:49.838 | + lib/stack:stack_install_service:20 : local service=glance 2022-08-19 19:21:49.840 | + lib/stack:stack_install_service:21 : type install_glance 2022-08-19 19:21:49.843 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-08-19 19:21:49.845 | + lib/stack:stack_install_service:32 : install_glance 2022-08-19 19:21:49.848 | + lib/glance:install_glance:507 : glance_store_extras=() 2022-08-19 19:21:49.850 | + lib/glance:install_glance:507 : local glance_store_extras 2022-08-19 19:21:49.853 | + lib/glance:install_glance:509 : is_service_enabled cinder 2022-08-19 19:21:49.870 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:21:49.873 | + lib/glance:install_glance:510 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2022-08-19 19:21:49.876 | + lib/glance:install_glance:513 : is_service_enabled swift 2022-08-19 19:21:49.893 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:21:49.895 | + lib/glance:install_glance:514 : glance_store_extras=("swift" "${glance_store_extras[@]}") 2022-08-19 19:21:49.898 | + lib/glance:install_glance:519 : use_library_from_git glance_store 2022-08-19 19:21:49.900 | + inc/python:use_library_from_git:246 : local name=glance_store 2022-08-19 19:21:49.903 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:21:49.905 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:21:49.908 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,glance_store, ]] 2022-08-19 19:21:49.910 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:21:49.914 | ++ lib/glance:install_glance:525 : join_extras swift cinder 2022-08-19 19:21:49.916 | ++ inc/python:join_extras:29 : local IFS=, 2022-08-19 19:21:49.919 | ++ inc/python:join_extras:30 : echo swift,cinder 2022-08-19 19:21:49.922 | + lib/glance:install_glance:525 : pip_install_gr_extras glance-store swift,cinder 2022-08-19 19:21:49.925 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2022-08-19 19:21:49.927 | + inc/python:pip_install_gr_extras:90 : local extras=swift,cinder 2022-08-19 19:21:49.930 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2022-08-19 19:21:49.933 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2022-08-19 19:21:49.937 | ++ inc/python:get_version_constraints_from_global_requirements:233 : local package=glance-store 2022-08-19 19:21:49.939 | ++ inc/python:get_version_constraints_from_global_requirements:234 : local required_pkg_version_constraint 2022-08-19 19:21:49.943 | +++ inc/python:get_version_constraints_from_global_requirements:236 : grep -i -h -o -P '^glance-store\K.*' /opt/stack/requirements/global-requirements.txt 2022-08-19 19:21:49.944 | +++ inc/python:get_version_constraints_from_global_requirements:236 : cut -d# -f1 2022-08-19 19:21:49.949 | ++ inc/python:get_version_constraints_from_global_requirements:236 : required_pkg_version_constraint='!=0.29.0 ' 2022-08-19 19:21:49.952 | ++ inc/python:get_version_constraints_from_global_requirements:237 : [[ !=0.29.0 == '' ]] 2022-08-19 19:21:49.954 | ++ inc/python:get_version_constraints_from_global_requirements:240 : echo '!=0.29.0' 2022-08-19 19:21:49.957 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2022-08-19 19:21:49.960 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[swift,cinder]!=0.29.0' 2022-08-19 19:21:49.981 | Using python 3.8 to install glance-store[swift,cinder]!=0.29.0 2022-08-19 19:21:49.984 | + 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 'glance-store[swift,cinder]!=0.29.0' 2022-08-19 19:21:52.076 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:21:52.076 | from cryptography.utils import int_from_bytes 2022-08-19 19:21:52.076 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:21:52.076 | from cryptography.utils import int_from_bytes 2022-08-19 19:21:53.114 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:21:53.116 | Requirement already satisfied: glance-store===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 178)) (4.0.1) 2022-08-19 19:21:53.196 | Requirement already satisfied: httplib2===0.20.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (0.20.4) 2022-08-19 19:21:53.206 | Requirement already satisfied: jsonschema===4.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.7.2) 2022-08-19 19:21:53.244 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-19 19:21:53.301 | Requirement already satisfied: os-brick===6.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 287)) (6.0.0) 2022-08-19 19:21:53.325 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-19 19:21:53.330 | Requirement already satisfied: os-win===5.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (5.7.0) 2022-08-19 19:21:53.347 | Requirement already satisfied: oslo.concurrency===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (5.0.0) 2022-08-19 19:21:53.356 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-08-19 19:21:53.395 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-08-19 19:21:53.401 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-19 19:21:53.405 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-08-19 19:21:53.444 | Requirement already satisfied: oslo.privsep===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (3.0.0) 2022-08-19 19:21:53.458 | Requirement already satisfied: oslo.rootwrap===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (6.3.1) 2022-08-19 19:21:53.460 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-08-19 19:21:53.469 | Requirement already satisfied: oslo.service===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (3.0.0) 2022-08-19 19:21:53.492 | Requirement already satisfied: oslo.utils===6.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.0) 2022-08-19 19:21:53.506 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-19 19:21:53.511 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-19 19:21:53.514 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-08-19 19:21:53.517 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-19 19:21:53.522 | Requirement already satisfied: pyrsistent===0.18.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (0.18.1) 2022-08-19 19:21:53.527 | Requirement already satisfied: python-cinderclient===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391)) (9.0.0) 2022-08-19 19:21:53.541 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-08-19 19:21:53.546 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.0) 2022-08-19 19:21:53.567 | Requirement already satisfied: python-swiftclient===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 428)) (4.0.1) 2022-08-19 19:21:53.587 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-19 19:21:53.591 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-19 19:21:53.604 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-08-19 19:21:53.609 | Requirement already satisfied: simplejson===3.17.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (3.17.6) 2022-08-19 19:21:53.611 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-19 19:21:53.614 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-19 19:21:53.618 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (6.3.1) 2022-08-19 19:21:53.632 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-19 19:21:53.665 | Requirement already satisfied: yappi===1.3.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 585)) (1.3.6) 2022-08-19 19:21:53.670 | Requirement already satisfied: eventlet===0.33.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.33.1) 2022-08-19 19:21:53.679 | Requirement already satisfied: importlib-resources===5.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (5.9.0) 2022-08-19 19:21:53.706 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-08-19 19:21:53.763 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-19 19:21:53.766 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (0.17.3) 2022-08-19 19:21:53.769 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-19 19:21:53.775 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-19 19:21:53.779 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-19 19:21:53.782 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-19 19:21:53.786 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-08-19 19:21:53.789 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.2) 2022-08-19 19:21:53.793 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.1) 2022-08-19 19:21:53.803 | Requirement already satisfied: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-08-19 19:21:53.814 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-08-19 19:21:53.827 | Requirement already satisfied: Paste===3.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (3.5.1) 2022-08-19 19:21:53.835 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (2.5.1) 2022-08-19 19:21:53.846 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-19 19:21:53.848 | Requirement already satisfied: prettytable===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-08-19 19:21:53.860 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-19 19:21:53.863 | Requirement already satisfied: charset-normalizer===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.0) 2022-08-19 19:21:53.867 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-19 19:21:53.870 | Requirement already satisfied: dnspython===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (2.2.1) 2022-08-19 19:21:53.897 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-08-19 19:21:53.923 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-19 19:21:53.926 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-19 19:21:53.929 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from PasteDeploy===2.1.1->-c /opt/stack/requirements/upper-constraints.txt (line 15)) (45.2.0) 2022-08-19 19:21:53.932 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (0.7) 2022-08-19 19:21:53.939 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-08-19 19:21:55.755 | + inc/python:pip_install:196 : result=0 2022-08-19 19:21:55.757 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:21:55.759 | + functions-common:time_stop:2439 : local name 2022-08-19 19:21:55.762 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:21:55.765 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:21:55.767 | + functions-common:time_stop:2442 : local total 2022-08-19 19:21:55.770 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:21:55.772 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:21:55.774 | + functions-common:time_stop:2446 : start_time=1660936909976 2022-08-19 19:21:55.777 | + functions-common:time_stop:2448 : [[ -z 1660936909976 ]] 2022-08-19 19:21:55.780 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:21:55.784 | + functions-common:time_stop:2451 : end_time=1660936915782 2022-08-19 19:21:55.787 | + functions-common:time_stop:2452 : elapsed_time=5806 2022-08-19 19:21:55.789 | + functions-common:time_stop:2453 : total=70697 2022-08-19 19:21:55.792 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:21:55.794 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=76503 2022-08-19 19:21:55.797 | + inc/python:pip_install:199 : return 0 2022-08-19 19:21:55.799 | + lib/glance:install_glance:526 : copy_rootwrap /usr/local/etc/glance 2022-08-19 19:21:55.802 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2022-08-19 19:21:55.805 | + lib/glance:copy_rootwrap:241 : sudo install -d -o ubuntu /etc/glance 2022-08-19 19:21:55.818 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2022-08-19 19:21:55.823 | + lib/glance:install_glance:529 : git_clone https://opendev.org/openstack/glance.git /opt/stack/glance master 2022-08-19 19:21:55.825 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/glance.git 2022-08-19 19:21:55.828 | + functions-common:git_clone:597 : local git_dest=/opt/stack/glance 2022-08-19 19:21:55.831 | + functions-common:git_clone:598 : local git_ref=master 2022-08-19 19:21:55.833 | + functions-common:git_clone:599 : local orig_dir 2022-08-19 19:21:55.836 | ++ functions-common:git_clone:600 : pwd 2022-08-19 19:21:55.839 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-19 19:21:55.841 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-19 19:21:55.844 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-19 19:21:55.861 | + functions-common:git_clone:603 : RECLONE=False 2022-08-19 19:21:55.864 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-19 19:21:55.866 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-19 19:21:55.869 | + functions-common:git_clone:617 : echo master 2022-08-19 19:21:55.869 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-19 19:21:55.875 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/glance ]] 2022-08-19 19:21:55.878 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-19 19:21:55.880 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/glance 2022-08-19 19:21:55.892 | + functions-common:git_clone:677 : cd /opt/stack/glance 2022-08-19 19:21:55.895 | + functions-common:git_clone:678 : git show --oneline 2022-08-19 19:21:55.896 | + functions-common:git_clone:678 : head -1 2022-08-19 19:21:55.899 | cb60c1d2f remove expired notes for Multi Store feature 2022-08-19 19:21:55.902 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-19 19:21:55.905 | + lib/glance:install_glance:531 : setup_develop /opt/stack/glance 2022-08-19 19:21:55.907 | + inc/python:setup_develop:334 : local bindep 2022-08-19 19:21:55.910 | + inc/python:setup_develop:335 : [[ /opt/stack/glance == -bindep* ]] 2022-08-19 19:21:55.913 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/glance 2022-08-19 19:21:55.915 | + inc/python:setup_develop:340 : local extras= 2022-08-19 19:21:55.918 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/glance -e 2022-08-19 19:21:55.920 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-08-19 19:21:55.923 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/glance == -bindep* ]] 2022-08-19 19:21:55.926 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/glance 2022-08-19 19:21:55.928 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-08-19 19:21:55.931 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-08-19 19:21:55.934 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/glance 2022-08-19 19:21:55.937 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-08-19 19:21:55.940 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/glance 2022-08-19 19:21:55.942 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-08-19 19:21:55.945 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-08-19 19:21:55.948 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2022-08-19 19:21:55.954 | + inc/python:_setup_package_with_constraints_edit:381 : name=glance 2022-08-19 19:21:55.957 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance 2022-08-19 19:21:56.588 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/glance -e 2022-08-19 19:21:56.591 | + inc/python:setup_package:414 : local bindep=0 2022-08-19 19:21:56.594 | + inc/python:setup_package:415 : local bindep_flag= 2022-08-19 19:21:56.596 | + inc/python:setup_package:416 : local bindep_profiles= 2022-08-19 19:21:56.599 | + inc/python:setup_package:417 : [[ /opt/stack/glance == -bindep* ]] 2022-08-19 19:21:56.601 | + inc/python:setup_package:422 : local project_dir=/opt/stack/glance 2022-08-19 19:21:56.603 | + inc/python:setup_package:423 : local flags=-e 2022-08-19 19:21:56.606 | + inc/python:setup_package:424 : local extras= 2022-08-19 19:21:56.609 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-08-19 19:21:56.611 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-08-19 19:21:56.613 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-08-19 19:21:56.616 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-08-19 19:21:56.618 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-08-19 19:21:56.620 | + inc/python:setup_package:442 : pip_install -e /opt/stack/glance 2022-08-19 19:21:56.642 | Using python 3.8 to install /opt/stack/glance 2022-08-19 19:21:56.645 | + 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 -e /opt/stack/glance 2022-08-19 19:21:58.728 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:21:58.728 | from cryptography.utils import int_from_bytes 2022-08-19 19:21:58.728 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:21:58.728 | from cryptography.utils import int_from_bytes 2022-08-19 19:21:59.779 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:21:59.779 | Obtaining file:///opt/stack/glance 2022-08-19 19:22:01.096 | Requirement already satisfied: Paste===3.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (3.5.1) 2022-08-19 19:22:01.105 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.1) 2022-08-19 19:22:01.114 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (2.5.1) 2022-08-19 19:22:01.125 | Requirement already satisfied: SQLAlchemy===1.4.40 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 25)) (1.4.40) 2022-08-19 19:22:01.271 | Requirement already satisfied: WSME===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 31)) (0.11.0) 2022-08-19 19:22:01.278 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-08-19 19:22:01.291 | Requirement already satisfied: alembic===1.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (1.8.1) 2022-08-19 19:22:01.305 | Requirement already satisfied: castellan===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (4.0.0) 2022-08-19 19:22:01.324 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-08-19 19:22:01.361 | Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127)) (0.2.2) 2022-08-19 19:22:01.375 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-19 19:22:01.381 | Requirement already satisfied: defusedxml===0.7.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 132)) (0.7.1) 2022-08-19 19:22:01.386 | Requirement already satisfied: eventlet===0.33.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.33.1) 2022-08-19 19:22:01.395 | Requirement already satisfied: futurist===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (2.4.1) 2022-08-19 19:22:01.398 | Requirement already satisfied: glance-store===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 178)) (4.0.1) 2022-08-19 19:22:01.466 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.2) 2022-08-19 19:22:01.471 | Requirement already satisfied: httplib2===0.20.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (0.20.4) 2022-08-19 19:22:01.481 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-08-19 19:22:01.518 | Requirement already satisfied: importlib-resources===5.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (5.9.0) 2022-08-19 19:22:01.545 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-19 19:22:01.547 | Requirement already satisfied: jsonschema===4.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.7.2) 2022-08-19 19:22:01.586 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-19 19:22:01.644 | Requirement already satisfied: keystonemiddleware===10.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (10.0.0) 2022-08-19 19:22:01.695 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-19 19:22:01.700 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-19 19:22:01.704 | Requirement already satisfied: os-win===5.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (5.7.0) 2022-08-19 19:22:01.722 | Requirement already satisfied: oslo.cache===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.0.0) 2022-08-19 19:22:01.758 | Requirement already satisfied: oslo.concurrency===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (5.0.0) 2022-08-19 19:22:01.769 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-08-19 19:22:01.808 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-08-19 19:22:01.813 | Requirement already satisfied: oslo.db===12.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (12.0.0) 2022-08-19 19:22:01.860 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-19 19:22:01.865 | Requirement already satisfied: oslo.limit===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (2.0.0) 2022-08-19 19:22:01.874 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-08-19 19:22:01.913 | Requirement already satisfied: oslo.messaging===13.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (13.0.0) 2022-08-19 19:22:01.967 | Requirement already satisfied: oslo.metrics===0.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.4.0) 2022-08-19 19:22:01.977 | Requirement already satisfied: oslo.middleware===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (5.0.0) 2022-08-19 19:22:01.996 | Requirement already satisfied: oslo.policy===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.0.0) 2022-08-19 19:22:02.010 | Requirement already satisfied: oslo.reports===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (2.4.0) 2022-08-19 19:22:02.023 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-08-19 19:22:02.031 | Requirement already satisfied: oslo.service===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (3.0.0) 2022-08-19 19:22:02.053 | Requirement already satisfied: oslo.upgradecheck===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (2.0.0) 2022-08-19 19:22:02.064 | Requirement already satisfied: oslo.utils===6.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.0) 2022-08-19 19:22:02.077 | Requirement already satisfied: osprofiler===3.4.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (3.4.3) 2022-08-19 19:22:02.116 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-19 19:22:02.121 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-19 19:22:02.125 | Requirement already satisfied: prettytable===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-08-19 19:22:02.136 | Requirement already satisfied: prometheus-client===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (0.14.1) 2022-08-19 19:22:02.142 | Requirement already satisfied: psutil===5.9.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (5.9.1) 2022-08-19 19:22:02.160 | Requirement already satisfied: pyOpenSSL===22.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (22.0.0) 2022-08-19 19:22:02.172 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (3.1.1) 2022-08-19 19:22:02.182 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-08-19 19:22:02.185 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-19 19:22:02.191 | Requirement already satisfied: pyrsistent===0.18.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (0.18.1) 2022-08-19 19:22:02.195 | Requirement already satisfied: python-barbicanclient===5.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 388)) (5.4.0) 2022-08-19 19:22:02.209 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-08-19 19:22:02.214 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.0) 2022-08-19 19:22:02.235 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-19 19:22:02.239 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (0.7) 2022-08-19 19:22:02.245 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-19 19:22:02.286 | Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 458)) (1.3.3) 2022-08-19 19:22:02.291 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-08-19 19:22:02.295 | Requirement already satisfied: simplegeneric===0.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 481)) (0.8.1) 2022-08-19 19:22:02.298 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-19 19:22:02.301 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (0.13.0) 2022-08-19 19:22:02.312 | Requirement already satisfied: sqlparse===0.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (0.4.2) 2022-08-19 19:22:02.315 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (3.3.0) 2022-08-19 19:22:02.317 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-19 19:22:02.321 | Requirement already satisfied: taskflow===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 530)) (5.0.0) 2022-08-19 19:22:02.373 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (6.3.1) 2022-08-19 19:22:02.388 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) (2.0.1) 2022-08-19 19:22:02.397 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (0.5.0) 2022-08-19 19:22:02.403 | Requirement already satisfied: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (2.5.0) 2022-08-19 19:22:02.413 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-19 19:22:02.446 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-08-19 19:22:02.451 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-19 19:22:02.455 | Requirement already satisfied: yappi===1.3.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 585)) (1.3.6) 2022-08-19 19:22:02.460 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-08-19 19:22:02.485 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste===3.5.1->-c /opt/stack/requirements/upper-constraints.txt (line 14)) (45.2.0) 2022-08-19 19:22:02.488 | Requirement already satisfied: Mako===1.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.2.1) 2022-08-19 19:22:02.498 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-19 19:22:02.502 | Requirement already satisfied: dnspython===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (2.2.1) 2022-08-19 19:22:02.529 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-08-19 19:22:02.588 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-08-19 19:22:02.593 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (0.17.3) 2022-08-19 19:22:02.596 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-19 19:22:02.599 | Requirement already satisfied: openstacksdk===0.100.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (0.100.0) 2022-08-19 19:22:02.624 | Requirement already satisfied: kombu===5.2.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229)) (5.2.4) 2022-08-19 19:22:02.670 | Requirement already satisfied: amqp===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 79)) (5.1.1) 2022-08-19 19:22:02.675 | Requirement already satisfied: cachetools===5.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (5.2.0) 2022-08-19 19:22:02.678 | Requirement already satisfied: bcrypt===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) (3.2.2) 2022-08-19 19:22:02.685 | Requirement already satisfied: Jinja2===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) (3.1.2) 2022-08-19 19:22:02.692 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-08-19 19:22:02.696 | Requirement already satisfied: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-08-19 19:22:02.707 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-19 19:22:02.709 | Requirement already satisfied: cliff===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (4.0.0) 2022-08-19 19:22:02.721 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-19 19:22:02.723 | Requirement already satisfied: charset-normalizer===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.0) 2022-08-19 19:22:02.728 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-19 19:22:02.731 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) (0.5.2) 2022-08-19 19:22:02.733 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-08-19 19:22:02.736 | Requirement already satisfied: pydot===1.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 360)) (1.4.2) 2022-08-19 19:22:02.741 | Requirement already satisfied: automaton===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 92)) (3.0.0) 2022-08-19 19:22:02.747 | Requirement already satisfied: networkx===2.8.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263)) (2.8.5) 2022-08-19 19:22:02.785 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2022-08-19 19:22:02.787 | Requirement already satisfied: MarkupSafe===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (2.1.1) 2022-08-19 19:22:02.790 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-19 19:22:02.793 | Requirement already satisfied: jmespath===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (1.0.1) 2022-08-19 19:22:02.796 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 86)) (1.4.4) 2022-08-19 19:22:02.799 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (1.32) 2022-08-19 19:22:02.804 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (1.4.0) 2022-08-19 19:22:02.806 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (2.5.0) 2022-08-19 19:22:02.828 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (5.0.0) 2022-08-19 19:22:02.830 | Requirement already satisfied: cmd2===2.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (2.4.2) 2022-08-19 19:22:02.879 | Requirement already satisfied: autopage===0.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (0.5.1) 2022-08-19 19:22:02.881 | Requirement already satisfied: jsonpointer===2.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (2.3) 2022-08-19 19:22:02.885 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (1.8.2) 2022-08-19 19:22:03.856 | Installing collected packages: glance 2022-08-19 19:22:03.856 | Attempting uninstall: glance 2022-08-19 19:22:03.857 | Found existing installation: glance 25.0.0.0b3.dev12 2022-08-19 19:22:03.862 | Can't uninstall 'glance'. No files were found to uninstall. 2022-08-19 19:22:03.863 | Running setup.py develop for glance 2022-08-19 19:22:05.609 | Successfully installed glance 2022-08-19 19:22:05.720 | + inc/python:pip_install:196 : result=0 2022-08-19 19:22:05.723 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:22:05.725 | + functions-common:time_stop:2439 : local name 2022-08-19 19:22:05.727 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:22:05.730 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:22:05.732 | + functions-common:time_stop:2442 : local total 2022-08-19 19:22:05.735 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:22:05.737 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:22:05.740 | + functions-common:time_stop:2446 : start_time=1660936916636 2022-08-19 19:22:05.742 | + functions-common:time_stop:2448 : [[ -z 1660936916636 ]] 2022-08-19 19:22:05.745 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:22:05.749 | + functions-common:time_stop:2451 : end_time=1660936925746 2022-08-19 19:22:05.752 | + functions-common:time_stop:2452 : elapsed_time=9110 2022-08-19 19:22:05.754 | + functions-common:time_stop:2453 : total=76503 2022-08-19 19:22:05.756 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:22:05.759 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=85613 2022-08-19 19:22:05.761 | + inc/python:pip_install:199 : return 0 2022-08-19 19:22:05.763 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-08-19 19:22:05.766 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-08-19 19:22:05.769 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-08-19 19:22:05.788 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-08-19 19:22:05.800 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/glance 2022-08-19 19:22:05.803 | + inc/python:use_library_from_git:246 : local name=/opt/stack/glance 2022-08-19 19:22:05.805 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:22:05.808 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:22:05.810 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/glance, ]] 2022-08-19 19:22:05.814 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:22:05.816 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-08-19 19:22:05.818 | + ./stack.sh:main:915 : configure_glance 2022-08-19 19:22:05.821 | + lib/glance:configure_glance:323 : sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs 2022-08-19 19:22:05.833 | + lib/glance:configure_glance:326 : local dburl 2022-08-19 19:22:05.836 | ++ lib/glance:configure_glance:327 : database_connection_url glance 2022-08-19 19:22:05.839 | ++ lib/database:database_connection_url:134 : local db=glance 2022-08-19 19:22:05.841 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2022-08-19 19:22:05.844 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=glance 2022-08-19 19:22:05.846 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-19 19:22:05.848 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-19 19:22:05.850 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-19 19:22:05.866 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:22:05.869 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-19 19:22:05.871 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2022-08-19 19:22:05.874 | + lib/glance:configure_glance:327 : dburl='mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2022-08-19 19:22:05.877 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2022-08-19 19:22:05.909 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8&plugin=dbcounter' 2022-08-19 19:22:05.943 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2022-08-19 19:22:05.977 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-08-19 19:22:06.011 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2022-08-19 19:22:06.046 | + lib/glance:configure_glance:334 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2022-08-19 19:22:06.080 | + lib/glance:configure_glance:335 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2022-08-19 19:22:06.083 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/glance/glance-api.conf 2022-08-19 19:22:06.085 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=glance 2022-08-19 19:22:06.087 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-08-19 19:22:06.090 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2022-08-19 19:22:06.123 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2022-08-19 19:22:06.157 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.222.0.23/identity 2022-08-19 19:22:06.191 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2022-08-19 19:22:06.225 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/glance/glance-api.conf keystone_authtoken password Passw0rd 2022-08-19 19:22:06.258 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2022-08-19 19:22:06.292 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2022-08-19 19:22:06.328 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2022-08-19 19:22:06.362 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-08-19 19:22:06.397 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2022-08-19 19:22:06.431 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2022-08-19 19:22:06.466 | + lib/glance:configure_glance:337 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2022-08-19 19:22:06.468 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2022-08-19 19:22:06.471 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2022-08-19 19:22:06.473 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-08-19 19:22:06.476 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-08-19 19:22:06.478 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-08-19 19:22:06.495 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:22:06.498 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-08-19 19:22:06.501 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-08-19 19:22:06.503 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-08-19 19:22:06.520 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:22:06.523 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/ 2022-08-19 19:22:06.526 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/ 2022-08-19 19:22:06.560 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-08-19 19:22:06.562 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-08-19 19:22:06.565 | + lib/glance:configure_glance:338 : '[' libvirt = libvirt ']' 2022-08-19 19:22:06.567 | + lib/glance:configure_glance:338 : '[' kvm = parallels ']' 2022-08-19 19:22:06.570 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2022-08-19 19:22:06.605 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2022-08-19 19:22:06.639 | + lib/glance:configure_glance:346 : configure_glance_store False False 2022-08-19 19:22:06.642 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2022-08-19 19:22:06.645 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2022-08-19 19:22:06.647 | + lib/glance:configure_glance_store:254 : local be 2022-08-19 19:22:06.650 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2022-08-19 19:22:06.652 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2022-08-19 19:22:06.654 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-08-19 19:22:06.690 | + lib/glance:configure_glance:349 : '[' -n '' ']' 2022-08-19 19:22:06.692 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.222.0.23 2022-08-19 19:22:06.726 | + lib/glance:configure_glance:356 : [[ False == \F\a\l\s\e ]] 2022-08-19 19:22:06.728 | + lib/glance:configure_glance:358 : is_service_enabled s-proxy 2022-08-19 19:22:06.745 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:22:06.747 | + lib/glance:configure_glance:359 : iniset /etc/glance/glance-api.conf glance_store default_store swift 2022-08-19 19:22:06.782 | + lib/glance:configure_glance:360 : iniset /etc/glance/glance-api.conf glance_store swift_store_create_container_on_put True 2022-08-19 19:22:06.816 | + lib/glance:configure_glance:362 : iniset /etc/glance/glance-api.conf glance_store swift_store_config_file /etc/glance/glance-swift-store.conf 2022-08-19 19:22:06.851 | + lib/glance:configure_glance:363 : iniset /etc/glance/glance-api.conf glance_store default_swift_reference ref1 2022-08-19 19:22:06.885 | + lib/glance:configure_glance:364 : iniset /etc/glance/glance-api.conf glance_store stores 'file, http, swift' 2022-08-19 19:22:06.919 | + lib/glance:configure_glance:365 : is_service_enabled tls-proxy 2022-08-19 19:22:06.936 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:22:06.939 | + lib/glance:configure_glance:368 : iniset /etc/glance/glance-api.conf DEFAULT graceful_shutdown_timeout 5 2022-08-19 19:22:06.973 | + lib/glance:configure_glance:370 : iniset /etc/glance/glance-swift-store.conf ref1 user service:glance-swift 2022-08-19 19:22:07.008 | + lib/glance:configure_glance:372 : iniset /etc/glance/glance-swift-store.conf ref1 key Passw0rd 2022-08-19 19:22:07.042 | + lib/glance:configure_glance:373 : iniset /etc/glance/glance-swift-store.conf ref1 auth_address http://10.222.0.23/identity/v3 2022-08-19 19:22:07.076 | + lib/glance:configure_glance:374 : iniset /etc/glance/glance-swift-store.conf ref1 auth_version 3 2022-08-19 19:22:07.111 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.222.0.23/image 2022-08-19 19:22:07.145 | + lib/glance:configure_glance:382 : is_service_enabled tls-proxy 2022-08-19 19:22:07.161 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:22:07.164 | + lib/glance:configure_glance:388 : setup_logging /etc/glance/glance-api.conf 2022-08-19 19:22:07.166 | + functions:setup_logging:674 : setup_systemd_logging /etc/glance/glance-api.conf 2022-08-19 19:22:07.168 | + functions:setup_systemd_logging:689 : local conf_file=/etc/glance/glance-api.conf 2022-08-19 19:22:07.172 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-08-19 19:22:07.190 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-08-19 19:22:07.192 | + functions:setup_systemd_logging:695 : local pidstr= 2022-08-19 19:22:07.195 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-08-19 19:22:07.197 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-08-19 19:22:07.199 | + functions:setup_systemd_logging:702 : iniset /etc/glance/glance-api.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-08-19 19:22:07.233 | + functions:setup_systemd_logging:704 : iniset /etc/glance/glance-api.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2022-08-19 19:22:07.267 | + functions:setup_systemd_logging:705 : iniset /etc/glance/glance-api.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2022-08-19 19:22:07.302 | + functions:setup_systemd_logging:706 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-08-19 19:22:07.337 | + lib/glance:configure_glance:390 : cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2022-08-19 19:22:07.341 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2022-08-19 19:22:07.376 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2022-08-19 19:22:07.410 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-08-19 19:22:07.445 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.222.0.23/identity 2022-08-19 19:22:07.479 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2022-08-19 19:22:07.514 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2022-08-19 19:22:07.548 | + lib/glance:configure_glance:399 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password Passw0rd 2022-08-19 19:22:07.582 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-08-19 19:22:07.617 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2022-08-19 19:22:07.651 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2022-08-19 19:22:07.686 | + lib/glance:configure_glance:407 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2022-08-19 19:22:07.720 | + lib/glance:configure_glance:409 : cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json 2022-08-19 19:22:07.725 | + lib/glance:configure_glance:411 : cp -p /opt/stack/glance/etc/metadefs/cim-processor-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-resource-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-storage-allocation-setting-data.json /opt/stack/glance/etc/metadefs/cim-virtual-system-setting-data.json /opt/stack/glance/etc/metadefs/compute-aggr-disk-filter.json /opt/stack/glance/etc/metadefs/compute-aggr-iops-filter.json /opt/stack/glance/etc/metadefs/compute-aggr-num-instances.json /opt/stack/glance/etc/metadefs/compute-cpu-mode.json /opt/stack/glance/etc/metadefs/compute-cpu-pinning.json /opt/stack/glance/etc/metadefs/compute-guest-memory-backing.json /opt/stack/glance/etc/metadefs/compute-guest-shutdown.json /opt/stack/glance/etc/metadefs/compute-host-capabilities.json /opt/stack/glance/etc/metadefs/compute-hypervisor.json /opt/stack/glance/etc/metadefs/compute-instance-data.json /opt/stack/glance/etc/metadefs/compute-libvirt-image.json /opt/stack/glance/etc/metadefs/compute-libvirt.json /opt/stack/glance/etc/metadefs/compute-quota.json /opt/stack/glance/etc/metadefs/compute-randomgen.json /opt/stack/glance/etc/metadefs/compute-vcputopology.json /opt/stack/glance/etc/metadefs/compute-vmware-flavor.json /opt/stack/glance/etc/metadefs/compute-vmware.json /opt/stack/glance/etc/metadefs/compute-vmware-quota-flavor.json /opt/stack/glance/etc/metadefs/compute-vtpm-hw.json /opt/stack/glance/etc/metadefs/compute-vtpm.json /opt/stack/glance/etc/metadefs/compute-watchdog.json /opt/stack/glance/etc/metadefs/compute-xenapi.json /opt/stack/glance/etc/metadefs/glance-common-image-props.json /opt/stack/glance/etc/metadefs/image-signature-verification.json /opt/stack/glance/etc/metadefs/operating-system.json /opt/stack/glance/etc/metadefs/software-databases.json /opt/stack/glance/etc/metadefs/software-runtimes.json /opt/stack/glance/etc/metadefs/software-webservers.json /opt/stack/glance/etc/metadefs/storage-volume-type.json /etc/glance/metadefs 2022-08-19 19:22:07.733 | + lib/glance:configure_glance:413 : is_service_enabled tls-proxy 2022-08-19 19:22:07.750 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:22:07.753 | + lib/glance:configure_glance:421 : [[ False == False ]] 2022-08-19 19:22:07.755 | + lib/glance:configure_glance:422 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2022-08-19 19:22:07.758 | + lib/apache:write_local_uwsgi_http_config:319 : local file=/etc/glance/glance-uwsgi.ini 2022-08-19 19:22:07.760 | + lib/apache:write_local_uwsgi_http_config:320 : local wsgi=/usr/local/bin/glance-wsgi-api 2022-08-19 19:22:07.762 | + lib/apache:write_local_uwsgi_http_config:321 : local url=/image 2022-08-19 19:22:07.765 | ++ lib/apache:write_local_uwsgi_http_config:322 : basename /usr/local/bin/glance-wsgi-api 2022-08-19 19:22:07.769 | + lib/apache:write_local_uwsgi_http_config:322 : name=glance-wsgi-api 2022-08-19 19:22:07.771 | + lib/apache:write_local_uwsgi_http_config:328 : rm -rf /etc/glance/glance-uwsgi.ini 2022-08-19 19:22:07.775 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2022-08-19 19:22:07.810 | ++ lib/apache:write_local_uwsgi_http_config:330 : get_random_port 2022-08-19 19:22:07.813 | ++ functions:get_random_port:836 : read lower_port upper_port 2022-08-19 19:22:07.815 | ++ functions:get_random_port:837 : true 2022-08-19 19:22:07.818 | ++ functions:get_random_port:838 : (( port = upper_port )) 2022-08-19 19:22:07.820 | ++ functions:get_random_port:838 : (( port >= lower_port )) 2022-08-19 19:22:07.822 | ++ functions:get_random_port:839 : sudo lsof -i :60999 2022-08-19 19:22:07.874 | ++ functions:get_random_port:840 : [[ 1 > 0 ]] 2022-08-19 19:22:07.877 | ++ functions:get_random_port:841 : break 2 2022-08-19 19:22:07.879 | ++ functions:get_random_port:845 : echo 60999 2022-08-19 19:22:07.882 | + lib/apache:write_local_uwsgi_http_config:330 : port=60999 2022-08-19 19:22:07.884 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2022-08-19 19:22:07.916 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2022-08-19 19:22:07.948 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2022-08-19 19:22:07.980 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2022-08-19 19:22:08.011 | + lib/apache:write_local_uwsgi_http_config:337 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2022-08-19 19:22:08.044 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2022-08-19 19:22:08.075 | + lib/apache:write_local_uwsgi_http_config:339 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2022-08-19 19:22:08.108 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2022-08-19 19:22:08.139 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-08-19 19:22:08.172 | + lib/apache:write_local_uwsgi_http_config:346 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 90 2022-08-19 19:22:08.205 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2022-08-19 19:22:08.236 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2022-08-19 19:22:08.269 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2022-08-19 19:22:08.300 | + lib/apache:write_local_uwsgi_http_config:353 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2022-08-19 19:22:08.334 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2022-08-19 19:22:08.366 | + lib/apache:write_local_uwsgi_http_config:355 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2022-08-19 19:22:08.398 | + lib/apache:write_local_uwsgi_http_config:356 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2022-08-19 19:22:08.430 | + lib/apache:write_local_uwsgi_http_config:357 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2022-08-19 19:22:08.463 | + lib/apache:write_local_uwsgi_http_config:359 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2022-08-19 19:22:08.494 | + lib/apache:write_local_uwsgi_http_config:361 : enable_apache_mod proxy 2022-08-19 19:22:08.497 | + lib/apache:enable_apache_mod:59 : local mod=proxy 2022-08-19 19:22:08.499 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-19 19:22:08.502 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:22:08.504 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:22:08.507 | + lib/apache:enable_apache_mod:64 : [[ proxy != \v\e\r\s\i\o\n ]] 2022-08-19 19:22:08.509 | + lib/apache:enable_apache_mod:64 : a2query -m proxy 2022-08-19 19:22:08.565 | proxy (enabled by site administrator) 2022-08-19 19:22:08.568 | + lib/apache:write_local_uwsgi_http_config:362 : enable_apache_mod proxy_http 2022-08-19 19:22:08.570 | + lib/apache:enable_apache_mod:59 : local mod=proxy_http 2022-08-19 19:22:08.573 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-19 19:22:08.575 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:22:08.577 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:22:08.580 | + lib/apache:enable_apache_mod:64 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2022-08-19 19:22:08.583 | + lib/apache:enable_apache_mod:64 : a2query -m proxy_http 2022-08-19 19:22:08.638 | proxy_http (enabled by site administrator) 2022-08-19 19:22:08.641 | + lib/apache:write_local_uwsgi_http_config:363 : local apache_conf= 2022-08-19 19:22:08.645 | ++ lib/apache:write_local_uwsgi_http_config:364 : apache_site_config_for glance-wsgi-api 2022-08-19 19:22:08.647 | ++ lib/apache:apache_site_config_for:186 : local site=glance-wsgi-api 2022-08-19 19:22:08.649 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-08-19 19:22:08.652 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:22:08.654 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:22:08.657 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2022-08-19 19:22:08.659 | + lib/apache:write_local_uwsgi_http_config:364 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2022-08-19 19:22:08.662 | + lib/apache:write_local_uwsgi_http_config:365 : echo 'KeepAlive Off' 2022-08-19 19:22:08.663 | + lib/apache:write_local_uwsgi_http_config:365 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2022-08-19 19:22:08.672 | KeepAlive Off 2022-08-19 19:22:08.677 | + lib/apache:write_local_uwsgi_http_config:366 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-08-19 19:22:08.677 | + lib/apache:write_local_uwsgi_http_config:366 : echo 'SetEnv proxy-sendchunked 1' 2022-08-19 19:22:08.685 | SetEnv proxy-sendchunked 1 2022-08-19 19:22:08.690 | + lib/apache:write_local_uwsgi_http_config:367 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2022-08-19 19:22:08.690 | + lib/apache:write_local_uwsgi_http_config:367 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-08-19 19:22:08.698 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2022-08-19 19:22:08.702 | + lib/apache:write_local_uwsgi_http_config:368 : enable_apache_site glance-wsgi-api 2022-08-19 19:22:08.704 | + lib/apache:enable_apache_site:203 : local site=glance-wsgi-api 2022-08-19 19:22:08.707 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-08-19 19:22:08.709 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-08-19 19:22:08.711 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-19 19:22:08.714 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:22:08.716 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:22:08.719 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-08-19 19:22:08.721 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-08-19 19:22:08.723 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:22:08.726 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:22:08.728 | + lib/apache:enable_apache_site:207 : sudo a2ensite glance-wsgi-api 2022-08-19 19:22:08.789 | Site glance-wsgi-api already enabled 2022-08-19 19:22:08.794 | + lib/apache:write_local_uwsgi_http_config:369 : restart_apache_server 2022-08-19 19:22:08.796 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-08-19 19:22:08.799 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-19 19:22:08.802 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart apache2 2022-08-19 19:22:08.942 | ++ lib/glance:configure_glance:425 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2022-08-19 19:22:08.946 | + lib/glance:configure_glance:425 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2022-08-19 19:22:08.984 | + lib/glance:configure_glance:435 : [[ False == True ]] 2022-08-19 19:22:08.987 | + lib/glance:configure_glance:435 : [[ False == True ]] 2022-08-19 19:22:08.989 | + ./stack.sh:main:918 : is_service_enabled cinder 2022-08-19 19:22:09.008 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:22:09.010 | + ./stack.sh:main:920 : stack_install_service cinder 2022-08-19 19:22:09.013 | + lib/stack:stack_install_service:20 : local service=cinder 2022-08-19 19:22:09.015 | + lib/stack:stack_install_service:21 : type install_cinder 2022-08-19 19:22:09.018 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-08-19 19:22:09.021 | + lib/stack:stack_install_service:32 : install_cinder 2022-08-19 19:22:09.023 | + lib/cinder:install_cinder:466 : git_clone https://opendev.org/openstack/cinder.git /opt/stack/cinder master 2022-08-19 19:22:09.026 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/cinder.git 2022-08-19 19:22:09.028 | + functions-common:git_clone:597 : local git_dest=/opt/stack/cinder 2022-08-19 19:22:09.030 | + functions-common:git_clone:598 : local git_ref=master 2022-08-19 19:22:09.033 | + functions-common:git_clone:599 : local orig_dir 2022-08-19 19:22:09.036 | ++ functions-common:git_clone:600 : pwd 2022-08-19 19:22:09.039 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-19 19:22:09.041 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-19 19:22:09.044 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-19 19:22:09.061 | + functions-common:git_clone:603 : RECLONE=False 2022-08-19 19:22:09.064 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-19 19:22:09.066 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-19 19:22:09.069 | + functions-common:git_clone:617 : echo master 2022-08-19 19:22:09.069 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-19 19:22:09.075 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/cinder ]] 2022-08-19 19:22:09.077 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-19 19:22:09.079 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/cinder 2022-08-19 19:22:09.092 | + functions-common:git_clone:677 : cd /opt/stack/cinder 2022-08-19 19:22:09.096 | + functions-common:git_clone:678 : git show --oneline 2022-08-19 19:22:09.097 | + functions-common:git_clone:678 : head -1 2022-08-19 19:22:09.103 | 6605f5a94 Merge "Move NFS job to voting" 2022-08-19 19:22:09.105 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-19 19:22:09.108 | + lib/cinder:install_cinder:467 : setup_develop /opt/stack/cinder 2022-08-19 19:22:09.111 | + inc/python:setup_develop:334 : local bindep 2022-08-19 19:22:09.114 | + inc/python:setup_develop:335 : [[ /opt/stack/cinder == -bindep* ]] 2022-08-19 19:22:09.116 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/cinder 2022-08-19 19:22:09.119 | + inc/python:setup_develop:340 : local extras= 2022-08-19 19:22:09.121 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/cinder -e 2022-08-19 19:22:09.124 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-08-19 19:22:09.127 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/cinder == -bindep* ]] 2022-08-19 19:22:09.129 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/cinder 2022-08-19 19:22:09.132 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-08-19 19:22:09.134 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-08-19 19:22:09.137 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/cinder 2022-08-19 19:22:09.140 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-08-19 19:22:09.143 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/cinder 2022-08-19 19:22:09.146 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-08-19 19:22:09.148 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-08-19 19:22:09.151 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2022-08-19 19:22:09.158 | + inc/python:_setup_package_with_constraints_edit:381 : name=cinder 2022-08-19 19:22:09.161 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- cinder 2022-08-19 19:22:09.792 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/cinder -e 2022-08-19 19:22:09.794 | + inc/python:setup_package:414 : local bindep=0 2022-08-19 19:22:09.797 | + inc/python:setup_package:415 : local bindep_flag= 2022-08-19 19:22:09.800 | + inc/python:setup_package:416 : local bindep_profiles= 2022-08-19 19:22:09.802 | + inc/python:setup_package:417 : [[ /opt/stack/cinder == -bindep* ]] 2022-08-19 19:22:09.805 | + inc/python:setup_package:422 : local project_dir=/opt/stack/cinder 2022-08-19 19:22:09.807 | + inc/python:setup_package:423 : local flags=-e 2022-08-19 19:22:09.810 | + inc/python:setup_package:424 : local extras= 2022-08-19 19:22:09.812 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-08-19 19:22:09.814 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-08-19 19:22:09.817 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-08-19 19:22:09.819 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-08-19 19:22:09.822 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-08-19 19:22:09.824 | + inc/python:setup_package:442 : pip_install -e /opt/stack/cinder 2022-08-19 19:22:09.846 | Using python 3.8 to install /opt/stack/cinder 2022-08-19 19:22:09.849 | + 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 -e /opt/stack/cinder 2022-08-19 19:22:11.940 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:22:11.940 | from cryptography.utils import int_from_bytes 2022-08-19 19:22:11.940 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:22:11.940 | from cryptography.utils import int_from_bytes 2022-08-19 19:22:12.981 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:22:12.981 | Obtaining file:///opt/stack/cinder 2022-08-19 19:22:15.106 | Requirement already satisfied: Paste===3.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (3.5.1) 2022-08-19 19:22:15.115 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.1) 2022-08-19 19:22:15.123 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (2.5.1) 2022-08-19 19:22:15.135 | Requirement already satisfied: SQLAlchemy===1.4.40 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 25)) (1.4.40) 2022-08-19 19:22:15.280 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-08-19 19:22:15.294 | Requirement already satisfied: boto3===1.24.51 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 101)) (1.24.51) 2022-08-19 19:22:15.304 | Requirement already satisfied: botocore===1.27.51 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 102)) (1.27.51) 2022-08-19 19:22:15.315 | Requirement already satisfied: castellan===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (4.0.0) 2022-08-19 19:22:15.334 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-08-19 19:22:15.371 | Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127)) (0.2.2) 2022-08-19 19:22:15.384 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-08-19 19:22:15.387 | Requirement already satisfied: eventlet===0.33.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.33.1) 2022-08-19 19:22:15.396 | Requirement already satisfied: google-api-python-client===2.56.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 181)) (2.56.0) 2022-08-19 19:22:15.409 | Requirement already satisfied: google-auth===2.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 182)) (2.10.0) 2022-08-19 19:22:15.439 | Requirement already satisfied: google-auth-httplib2===0.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 183)) (0.1.0) 2022-08-19 19:22:15.445 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.2) 2022-08-19 19:22:15.450 | Requirement already satisfied: httplib2===0.20.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (0.20.4) 2022-08-19 19:22:15.460 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-08-19 19:22:15.497 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-19 19:22:15.501 | Requirement already satisfied: jmespath===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (1.0.1) 2022-08-19 19:22:15.504 | Requirement already satisfied: jsonschema===4.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.7.2) 2022-08-19 19:22:15.543 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-19 19:22:15.602 | Requirement already satisfied: keystonemiddleware===10.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (10.0.0) 2022-08-19 19:22:15.653 | Requirement already satisfied: lxml===4.9.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (4.9.1) 2022-08-19 19:22:15.664 | Requirement already satisfied: oauth2client===4.1.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 276)) (4.1.3) 2022-08-19 19:22:15.673 | Requirement already satisfied: os-brick===6.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 287)) (6.0.0) 2022-08-19 19:22:15.697 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-19 19:22:15.701 | Requirement already satisfied: os-win===5.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (5.7.0) 2022-08-19 19:22:15.718 | Requirement already satisfied: oslo.cache===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.0.0) 2022-08-19 19:22:15.756 | Requirement already satisfied: oslo.concurrency===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (5.0.0) 2022-08-19 19:22:15.767 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-08-19 19:22:15.805 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-08-19 19:22:15.811 | Requirement already satisfied: oslo.db===12.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (12.0.0) 2022-08-19 19:22:15.858 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-19 19:22:15.863 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-08-19 19:22:15.901 | Requirement already satisfied: oslo.messaging===13.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (13.0.0) 2022-08-19 19:22:15.956 | Requirement already satisfied: oslo.metrics===0.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.4.0) 2022-08-19 19:22:15.966 | Requirement already satisfied: oslo.middleware===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (5.0.0) 2022-08-19 19:22:15.985 | Requirement already satisfied: oslo.policy===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.0.0) 2022-08-19 19:22:15.999 | Requirement already satisfied: oslo.privsep===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (3.0.0) 2022-08-19 19:22:16.013 | Requirement already satisfied: oslo.reports===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (2.4.0) 2022-08-19 19:22:16.025 | Requirement already satisfied: oslo.rootwrap===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (6.3.1) 2022-08-19 19:22:16.028 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-08-19 19:22:16.036 | Requirement already satisfied: oslo.service===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (3.0.0) 2022-08-19 19:22:16.059 | Requirement already satisfied: oslo.upgradecheck===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (2.0.0) 2022-08-19 19:22:16.069 | Requirement already satisfied: oslo.utils===6.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.0) 2022-08-19 19:22:16.083 | Requirement already satisfied: oslo.versionedobjects===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (3.0.0) 2022-08-19 19:22:16.130 | Requirement already satisfied: oslo.vmware===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 322)) (4.0.0) 2022-08-19 19:22:16.151 | Requirement already satisfied: osprofiler===3.4.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (3.4.3) 2022-08-19 19:22:16.192 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-19 19:22:16.197 | Requirement already satisfied: paramiko===2.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) (2.11.0) 2022-08-19 19:22:16.230 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-19 19:22:16.233 | Requirement already satisfied: prettytable===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-08-19 19:22:16.245 | Requirement already satisfied: prometheus-client===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (0.14.1) 2022-08-19 19:22:16.251 | Requirement already satisfied: psutil===5.9.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (5.9.1) 2022-08-19 19:22:16.269 | Requirement already satisfied: pyasn1===0.4.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 354)) (0.4.8) 2022-08-19 19:22:16.272 | Requirement already satisfied: pyasn1-modules===0.2.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 355)) (0.2.8) 2022-08-19 19:22:16.276 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (3.1.1) 2022-08-19 19:22:16.286 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-08-19 19:22:16.289 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-19 19:22:16.295 | Requirement already satisfied: pyrsistent===0.18.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (0.18.1) 2022-08-19 19:22:16.300 | Requirement already satisfied: python-barbicanclient===5.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 388)) (5.4.0) 2022-08-19 19:22:16.314 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-08-19 19:22:16.319 | Requirement already satisfied: python-glanceclient===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 399)) (4.0.1) 2022-08-19 19:22:16.335 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.0) 2022-08-19 19:22:16.356 | Requirement already satisfied: python-novaclient===18.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 416)) (18.0.0) 2022-08-19 19:22:16.371 | Requirement already satisfied: python-swiftclient===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 428)) (4.0.1) 2022-08-19 19:22:16.392 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-19 19:22:16.395 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (0.7) 2022-08-19 19:22:16.402 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-19 19:22:16.416 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-08-19 19:22:16.420 | Requirement already satisfied: rsa===4.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 462)) (4.9) 2022-08-19 19:22:16.425 | Requirement already satisfied: rtslib-fb===2.1.75 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 465)) (2.1.75) 2022-08-19 19:22:16.430 | Requirement already satisfied: s3transfer===0.6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 469)) (0.6.0) 2022-08-19 19:22:16.436 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-19 19:22:16.440 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (0.13.0) 2022-08-19 19:22:16.450 | Requirement already satisfied: sqlparse===0.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (0.4.2) 2022-08-19 19:22:16.452 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (3.3.0) 2022-08-19 19:22:16.455 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-19 19:22:16.459 | Requirement already satisfied: suds-community===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 521)) (1.1.2) 2022-08-19 19:22:16.462 | Requirement already satisfied: tabulate===0.8.10 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 527)) (0.8.10) 2022-08-19 19:22:16.468 | Requirement already satisfied: taskflow===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 530)) (5.0.0) 2022-08-19 19:22:16.521 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (6.3.1) 2022-08-19 19:22:16.535 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) (2.0.1) 2022-08-19 19:22:16.544 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (0.5.0) 2022-08-19 19:22:16.550 | Requirement already satisfied: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (2.5.0) 2022-08-19 19:22:16.560 | Requirement already satisfied: tooz===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 545)) (3.0.0) 2022-08-19 19:22:16.619 | Requirement already satisfied: uritemplate===4.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 561)) (4.1.1) 2022-08-19 19:22:16.622 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-19 19:22:16.654 | Requirement already satisfied: voluptuous===0.13.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 568)) (0.13.1) 2022-08-19 19:22:16.659 | Requirement already satisfied: warlock===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 571)) (2.0.1) 2022-08-19 19:22:16.665 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-08-19 19:22:16.670 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-19 19:22:16.674 | Requirement already satisfied: yappi===1.3.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 585)) (1.3.6) 2022-08-19 19:22:16.679 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-08-19 19:22:16.705 | Requirement already satisfied: zstd===1.5.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 591)) (1.5.2.5) 2022-08-19 19:22:16.707 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste===3.5.1->-c /opt/stack/requirements/upper-constraints.txt (line 14)) (45.2.0) 2022-08-19 19:22:16.710 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-19 19:22:16.713 | Requirement already satisfied: dnspython===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (2.2.1) 2022-08-19 19:22:16.741 | Requirement already satisfied: google-api-core===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 180)) (2.8.2) 2022-08-19 19:22:16.754 | Requirement already satisfied: cachetools===5.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (5.2.0) 2022-08-19 19:22:16.757 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-08-19 19:22:16.815 | Requirement already satisfied: importlib-resources===5.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (5.9.0) 2022-08-19 19:22:16.843 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-08-19 19:22:16.849 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (0.17.3) 2022-08-19 19:22:16.852 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-19 19:22:16.856 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-19 19:22:16.859 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-19 19:22:16.865 | Requirement already satisfied: alembic===1.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (1.8.1) 2022-08-19 19:22:16.879 | Requirement already satisfied: amqp===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 79)) (5.1.1) 2022-08-19 19:22:16.883 | Requirement already satisfied: futurist===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (2.4.1) 2022-08-19 19:22:16.885 | Requirement already satisfied: kombu===5.2.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229)) (5.2.4) 2022-08-19 19:22:16.932 | Requirement already satisfied: bcrypt===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) (3.2.2) 2022-08-19 19:22:16.940 | Requirement already satisfied: Jinja2===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) (3.1.2) 2022-08-19 19:22:16.946 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-08-19 19:22:16.949 | Requirement already satisfied: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-08-19 19:22:16.961 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-19 19:22:16.964 | Requirement already satisfied: PyNaCl===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (1.5.0) 2022-08-19 19:22:16.975 | Requirement already satisfied: cliff===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (4.0.0) 2022-08-19 19:22:16.986 | Requirement already satisfied: pyOpenSSL===22.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (22.0.0) 2022-08-19 19:22:16.998 | Requirement already satisfied: charset-normalizer===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.0) 2022-08-19 19:22:17.003 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-19 19:22:17.006 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-19 19:22:17.008 | Requirement already satisfied: pyudev===0.23.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 437)) (0.23.2) 2022-08-19 19:22:17.012 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) (0.5.2) 2022-08-19 19:22:17.014 | Requirement already satisfied: pydot===1.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 360)) (1.4.2) 2022-08-19 19:22:17.019 | Requirement already satisfied: automaton===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 92)) (3.0.0) 2022-08-19 19:22:17.025 | Requirement already satisfied: networkx===2.8.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 263)) (2.8.5) 2022-08-19 19:22:17.063 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2022-08-19 19:22:17.065 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (1.32) 2022-08-19 19:22:17.070 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-19 19:22:17.073 | Requirement already satisfied: googleapis-common-protos===1.56.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 184)) (1.56.4) 2022-08-19 19:22:17.079 | Requirement already satisfied: protobuf===4.21.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 345)) (4.21.5) 2022-08-19 19:22:17.082 | Requirement already satisfied: Mako===1.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.2.1) 2022-08-19 19:22:17.092 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (5.0.0) 2022-08-19 19:22:17.096 | Requirement already satisfied: MarkupSafe===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (2.1.1) 2022-08-19 19:22:17.098 | Requirement already satisfied: cmd2===2.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (2.4.2) 2022-08-19 19:22:17.147 | Requirement already satisfied: autopage===0.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (0.5.1) 2022-08-19 19:22:17.149 | Requirement already satisfied: jsonpointer===2.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (2.3) 2022-08-19 19:22:17.152 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (1.8.2) 2022-08-19 19:22:18.046 | Installing collected packages: cinder 2022-08-19 19:22:18.046 | Attempting uninstall: cinder 2022-08-19 19:22:18.046 | Found existing installation: cinder 20.1.0.dev388 2022-08-19 19:22:18.051 | Can't uninstall 'cinder'. No files were found to uninstall. 2022-08-19 19:22:18.052 | Running setup.py develop for cinder 2022-08-19 19:22:20.597 | Successfully installed cinder 2022-08-19 19:22:20.711 | + inc/python:pip_install:196 : result=0 2022-08-19 19:22:20.713 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:22:20.716 | + functions-common:time_stop:2439 : local name 2022-08-19 19:22:20.718 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:22:20.721 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:22:20.723 | + functions-common:time_stop:2442 : local total 2022-08-19 19:22:20.725 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:22:20.728 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:22:20.730 | + functions-common:time_stop:2446 : start_time=1660936929840 2022-08-19 19:22:20.732 | + functions-common:time_stop:2448 : [[ -z 1660936929840 ]] 2022-08-19 19:22:20.735 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:22:20.739 | + functions-common:time_stop:2451 : end_time=1660936940737 2022-08-19 19:22:20.742 | + functions-common:time_stop:2452 : elapsed_time=10897 2022-08-19 19:22:20.744 | + functions-common:time_stop:2453 : total=85613 2022-08-19 19:22:20.746 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:22:20.749 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=96510 2022-08-19 19:22:20.751 | + inc/python:pip_install:199 : return 0 2022-08-19 19:22:20.754 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-08-19 19:22:20.756 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-08-19 19:22:20.759 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-08-19 19:22:20.778 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-08-19 19:22:20.791 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/cinder 2022-08-19 19:22:20.794 | + inc/python:use_library_from_git:246 : local name=/opt/stack/cinder 2022-08-19 19:22:20.796 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:22:20.799 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:22:20.801 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/cinder, ]] 2022-08-19 19:22:20.804 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:22:20.806 | + lib/cinder:install_cinder:468 : [[ lioadm == \t\g\t\a\d\m ]] 2022-08-19 19:22:20.809 | + lib/cinder:install_cinder:470 : [[ lioadm == \l\i\o\a\d\m ]] 2022-08-19 19:22:20.812 | + lib/cinder:install_cinder:471 : is_ubuntu 2022-08-19 19:22:20.814 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:22:20.817 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:22:20.819 | + lib/cinder:install_cinder:473 : sudo mkdir -p /etc/target 2022-08-19 19:22:20.832 | + lib/cinder:install_cinder:475 : install_package targetcli-fb 2022-08-19 19:22:20.834 | + functions-common:install_package:1463 : update_package_repo 2022-08-19 19:22:20.837 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-19 19:22:20.839 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-19 19:22:20.842 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-19 19:22:20.845 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-19 19:22:20.848 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-19 19:22:20.850 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:22:20.853 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:22:20.855 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-19 19:22:20.858 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-19 19:22:20.860 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-19 19:22:20.863 | + functions-common:apt_get_update:1190 : return 2022-08-19 19:22:20.865 | + functions-common:install_package:1464 : real_install_package targetcli-fb 2022-08-19 19:22:20.868 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-19 19:22:20.871 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:22:20.873 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:22:20.876 | + functions-common:real_install_package:1450 : apt_get install targetcli-fb 2022-08-19 19:22:20.899 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install targetcli-fb 2022-08-19 19:22:21.010 | Reading package lists... 2022-08-19 19:22:21.266 | Building dependency tree... 2022-08-19 19:22:21.268 | Reading state information... 2022-08-19 19:22:21.531 | targetcli-fb is already the newest version (1:2.1.51-0ubuntu1). 2022-08-19 19:22:21.531 | The following packages were automatically installed and are no longer required: 2022-08-19 19:22:21.533 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-19 19:22:21.533 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-19 19:22:21.533 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-19 19:22:21.533 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-19 19:22:21.533 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-19 19:22:21.533 | python3-zope.interface 2022-08-19 19:22:21.533 | Use 'sudo apt autoremove' to remove them. 2022-08-19 19:22:21.648 | 0 upgraded, 0 newly installed, 0 to remove and 159 not upgraded. 2022-08-19 19:22:21.653 | + functions-common:apt_get:1234 : result=0 2022-08-19 19:22:21.655 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-19 19:22:21.659 | + functions-common:time_stop:2439 : local name 2022-08-19 19:22:21.661 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:22:21.664 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:22:21.666 | + functions-common:time_stop:2442 : local total 2022-08-19 19:22:21.669 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:22:21.671 | + functions-common:time_stop:2445 : name=apt-get 2022-08-19 19:22:21.674 | + functions-common:time_stop:2446 : start_time=1660936940896 2022-08-19 19:22:21.676 | + functions-common:time_stop:2448 : [[ -z 1660936940896 ]] 2022-08-19 19:22:21.679 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:22:21.684 | + functions-common:time_stop:2451 : end_time=1660936941681 2022-08-19 19:22:21.686 | + functions-common:time_stop:2452 : elapsed_time=785 2022-08-19 19:22:21.690 | + functions-common:time_stop:2453 : total=5508 2022-08-19 19:22:21.692 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:22:21.695 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=6293 2022-08-19 19:22:21.697 | + functions-common:apt_get:1238 : return 0 2022-08-19 19:22:21.700 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-08-19 19:22:21.702 | + ./stack.sh:main:921 : configure_cinder 2022-08-19 19:22:21.706 | + lib/cinder:configure_cinder:245 : sudo install -d -o ubuntu -m 755 /etc/cinder 2022-08-19 19:22:21.718 | + lib/cinder:configure_cinder:247 : rm -f /etc/cinder/cinder.conf 2022-08-19 19:22:21.722 | + lib/cinder:configure_cinder:249 : configure_rootwrap cinder 2022-08-19 19:22:21.724 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2022-08-19 19:22:21.726 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-08-19 19:22:21.730 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2022-08-19 19:22:21.730 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-08-19 19:22:21.734 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2022-08-19 19:22:21.737 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2022-08-19 19:22:21.739 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-08-19 19:22:21.741 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2022-08-19 19:22:21.743 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/cinder 2022-08-19 19:22:21.745 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/cinder/etc/cinder 2022-08-19 19:22:21.747 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2022-08-19 19:22:21.750 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2022-08-19 19:22:21.761 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2022-08-19 19:22:21.774 | + inc/rootwrap:configure_rootwrap:57 : sudo install -o root -g root -m 644 /opt/stack/cinder/etc/cinder/rootwrap.d/volume.filters /etc/cinder/rootwrap.d 2022-08-19 19:22:21.786 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack/cinder/etc/cinder/rootwrap.conf /etc/cinder/rootwrap.conf 2022-08-19 19:22:21.798 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2022-08-19 19:22:21.810 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-08-19 19:22:21.814 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-08-19 19:22:21.818 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.nhjcX5h4Ys 2022-08-19 19:22:21.820 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-08-19 19:22:21.823 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-08-19 19:22:21.825 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2022-08-19 19:22:21.827 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.nhjcX5h4Ys 2022-08-19 19:22:21.832 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.nhjcX5h4Ys 2022-08-19 19:22:21.843 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.nhjcX5h4Ys /etc/sudoers.d/cinder-rootwrap 2022-08-19 19:22:21.856 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2022-08-19 19:22:21.860 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-08-19 19:22:21.862 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-08-19 19:22:21.864 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-08-19 19:22:21.866 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-08-19 19:22:21.869 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2022-08-19 19:22:21.871 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2022-08-19 19:22:21.873 | + lib/cinder:configure_cinder:251 : [[ -f /opt/stack/cinder/etc/cinder/resource_filters.json ]] 2022-08-19 19:22:21.876 | + lib/cinder:configure_cinder:252 : cp -p /opt/stack/cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2022-08-19 19:22:21.881 | + lib/cinder:configure_cinder:255 : cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2022-08-19 19:22:21.885 | + lib/cinder:configure_cinder:257 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2022-08-19 19:22:21.905 | + lib/cinder:configure_cinder:258 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2022-08-19 19:22:21.923 | + lib/cinder:configure_cinder:259 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2022-08-19 19:22:21.942 | + lib/cinder:configure_cinder:260 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2022-08-19 19:22:21.961 | + lib/cinder:configure_cinder:261 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2022-08-19 19:22:21.980 | + lib/cinder:configure_cinder:262 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2022-08-19 19:22:21.998 | + lib/cinder:configure_cinder:263 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2022-08-19 19:22:22.018 | + lib/cinder:configure_cinder:264 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2022-08-19 19:22:22.036 | + lib/cinder:configure_cinder:266 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2022-08-19 19:22:22.039 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/cinder/cinder.conf 2022-08-19 19:22:22.041 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=cinder 2022-08-19 19:22:22.044 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-08-19 19:22:22.046 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2022-08-19 19:22:22.080 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2022-08-19 19:22:22.112 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.222.0.23/identity 2022-08-19 19:22:22.144 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2022-08-19 19:22:22.176 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/cinder/cinder.conf keystone_authtoken password Passw0rd 2022-08-19 19:22:22.208 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2022-08-19 19:22:22.241 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2022-08-19 19:22:22.273 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2022-08-19 19:22:22.306 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-08-19 19:22:22.338 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2022-08-19 19:22:22.370 | + lib/cinder:configure_cinder:268 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2022-08-19 19:22:22.405 | + lib/cinder:configure_cinder:270 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2022-08-19 19:22:22.439 | ++ lib/cinder:configure_cinder:271 : database_connection_url cinder 2022-08-19 19:22:22.441 | ++ lib/database:database_connection_url:134 : local db=cinder 2022-08-19 19:22:22.444 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2022-08-19 19:22:22.446 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=cinder 2022-08-19 19:22:22.448 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-19 19:22:22.451 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-19 19:22:22.453 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-19 19:22:22.470 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:22:22.473 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-19 19:22:22.475 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2022-08-19 19:22:22.478 | + lib/cinder:configure_cinder:271 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8&plugin=dbcounter' 2022-08-19 19:22:22.513 | + lib/cinder:configure_cinder:272 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2022-08-19 19:22:22.545 | + lib/cinder:configure_cinder:273 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2022-08-19 19:22:22.578 | + lib/cinder:configure_cinder:274 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2022-08-19 19:22:22.610 | + lib/cinder:configure_cinder:275 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2022-08-19 19:22:22.643 | + lib/cinder:configure_cinder:276 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2022-08-19 19:22:22.675 | + lib/cinder:configure_cinder:277 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2022-08-19 19:22:22.711 | + lib/cinder:configure_cinder:278 : [[ 4 == 6 ]] 2022-08-19 19:22:22.714 | + lib/cinder:configure_cinder:281 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.222.0.23 2022-08-19 19:22:22.746 | + lib/cinder:configure_cinder:283 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2022-08-19 19:22:22.783 | ++ lib/cinder:configure_cinder:284 : openssl rand -hex 16 2022-08-19 19:22:22.790 | + lib/cinder:configure_cinder:284 : iniset /etc/cinder/cinder.conf key_manager fixed_key 39023bb1b7b87bbd7df7b07867b790d9 2022-08-19 19:22:22.823 | + lib/cinder:configure_cinder:285 : [[ -n '' ]] 2022-08-19 19:22:22.825 | + lib/cinder:configure_cinder:290 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2022-08-19 19:22:22.858 | + lib/cinder:configure_cinder:291 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2022-08-19 19:22:22.891 | + lib/cinder:configure_cinder:292 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2022-08-19 19:22:22.924 | + lib/cinder:configure_cinder:297 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2022-08-19 19:22:22.957 | + lib/cinder:configure_cinder:299 : is_service_enabled c-vol 2022-08-19 19:22:22.973 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:22:22.976 | + lib/cinder:configure_cinder:321 : is_service_enabled c-bak 2022-08-19 19:22:22.993 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:22:22.995 | + lib/cinder:configure_cinder:329 : is_service_enabled ceilometer 2022-08-19 19:22:23.012 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:22:23.014 | + lib/cinder:configure_cinder:333 : is_service_enabled tls-proxy 2022-08-19 19:22:23.030 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:22:23.033 | + lib/cinder:configure_cinder:347 : '[' False '!=' False ']' 2022-08-19 19:22:23.035 | + lib/cinder:configure_cinder:351 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2022-08-19 19:22:23.038 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2022-08-19 19:22:23.040 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2022-08-19 19:22:23.042 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-08-19 19:22:23.045 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-08-19 19:22:23.047 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-08-19 19:22:23.065 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:22:23.068 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-08-19 19:22:23.071 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-08-19 19:22:23.073 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-08-19 19:22:23.089 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:22:23.092 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/ 2022-08-19 19:22:23.094 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/ 2022-08-19 19:22:23.128 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-08-19 19:22:23.130 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-08-19 19:22:23.132 | + lib/cinder:configure_cinder:354 : setup_logging /etc/cinder/cinder.conf True 2022-08-19 19:22:23.135 | + functions:setup_logging:674 : setup_systemd_logging /etc/cinder/cinder.conf 2022-08-19 19:22:23.137 | + functions:setup_systemd_logging:689 : local conf_file=/etc/cinder/cinder.conf 2022-08-19 19:22:23.140 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-08-19 19:22:23.158 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-08-19 19:22:23.160 | + functions:setup_systemd_logging:695 : local pidstr= 2022-08-19 19:22:23.163 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-08-19 19:22:23.165 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-08-19 19:22:23.167 | + functions:setup_systemd_logging:702 : iniset /etc/cinder/cinder.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-08-19 19:22:23.200 | + functions:setup_systemd_logging:704 : iniset /etc/cinder/cinder.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2022-08-19 19:22:23.233 | + functions:setup_systemd_logging:705 : iniset /etc/cinder/cinder.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2022-08-19 19:22:23.266 | + functions:setup_systemd_logging:706 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-08-19 19:22:23.299 | + lib/cinder:configure_cinder:356 : is_service_enabled c-api 2022-08-19 19:22:23.316 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:22:23.318 | + lib/cinder:configure_cinder:357 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2022-08-19 19:22:23.321 | + lib/apache:write_uwsgi_config:254 : local file=/etc/cinder/cinder-api-uwsgi.ini 2022-08-19 19:22:23.323 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/cinder-wsgi 2022-08-19 19:22:23.325 | + lib/apache:write_uwsgi_config:256 : local url=/volume 2022-08-19 19:22:23.328 | + lib/apache:write_uwsgi_config:257 : local http= 2022-08-19 19:22:23.330 | + lib/apache:write_uwsgi_config:258 : local name= 2022-08-19 19:22:23.333 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/cinder-wsgi 2022-08-19 19:22:23.337 | + lib/apache:write_uwsgi_config:259 : name=cinder-wsgi 2022-08-19 19:22:23.339 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-08-19 19:22:23.342 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-08-19 19:22:23.355 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-08-19 19:22:23.355 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-08-19 19:22:23.364 | d /var/run/uwsgi 0755 ubuntu root 2022-08-19 19:22:23.367 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-08-19 19:22:23.383 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2022-08-19 19:22:23.386 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2022-08-19 19:22:23.390 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2022-08-19 19:22:23.425 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2022-08-19 19:22:23.456 | + lib/apache:write_uwsgi_config:278 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2022-08-19 19:22:23.488 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2022-08-19 19:22:23.519 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2022-08-19 19:22:23.551 | + lib/apache:write_uwsgi_config:284 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-08-19 19:22:23.584 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2022-08-19 19:22:23.616 | + lib/apache:write_uwsgi_config:286 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2022-08-19 19:22:23.648 | + lib/apache:write_uwsgi_config:288 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2022-08-19 19:22:23.680 | + lib/apache:write_uwsgi_config:290 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-08-19 19:22:23.712 | + lib/apache:write_uwsgi_config:292 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2022-08-19 19:22:23.745 | + lib/apache:write_uwsgi_config:294 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-08-19 19:22:23.777 | + lib/apache:write_uwsgi_config:296 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2022-08-19 19:22:23.809 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-08-19 19:22:23.812 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-08-19 19:22:23.815 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for cinder-wsgi 2022-08-19 19:22:23.818 | ++ lib/apache:apache_site_config_for:186 : local site=cinder-wsgi 2022-08-19 19:22:23.820 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-08-19 19:22:23.823 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:22:23.825 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:22:23.827 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2022-08-19 19:22:23.831 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2022-08-19 19:22:23.833 | + lib/apache:write_uwsgi_config:304 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2022-08-19 19:22:23.865 | + lib/apache:write_uwsgi_config:305 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2022-08-19 19:22:23.898 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2022-08-19 19:22:23.899 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2022-08-19 19:22:23.907 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2022-08-19 19:22:23.911 | + lib/apache:write_uwsgi_config:307 : enable_apache_site cinder-wsgi 2022-08-19 19:22:23.913 | + lib/apache:enable_apache_site:203 : local site=cinder-wsgi 2022-08-19 19:22:23.915 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-08-19 19:22:23.918 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-08-19 19:22:23.920 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-19 19:22:23.923 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:22:23.925 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:22:23.928 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-08-19 19:22:23.930 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-08-19 19:22:23.933 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:22:23.935 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:22:23.938 | + lib/apache:enable_apache_site:207 : sudo a2ensite cinder-wsgi 2022-08-19 19:22:24.000 | Enabling site cinder-wsgi. 2022-08-19 19:22:24.006 | To activate the new configuration, you need to run: 2022-08-19 19:22:24.006 | systemctl reload apache2 2022-08-19 19:22:24.010 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-08-19 19:22:24.012 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-08-19 19:22:24.015 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-19 19:22:24.017 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart apache2 2022-08-19 19:22:24.153 | + lib/cinder:configure_cinder:360 : [[ -r /home/ubuntu/devstack/lib/cinder_plugins/default ]] 2022-08-19 19:22:24.156 | + lib/cinder:configure_cinder:364 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2022-08-19 19:22:24.198 | + lib/cinder:configure_cinder:366 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.222.0.23/image 2022-08-19 19:22:24.233 | + lib/cinder:configure_cinder:367 : is_service_enabled tls-proxy 2022-08-19 19:22:24.250 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:22:24.252 | + lib/cinder:configure_cinder:373 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2022-08-19 19:22:24.255 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/cinder/cinder.conf 2022-08-19 19:22:24.257 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=nova 2022-08-19 19:22:24.260 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=nova 2022-08-19 19:22:24.262 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/cinder/cinder.conf nova auth_type password 2022-08-19 19:22:24.298 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/cinder/cinder.conf nova interface public 2022-08-19 19:22:24.331 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/cinder/cinder.conf nova auth_url http://10.222.0.23/identity 2022-08-19 19:22:24.363 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/cinder/cinder.conf nova username nova 2022-08-19 19:22:24.395 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/cinder/cinder.conf nova password Passw0rd 2022-08-19 19:22:24.429 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2022-08-19 19:22:24.461 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova project_name service 2022-08-19 19:22:24.494 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2022-08-19 19:22:24.527 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2022-08-19 19:22:24.559 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2022-08-19 19:22:24.594 | + lib/cinder:configure_cinder:374 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2022-08-19 19:22:24.628 | + lib/cinder:configure_cinder:375 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2022-08-19 19:22:24.660 | + lib/cinder:configure_cinder:377 : [[ ! -z '' ]] 2022-08-19 19:22:24.663 | + lib/cinder:configure_cinder:379 : is_service_enabled etcd3 2022-08-19 19:22:24.680 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:22:24.682 | + lib/cinder:configure_cinder:380 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.222.0.23:2379 2022-08-19 19:22:24.717 | + lib/cinder:configure_cinder:383 : [[ False == True ]] 2022-08-19 19:22:24.720 | + lib/cinder:configure_cinder:383 : [[ False == True ]] 2022-08-19 19:22:24.723 | + ./stack.sh:main:924 : is_service_enabled neutron 2022-08-19 19:22:24.741 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:22:24.743 | + ./stack.sh:main:926 : stack_install_service neutron 2022-08-19 19:22:24.746 | + lib/stack:stack_install_service:20 : local service=neutron 2022-08-19 19:22:24.748 | + lib/stack:stack_install_service:21 : type install_neutron 2022-08-19 19:22:24.752 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-08-19 19:22:24.754 | + lib/stack:stack_install_service:32 : install_neutron 2022-08-19 19:22:24.757 | + lib/neutron:install_neutron:703 : is_neutron_legacy_enabled 2022-08-19 19:22:24.760 | ++ lib/neutron:is_neutron_legacy_enabled:142 : echo c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-19 19:22:24.761 | ++ lib/neutron:is_neutron_legacy_enabled:142 : sed s/neutron-//g 2022-08-19 19:22:24.766 | + lib/neutron:is_neutron_legacy_enabled:142 : disabled_services_copy=c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-19 19:22:24.769 | + lib/neutron:is_neutron_legacy_enabled:143 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-08-19 19:22:24.772 | + lib/neutron:is_neutron_legacy_enabled:144 : [[ ,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-08-19 19:22:24.774 | + lib/neutron:is_neutron_legacy_enabled:144 : return 0 2022-08-19 19:22:24.777 | + lib/neutron:install_neutron:705 : install_mutnauq 2022-08-19 19:22:24.779 | + lib/neutron-legacy:install_mutnauq:472 : use_library_from_git neutron-lib 2022-08-19 19:22:24.783 | + inc/python:use_library_from_git:246 : local name=neutron-lib 2022-08-19 19:22:24.785 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:22:24.788 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:22:24.790 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,neutron-lib, ]] 2022-08-19 19:22:24.793 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:22:24.796 | + lib/neutron-legacy:install_mutnauq:477 : git_clone https://opendev.org/openstack/neutron.git /opt/stack/neutron master 2022-08-19 19:22:24.799 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/neutron.git 2022-08-19 19:22:24.802 | + functions-common:git_clone:597 : local git_dest=/opt/stack/neutron 2022-08-19 19:22:24.804 | + functions-common:git_clone:598 : local git_ref=master 2022-08-19 19:22:24.806 | + functions-common:git_clone:599 : local orig_dir 2022-08-19 19:22:24.809 | ++ functions-common:git_clone:600 : pwd 2022-08-19 19:22:24.812 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-19 19:22:24.814 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-19 19:22:24.817 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-19 19:22:24.833 | + functions-common:git_clone:603 : RECLONE=False 2022-08-19 19:22:24.836 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-19 19:22:24.838 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-19 19:22:24.841 | + functions-common:git_clone:617 : echo master 2022-08-19 19:22:24.841 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-19 19:22:24.847 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/neutron ]] 2022-08-19 19:22:24.849 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-19 19:22:24.851 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/neutron 2022-08-19 19:22:24.865 | + functions-common:git_clone:677 : cd /opt/stack/neutron 2022-08-19 19:22:24.868 | + functions-common:git_clone:678 : git show --oneline 2022-08-19 19:22:24.868 | + functions-common:git_clone:678 : head -1 2022-08-19 19:22:24.876 | b0a257fd33 Merge "Add vpnaas to extensions supported by ovn" 2022-08-19 19:22:24.879 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-19 19:22:24.881 | + lib/neutron-legacy:install_mutnauq:478 : setup_develop /opt/stack/neutron 2022-08-19 19:22:24.884 | + inc/python:setup_develop:334 : local bindep 2022-08-19 19:22:24.886 | + inc/python:setup_develop:335 : [[ /opt/stack/neutron == -bindep* ]] 2022-08-19 19:22:24.889 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/neutron 2022-08-19 19:22:24.891 | + inc/python:setup_develop:340 : local extras= 2022-08-19 19:22:24.894 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/neutron -e 2022-08-19 19:22:24.897 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-08-19 19:22:24.899 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/neutron == -bindep* ]] 2022-08-19 19:22:24.902 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/neutron 2022-08-19 19:22:24.904 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-08-19 19:22:24.906 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-08-19 19:22:24.910 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/neutron 2022-08-19 19:22:24.913 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-08-19 19:22:24.916 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/neutron 2022-08-19 19:22:24.918 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-08-19 19:22:24.921 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-08-19 19:22:24.925 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2022-08-19 19:22:24.931 | + inc/python:_setup_package_with_constraints_edit:381 : name=neutron 2022-08-19 19:22:24.933 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- neutron 2022-08-19 19:22:25.558 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/neutron -e 2022-08-19 19:22:25.561 | + inc/python:setup_package:414 : local bindep=0 2022-08-19 19:22:25.564 | + inc/python:setup_package:415 : local bindep_flag= 2022-08-19 19:22:25.566 | + inc/python:setup_package:416 : local bindep_profiles= 2022-08-19 19:22:25.569 | + inc/python:setup_package:417 : [[ /opt/stack/neutron == -bindep* ]] 2022-08-19 19:22:25.571 | + inc/python:setup_package:422 : local project_dir=/opt/stack/neutron 2022-08-19 19:22:25.574 | + inc/python:setup_package:423 : local flags=-e 2022-08-19 19:22:25.576 | + inc/python:setup_package:424 : local extras= 2022-08-19 19:22:25.578 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-08-19 19:22:25.581 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-08-19 19:22:25.584 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-08-19 19:22:25.586 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-08-19 19:22:25.588 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-08-19 19:22:25.591 | + inc/python:setup_package:442 : pip_install -e /opt/stack/neutron 2022-08-19 19:22:25.612 | Using python 3.8 to install /opt/stack/neutron 2022-08-19 19:22:25.614 | + 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 -e /opt/stack/neutron 2022-08-19 19:22:27.718 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:22:27.718 | from cryptography.utils import int_from_bytes 2022-08-19 19:22:27.718 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:22:27.718 | from cryptography.utils import int_from_bytes 2022-08-19 19:22:28.774 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:22:28.774 | Obtaining file:///opt/stack/neutron 2022-08-19 19:22:31.048 | Requirement already satisfied: Jinja2===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) (3.1.2) 2022-08-19 19:22:31.055 | Requirement already satisfied: MarkupSafe===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (2.1.1) 2022-08-19 19:22:31.058 | Requirement already satisfied: Paste===3.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (3.5.1) 2022-08-19 19:22:31.067 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.1) 2022-08-19 19:22:31.075 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (2.5.1) 2022-08-19 19:22:31.086 | Requirement already satisfied: SQLAlchemy===1.4.40 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 25)) (1.4.40) 2022-08-19 19:22:31.233 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-08-19 19:22:31.247 | Requirement already satisfied: alembic===1.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (1.8.1) 2022-08-19 19:22:31.261 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-19 19:22:31.267 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-08-19 19:22:31.269 | Requirement already satisfied: eventlet===0.33.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.33.1) 2022-08-19 19:22:31.278 | Requirement already satisfied: futurist===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (2.4.1) 2022-08-19 19:22:31.280 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.2) 2022-08-19 19:22:31.285 | Requirement already satisfied: httplib2===0.20.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 195)) (0.20.4) 2022-08-19 19:22:31.295 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-08-19 19:22:31.334 | Requirement already satisfied: importlib-resources===5.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (5.9.0) 2022-08-19 19:22:31.361 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-19 19:22:31.425 | Requirement already satisfied: keystonemiddleware===10.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (10.0.0) 2022-08-19 19:22:31.476 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-19 19:22:31.481 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-19 19:22:31.484 | Requirement already satisfied: neutron-lib===3.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 264)) (3.1.0) 2022-08-19 19:22:31.521 | Requirement already satisfied: openstacksdk===0.100.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (0.100.0) 2022-08-19 19:22:31.547 | Requirement already satisfied: os-ken===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 290)) (2.4.0) 2022-08-19 19:22:31.564 | Requirement already satisfied: os-resource-classes===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (1.1.0) 2022-08-19 19:22:31.568 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-19 19:22:31.572 | Requirement already satisfied: os-traits===2.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) (2.8.0) 2022-08-19 19:22:31.576 | Requirement already satisfied: os-vif===2.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (2.8.0) 2022-08-19 19:22:31.599 | Requirement already satisfied: oslo.cache===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.0.0) 2022-08-19 19:22:31.636 | Requirement already satisfied: oslo.concurrency===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (5.0.0) 2022-08-19 19:22:31.646 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-08-19 19:22:31.686 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-08-19 19:22:31.692 | Requirement already satisfied: oslo.db===12.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (12.0.0) 2022-08-19 19:22:31.739 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-19 19:22:31.743 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-08-19 19:22:31.781 | Requirement already satisfied: oslo.messaging===13.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (13.0.0) 2022-08-19 19:22:31.837 | Requirement already satisfied: oslo.metrics===0.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.4.0) 2022-08-19 19:22:31.848 | Requirement already satisfied: oslo.middleware===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (5.0.0) 2022-08-19 19:22:31.866 | Requirement already satisfied: oslo.policy===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.0.0) 2022-08-19 19:22:31.881 | Requirement already satisfied: oslo.privsep===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (3.0.0) 2022-08-19 19:22:31.895 | Requirement already satisfied: oslo.reports===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (2.4.0) 2022-08-19 19:22:31.908 | Requirement already satisfied: oslo.rootwrap===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (6.3.1) 2022-08-19 19:22:31.910 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-08-19 19:22:31.919 | Requirement already satisfied: oslo.service===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (3.0.0) 2022-08-19 19:22:31.941 | Requirement already satisfied: oslo.upgradecheck===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (2.0.0) 2022-08-19 19:22:31.951 | Requirement already satisfied: oslo.utils===6.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.0) 2022-08-19 19:22:31.965 | Requirement already satisfied: oslo.versionedobjects===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (3.0.0) 2022-08-19 19:22:31.989 | Requirement already satisfied: osprofiler===3.4.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 325)) (3.4.3) 2022-08-19 19:22:32.029 | Requirement already satisfied: ovs===2.17.1.post1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (2.17.1.post1) 2022-08-19 19:22:32.035 | Requirement already satisfied: ovsdbapp===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (2.0.0) 2022-08-19 19:22:32.042 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-19 19:22:32.048 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-19 19:22:32.051 | Requirement already satisfied: pecan===1.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 333)) (1.4.2) 2022-08-19 19:22:32.059 | Requirement already satisfied: prettytable===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-08-19 19:22:32.079 | Requirement already satisfied: prometheus-client===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (0.14.1) 2022-08-19 19:22:32.086 | Requirement already satisfied: psutil===5.9.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (5.9.1) 2022-08-19 19:22:32.107 | Requirement already satisfied: pyOpenSSL===22.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (22.0.0) 2022-08-19 19:22:32.121 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (3.1.1) 2022-08-19 19:22:32.131 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-08-19 19:22:32.134 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-19 19:22:32.139 | Requirement already satisfied: pyroute2===0.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 372)) (0.7.2) 2022-08-19 19:22:32.146 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-08-19 19:22:32.150 | Requirement already satisfied: python-designateclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 397)) (5.0.0) 2022-08-19 19:22:32.168 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.0) 2022-08-19 19:22:32.194 | Requirement already satisfied: python-neutronclient===8.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 415)) (8.0.0) 2022-08-19 19:22:32.218 | Requirement already satisfied: python-novaclient===18.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 416)) (18.0.0) 2022-08-19 19:22:32.233 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-19 19:22:32.265 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (0.7) 2022-08-19 19:22:32.272 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-19 19:22:32.287 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (1.4.0) 2022-08-19 19:22:32.289 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-08-19 19:22:32.293 | Requirement already satisfied: setproctitle===1.3.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 480)) (1.3.2) 2022-08-19 19:22:32.299 | Requirement already satisfied: simplejson===3.17.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (3.17.6) 2022-08-19 19:22:32.301 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-19 19:22:32.304 | Requirement already satisfied: sortedcontainers===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 487)) (2.4.0) 2022-08-19 19:22:32.307 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (0.13.0) 2022-08-19 19:22:32.318 | Requirement already satisfied: sqlparse===0.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (0.4.2) 2022-08-19 19:22:32.320 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (3.3.0) 2022-08-19 19:22:32.323 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-19 19:22:32.327 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (6.3.1) 2022-08-19 19:22:32.342 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) (2.0.1) 2022-08-19 19:22:32.351 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (0.5.0) 2022-08-19 19:22:32.357 | Requirement already satisfied: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (2.5.0) 2022-08-19 19:22:32.368 | Requirement already satisfied: tooz===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 545)) (3.0.0) 2022-08-19 19:22:32.435 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-19 19:22:32.468 | Requirement already satisfied: voluptuous===0.13.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 568)) (0.13.1) 2022-08-19 19:22:32.472 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-08-19 19:22:32.477 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-19 19:22:32.480 | Requirement already satisfied: yappi===1.3.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 585)) (1.3.6) 2022-08-19 19:22:32.486 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-08-19 19:22:32.511 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste===3.5.1->-c /opt/stack/requirements/upper-constraints.txt (line 14)) (45.2.0) 2022-08-19 19:22:32.514 | Requirement already satisfied: Mako===1.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.2.1) 2022-08-19 19:22:32.529 | Requirement already satisfied: dnspython===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (2.2.1) 2022-08-19 19:22:32.557 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-19 19:22:32.560 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-08-19 19:22:32.599 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (1.32) 2022-08-19 19:22:32.603 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-19 19:22:32.606 | Requirement already satisfied: jmespath===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (1.0.1) 2022-08-19 19:22:32.609 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-08-19 19:22:32.617 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (2.5.0) 2022-08-19 19:22:32.640 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 86)) (1.4.4) 2022-08-19 19:22:32.645 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-08-19 19:22:32.647 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (0.17.3) 2022-08-19 19:22:32.650 | Requirement already satisfied: cachetools===5.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (5.2.0) 2022-08-19 19:22:32.653 | Requirement already satisfied: amqp===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 79)) (5.1.1) 2022-08-19 19:22:32.657 | Requirement already satisfied: kombu===5.2.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229)) (5.2.4) 2022-08-19 19:22:32.707 | Requirement already satisfied: bcrypt===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) (3.2.2) 2022-08-19 19:22:32.716 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-19 19:22:32.719 | Requirement already satisfied: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-08-19 19:22:32.730 | Requirement already satisfied: logutils===0.3.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 239)) (0.3.5) 2022-08-19 19:22:32.733 | Requirement already satisfied: cliff===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (4.0.0) 2022-08-19 19:22:32.744 | Requirement already satisfied: osc-lib===2.6.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (2.6.1) 2022-08-19 19:22:32.760 | Requirement already satisfied: jsonschema===4.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.7.2) 2022-08-19 19:22:32.802 | Requirement already satisfied: os-client-config===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 288)) (2.1.0) 2022-08-19 19:22:32.805 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-19 19:22:32.809 | Requirement already satisfied: charset-normalizer===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.0) 2022-08-19 19:22:32.814 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-19 19:22:32.817 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) (0.5.2) 2022-08-19 19:22:32.819 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2022-08-19 19:22:32.821 | Requirement already satisfied: jsonpointer===2.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (2.3) 2022-08-19 19:22:32.824 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (5.0.0) 2022-08-19 19:22:32.826 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-19 19:22:32.830 | Requirement already satisfied: cmd2===2.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (2.4.2) 2022-08-19 19:22:32.888 | Requirement already satisfied: autopage===0.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (0.5.1) 2022-08-19 19:22:32.891 | Requirement already satisfied: pyrsistent===0.18.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (0.18.1) 2022-08-19 19:22:32.896 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-08-19 19:22:32.955 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (1.8.2) 2022-08-19 19:22:33.973 | Installing collected packages: neutron 2022-08-19 19:22:33.973 | Attempting uninstall: neutron 2022-08-19 19:22:33.974 | Found existing installation: neutron 20.1.0.dev497 2022-08-19 19:22:33.985 | Can't uninstall 'neutron'. No files were found to uninstall. 2022-08-19 19:22:33.986 | Running setup.py develop for neutron 2022-08-19 19:22:36.639 | Successfully installed neutron 2022-08-19 19:22:36.753 | + inc/python:pip_install:196 : result=0 2022-08-19 19:22:36.755 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:22:36.758 | + functions-common:time_stop:2439 : local name 2022-08-19 19:22:36.760 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:22:36.762 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:22:36.765 | + functions-common:time_stop:2442 : local total 2022-08-19 19:22:36.768 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:22:36.770 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:22:36.773 | + functions-common:time_stop:2446 : start_time=1660936945606 2022-08-19 19:22:36.775 | + functions-common:time_stop:2448 : [[ -z 1660936945606 ]] 2022-08-19 19:22:36.778 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:22:36.782 | + functions-common:time_stop:2451 : end_time=1660936956779 2022-08-19 19:22:36.785 | + functions-common:time_stop:2452 : elapsed_time=11173 2022-08-19 19:22:36.787 | + functions-common:time_stop:2453 : total=96510 2022-08-19 19:22:36.789 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:22:36.791 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=107683 2022-08-19 19:22:36.794 | + inc/python:pip_install:199 : return 0 2022-08-19 19:22:36.796 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-08-19 19:22:36.799 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-08-19 19:22:36.801 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-08-19 19:22:36.821 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-08-19 19:22:36.834 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/neutron 2022-08-19 19:22:36.837 | + inc/python:use_library_from_git:246 : local name=/opt/stack/neutron 2022-08-19 19:22:36.839 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:22:36.842 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:22:36.844 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/neutron, ]] 2022-08-19 19:22:36.847 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:22:36.850 | + lib/neutron-legacy:install_mutnauq:480 : [[ openvswitch == \o\v\n ]] 2022-08-19 19:22:36.852 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-08-19 19:22:36.855 | + ./stack.sh:main:929 : is_service_enabled nova 2022-08-19 19:22:36.873 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:22:36.875 | + ./stack.sh:main:931 : stack_install_service nova 2022-08-19 19:22:36.878 | + lib/stack:stack_install_service:20 : local service=nova 2022-08-19 19:22:36.881 | + lib/stack:stack_install_service:21 : type install_nova 2022-08-19 19:22:36.883 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-08-19 19:22:36.886 | + lib/stack:stack_install_service:32 : install_nova 2022-08-19 19:22:36.889 | + lib/nova:install_nova:889 : use_library_from_git os-vif 2022-08-19 19:22:36.891 | + inc/python:use_library_from_git:246 : local name=os-vif 2022-08-19 19:22:36.894 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:22:36.897 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:22:36.899 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,os-vif, ]] 2022-08-19 19:22:36.901 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:22:36.904 | + lib/nova:install_nova:894 : is_service_enabled n-cpu 2022-08-19 19:22:36.920 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:22:36.922 | + lib/nova:install_nova:898 : is_service_enabled n-novnc 2022-08-19 19:22:36.939 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:22:36.942 | + lib/nova:install_nova:910 : is_service_enabled n-spice 2022-08-19 19:22:36.959 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:22:36.961 | + lib/nova:install_nova:922 : git_clone https://opendev.org/openstack/nova.git /opt/stack/nova master 2022-08-19 19:22:36.963 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/nova.git 2022-08-19 19:22:36.966 | + functions-common:git_clone:597 : local git_dest=/opt/stack/nova 2022-08-19 19:22:36.968 | + functions-common:git_clone:598 : local git_ref=master 2022-08-19 19:22:36.970 | + functions-common:git_clone:599 : local orig_dir 2022-08-19 19:22:36.973 | ++ functions-common:git_clone:600 : pwd 2022-08-19 19:22:36.976 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-19 19:22:36.978 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-19 19:22:36.981 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-19 19:22:36.997 | + functions-common:git_clone:603 : RECLONE=False 2022-08-19 19:22:36.999 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-19 19:22:37.002 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-19 19:22:37.005 | + functions-common:git_clone:617 : echo master 2022-08-19 19:22:37.005 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-19 19:22:37.010 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/nova ]] 2022-08-19 19:22:37.013 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-19 19:22:37.015 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/nova 2022-08-19 19:22:37.028 | + functions-common:git_clone:677 : cd /opt/stack/nova 2022-08-19 19:22:37.031 | + functions-common:git_clone:678 : git show --oneline 2022-08-19 19:22:37.031 | + functions-common:git_clone:678 : head -1 2022-08-19 19:22:37.060 | 85c9544444 Merge "block_device: Add encryption attributes to image and ephemeral disks" 2022-08-19 19:22:37.064 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-19 19:22:37.067 | + lib/nova:install_nova:923 : setup_develop /opt/stack/nova 2022-08-19 19:22:37.069 | + inc/python:setup_develop:334 : local bindep 2022-08-19 19:22:37.072 | + inc/python:setup_develop:335 : [[ /opt/stack/nova == -bindep* ]] 2022-08-19 19:22:37.074 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/nova 2022-08-19 19:22:37.077 | + inc/python:setup_develop:340 : local extras= 2022-08-19 19:22:37.079 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/nova -e 2022-08-19 19:22:37.082 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-08-19 19:22:37.085 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/nova == -bindep* ]] 2022-08-19 19:22:37.087 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/nova 2022-08-19 19:22:37.090 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-08-19 19:22:37.092 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-08-19 19:22:37.095 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/nova 2022-08-19 19:22:37.098 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-08-19 19:22:37.101 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/nova 2022-08-19 19:22:37.103 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-08-19 19:22:37.106 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-08-19 19:22:37.109 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2022-08-19 19:22:37.115 | + inc/python:_setup_package_with_constraints_edit:381 : name=nova 2022-08-19 19:22:37.118 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- nova 2022-08-19 19:22:37.745 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/nova -e 2022-08-19 19:22:37.747 | + inc/python:setup_package:414 : local bindep=0 2022-08-19 19:22:37.750 | + inc/python:setup_package:415 : local bindep_flag= 2022-08-19 19:22:37.753 | + inc/python:setup_package:416 : local bindep_profiles= 2022-08-19 19:22:37.755 | + inc/python:setup_package:417 : [[ /opt/stack/nova == -bindep* ]] 2022-08-19 19:22:37.757 | + inc/python:setup_package:422 : local project_dir=/opt/stack/nova 2022-08-19 19:22:37.760 | + inc/python:setup_package:423 : local flags=-e 2022-08-19 19:22:37.762 | + inc/python:setup_package:424 : local extras= 2022-08-19 19:22:37.764 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-08-19 19:22:37.766 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-08-19 19:22:37.769 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-08-19 19:22:37.772 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-08-19 19:22:37.774 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-08-19 19:22:37.776 | + inc/python:setup_package:442 : pip_install -e /opt/stack/nova 2022-08-19 19:22:37.797 | Using python 3.8 to install /opt/stack/nova 2022-08-19 19:22:37.800 | + 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 -e /opt/stack/nova 2022-08-19 19:22:39.975 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:22:39.975 | from cryptography.utils import int_from_bytes 2022-08-19 19:22:39.975 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:22:39.975 | from cryptography.utils import int_from_bytes 2022-08-19 19:22:41.029 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:22:41.029 | Obtaining file:///opt/stack/nova 2022-08-19 19:22:44.337 | Requirement already satisfied: Jinja2===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) (3.1.2) 2022-08-19 19:22:44.343 | Requirement already satisfied: MarkupSafe===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (2.1.1) 2022-08-19 19:22:44.345 | Requirement already satisfied: Paste===3.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 14)) (3.5.1) 2022-08-19 19:22:44.354 | Requirement already satisfied: PasteDeploy===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 15)) (2.1.1) 2022-08-19 19:22:44.363 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-19 19:22:44.366 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (2.5.1) 2022-08-19 19:22:44.377 | Requirement already satisfied: SQLAlchemy===1.4.40 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 25)) (1.4.40) 2022-08-19 19:22:44.523 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-08-19 19:22:44.536 | Requirement already satisfied: alembic===1.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (1.8.1) 2022-08-19 19:22:44.550 | Requirement already satisfied: castellan===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 107)) (4.0.0) 2022-08-19 19:22:44.568 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-08-19 19:22:44.606 | Requirement already satisfied: cursive===0.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 127)) (0.2.2) 2022-08-19 19:22:44.619 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-08-19 19:22:44.622 | Requirement already satisfied: eventlet===0.33.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 161)) (0.33.1) 2022-08-19 19:22:44.631 | Requirement already satisfied: futurist===2.4.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 173)) (2.4.1) 2022-08-19 19:22:44.633 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.2) 2022-08-19 19:22:44.638 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-08-19 19:22:44.674 | Requirement already satisfied: importlib-resources===5.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (5.9.0) 2022-08-19 19:22:44.701 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-19 19:22:44.705 | Requirement already satisfied: jsonschema===4.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.7.2) 2022-08-19 19:22:44.743 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-19 19:22:44.802 | Requirement already satisfied: keystonemiddleware===10.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (10.0.0) 2022-08-19 19:22:44.853 | Requirement already satisfied: lxml===4.9.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 240)) (4.9.1) 2022-08-19 19:22:44.863 | Requirement already satisfied: microversion-parse===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) (1.0.1) 2022-08-19 19:22:44.867 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-19 19:22:44.872 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-19 19:22:44.875 | Requirement already satisfied: openstacksdk===0.100.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (0.100.0) 2022-08-19 19:22:44.901 | Requirement already satisfied: os-brick===6.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 287)) (6.0.0) 2022-08-19 19:22:44.924 | Requirement already satisfied: os-resource-classes===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (1.1.0) 2022-08-19 19:22:44.929 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-19 19:22:44.933 | Requirement already satisfied: os-traits===2.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) (2.8.0) 2022-08-19 19:22:44.938 | Requirement already satisfied: os-vif===2.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 297)) (2.8.0) 2022-08-19 19:22:44.961 | Requirement already satisfied: os-win===5.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 298)) (5.7.0) 2022-08-19 19:22:44.978 | Requirement already satisfied: oslo.cache===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.0.0) 2022-08-19 19:22:45.015 | Requirement already satisfied: oslo.concurrency===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (5.0.0) 2022-08-19 19:22:45.026 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-08-19 19:22:45.065 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-08-19 19:22:45.071 | Requirement already satisfied: oslo.db===12.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (12.0.0) 2022-08-19 19:22:45.117 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-19 19:22:45.122 | Requirement already satisfied: oslo.limit===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 308)) (2.0.0) 2022-08-19 19:22:45.132 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-08-19 19:22:45.170 | Requirement already satisfied: oslo.messaging===13.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 310)) (13.0.0) 2022-08-19 19:22:45.224 | Requirement already satisfied: oslo.metrics===0.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 311)) (0.4.0) 2022-08-19 19:22:45.234 | Requirement already satisfied: oslo.middleware===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (5.0.0) 2022-08-19 19:22:45.253 | Requirement already satisfied: oslo.policy===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.0.0) 2022-08-19 19:22:45.268 | Requirement already satisfied: oslo.privsep===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 314)) (3.0.0) 2022-08-19 19:22:45.282 | Requirement already satisfied: oslo.reports===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 315)) (2.4.0) 2022-08-19 19:22:45.294 | Requirement already satisfied: oslo.rootwrap===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 316)) (6.3.1) 2022-08-19 19:22:45.297 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-08-19 19:22:45.306 | Requirement already satisfied: oslo.service===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 318)) (3.0.0) 2022-08-19 19:22:45.328 | Requirement already satisfied: oslo.upgradecheck===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (2.0.0) 2022-08-19 19:22:45.338 | Requirement already satisfied: oslo.utils===6.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.0) 2022-08-19 19:22:45.352 | Requirement already satisfied: oslo.versionedobjects===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 321)) (3.0.0) 2022-08-19 19:22:45.371 | Requirement already satisfied: ovsdbapp===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 327)) (2.0.0) 2022-08-19 19:22:45.406 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-19 19:22:45.412 | Requirement already satisfied: paramiko===2.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 330)) (2.11.0) 2022-08-19 19:22:45.446 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-19 19:22:45.448 | Requirement already satisfied: prettytable===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-08-19 19:22:45.461 | Requirement already satisfied: prometheus-client===0.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 344)) (0.14.1) 2022-08-19 19:22:45.466 | Requirement already satisfied: psutil===5.9.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 346)) (5.9.1) 2022-08-19 19:22:45.485 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (3.1.1) 2022-08-19 19:22:45.495 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-08-19 19:22:45.498 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-19 19:22:45.504 | Requirement already satisfied: pyroute2===0.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 372)) (0.7.2) 2022-08-19 19:22:45.510 | Requirement already satisfied: pyrsistent===0.18.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (0.18.1) 2022-08-19 19:22:45.514 | Requirement already satisfied: python-barbicanclient===5.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 388)) (5.4.0) 2022-08-19 19:22:45.529 | Requirement already satisfied: python-cinderclient===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391)) (9.0.0) 2022-08-19 19:22:45.544 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-08-19 19:22:45.549 | Requirement already satisfied: python-glanceclient===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 399)) (4.0.1) 2022-08-19 19:22:45.566 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.0) 2022-08-19 19:22:45.587 | Requirement already satisfied: python-neutronclient===8.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 415)) (8.0.0) 2022-08-19 19:22:45.612 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-19 19:22:45.616 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (0.7) 2022-08-19 19:22:45.623 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-19 19:22:45.637 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (1.4.0) 2022-08-19 19:22:45.639 | Requirement already satisfied: retrying===1.3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 458)) (1.3.3) 2022-08-19 19:22:45.643 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-08-19 19:22:45.647 | Requirement already satisfied: simplejson===3.17.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (3.17.6) 2022-08-19 19:22:45.650 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-19 19:22:45.653 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (0.13.0) 2022-08-19 19:22:45.663 | Requirement already satisfied: sqlparse===0.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (0.4.2) 2022-08-19 19:22:45.667 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (3.3.0) 2022-08-19 19:22:45.669 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-19 19:22:45.673 | Requirement already satisfied: tenacity===6.3.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 531)) (6.3.1) 2022-08-19 19:22:45.688 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) (2.0.1) 2022-08-19 19:22:45.697 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (0.5.0) 2022-08-19 19:22:45.703 | Requirement already satisfied: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (2.5.0) 2022-08-19 19:22:45.713 | Requirement already satisfied: tooz===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 545)) (3.0.0) 2022-08-19 19:22:45.772 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-19 19:22:45.805 | Requirement already satisfied: voluptuous===0.13.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 568)) (0.13.1) 2022-08-19 19:22:45.810 | Requirement already satisfied: warlock===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 571)) (2.0.1) 2022-08-19 19:22:45.816 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-08-19 19:22:45.821 | Requirement already satisfied: websockify===0.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 575)) (0.10.0) 2022-08-19 19:22:45.825 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-19 19:22:45.828 | Requirement already satisfied: yappi===1.3.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 585)) (1.3.6) 2022-08-19 19:22:45.833 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-08-19 19:22:45.859 | Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from Paste===3.5.1->-c /opt/stack/requirements/upper-constraints.txt (line 14)) (45.2.0) 2022-08-19 19:22:45.862 | Requirement already satisfied: Mako===1.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.2.1) 2022-08-19 19:22:45.873 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-19 19:22:45.876 | Requirement already satisfied: dnspython===2.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 147)) (2.2.1) 2022-08-19 19:22:45.903 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-08-19 19:22:45.961 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (2.5.0) 2022-08-19 19:22:45.982 | Requirement already satisfied: jmespath===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (1.0.1) 2022-08-19 19:22:45.985 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 86)) (1.4.4) 2022-08-19 19:22:45.989 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-08-19 19:22:45.995 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (1.32) 2022-08-19 19:22:45.999 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-19 19:22:46.006 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (0.17.3) 2022-08-19 19:22:46.009 | Requirement already satisfied: kombu===5.2.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 229)) (5.2.4) 2022-08-19 19:22:46.055 | Requirement already satisfied: amqp===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 79)) (5.1.1) 2022-08-19 19:22:46.059 | Requirement already satisfied: cachetools===5.2.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 103)) (5.2.0) 2022-08-19 19:22:46.063 | Requirement already satisfied: bcrypt===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) (3.2.2) 2022-08-19 19:22:46.070 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-08-19 19:22:46.074 | Requirement already satisfied: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-08-19 19:22:46.085 | Requirement already satisfied: ovs===2.17.1.post1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 326)) (2.17.1.post1) 2022-08-19 19:22:46.090 | Requirement already satisfied: PyNaCl===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 21)) (1.5.0) 2022-08-19 19:22:46.102 | Requirement already satisfied: cliff===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (4.0.0) 2022-08-19 19:22:46.112 | Requirement already satisfied: pyOpenSSL===22.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 352)) (22.0.0) 2022-08-19 19:22:46.124 | Requirement already satisfied: osc-lib===2.6.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (2.6.1) 2022-08-19 19:22:46.139 | Requirement already satisfied: os-client-config===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 288)) (2.1.0) 2022-08-19 19:22:46.143 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-19 19:22:46.146 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-19 19:22:46.148 | Requirement already satisfied: charset-normalizer===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.0) 2022-08-19 19:22:46.153 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) (0.5.2) 2022-08-19 19:22:46.155 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2022-08-19 19:22:46.159 | Requirement already satisfied: numpy===1.23.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 274)) (1.23.2) 2022-08-19 19:22:46.161 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-19 19:22:46.164 | Requirement already satisfied: jsonpointer===2.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (2.3) 2022-08-19 19:22:46.167 | Requirement already satisfied: vine===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 564)) (5.0.0) 2022-08-19 19:22:46.170 | Requirement already satisfied: sortedcontainers===2.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 487)) (2.4.0) 2022-08-19 19:22:46.173 | Requirement already satisfied: cmd2===2.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (2.4.2) 2022-08-19 19:22:46.222 | Requirement already satisfied: autopage===0.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (0.5.1) 2022-08-19 19:22:46.224 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (1.8.2) 2022-08-19 19:22:47.235 | Installing collected packages: nova 2022-08-19 19:22:47.235 | Attempting uninstall: nova 2022-08-19 19:22:47.236 | Found existing installation: nova 25.1.0.dev253 2022-08-19 19:22:47.241 | Can't uninstall 'nova'. No files were found to uninstall. 2022-08-19 19:22:47.242 | Running setup.py develop for nova 2022-08-19 19:22:50.898 | Successfully installed nova 2022-08-19 19:22:51.011 | + inc/python:pip_install:196 : result=0 2022-08-19 19:22:51.013 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:22:51.015 | + functions-common:time_stop:2439 : local name 2022-08-19 19:22:51.018 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:22:51.020 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:22:51.023 | + functions-common:time_stop:2442 : local total 2022-08-19 19:22:51.025 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:22:51.027 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:22:51.029 | + functions-common:time_stop:2446 : start_time=1660936957792 2022-08-19 19:22:51.031 | + functions-common:time_stop:2448 : [[ -z 1660936957792 ]] 2022-08-19 19:22:51.034 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:22:51.038 | + functions-common:time_stop:2451 : end_time=1660936971036 2022-08-19 19:22:51.041 | + functions-common:time_stop:2452 : elapsed_time=13244 2022-08-19 19:22:51.043 | + functions-common:time_stop:2453 : total=107683 2022-08-19 19:22:51.045 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:22:51.047 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=120927 2022-08-19 19:22:51.050 | + inc/python:pip_install:199 : return 0 2022-08-19 19:22:51.052 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-08-19 19:22:51.054 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-08-19 19:22:51.057 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-08-19 19:22:51.076 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-08-19 19:22:51.089 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/nova 2022-08-19 19:22:51.091 | + inc/python:use_library_from_git:246 : local name=/opt/stack/nova 2022-08-19 19:22:51.094 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:22:51.096 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:22:51.099 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/nova, ]] 2022-08-19 19:22:51.101 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:22:51.104 | + lib/nova:install_nova:924 : sudo install -D -m 0644 -o ubuntu /opt/stack/nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2022-08-19 19:22:51.116 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-08-19 19:22:51.119 | + ./stack.sh:main:932 : configure_nova 2022-08-19 19:22:51.122 | + lib/nova:configure_nova:248 : sudo install -d -o ubuntu /etc/nova 2022-08-19 19:22:51.134 | + lib/nova:configure_nova:250 : configure_rootwrap nova 2022-08-19 19:22:51.137 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2022-08-19 19:22:51.139 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-08-19 19:22:51.144 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2022-08-19 19:22:51.144 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-08-19 19:22:51.149 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2022-08-19 19:22:51.151 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2022-08-19 19:22:51.154 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-08-19 19:22:51.156 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2022-08-19 19:22:51.159 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/nova 2022-08-19 19:22:51.161 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/nova/etc/nova 2022-08-19 19:22:51.164 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2022-08-19 19:22:51.166 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2022-08-19 19:22:51.177 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2022-08-19 19:22:51.190 | + inc/rootwrap:configure_rootwrap:57 : sudo install -o root -g root -m 644 /opt/stack/nova/etc/nova/rootwrap.d/compute.filters /etc/nova/rootwrap.d 2022-08-19 19:22:51.203 | + inc/rootwrap:configure_rootwrap:60 : sudo install -o root -g root -m 644 /opt/stack/nova/etc/nova/rootwrap.conf /etc/nova/rootwrap.conf 2022-08-19 19:22:51.216 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2022-08-19 19:22:51.228 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-08-19 19:22:51.232 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-08-19 19:22:51.236 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.8ECc5fi9Gh 2022-08-19 19:22:51.238 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2022-08-19 19:22:51.241 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2022-08-19 19:22:51.243 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2022-08-19 19:22:51.246 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2022-08-19 19:22:51.248 | + inc/rootwrap:configure_rootwrap:72 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2022-08-19 19:22:51.251 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.8ECc5fi9Gh 2022-08-19 19:22:51.255 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.8ECc5fi9Gh 2022-08-19 19:22:51.267 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.8ECc5fi9Gh /etc/sudoers.d/nova-rootwrap 2022-08-19 19:22:51.280 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2022-08-19 19:22:51.285 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-08-19 19:22:51.287 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-08-19 19:22:51.290 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-08-19 19:22:51.292 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-08-19 19:22:51.295 | + inc/rootwrap:add_sudo_secure_path:28 : line='Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin' 2022-08-19 19:22:51.297 | + inc/rootwrap:add_sudo_secure_path:32 : [[ ! Defaults:ubuntu secure_path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/sbin:/usr/bin:/bin =~ /usr/local/bin ]] 2022-08-19 19:22:51.301 | + lib/nova:configure_nova:252 : [[ 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 =~ n-api ]] 2022-08-19 19:22:51.303 | + lib/nova:configure_nova:254 : cp /opt/stack/nova/etc/nova/api-paste.ini /etc/nova 2022-08-19 19:22:51.308 | + lib/nova:configure_nova:257 : is_service_enabled n-cpu 2022-08-19 19:22:51.325 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:22:51.328 | + lib/nova:configure_nova:334 : create_nova_conf 2022-08-19 19:22:51.331 | + lib/nova:create_nova_conf:408 : rm -f /opt/stack/nova/bin/nova.conf 2022-08-19 19:22:51.334 | + lib/nova:create_nova_conf:411 : rm -f /etc/nova/nova.conf 2022-08-19 19:22:51.338 | + lib/nova:create_nova_conf:412 : iniset /etc/nova/nova.conf DEFAULT debug True 2022-08-19 19:22:51.371 | + lib/nova:create_nova_conf:413 : '[' True == True ']' 2022-08-19 19:22:51.373 | + lib/nova:create_nova_conf:414 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2022-08-19 19:22:51.403 | + lib/nova:create_nova_conf:416 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2022-08-19 19:22:51.437 | + lib/nova:create_nova_conf:417 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2022-08-19 19:22:51.468 | + lib/nova:create_nova_conf:418 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2022-08-19 19:22:51.502 | + lib/nova:create_nova_conf:419 : iniset /etc/nova/nova.conf scheduler workers 2 2022-08-19 19:22:51.536 | + lib/nova:create_nova_conf:420 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2022-08-19 19:22:51.569 | + lib/nova:create_nova_conf:421 : [[ 4 == 6 ]] 2022-08-19 19:22:51.571 | + lib/nova:create_nova_conf:424 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.222.0.23 2022-08-19 19:22:51.603 | + lib/nova:create_nova_conf:426 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2022-08-19 19:22:51.633 | + lib/nova:create_nova_conf:427 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2022-08-19 19:22:51.665 | + lib/nova:create_nova_conf:428 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2022-08-19 19:22:51.696 | + lib/nova:create_nova_conf:429 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2022-08-19 19:22:51.727 | + lib/nova:create_nova_conf:431 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2022-08-19 19:22:51.761 | + lib/nova:create_nova_conf:433 : is_fedora 2022-08-19 19:22:51.763 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-19 19:22:51.765 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-19 19:22:51.768 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-19 19:22:51.770 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-19 19:22:51.772 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-19 19:22:51.775 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-19 19:22:51.777 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-19 19:22:51.779 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-19 19:22:51.781 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-19 19:22:51.783 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-19 19:22:51.786 | + lib/nova:create_nova_conf:433 : is_suse 2022-08-19 19:22:51.788 | + functions-common:is_suse:536 : is_opensuse 2022-08-19 19:22:51.790 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-19 19:22:51.792 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-19 19:22:51.794 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-19 19:22:51.797 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-19 19:22:51.799 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-19 19:22:51.801 | + lib/nova:create_nova_conf:442 : is_service_enabled n-api n-cond n-sched 2022-08-19 19:22:51.818 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:22:51.820 | + lib/nova:create_nova_conf:446 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-08-19 19:22:51.822 | + lib/nova:create_nova_conf:449 : local db=nova_cell0 2022-08-19 19:22:51.824 | + lib/nova:create_nova_conf:452 : iniset /etc/nova/nova.conf filter_scheduler track_instance_changes False 2022-08-19 19:22:51.857 | ++ lib/nova:create_nova_conf:455 : database_connection_url nova_cell0 2022-08-19 19:22:51.859 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2022-08-19 19:22:51.861 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2022-08-19 19:22:51.864 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=nova_cell0 2022-08-19 19:22:51.866 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-19 19:22:51.868 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-19 19:22:51.870 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-19 19:22:51.886 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:22:51.889 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-19 19:22:51.891 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2022-08-19 19:22:51.894 | + lib/nova:create_nova_conf:455 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8&plugin=dbcounter' 2022-08-19 19:22:51.928 | ++ lib/nova:create_nova_conf:456 : database_connection_url nova_api 2022-08-19 19:22:51.930 | ++ lib/database:database_connection_url:134 : local db=nova_api 2022-08-19 19:22:51.933 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2022-08-19 19:22:51.935 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=nova_api 2022-08-19 19:22:51.938 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-19 19:22:51.941 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-19 19:22:51.943 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-19 19:22:51.959 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:22:51.962 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-19 19:22:51.964 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2022-08-19 19:22:51.967 | + lib/nova:create_nova_conf:456 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8&plugin=dbcounter' 2022-08-19 19:22:52.000 | + lib/nova:create_nova_conf:461 : iniset /etc/nova/nova.conf cache enabled True 2022-08-19 19:22:52.034 | + lib/nova:create_nova_conf:462 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2022-08-19 19:22:52.066 | + lib/nova:create_nova_conf:463 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2022-08-19 19:22:52.097 | + lib/nova:create_nova_conf:466 : is_service_enabled n-api 2022-08-19 19:22:52.113 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:22:52.115 | + lib/nova:create_nova_conf:467 : is_service_enabled n-api-meta 2022-08-19 19:22:52.131 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:22:52.135 | ++ lib/nova:create_nova_conf:469 : echo osapi_compute,metadata 2022-08-19 19:22:52.135 | ++ lib/nova:create_nova_conf:469 : sed s/,metadata// 2022-08-19 19:22:52.140 | + lib/nova:create_nova_conf:469 : NOVA_ENABLED_APIS=osapi_compute 2022-08-19 19:22:52.142 | + lib/nova:create_nova_conf:471 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2022-08-19 19:22:52.174 | + lib/nova:create_nova_conf:472 : is_service_enabled tls-proxy 2022-08-19 19:22:52.190 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:22:52.192 | + lib/nova:create_nova_conf:478 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2022-08-19 19:22:52.195 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/nova/nova.conf 2022-08-19 19:22:52.197 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=nova 2022-08-19 19:22:52.199 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-08-19 19:22:52.201 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2022-08-19 19:22:52.235 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2022-08-19 19:22:52.266 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.222.0.23/identity 2022-08-19 19:22:52.299 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2022-08-19 19:22:52.330 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/nova/nova.conf keystone_authtoken password Passw0rd 2022-08-19 19:22:52.361 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2022-08-19 19:22:52.392 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2022-08-19 19:22:52.424 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2022-08-19 19:22:52.456 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-08-19 19:22:52.488 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2022-08-19 19:22:52.520 | + lib/nova:create_nova_conf:481 : is_service_enabled cinder 2022-08-19 19:22:52.536 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:22:52.538 | + lib/nova:create_nova_conf:482 : configure_cinder_access 2022-08-19 19:22:52.540 | + lib/nova:configure_cinder_access:609 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2022-08-19 19:22:52.575 | + lib/nova:configure_cinder_access:610 : iniset /etc/nova/nova.conf cinder auth_type password 2022-08-19 19:22:52.607 | + lib/nova:configure_cinder_access:611 : iniset /etc/nova/nova.conf cinder auth_url http://10.222.0.23/identity 2022-08-19 19:22:52.638 | + lib/nova:configure_cinder_access:618 : iniset /etc/nova/nova.conf cinder username nova 2022-08-19 19:22:52.670 | + lib/nova:configure_cinder_access:619 : iniset /etc/nova/nova.conf cinder password Passw0rd 2022-08-19 19:22:52.702 | + lib/nova:configure_cinder_access:620 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2022-08-19 19:22:52.734 | + lib/nova:configure_cinder_access:621 : iniset /etc/nova/nova.conf cinder project_name service 2022-08-19 19:22:52.766 | + lib/nova:configure_cinder_access:622 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2022-08-19 19:22:52.797 | + lib/nova:configure_cinder_access:623 : is_service_enabled tls-proxy 2022-08-19 19:22:52.814 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:22:52.817 | + lib/nova:create_nova_conf:485 : '[' -n /opt/stack/data/nova ']' 2022-08-19 19:22:52.819 | + lib/nova:create_nova_conf:486 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2022-08-19 19:22:52.850 | + lib/nova:create_nova_conf:487 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2022-08-19 19:22:52.885 | + lib/nova:create_nova_conf:489 : '[' -n /opt/stack/data/nova/instances ']' 2022-08-19 19:22:52.887 | + lib/nova:create_nova_conf:490 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2022-08-19 19:22:52.918 | + lib/nova:create_nova_conf:492 : '[' False '!=' False ']' 2022-08-19 19:22:52.921 | + lib/nova:create_nova_conf:495 : '[' False '!=' False ']' 2022-08-19 19:22:52.923 | + lib/nova:create_nova_conf:501 : is_suse 2022-08-19 19:22:52.926 | + functions-common:is_suse:536 : is_opensuse 2022-08-19 19:22:52.928 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-19 19:22:52.930 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-19 19:22:52.933 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-19 19:22:52.935 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-19 19:22:52.938 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-19 19:22:52.940 | + lib/nova:create_nova_conf:501 : is_fedora 2022-08-19 19:22:52.943 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-19 19:22:52.945 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-19 19:22:52.947 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-19 19:22:52.950 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-19 19:22:52.952 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-19 19:22:52.954 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-19 19:22:52.956 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-19 19:22:52.959 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-19 19:22:52.961 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-19 19:22:52.964 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-19 19:22:52.966 | + lib/nova:create_nova_conf:506 : setup_logging /etc/nova/nova.conf 2022-08-19 19:22:52.968 | + functions:setup_logging:674 : setup_systemd_logging /etc/nova/nova.conf 2022-08-19 19:22:52.970 | + functions:setup_systemd_logging:689 : local conf_file=/etc/nova/nova.conf 2022-08-19 19:22:52.973 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-08-19 19:22:52.990 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-08-19 19:22:52.993 | + functions:setup_systemd_logging:695 : local pidstr= 2022-08-19 19:22:52.995 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-08-19 19:22:52.997 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-08-19 19:22:53.000 | + functions:setup_systemd_logging:702 : iniset /etc/nova/nova.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-08-19 19:22:53.031 | + functions:setup_systemd_logging:704 : iniset /etc/nova/nova.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2022-08-19 19:22:53.064 | + functions:setup_systemd_logging:705 : iniset /etc/nova/nova.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2022-08-19 19:22:53.096 | + functions:setup_systemd_logging:706 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-08-19 19:22:53.127 | + lib/nova:create_nova_conf:508 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2022-08-19 19:22:53.163 | + lib/nova:create_nova_conf:510 : is_service_enabled n-api 2022-08-19 19:22:53.179 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:22:53.182 | + lib/nova:create_nova_conf:511 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2022-08-19 19:22:53.184 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-api-uwsgi.ini 2022-08-19 19:22:53.187 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-api-wsgi 2022-08-19 19:22:53.189 | + lib/apache:write_uwsgi_config:256 : local url=/compute 2022-08-19 19:22:53.191 | + lib/apache:write_uwsgi_config:257 : local http= 2022-08-19 19:22:53.193 | + lib/apache:write_uwsgi_config:258 : local name= 2022-08-19 19:22:53.196 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-api-wsgi 2022-08-19 19:22:53.200 | + lib/apache:write_uwsgi_config:259 : name=nova-api-wsgi 2022-08-19 19:22:53.202 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-08-19 19:22:53.205 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-08-19 19:22:53.217 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-08-19 19:22:53.218 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-08-19 19:22:53.227 | d /var/run/uwsgi 0755 ubuntu root 2022-08-19 19:22:53.230 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-08-19 19:22:53.246 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2022-08-19 19:22:53.249 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-api-uwsgi.ini 2022-08-19 19:22:53.252 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2022-08-19 19:22:53.286 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2022-08-19 19:22:53.317 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2022-08-19 19:22:53.348 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2022-08-19 19:22:53.380 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2022-08-19 19:22:53.411 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-08-19 19:22:53.443 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2022-08-19 19:22:53.474 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2022-08-19 19:22:53.506 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2022-08-19 19:22:53.537 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-08-19 19:22:53.568 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2022-08-19 19:22:53.601 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-08-19 19:22:53.631 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2022-08-19 19:22:53.663 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-08-19 19:22:53.665 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-08-19 19:22:53.668 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for nova-api-wsgi 2022-08-19 19:22:53.671 | ++ lib/apache:apache_site_config_for:186 : local site=nova-api-wsgi 2022-08-19 19:22:53.673 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-08-19 19:22:53.675 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:22:53.677 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:22:53.680 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2022-08-19 19:22:53.682 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2022-08-19 19:22:53.685 | + lib/apache:write_uwsgi_config:304 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2022-08-19 19:22:53.716 | + lib/apache:write_uwsgi_config:305 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2022-08-19 19:22:53.748 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 ' 2022-08-19 19:22:53.749 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2022-08-19 19:22:53.757 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2022-08-19 19:22:53.761 | + lib/apache:write_uwsgi_config:307 : enable_apache_site nova-api-wsgi 2022-08-19 19:22:53.763 | + lib/apache:enable_apache_site:203 : local site=nova-api-wsgi 2022-08-19 19:22:53.765 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-08-19 19:22:53.767 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-08-19 19:22:53.770 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-19 19:22:53.772 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:22:53.775 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:22:53.777 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-08-19 19:22:53.779 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-08-19 19:22:53.782 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:22:53.784 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:22:53.787 | + lib/apache:enable_apache_site:207 : sudo a2ensite nova-api-wsgi 2022-08-19 19:22:53.848 | Enabling site nova-api-wsgi. 2022-08-19 19:22:53.854 | To activate the new configuration, you need to run: 2022-08-19 19:22:53.854 | systemctl reload apache2 2022-08-19 19:22:53.858 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-08-19 19:22:53.860 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-08-19 19:22:53.863 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-19 19:22:53.865 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart apache2 2022-08-19 19:22:54.000 | + lib/nova:create_nova_conf:514 : is_service_enabled n-api-meta 2022-08-19 19:22:54.018 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:22:54.021 | + lib/nova:create_nova_conf:515 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /usr/local/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2022-08-19 19:22:54.024 | + lib/apache:write_uwsgi_config:254 : local file=/etc/nova/nova-metadata-uwsgi.ini 2022-08-19 19:22:54.026 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2022-08-19 19:22:54.028 | + lib/apache:write_uwsgi_config:256 : local url= 2022-08-19 19:22:54.030 | + lib/apache:write_uwsgi_config:257 : local http=0.0.0.0:8775 2022-08-19 19:22:54.033 | + lib/apache:write_uwsgi_config:258 : local name= 2022-08-19 19:22:54.037 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/nova-metadata-wsgi 2022-08-19 19:22:54.040 | + lib/apache:write_uwsgi_config:259 : name=nova-metadata-wsgi 2022-08-19 19:22:54.042 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-08-19 19:22:54.044 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-08-19 19:22:54.058 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-08-19 19:22:54.058 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-08-19 19:22:54.067 | d /var/run/uwsgi 0755 ubuntu root 2022-08-19 19:22:54.070 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-08-19 19:22:54.086 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2022-08-19 19:22:54.089 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2022-08-19 19:22:54.093 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2022-08-19 19:22:54.126 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2022-08-19 19:22:54.158 | + lib/apache:write_uwsgi_config:278 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2022-08-19 19:22:54.189 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2022-08-19 19:22:54.221 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2022-08-19 19:22:54.253 | + lib/apache:write_uwsgi_config:284 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 90 2022-08-19 19:22:54.285 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2022-08-19 19:22:54.318 | + lib/apache:write_uwsgi_config:286 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2022-08-19 19:22:54.349 | + lib/apache:write_uwsgi_config:288 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2022-08-19 19:22:54.381 | + lib/apache:write_uwsgi_config:290 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-08-19 19:22:54.412 | + lib/apache:write_uwsgi_config:292 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2022-08-19 19:22:54.450 | + lib/apache:write_uwsgi_config:294 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2022-08-19 19:22:54.482 | + lib/apache:write_uwsgi_config:296 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2022-08-19 19:22:54.515 | + lib/apache:write_uwsgi_config:299 : [[ -n 0.0.0.0:8775 ]] 2022-08-19 19:22:54.517 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2022-08-19 19:22:54.548 | + lib/nova:create_nova_conf:518 : is_service_enabled ceilometer 2022-08-19 19:22:54.565 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:22:54.568 | + lib/nova:create_nova_conf:526 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2022-08-19 19:22:54.603 | ++ lib/nova:create_nova_conf:527 : get_notification_url 2022-08-19 19:22:54.606 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2022-08-19 19:22:54.608 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2022-08-19 19:22:54.625 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:22:54.627 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/ 2022-08-19 19:22:54.631 | + lib/nova:create_nova_conf:527 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/ 2022-08-19 19:22:54.663 | + lib/nova:create_nova_conf:528 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2022-08-19 19:22:54.698 | + lib/nova:create_nova_conf:529 : iniset_rpc_backend nova /etc/nova/nova.conf 2022-08-19 19:22:54.700 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-08-19 19:22:54.703 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2022-08-19 19:22:54.705 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-08-19 19:22:54.708 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-08-19 19:22:54.710 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-08-19 19:22:54.727 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:22:54.730 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-08-19 19:22:54.732 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-08-19 19:22:54.734 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-08-19 19:22:54.751 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:22:54.754 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/ 2022-08-19 19:22:54.757 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/ 2022-08-19 19:22:54.789 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-08-19 19:22:54.792 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-08-19 19:22:54.794 | + lib/nova:create_nova_conf:531 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2022-08-19 19:22:54.827 | + lib/nova:create_nova_conf:532 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2022-08-19 19:22:54.859 | + lib/nova:create_nova_conf:534 : iniset /etc/nova/nova.conf conductor workers 2 2022-08-19 19:22:54.895 | + lib/nova:create_nova_conf:536 : is_service_enabled tls-proxy 2022-08-19 19:22:54.911 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:22:54.914 | + lib/nova:create_nova_conf:541 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2022-08-19 19:22:54.946 | + lib/nova:create_nova_conf:543 : '[' True == True ']' 2022-08-19 19:22:54.948 | + lib/nova:create_nova_conf:544 : init_nova_service_user_conf 2022-08-19 19:22:54.951 | + lib/nova:init_nova_service_user_conf:792 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2022-08-19 19:22:54.986 | + lib/nova:init_nova_service_user_conf:793 : iniset /etc/nova/nova.conf service_user auth_type password 2022-08-19 19:22:55.017 | + lib/nova:init_nova_service_user_conf:794 : iniset /etc/nova/nova.conf service_user auth_url http://10.222.0.23/identity 2022-08-19 19:22:55.051 | + lib/nova:init_nova_service_user_conf:795 : iniset /etc/nova/nova.conf service_user username nova 2022-08-19 19:22:55.084 | + lib/nova:init_nova_service_user_conf:796 : iniset /etc/nova/nova.conf service_user password Passw0rd 2022-08-19 19:22:55.115 | + lib/nova:init_nova_service_user_conf:797 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2022-08-19 19:22:55.148 | + lib/nova:init_nova_service_user_conf:798 : iniset /etc/nova/nova.conf service_user project_name service 2022-08-19 19:22:55.180 | + lib/nova:init_nova_service_user_conf:799 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2022-08-19 19:22:55.213 | + lib/nova:init_nova_service_user_conf:800 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2022-08-19 19:22:55.245 | + lib/nova:create_nova_conf:547 : is_service_enabled n-cond 2022-08-19 19:22:55.262 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:22:55.265 | ++ lib/nova:create_nova_conf:548 : seq 1 1 2022-08-19 19:22:55.269 | + lib/nova:create_nova_conf:548 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-08-19 19:22:55.272 | + lib/nova:create_nova_conf:549 : local conf 2022-08-19 19:22:55.274 | + lib/nova:create_nova_conf:550 : local vhost 2022-08-19 19:22:55.277 | ++ lib/nova:create_nova_conf:551 : conductor_conf 1 2022-08-19 19:22:55.279 | ++ lib/nova:conductor_conf:804 : local cell=1 2022-08-19 19:22:55.282 | ++ lib/nova:conductor_conf:805 : echo /etc/nova/nova_cell1.conf 2022-08-19 19:22:55.285 | + lib/nova:create_nova_conf:551 : conf=/etc/nova/nova_cell1.conf 2022-08-19 19:22:55.287 | + lib/nova:create_nova_conf:552 : vhost=nova_cell1 2022-08-19 19:22:55.290 | + lib/nova:create_nova_conf:554 : rm -f /etc/nova/nova_cell1.conf 2022-08-19 19:22:55.294 | ++ lib/nova:create_nova_conf:555 : database_connection_url nova_cell1 2022-08-19 19:22:55.297 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2022-08-19 19:22:55.299 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2022-08-19 19:22:55.302 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=nova_cell1 2022-08-19 19:22:55.304 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-19 19:22:55.306 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-19 19:22:55.309 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-19 19:22:55.325 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:22:55.328 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-19 19:22:55.330 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2022-08-19 19:22:55.333 | + lib/nova:create_nova_conf:555 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8&plugin=dbcounter' 2022-08-19 19:22:55.368 | + lib/nova:create_nova_conf:556 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2022-08-19 19:22:55.405 | + lib/nova:create_nova_conf:557 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2022-08-19 19:22:55.440 | + lib/nova:create_nova_conf:559 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-08-19 19:22:55.443 | + lib/nova:create_nova_conf:562 : rpc_backend_add_vhost nova_cell1 2022-08-19 19:22:55.446 | + lib/rpc_backend:rpc_backend_add_vhost:125 : local vhost=nova_cell1 2022-08-19 19:22:55.448 | + lib/rpc_backend:rpc_backend_add_vhost:126 : is_service_enabled rabbit 2022-08-19 19:22:55.464 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:22:55.468 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : sudo rabbitmqctl list_vhosts 2022-08-19 19:22:55.468 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : grep nova_cell1 2022-08-19 19:22:56.183 | + lib/rpc_backend:rpc_backend_add_vhost:127 : '[' -z nova_cell1 ']' 2022-08-19 19:22:56.186 | + lib/nova:create_nova_conf:563 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT nova_cell1 2022-08-19 19:22:56.188 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-08-19 19:22:56.190 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2022-08-19 19:22:56.193 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-08-19 19:22:56.195 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host=nova_cell1 2022-08-19 19:22:56.198 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-08-19 19:22:56.214 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:22:56.217 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url nova_cell1 2022-08-19 19:22:56.219 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host=nova_cell1 2022-08-19 19:22:56.222 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-08-19 19:22:56.239 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:22:56.241 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/nova_cell1 2022-08-19 19:22:56.244 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/nova_cell1 2022-08-19 19:22:56.275 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-08-19 19:22:56.278 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-08-19 19:22:56.280 | + lib/nova:create_nova_conf:567 : is_service_enabled placement placement-client 2022-08-19 19:22:56.297 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:22:56.300 | + lib/nova:create_nova_conf:568 : configure_placement_nova_compute /etc/nova/nova_cell1.conf 2022-08-19 19:22:56.303 | + lib/nova:configure_placement_nova_compute:596 : local conf=/etc/nova/nova_cell1.conf 2022-08-19 19:22:56.305 | + lib/nova:configure_placement_nova_compute:597 : iniset /etc/nova/nova_cell1.conf placement auth_type password 2022-08-19 19:22:56.339 | + lib/nova:configure_placement_nova_compute:598 : iniset /etc/nova/nova_cell1.conf placement auth_url http://10.222.0.23/identity 2022-08-19 19:22:56.372 | + lib/nova:configure_placement_nova_compute:599 : iniset /etc/nova/nova_cell1.conf placement username placement 2022-08-19 19:22:56.403 | + lib/nova:configure_placement_nova_compute:600 : iniset /etc/nova/nova_cell1.conf placement password Passw0rd 2022-08-19 19:22:56.436 | + lib/nova:configure_placement_nova_compute:601 : iniset /etc/nova/nova_cell1.conf placement user_domain_name Default 2022-08-19 19:22:56.468 | + lib/nova:configure_placement_nova_compute:602 : iniset /etc/nova/nova_cell1.conf placement project_name service 2022-08-19 19:22:56.501 | + lib/nova:configure_placement_nova_compute:603 : iniset /etc/nova/nova_cell1.conf placement project_domain_name Default 2022-08-19 19:22:56.532 | + lib/nova:configure_placement_nova_compute:604 : iniset /etc/nova/nova_cell1.conf placement region_name RegionOne 2022-08-19 19:22:56.565 | + lib/nova:create_nova_conf:572 : setup_logging /etc/nova/nova_cell1.conf 2022-08-19 19:22:56.567 | + functions:setup_logging:674 : setup_systemd_logging /etc/nova/nova_cell1.conf 2022-08-19 19:22:56.569 | + functions:setup_systemd_logging:689 : local conf_file=/etc/nova/nova_cell1.conf 2022-08-19 19:22:56.572 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-08-19 19:22:56.590 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-08-19 19:22:56.592 | + functions:setup_systemd_logging:695 : local pidstr= 2022-08-19 19:22:56.594 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-08-19 19:22:56.597 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-08-19 19:22:56.600 | + functions:setup_systemd_logging:702 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-08-19 19:22:56.631 | + functions:setup_systemd_logging:704 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2022-08-19 19:22:56.664 | + functions:setup_systemd_logging:705 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2022-08-19 19:22:56.696 | + functions:setup_systemd_logging:706 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-08-19 19:22:56.729 | + lib/nova:create_nova_conf:579 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-08-19 19:22:56.732 | ++ lib/nova:create_nova_conf:582 : seq 1 1 2022-08-19 19:22:56.736 | + lib/nova:create_nova_conf:582 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-08-19 19:22:56.739 | + lib/nova:create_nova_conf:583 : local conf 2022-08-19 19:22:56.741 | + lib/nova:create_nova_conf:584 : local offset 2022-08-19 19:22:56.744 | ++ lib/nova:create_nova_conf:585 : conductor_conf 1 2022-08-19 19:22:56.747 | ++ lib/nova:conductor_conf:804 : local cell=1 2022-08-19 19:22:56.749 | ++ lib/nova:conductor_conf:805 : echo /etc/nova/nova_cell1.conf 2022-08-19 19:22:56.752 | + lib/nova:create_nova_conf:585 : conf=/etc/nova/nova_cell1.conf 2022-08-19 19:22:56.754 | + lib/nova:create_nova_conf:586 : offset=0 2022-08-19 19:22:56.756 | + lib/nova:create_nova_conf:587 : configure_console_proxies /etc/nova/nova_cell1.conf 0 2022-08-19 19:22:56.759 | + lib/nova:configure_console_proxies:694 : local conf=/etc/nova/nova_cell1.conf 2022-08-19 19:22:56.761 | + lib/nova:configure_console_proxies:695 : local offset=0 2022-08-19 19:22:56.763 | + lib/nova:configure_console_proxies:699 : offset=0 2022-08-19 19:22:56.766 | + lib/nova:configure_console_proxies:701 : is_service_enabled n-novnc 2022-08-19 19:22:56.782 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:22:56.784 | + lib/nova:configure_console_proxies:701 : '[' False '!=' False ']' 2022-08-19 19:22:56.787 | + lib/nova:configure_console_proxies:733 : is_service_enabled n-spice 2022-08-19 19:22:56.804 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:22:56.806 | + lib/nova:configure_console_proxies:738 : is_service_enabled n-sproxy 2022-08-19 19:22:56.823 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:22:56.825 | + lib/nova:configure_nova:336 : is_service_enabled n-cpu 2022-08-19 19:22:56.842 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:22:56.845 | + ./stack.sh:main:935 : is_service_enabled placement 2022-08-19 19:22:56.862 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:22:56.865 | + ./stack.sh:main:937 : stack_install_service placement 2022-08-19 19:22:56.868 | + lib/stack:stack_install_service:20 : local service=placement 2022-08-19 19:22:56.870 | + lib/stack:stack_install_service:21 : type install_placement 2022-08-19 19:22:56.873 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-08-19 19:22:56.875 | + lib/stack:stack_install_service:32 : install_placement 2022-08-19 19:22:56.877 | + lib/placement:install_placement:137 : install_apache_wsgi 2022-08-19 19:22:56.881 | + lib/apache:install_apache_wsgi:143 : is_ubuntu 2022-08-19 19:22:56.883 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:22:56.886 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:22:56.888 | + lib/apache:install_apache_wsgi:145 : install_package apache2 2022-08-19 19:22:56.891 | + functions-common:install_package:1463 : update_package_repo 2022-08-19 19:22:56.893 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-19 19:22:56.896 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-19 19:22:56.899 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-19 19:22:56.901 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-19 19:22:56.904 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-19 19:22:56.906 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:22:56.909 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:22:56.912 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-19 19:22:56.914 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-19 19:22:56.917 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-19 19:22:56.919 | + functions-common:apt_get_update:1190 : return 2022-08-19 19:22:56.921 | + functions-common:install_package:1464 : real_install_package apache2 2022-08-19 19:22:56.924 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-19 19:22:56.927 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:22:56.930 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:22:56.932 | + functions-common:real_install_package:1450 : apt_get install apache2 2022-08-19 19:22:56.954 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install apache2 2022-08-19 19:22:57.066 | Reading package lists... 2022-08-19 19:22:57.329 | Building dependency tree... 2022-08-19 19:22:57.331 | Reading state information... 2022-08-19 19:22:57.598 | apache2 is already the newest version (2.4.41-4ubuntu3.12). 2022-08-19 19:22:57.598 | The following packages were automatically installed and are no longer required: 2022-08-19 19:22:57.599 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-19 19:22:57.600 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-19 19:22:57.600 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-19 19:22:57.600 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-19 19:22:57.600 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-19 19:22:57.600 | python3-zope.interface 2022-08-19 19:22:57.600 | Use 'sudo apt autoremove' to remove them. 2022-08-19 19:22:57.715 | 0 upgraded, 0 newly installed, 0 to remove and 159 not upgraded. 2022-08-19 19:22:57.719 | + functions-common:apt_get:1234 : result=0 2022-08-19 19:22:57.722 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-19 19:22:57.725 | + functions-common:time_stop:2439 : local name 2022-08-19 19:22:57.727 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:22:57.729 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:22:57.732 | + functions-common:time_stop:2442 : local total 2022-08-19 19:22:57.734 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:22:57.736 | + functions-common:time_stop:2445 : name=apt-get 2022-08-19 19:22:57.739 | + functions-common:time_stop:2446 : start_time=1660936976951 2022-08-19 19:22:57.742 | + functions-common:time_stop:2448 : [[ -z 1660936976951 ]] 2022-08-19 19:22:57.745 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:22:57.749 | + functions-common:time_stop:2451 : end_time=1660936977746 2022-08-19 19:22:57.751 | + functions-common:time_stop:2452 : elapsed_time=795 2022-08-19 19:22:57.754 | + functions-common:time_stop:2453 : total=6293 2022-08-19 19:22:57.756 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:22:57.758 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=7088 2022-08-19 19:22:57.761 | + functions-common:apt_get:1238 : return 0 2022-08-19 19:22:57.763 | + lib/apache:install_apache_wsgi:146 : is_package_installed libapache2-mod-wsgi 2022-08-19 19:22:57.766 | + functions-common:is_package_installed:1472 : [[ -z libapache2-mod-wsgi ]] 2022-08-19 19:22:57.768 | + functions-common:is_package_installed:1476 : [[ -z deb ]] 2022-08-19 19:22:57.771 | + functions-common:is_package_installed:1480 : [[ deb = \d\e\b ]] 2022-08-19 19:22:57.773 | + functions-common:is_package_installed:1481 : dpkg -s libapache2-mod-wsgi 2022-08-19 19:22:57.796 | + lib/apache:install_apache_wsgi:149 : install_package libapache2-mod-wsgi-py3 2022-08-19 19:22:57.798 | + functions-common:install_package:1463 : update_package_repo 2022-08-19 19:22:57.802 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-08-19 19:22:57.804 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-08-19 19:22:57.806 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-08-19 19:22:57.809 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-08-19 19:22:57.812 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-08-19 19:22:57.814 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:22:57.817 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:22:57.819 | + functions-common:update_package_repo:1444 : apt_get_update 2022-08-19 19:22:57.822 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-08-19 19:22:57.824 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-08-19 19:22:57.827 | + functions-common:apt_get_update:1190 : return 2022-08-19 19:22:57.829 | + functions-common:install_package:1464 : real_install_package libapache2-mod-wsgi-py3 2022-08-19 19:22:57.832 | + functions-common:real_install_package:1449 : is_ubuntu 2022-08-19 19:22:57.834 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:22:57.837 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:22:57.839 | + functions-common:real_install_package:1450 : apt_get install libapache2-mod-wsgi-py3 2022-08-19 19:22:57.862 | + functions-common:apt_get:1230 : sudo DEBIAN_FRONTEND=noninteractive http_proxy= https_proxy= no_proxy= apt-get --option Dpkg::Options::=--force-confold --assume-yes install libapache2-mod-wsgi-py3 2022-08-19 19:22:57.975 | Reading package lists... 2022-08-19 19:22:58.234 | Building dependency tree... 2022-08-19 19:22:58.235 | Reading state information... 2022-08-19 19:22:58.504 | libapache2-mod-wsgi-py3 is already the newest version (4.6.8-1ubuntu3.1). 2022-08-19 19:22:58.504 | The following packages were automatically installed and are no longer required: 2022-08-19 19:22:58.505 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-08-19 19:22:58.505 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-08-19 19:22:58.505 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-08-19 19:22:58.505 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-08-19 19:22:58.505 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-08-19 19:22:58.505 | python3-zope.interface 2022-08-19 19:22:58.506 | Use 'sudo apt autoremove' to remove them. 2022-08-19 19:22:58.620 | 0 upgraded, 0 newly installed, 0 to remove and 159 not upgraded. 2022-08-19 19:22:58.625 | + functions-common:apt_get:1234 : result=0 2022-08-19 19:22:58.628 | + functions-common:apt_get:1237 : time_stop apt-get 2022-08-19 19:22:58.630 | + functions-common:time_stop:2439 : local name 2022-08-19 19:22:58.633 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:22:58.635 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:22:58.637 | + functions-common:time_stop:2442 : local total 2022-08-19 19:22:58.640 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:22:58.642 | + functions-common:time_stop:2445 : name=apt-get 2022-08-19 19:22:58.645 | + functions-common:time_stop:2446 : start_time=1660936977859 2022-08-19 19:22:58.647 | + functions-common:time_stop:2448 : [[ -z 1660936977859 ]] 2022-08-19 19:22:58.650 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:22:58.655 | + functions-common:time_stop:2451 : end_time=1660936978652 2022-08-19 19:22:58.657 | + functions-common:time_stop:2452 : elapsed_time=793 2022-08-19 19:22:58.659 | + functions-common:time_stop:2453 : total=7088 2022-08-19 19:22:58.662 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:22:58.665 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=7881 2022-08-19 19:22:58.667 | + functions-common:apt_get:1238 : return 0 2022-08-19 19:22:58.670 | + lib/apache:install_apache_wsgi:164 : enable_apache_mod wsgi 2022-08-19 19:22:58.672 | + lib/apache:enable_apache_mod:59 : local mod=wsgi 2022-08-19 19:22:58.675 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-19 19:22:58.678 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:22:58.681 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:22:58.683 | + lib/apache:enable_apache_mod:64 : [[ wsgi != \v\e\r\s\i\o\n ]] 2022-08-19 19:22:58.686 | + lib/apache:enable_apache_mod:64 : a2query -m wsgi 2022-08-19 19:22:58.742 | wsgi (enabled by maintainer script) 2022-08-19 19:22:58.745 | + lib/placement:install_placement:139 : pip_install_gr osc-placement 2022-08-19 19:22:58.748 | + inc/python:pip_install_gr:76 : local name=osc-placement 2022-08-19 19:22:58.750 | + inc/python:pip_install_gr:77 : local clean_name 2022-08-19 19:22:58.754 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2022-08-19 19:22:58.756 | ++ inc/python:get_from_global_requirements:221 : local package=osc-placement 2022-08-19 19:22:58.759 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-08-19 19:22:58.763 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^osc-placement' /opt/stack/requirements/global-requirements.txt 2022-08-19 19:22:58.763 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-08-19 19:22:58.768 | ++ inc/python:get_from_global_requirements:223 : required_pkg='osc-placement ' 2022-08-19 19:22:58.771 | ++ inc/python:get_from_global_requirements:224 : [[ osc-placement == '' ]] 2022-08-19 19:22:58.773 | ++ inc/python:get_from_global_requirements:227 : echo osc-placement 2022-08-19 19:22:58.776 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2022-08-19 19:22:58.779 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2022-08-19 19:22:58.803 | Using python 3.8 to install osc-placement 2022-08-19 19:22:58.805 | + 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 osc-placement 2022-08-19 19:23:00.922 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:23:00.922 | from cryptography.utils import int_from_bytes 2022-08-19 19:23:00.922 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:23:00.922 | from cryptography.utils import int_from_bytes 2022-08-19 19:23:01.974 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:23:01.976 | Requirement already satisfied: osc-placement===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 301)) (4.0.0) 2022-08-19 19:23:01.986 | Requirement already satisfied: oslo.utils===6.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.0) 2022-08-19 19:23:01.999 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-19 19:23:02.004 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-19 19:23:02.007 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-19 19:23:02.013 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-19 19:23:02.017 | Requirement already satisfied: simplejson===3.17.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (3.17.6) 2022-08-19 19:23:02.021 | Requirement already satisfied: osc-lib===2.6.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (2.6.1) 2022-08-19 19:23:02.036 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-19 19:23:02.094 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-19 19:23:02.100 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-19 19:23:02.103 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-19 19:23:02.108 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-19 19:23:02.111 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-19 19:23:02.115 | Requirement already satisfied: cliff===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (4.0.0) 2022-08-19 19:23:02.126 | Requirement already satisfied: openstacksdk===0.100.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (0.100.0) 2022-08-19 19:23:02.151 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-19 19:23:02.155 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-19 19:23:02.158 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-19 19:23:02.171 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-19 19:23:02.175 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-19 19:23:02.179 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-08-19 19:23:02.215 | Requirement already satisfied: autopage===0.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (0.5.1) 2022-08-19 19:23:02.218 | Requirement already satisfied: cmd2===2.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (2.4.2) 2022-08-19 19:23:02.266 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-19 19:23:02.269 | Requirement already satisfied: prettytable===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-08-19 19:23:02.280 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (2.5.0) 2022-08-19 19:23:02.301 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-08-19 19:23:02.304 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-08-19 19:23:02.342 | Requirement already satisfied: jmespath===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (1.0.1) 2022-08-19 19:23:02.345 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (1.32) 2022-08-19 19:23:02.349 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 86)) (1.4.4) 2022-08-19 19:23:02.352 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-08-19 19:23:02.358 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (1.4.0) 2022-08-19 19:23:02.360 | Requirement already satisfied: charset-normalizer===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.0) 2022-08-19 19:23:02.365 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-19 19:23:02.367 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-19 19:23:02.370 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-19 19:23:02.404 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-08-19 19:23:02.429 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (1.8.2) 2022-08-19 19:23:02.432 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-08-19 19:23:02.488 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-08-19 19:23:02.493 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-19 19:23:02.497 | Requirement already satisfied: jsonpointer===2.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (2.3) 2022-08-19 19:23:02.500 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-19 19:23:04.521 | + inc/python:pip_install:196 : result=0 2022-08-19 19:23:04.524 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:23:04.526 | + functions-common:time_stop:2439 : local name 2022-08-19 19:23:04.529 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:23:04.531 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:23:04.534 | + functions-common:time_stop:2442 : local total 2022-08-19 19:23:04.537 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:23:04.539 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:23:04.542 | + functions-common:time_stop:2446 : start_time=1660936978796 2022-08-19 19:23:04.544 | + functions-common:time_stop:2448 : [[ -z 1660936978796 ]] 2022-08-19 19:23:04.548 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:23:04.553 | + functions-common:time_stop:2451 : end_time=1660936984549 2022-08-19 19:23:04.555 | + functions-common:time_stop:2452 : elapsed_time=5753 2022-08-19 19:23:04.558 | + functions-common:time_stop:2453 : total=120927 2022-08-19 19:23:04.560 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:23:04.563 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=126680 2022-08-19 19:23:04.566 | + inc/python:pip_install:199 : return 0 2022-08-19 19:23:04.568 | + lib/placement:install_placement:140 : git_clone https://opendev.org/openstack/placement.git /opt/stack/placement master 2022-08-19 19:23:04.571 | + functions-common:git_clone:596 : local git_remote=https://opendev.org/openstack/placement.git 2022-08-19 19:23:04.573 | + functions-common:git_clone:597 : local git_dest=/opt/stack/placement 2022-08-19 19:23:04.576 | + functions-common:git_clone:598 : local git_ref=master 2022-08-19 19:23:04.578 | + functions-common:git_clone:599 : local orig_dir 2022-08-19 19:23:04.582 | ++ functions-common:git_clone:600 : pwd 2022-08-19 19:23:04.585 | + functions-common:git_clone:600 : orig_dir=/home/ubuntu/devstack 2022-08-19 19:23:04.587 | + functions-common:git_clone:601 : local git_clone_flags= 2022-08-19 19:23:04.590 | ++ functions-common:git_clone:603 : trueorfalse False RECLONE 2022-08-19 19:23:04.608 | + functions-common:git_clone:603 : RECLONE=False 2022-08-19 19:23:04.610 | + functions-common:git_clone:604 : [[ 0 -gt 0 ]] 2022-08-19 19:23:04.613 | + functions-common:git_clone:608 : [[ False = \T\r\u\e ]] 2022-08-19 19:23:04.616 | + functions-common:git_clone:617 : echo master 2022-08-19 19:23:04.617 | + functions-common:git_clone:617 : egrep -q '^refs' 2022-08-19 19:23:04.622 | + functions-common:git_clone:631 : [[ ! -d /opt/stack/placement ]] 2022-08-19 19:23:04.625 | + functions-common:git_clone:639 : [[ False = \T\r\u\e ]] 2022-08-19 19:23:04.627 | + functions-common:git_clone:674 : sudo git config --system --add safe.directory /opt/stack/placement 2022-08-19 19:23:04.640 | + functions-common:git_clone:677 : cd /opt/stack/placement 2022-08-19 19:23:04.644 | + functions-common:git_clone:678 : git show --oneline 2022-08-19 19:23:04.644 | + functions-common:git_clone:678 : head -1 2022-08-19 19:23:04.647 | d0e05e89 Merge "Remove unicode literal strings" 2022-08-19 19:23:04.650 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-08-19 19:23:04.653 | + lib/placement:install_placement:141 : setup_develop /opt/stack/placement 2022-08-19 19:23:04.655 | + inc/python:setup_develop:334 : local bindep 2022-08-19 19:23:04.658 | + inc/python:setup_develop:335 : [[ /opt/stack/placement == -bindep* ]] 2022-08-19 19:23:04.661 | + inc/python:setup_develop:339 : local project_dir=/opt/stack/placement 2022-08-19 19:23:04.663 | + inc/python:setup_develop:340 : local extras= 2022-08-19 19:23:04.666 | + inc/python:setup_develop:341 : _setup_package_with_constraints_edit /opt/stack/placement -e 2022-08-19 19:23:04.668 | + inc/python:_setup_package_with_constraints_edit:360 : local bindep 2022-08-19 19:23:04.671 | + inc/python:_setup_package_with_constraints_edit:361 : [[ /opt/stack/placement == -bindep* ]] 2022-08-19 19:23:04.673 | + inc/python:_setup_package_with_constraints_edit:365 : local project_dir=/opt/stack/placement 2022-08-19 19:23:04.676 | + inc/python:_setup_package_with_constraints_edit:366 : local flags=-e 2022-08-19 19:23:04.678 | + inc/python:_setup_package_with_constraints_edit:367 : local extras= 2022-08-19 19:23:04.682 | ++ inc/python:_setup_package_with_constraints_edit:374 : cd /opt/stack/placement 2022-08-19 19:23:04.684 | ++ inc/python:_setup_package_with_constraints_edit:374 : pwd 2022-08-19 19:23:04.687 | + inc/python:_setup_package_with_constraints_edit:374 : project_dir=/opt/stack/placement 2022-08-19 19:23:04.690 | + inc/python:_setup_package_with_constraints_edit:376 : '[' -n /opt/stack/requirements ']' 2022-08-19 19:23:04.693 | + inc/python:_setup_package_with_constraints_edit:380 : local name 2022-08-19 19:23:04.696 | ++ inc/python:_setup_package_with_constraints_edit:381 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2022-08-19 19:23:04.702 | + inc/python:_setup_package_with_constraints_edit:381 : name=openstack-placement 2022-08-19 19:23:04.704 | + inc/python:_setup_package_with_constraints_edit:383 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- openstack-placement 2022-08-19 19:23:05.360 | + inc/python:_setup_package_with_constraints_edit:386 : setup_package /opt/stack/placement -e 2022-08-19 19:23:05.364 | + inc/python:setup_package:414 : local bindep=0 2022-08-19 19:23:05.366 | + inc/python:setup_package:415 : local bindep_flag= 2022-08-19 19:23:05.369 | + inc/python:setup_package:416 : local bindep_profiles= 2022-08-19 19:23:05.371 | + inc/python:setup_package:417 : [[ /opt/stack/placement == -bindep* ]] 2022-08-19 19:23:05.374 | + inc/python:setup_package:422 : local project_dir=/opt/stack/placement 2022-08-19 19:23:05.376 | + inc/python:setup_package:423 : local flags=-e 2022-08-19 19:23:05.379 | + inc/python:setup_package:424 : local extras= 2022-08-19 19:23:05.381 | + inc/python:setup_package:428 : [[ -n -e ]] 2022-08-19 19:23:05.384 | + inc/python:setup_package:428 : [[ -z '' ]] 2022-08-19 19:23:05.386 | + inc/python:setup_package:428 : [[ ! -e =~ ^-.* ]] 2022-08-19 19:23:05.389 | + inc/python:setup_package:433 : [[ ! -z '' ]] 2022-08-19 19:23:05.391 | + inc/python:setup_package:438 : [[ 0 == 1 ]] 2022-08-19 19:23:05.394 | + inc/python:setup_package:442 : pip_install -e /opt/stack/placement 2022-08-19 19:23:05.415 | Using python 3.8 to install /opt/stack/placement 2022-08-19 19:23:05.418 | + 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 -e /opt/stack/placement 2022-08-19 19:23:07.513 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:23:07.513 | from cryptography.utils import int_from_bytes 2022-08-19 19:23:07.514 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:23:07.514 | from cryptography.utils import int_from_bytes 2022-08-19 19:23:08.572 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:23:08.572 | Obtaining file:///opt/stack/placement 2022-08-19 19:23:09.788 | Requirement already satisfied: Routes===2.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 24)) (2.5.1) 2022-08-19 19:23:09.801 | Requirement already satisfied: SQLAlchemy===1.4.40 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 25)) (1.4.40) 2022-08-19 19:23:09.945 | Requirement already satisfied: WebOb===1.8.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 32)) (1.8.7) 2022-08-19 19:23:09.958 | Requirement already satisfied: greenlet===1.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 187)) (1.1.2) 2022-08-19 19:23:09.963 | Requirement already satisfied: jsonschema===4.7.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 223)) (4.7.2) 2022-08-19 19:23:10.002 | Requirement already satisfied: keystonemiddleware===10.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 228)) (10.0.0) 2022-08-19 19:23:10.053 | Requirement already satisfied: microversion-parse===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 244)) (1.0.1) 2022-08-19 19:23:10.058 | Requirement already satisfied: os-resource-classes===1.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 293)) (1.1.0) 2022-08-19 19:23:10.062 | Requirement already satisfied: os-traits===2.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 296)) (2.8.0) 2022-08-19 19:23:10.067 | Requirement already satisfied: oslo.cache===3.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 302)) (3.0.0) 2022-08-19 19:23:10.103 | Requirement already satisfied: oslo.concurrency===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 303)) (5.0.0) 2022-08-19 19:23:10.114 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-08-19 19:23:10.153 | Requirement already satisfied: oslo.context===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 305)) (5.0.0) 2022-08-19 19:23:10.159 | Requirement already satisfied: oslo.db===12.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 306)) (12.0.0) 2022-08-19 19:23:10.205 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-19 19:23:10.210 | Requirement already satisfied: oslo.log===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 309)) (5.0.0) 2022-08-19 19:23:10.248 | Requirement already satisfied: oslo.middleware===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 312)) (5.0.0) 2022-08-19 19:23:10.267 | Requirement already satisfied: oslo.policy===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 313)) (4.0.0) 2022-08-19 19:23:10.280 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-08-19 19:23:10.289 | Requirement already satisfied: oslo.upgradecheck===2.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 319)) (2.0.0) 2022-08-19 19:23:10.299 | Requirement already satisfied: oslo.utils===6.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.0) 2022-08-19 19:23:10.313 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-19 19:23:10.319 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-19 19:23:10.321 | Requirement already satisfied: prettytable===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-08-19 19:23:10.333 | Requirement already satisfied: pycadf===3.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 356)) (3.1.1) 2022-08-19 19:23:10.343 | Requirement already satisfied: pyinotify===0.9.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 364)) (0.9.6) 2022-08-19 19:23:10.345 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-19 19:23:10.351 | Requirement already satisfied: pyrsistent===0.18.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 373)) (0.18.1) 2022-08-19 19:23:10.356 | Requirement already satisfied: python-dateutil===2.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 396)) (2.8.2) 2022-08-19 19:23:10.361 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.0) 2022-08-19 19:23:10.382 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-19 19:23:10.386 | Requirement already satisfied: repoze.lru===0.7 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 446)) (0.7) 2022-08-19 19:23:10.393 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-19 19:23:10.406 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-08-19 19:23:10.411 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-19 19:23:10.414 | Requirement already satisfied: sqlalchemy-migrate===0.13.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 510)) (0.13.0) 2022-08-19 19:23:10.424 | Requirement already satisfied: sqlparse===0.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 511)) (0.4.2) 2022-08-19 19:23:10.427 | Requirement already satisfied: statsd===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 514)) (3.3.0) 2022-08-19 19:23:10.429 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-19 19:23:10.433 | Requirement already satisfied: testresources===2.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 534)) (2.0.1) 2022-08-19 19:23:10.442 | Requirement already satisfied: testscenarios===0.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 535)) (0.5.0) 2022-08-19 19:23:10.448 | Requirement already satisfied: testtools===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 536)) (2.5.0) 2022-08-19 19:23:10.457 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-19 19:23:10.490 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-08-19 19:23:10.500 | Requirement already satisfied: setuptools!=24.0.0,!=34.0.0,!=34.0.1,!=34.0.2,!=34.0.3,!=34.1.0,!=34.1.1,!=34.2.0,!=34.3.0,!=34.3.1,!=34.3.2,!=36.2.0,>=21.0.0 in /usr/lib/python3/dist-packages (from openstack-placement==7.1.0.dev37) (45.2.0) 2022-08-19 19:23:10.503 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-08-19 19:23:10.560 | Requirement already satisfied: importlib-resources===5.9.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 205)) (5.9.0) 2022-08-19 19:23:10.587 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-19 19:23:10.645 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-08-19 19:23:10.650 | Requirement already satisfied: fasteners===0.17.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 166)) (0.17.3) 2022-08-19 19:23:10.653 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-19 19:23:10.659 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-19 19:23:10.665 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-19 19:23:10.667 | Requirement already satisfied: alembic===1.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 78)) (1.8.1) 2022-08-19 19:23:10.682 | Requirement already satisfied: Jinja2===3.1.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 10)) (3.1.2) 2022-08-19 19:23:10.688 | Requirement already satisfied: bcrypt===3.2.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 95)) (3.2.2) 2022-08-19 19:23:10.695 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-08-19 19:23:10.698 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-19 19:23:10.702 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-19 19:23:10.704 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-19 19:23:10.707 | Requirement already satisfied: charset-normalizer===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.0) 2022-08-19 19:23:10.711 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-19 19:23:10.715 | Requirement already satisfied: Tempita===0.5.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 29)) (0.5.2) 2022-08-19 19:23:10.717 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-08-19 19:23:10.720 | Requirement already satisfied: extras===1.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 164)) (1.0.0) 2022-08-19 19:23:10.722 | Requirement already satisfied: fixtures===4.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 168)) (4.0.1) 2022-08-19 19:23:10.734 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-08-19 19:23:10.760 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-19 19:23:10.764 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-19 19:23:10.768 | Requirement already satisfied: Mako===1.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 12)) (1.2.1) 2022-08-19 19:23:10.778 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-08-19 19:23:10.815 | Requirement already satisfied: MarkupSafe===2.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 13)) (2.1.1) 2022-08-19 19:23:10.818 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-19 19:23:10.822 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-19 19:23:12.318 | Installing collected packages: openstack-placement 2022-08-19 19:23:12.318 | Attempting uninstall: openstack-placement 2022-08-19 19:23:12.319 | Found existing installation: openstack-placement 7.1.0.dev37 2022-08-19 19:23:12.321 | Can't uninstall 'openstack-placement'. No files were found to uninstall. 2022-08-19 19:23:12.322 | Running setup.py develop for openstack-placement 2022-08-19 19:23:14.038 | Successfully installed openstack-placement 2022-08-19 19:23:14.148 | + inc/python:pip_install:196 : result=0 2022-08-19 19:23:14.150 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:23:14.153 | + functions-common:time_stop:2439 : local name 2022-08-19 19:23:14.155 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:23:14.157 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:23:14.160 | + functions-common:time_stop:2442 : local total 2022-08-19 19:23:14.163 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:23:14.165 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:23:14.167 | + functions-common:time_stop:2446 : start_time=1660936985409 2022-08-19 19:23:14.170 | + functions-common:time_stop:2448 : [[ -z 1660936985409 ]] 2022-08-19 19:23:14.173 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:23:14.177 | + functions-common:time_stop:2451 : end_time=1660936994174 2022-08-19 19:23:14.179 | + functions-common:time_stop:2452 : elapsed_time=8765 2022-08-19 19:23:14.181 | + functions-common:time_stop:2453 : total=126680 2022-08-19 19:23:14.184 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:23:14.186 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=135445 2022-08-19 19:23:14.189 | + inc/python:pip_install:199 : return 0 2022-08-19 19:23:14.191 | + inc/python:setup_package:444 : [[ -e == \-\e ]] 2022-08-19 19:23:14.195 | + inc/python:setup_package:445 : safe_chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-08-19 19:23:14.197 | + functions-common:safe_chown:2340 : _safe_permission_operation chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-08-19 19:23:14.217 | + functions-common:_safe_permission_operation:2188 : sudo chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-08-19 19:23:14.229 | + inc/python:_setup_package_with_constraints_edit:390 : use_library_from_git /opt/stack/placement 2022-08-19 19:23:14.232 | + inc/python:use_library_from_git:246 : local name=/opt/stack/placement 2022-08-19 19:23:14.234 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:23:14.237 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:23:14.240 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,/opt/stack/placement, ]] 2022-08-19 19:23:14.243 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:23:14.245 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-08-19 19:23:14.248 | + ./stack.sh:main:938 : configure_placement 2022-08-19 19:23:14.250 | + lib/placement:configure_placement:106 : sudo install -d -o ubuntu /etc/placement 2022-08-19 19:23:14.262 | + lib/placement:configure_placement:107 : create_placement_conf 2022-08-19 19:23:14.265 | + lib/placement:create_placement_conf:96 : rm -f /etc/placement/placement.conf 2022-08-19 19:23:14.270 | ++ lib/placement:create_placement_conf:97 : database_connection_url placement 2022-08-19 19:23:14.273 | ++ lib/database:database_connection_url:134 : local db=placement 2022-08-19 19:23:14.275 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2022-08-19 19:23:14.278 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=placement 2022-08-19 19:23:14.281 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-19 19:23:14.283 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-19 19:23:14.286 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-19 19:23:14.304 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:23:14.307 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-19 19:23:14.309 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2022-08-19 19:23:14.313 | + lib/placement:create_placement_conf:97 : iniset /etc/placement/placement.conf placement_database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8&plugin=dbcounter' 2022-08-19 19:23:14.350 | + lib/placement:create_placement_conf:98 : iniset /etc/placement/placement.conf DEFAULT debug True 2022-08-19 19:23:14.386 | + lib/placement:create_placement_conf:99 : iniset /etc/placement/placement.conf api auth_strategy keystone 2022-08-19 19:23:14.422 | + lib/placement:create_placement_conf:100 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2022-08-19 19:23:14.425 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/placement/placement.conf 2022-08-19 19:23:14.428 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=placement 2022-08-19 19:23:14.431 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-08-19 19:23:14.433 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2022-08-19 19:23:14.470 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2022-08-19 19:23:14.504 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.222.0.23/identity 2022-08-19 19:23:14.538 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2022-08-19 19:23:14.572 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/placement/placement.conf keystone_authtoken password Passw0rd 2022-08-19 19:23:14.606 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2022-08-19 19:23:14.639 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2022-08-19 19:23:14.673 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2022-08-19 19:23:14.708 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-08-19 19:23:14.742 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2022-08-19 19:23:14.776 | + lib/placement:create_placement_conf:101 : setup_logging /etc/placement/placement.conf 2022-08-19 19:23:14.778 | + functions:setup_logging:674 : setup_systemd_logging /etc/placement/placement.conf 2022-08-19 19:23:14.781 | + functions:setup_systemd_logging:689 : local conf_file=/etc/placement/placement.conf 2022-08-19 19:23:14.784 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-08-19 19:23:14.803 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-08-19 19:23:14.805 | + functions:setup_systemd_logging:695 : local pidstr= 2022-08-19 19:23:14.808 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-08-19 19:23:14.810 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-08-19 19:23:14.813 | + functions:setup_systemd_logging:702 : iniset /etc/placement/placement.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-08-19 19:23:14.847 | + functions:setup_systemd_logging:704 : iniset /etc/placement/placement.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2022-08-19 19:23:14.882 | + functions:setup_systemd_logging:705 : iniset /etc/placement/placement.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2022-08-19 19:23:14.916 | + functions:setup_systemd_logging:706 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-08-19 19:23:14.951 | + lib/placement:configure_placement:109 : [[ uwsgi == \u\w\s\g\i ]] 2022-08-19 19:23:14.953 | + lib/placement:configure_placement:110 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2022-08-19 19:23:14.956 | + lib/apache:write_uwsgi_config:254 : local file=/etc/placement/placement-uwsgi.ini 2022-08-19 19:23:14.959 | + lib/apache:write_uwsgi_config:255 : local wsgi=/usr/local/bin/placement-api 2022-08-19 19:23:14.962 | + lib/apache:write_uwsgi_config:256 : local url=/placement 2022-08-19 19:23:14.964 | + lib/apache:write_uwsgi_config:257 : local http= 2022-08-19 19:23:14.967 | + lib/apache:write_uwsgi_config:258 : local name= 2022-08-19 19:23:14.970 | ++ lib/apache:write_uwsgi_config:259 : basename /usr/local/bin/placement-api 2022-08-19 19:23:14.975 | + lib/apache:write_uwsgi_config:259 : name=placement-api 2022-08-19 19:23:14.977 | + lib/apache:write_uwsgi_config:263 : local socket_dir=/var/run/uwsgi 2022-08-19 19:23:14.980 | + lib/apache:write_uwsgi_config:267 : sudo mkdir -p /etc/tmpfiles.d/ 2022-08-19 19:23:14.992 | + lib/apache:write_uwsgi_config:268 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-08-19 19:23:14.993 | + lib/apache:write_uwsgi_config:268 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-08-19 19:23:15.001 | d /var/run/uwsgi 0755 ubuntu root 2022-08-19 19:23:15.005 | + lib/apache:write_uwsgi_config:269 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-08-19 19:23:15.022 | + lib/apache:write_uwsgi_config:271 : local socket=/var/run/uwsgi/placement-api.socket 2022-08-19 19:23:15.024 | + lib/apache:write_uwsgi_config:274 : rm -rf /etc/placement/placement-uwsgi.ini 2022-08-19 19:23:15.028 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2022-08-19 19:23:15.064 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2022-08-19 19:23:15.097 | + lib/apache:write_uwsgi_config:278 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2022-08-19 19:23:15.130 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2022-08-19 19:23:15.165 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2022-08-19 19:23:15.198 | + lib/apache:write_uwsgi_config:284 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 90 2022-08-19 19:23:15.232 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2022-08-19 19:23:15.265 | + lib/apache:write_uwsgi_config:286 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2022-08-19 19:23:15.299 | + lib/apache:write_uwsgi_config:288 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2022-08-19 19:23:15.333 | + lib/apache:write_uwsgi_config:290 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-08-19 19:23:15.368 | + lib/apache:write_uwsgi_config:292 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2022-08-19 19:23:15.401 | + lib/apache:write_uwsgi_config:294 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2022-08-19 19:23:15.434 | + lib/apache:write_uwsgi_config:296 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2022-08-19 19:23:15.468 | + lib/apache:write_uwsgi_config:299 : [[ -n '' ]] 2022-08-19 19:23:15.471 | + lib/apache:write_uwsgi_config:302 : local apache_conf= 2022-08-19 19:23:15.474 | ++ lib/apache:write_uwsgi_config:303 : apache_site_config_for placement-api 2022-08-19 19:23:15.477 | ++ lib/apache:apache_site_config_for:186 : local site=placement-api 2022-08-19 19:23:15.480 | ++ lib/apache:apache_site_config_for:187 : is_ubuntu 2022-08-19 19:23:15.482 | ++ functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:23:15.485 | ++ functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:23:15.487 | ++ lib/apache:apache_site_config_for:189 : echo /etc/apache2/sites-available/placement-api.conf 2022-08-19 19:23:15.491 | + lib/apache:write_uwsgi_config:303 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2022-08-19 19:23:15.493 | + lib/apache:write_uwsgi_config:304 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2022-08-19 19:23:15.527 | + lib/apache:write_uwsgi_config:305 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2022-08-19 19:23:15.561 | + lib/apache:write_uwsgi_config:306 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 ' 2022-08-19 19:23:15.562 | + lib/apache:write_uwsgi_config:306 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2022-08-19 19:23:15.571 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2022-08-19 19:23:15.575 | + lib/apache:write_uwsgi_config:307 : enable_apache_site placement-api 2022-08-19 19:23:15.578 | + lib/apache:enable_apache_site:203 : local site=placement-api 2022-08-19 19:23:15.580 | + lib/apache:enable_apache_site:205 : enable_apache_mod version 2022-08-19 19:23:15.583 | + lib/apache:enable_apache_mod:59 : local mod=version 2022-08-19 19:23:15.585 | + lib/apache:enable_apache_mod:61 : is_ubuntu 2022-08-19 19:23:15.588 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:23:15.590 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:23:15.593 | + lib/apache:enable_apache_mod:64 : [[ version != \v\e\r\s\i\o\n ]] 2022-08-19 19:23:15.595 | + lib/apache:enable_apache_site:206 : is_ubuntu 2022-08-19 19:23:15.598 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:23:15.601 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:23:15.603 | + lib/apache:enable_apache_site:207 : sudo a2ensite placement-api 2022-08-19 19:23:15.666 | Site placement-api already enabled 2022-08-19 19:23:15.671 | + lib/apache:write_uwsgi_config:308 : restart_apache_server 2022-08-19 19:23:15.673 | + lib/apache:restart_apache_server:250 : restart_service apache2 2022-08-19 19:23:15.676 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-19 19:23:15.679 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart apache2 2022-08-19 19:23:15.812 | + ./stack.sh:main:945 : is_service_enabled placement placement-client 2022-08-19 19:23:15.840 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:23:15.842 | + ./stack.sh:main:946 : is_service_enabled n-cpu 2022-08-19 19:23:15.861 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:23:15.864 | + ./stack.sh:main:946 : is_service_enabled n-sch 2022-08-19 19:23:15.882 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:23:15.885 | + ./stack.sh:main:947 : configure_placement_nova_compute 2022-08-19 19:23:15.887 | + lib/nova:configure_placement_nova_compute:596 : local conf=/etc/nova/nova.conf 2022-08-19 19:23:15.890 | + lib/nova:configure_placement_nova_compute:597 : iniset /etc/nova/nova.conf placement auth_type password 2022-08-19 19:23:15.927 | + lib/nova:configure_placement_nova_compute:598 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.23/identity 2022-08-19 19:23:15.960 | + lib/nova:configure_placement_nova_compute:599 : iniset /etc/nova/nova.conf placement username placement 2022-08-19 19:23:15.994 | + lib/nova:configure_placement_nova_compute:600 : iniset /etc/nova/nova.conf placement password Passw0rd 2022-08-19 19:23:16.027 | + lib/nova:configure_placement_nova_compute:601 : iniset /etc/nova/nova.conf placement user_domain_name Default 2022-08-19 19:23:16.061 | + lib/nova:configure_placement_nova_compute:602 : iniset /etc/nova/nova.conf placement project_name service 2022-08-19 19:23:16.095 | + lib/nova:configure_placement_nova_compute:603 : iniset /etc/nova/nova.conf placement project_domain_name Default 2022-08-19 19:23:16.128 | + lib/nova:configure_placement_nova_compute:604 : iniset /etc/nova/nova.conf placement region_name RegionOne 2022-08-19 19:23:16.164 | + ./stack.sh:main:951 : is_service_enabled horizon 2022-08-19 19:23:16.181 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:23:16.184 | + ./stack.sh:main:956 : is_service_enabled tls-proxy 2022-08-19 19:23:16.201 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:23:16.204 | + ./stack.sh:main:964 : run_phase stack install 2022-08-19 19:23:16.206 | + functions-common:run_phase:1867 : local mode=stack 2022-08-19 19:23:16.209 | + functions-common:run_phase:1868 : local phase=install 2022-08-19 19:23:16.212 | + functions-common:run_phase:1869 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-08-19 19:23:16.214 | + functions-common:run_phase:1870 : local extra_plugin_file_name 2022-08-19 19:23:16.217 | + functions-common:run_phase:1871 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-08-19 19:23:16.220 | + functions-common:run_phase:1876 : local exceptions=80-tempest.sh 2022-08-19 19:23:16.222 | + functions-common:run_phase:1877 : local extra 2022-08-19 19:23:16.226 | ++ functions-common:run_phase:1878 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-08-19 19:23:16.230 | + functions-common:run_phase:1878 : extra=80-tempest.sh 2022-08-19 19:23:16.233 | + functions-common:run_phase:1879 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-08-19 19:23:16.236 | + functions-common:run_phase:1883 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-08-19 19:23:16.238 | + functions-common:run_phase:1883 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack install 2022-08-19 19:23:16.241 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-08-19 19:23:16.257 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:23:16.259 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-08-19 19:23:16.261 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-08-19 19:23:16.264 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2022-08-19 19:23:16.266 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2022-08-19 19:23:16.268 | ++ ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-19 19:23:16.271 | ++ ./stack.sh:echo_summary:441 : echo -e Installing Tempest 2022-08-19 19:23:16.274 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2022-08-19 19:23:16.276 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2022-08-19 19:23:16.341 | ++ inc/async:async_inner:63 : install_tempest 2022-08-19 19:23:16.383 | [100082 Async install_tempest:126440]: running: install_tempest 2022-08-19 19:23:16.386 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-08-19 19:23:16.388 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-08-19 19:23:16.391 | + functions-common:run_phase:1888 : [[ stack == \s\o\u\r\c\e ]] 2022-08-19 19:23:16.394 | + functions-common:run_phase:1891 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-08-19 19:23:16.397 | + functions-common:run_phase:1894 : run_plugins stack install 2022-08-19 19:23:16.400 | + functions-common:run_plugins:1853 : local mode=stack 2022-08-19 19:23:16.403 | + functions-common:run_plugins:1854 : local phase=install 2022-08-19 19:23:16.405 | + functions-common:run_plugins:1856 : local plugins= 2022-08-19 19:23:16.408 | + functions-common:run_plugins:1857 : local plugin 2022-08-19 19:23:16.411 | + ./stack.sh:main:967 : use_library_from_git python-openstackclient 2022-08-19 19:23:16.414 | + inc/python:use_library_from_git:246 : local name=python-openstackclient 2022-08-19 19:23:16.417 | + inc/python:use_library_from_git:247 : local enabled=1 2022-08-19 19:23:16.420 | + inc/python:use_library_from_git:248 : [[ '' = \A\L\L ]] 2022-08-19 19:23:16.422 | + inc/python:use_library_from_git:248 : [[ ,, =~ ,python-openstackclient, ]] 2022-08-19 19:23:16.425 | + inc/python:use_library_from_git:249 : return 1 2022-08-19 19:23:16.428 | + ./stack.sh:main:971 : pip_install_gr python-openstackclient 2022-08-19 19:23:16.431 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2022-08-19 19:23:16.436 | + inc/python:pip_install_gr:77 : local clean_name 2022-08-19 19:23:16.439 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2022-08-19 19:23:16.443 | ++ inc/python:get_from_global_requirements:221 : local package=python-openstackclient 2022-08-19 19:23:16.446 | ++ inc/python:get_from_global_requirements:222 : local required_pkg 2022-08-19 19:23:16.450 | +++ inc/python:get_from_global_requirements:223 : grep -i -h '^python-openstackclient' /opt/stack/requirements/global-requirements.txt 2022-08-19 19:23:16.450 | +++ inc/python:get_from_global_requirements:223 : cut -d# -f1 2022-08-19 19:23:16.457 | ++ inc/python:get_from_global_requirements:223 : required_pkg='python-openstackclient ' 2022-08-19 19:23:16.460 | ++ inc/python:get_from_global_requirements:224 : [[ python-openstackclient == '' ]] 2022-08-19 19:23:16.463 | ++ inc/python:get_from_global_requirements:227 : echo python-openstackclient 2022-08-19 19:23:16.466 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2022-08-19 19:23:16.469 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2022-08-19 19:23:16.491 | Using python 3.8 to install python-openstackclient 2022-08-19 19:23:16.493 | + 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 python-openstackclient 2022-08-19 19:23:18.592 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:23:18.592 | from cryptography.utils import int_from_bytes 2022-08-19 19:23:18.592 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:23:18.592 | from cryptography.utils import int_from_bytes 2022-08-19 19:23:19.646 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:23:19.648 | Requirement already satisfied: python-openstackclient===5.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 419)) (5.8.0) 2022-08-19 19:23:19.667 | Requirement already satisfied: stevedore===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 516)) (4.0.0) 2022-08-19 19:23:19.672 | Requirement already satisfied: oslo.i18n===5.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 307)) (5.1.0) 2022-08-19 19:23:19.676 | Requirement already satisfied: python-cinderclient===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 391)) (9.0.0) 2022-08-19 19:23:19.691 | Requirement already satisfied: osc-lib===2.6.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 300)) (2.6.1) 2022-08-19 19:23:19.706 | Requirement already satisfied: cliff===4.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 114)) (4.0.0) 2022-08-19 19:23:19.717 | Requirement already satisfied: iso8601===1.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 212)) (1.0.2) 2022-08-19 19:23:19.721 | Requirement already satisfied: python-keystoneclient===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 405)) (5.0.0) 2022-08-19 19:23:19.741 | Requirement already satisfied: openstacksdk===0.100.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 283)) (0.100.0) 2022-08-19 19:23:19.767 | Requirement already satisfied: pbr===5.10.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 332)) (5.10.0) 2022-08-19 19:23:19.770 | Requirement already satisfied: python-novaclient===18.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 416)) (18.0.0) 2022-08-19 19:23:19.785 | Requirement already satisfied: oslo.utils===6.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 320)) (6.0.0) 2022-08-19 19:23:19.798 | Requirement already satisfied: requests===2.28.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 447)) (2.28.1) 2022-08-19 19:23:19.812 | Requirement already satisfied: prettytable===3.3.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 342)) (3.3.0) 2022-08-19 19:23:19.825 | Requirement already satisfied: keystoneauth1===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 227)) (5.0.0) 2022-08-19 19:23:19.884 | Requirement already satisfied: simplejson===3.17.6 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 482)) (3.17.6) 2022-08-19 19:23:19.887 | Requirement already satisfied: autopage===0.5.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 93)) (0.5.1) 2022-08-19 19:23:19.890 | Requirement already satisfied: PyYAML===6.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 22)) (6.0) 2022-08-19 19:23:19.893 | Requirement already satisfied: importlib-metadata===4.12.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 204)) (4.12.0) 2022-08-19 19:23:19.929 | Requirement already satisfied: cmd2===2.4.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 115)) (2.4.2) 2022-08-19 19:23:19.979 | Requirement already satisfied: six===1.16.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 483)) (1.16.0) 2022-08-19 19:23:19.982 | Requirement already satisfied: packaging===21.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 328)) (21.3) 2022-08-19 19:23:19.987 | Requirement already satisfied: oslo.config===9.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 304)) (9.0.0) 2022-08-19 19:23:20.027 | Requirement already satisfied: oslo.serialization===5.0.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 317)) (5.0.0) 2022-08-19 19:23:20.036 | Requirement already satisfied: debtcollector===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 130)) (2.5.0) 2022-08-19 19:23:20.042 | Requirement already satisfied: netifaces===0.11.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 261)) (0.11.0) 2022-08-19 19:23:20.045 | Requirement already satisfied: jsonpatch===1.32 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 219)) (1.32) 2022-08-19 19:23:20.049 | Requirement already satisfied: decorator===5.1.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 131)) (5.1.1) 2022-08-19 19:23:20.053 | Requirement already satisfied: munch===2.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 254)) (2.5.0) 2022-08-19 19:23:20.075 | Requirement already satisfied: dogpile.cache===1.1.8 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 151)) (1.1.8) 2022-08-19 19:23:20.080 | Requirement already satisfied: appdirs===1.4.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 86)) (1.4.4) 2022-08-19 19:23:20.084 | Requirement already satisfied: os-service-types===1.7.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 294)) (1.7.0) 2022-08-19 19:23:20.088 | Requirement already satisfied: cryptography===36.0.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 126)) (36.0.2) 2022-08-19 19:23:20.125 | Requirement already satisfied: requestsexceptions===1.4.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 455)) (1.4.0) 2022-08-19 19:23:20.128 | Requirement already satisfied: jmespath===1.0.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 217)) (1.0.1) 2022-08-19 19:23:20.132 | Requirement already satisfied: pytz===2022.2.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 435)) (2022.2.1) 2022-08-19 19:23:20.136 | Requirement already satisfied: netaddr===0.8.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 260)) (0.8.0) 2022-08-19 19:23:20.140 | Requirement already satisfied: pyparsing===3.0.9 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 369)) (3.0.9) 2022-08-19 19:23:20.146 | Requirement already satisfied: charset-normalizer===2.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 112)) (2.1.0) 2022-08-19 19:23:20.151 | Requirement already satisfied: urllib3===1.26.11 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 562)) (1.26.11) 2022-08-19 19:23:20.186 | Requirement already satisfied: idna===3.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 200)) (3.3) 2022-08-19 19:23:20.189 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests===2.28.1->-c /opt/stack/requirements/upper-constraints.txt (line 447)) (2019.11.28) 2022-08-19 19:23:20.191 | Requirement already satisfied: wcwidth===0.2.5 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 572)) (0.2.5) 2022-08-19 19:23:20.196 | Requirement already satisfied: zipp===3.8.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 590)) (3.8.1) 2022-08-19 19:23:20.223 | Requirement already satisfied: attrs===22.1.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 90)) (22.1.0) 2022-08-19 19:23:20.281 | Requirement already satisfied: pyperclip===1.8.2 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 370)) (1.8.2) 2022-08-19 19:23:20.284 | Requirement already satisfied: rfc3986===1.5.0 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 460)) (1.5.0) 2022-08-19 19:23:20.289 | Requirement already satisfied: msgpack===1.0.4 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 253)) (1.0.4) 2022-08-19 19:23:20.292 | Requirement already satisfied: wrapt===1.14.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 577)) (1.14.1) 2022-08-19 19:23:20.295 | Requirement already satisfied: jsonpointer===2.3 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 222)) (2.3) 2022-08-19 19:23:20.298 | Requirement already satisfied: cffi===1.15.1 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 110)) (1.15.1) 2022-08-19 19:23:20.302 | Requirement already satisfied: pycparser===2.21 in /usr/local/lib/python3.8/dist-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 358)) (2.21) 2022-08-19 19:23:22.288 | + inc/python:pip_install:196 : result=0 2022-08-19 19:23:22.290 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:23:22.293 | + functions-common:time_stop:2439 : local name 2022-08-19 19:23:22.295 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:23:22.297 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:23:22.300 | + functions-common:time_stop:2442 : local total 2022-08-19 19:23:22.303 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:23:22.305 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:23:22.307 | + functions-common:time_stop:2446 : start_time=1660936996485 2022-08-19 19:23:22.310 | + functions-common:time_stop:2448 : [[ -z 1660936996485 ]] 2022-08-19 19:23:22.313 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:23:22.318 | + functions-common:time_stop:2451 : end_time=1660937002314 2022-08-19 19:23:22.320 | + functions-common:time_stop:2452 : elapsed_time=5829 2022-08-19 19:23:22.322 | + functions-common:time_stop:2453 : total=135445 2022-08-19 19:23:22.325 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:23:22.327 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=141274 2022-08-19 19:23:22.329 | + inc/python:pip_install:199 : return 0 2022-08-19 19:23:22.332 | + ./stack.sh:main:976 : install_oscwrap 2022-08-19 19:23:22.335 | ++ functions-common:install_oscwrap:2484 : mktemp 2022-08-19 19:23:22.340 | + functions-common:install_oscwrap:2484 : OSCWRAP_TIMER_FILE=/tmp/tmp.hWapvaSz42 2022-08-19 19:23:22.343 | + functions-common:install_oscwrap:2487 : shopt -s expand_aliases 2022-08-19 19:23:22.345 | + functions-common:install_oscwrap:2490 : unalias -a 2022-08-19 19:23:22.348 | + functions-common:install_oscwrap:2492 : alias openstack=oscwrap 2022-08-19 19:23:22.350 | + ./stack.sh:main:981 : [[ False != \F\a\l\s\e ]] 2022-08-19 19:23:22.353 | + ./stack.sh:main:1021 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2022-08-19 19:23:22.356 | + ./stack.sh:main:1029 : is_service_enabled mysql postgresql 2022-08-19 19:23:22.374 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:23:22.376 | + ./stack.sh:main:1030 : configure_database 2022-08-19 19:23:22.379 | + lib/database:configure_database:128 : configure_database_mysql 2022-08-19 19:23:22.382 | + lib/databases/mysql:configure_database_mysql:72 : local my_conf mysql slow_log 2022-08-19 19:23:22.384 | + lib/databases/mysql:configure_database_mysql:73 : echo_summary 'Configuring and starting MySQL' 2022-08-19 19:23:22.387 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-19 19:23:22.389 | + ./stack.sh:echo_summary:441 : echo -e Configuring and starting MySQL 2022-08-19 19:23:22.391 | + lib/databases/mysql:configure_database_mysql:75 : is_ubuntu 2022-08-19 19:23:22.394 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:23:22.396 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:23:22.398 | + lib/databases/mysql:configure_database_mysql:76 : my_conf=/etc/mysql/my.cnf 2022-08-19 19:23:22.401 | ++ lib/databases/mysql:configure_database_mysql:90 : ipv6_unquote 0.0.0.0 2022-08-19 19:23:22.405 | ++ functions-common:ipv6_unquote:2237 : tr -d '[]' 2022-08-19 19:23:22.405 | ++ functions-common:ipv6_unquote:2237 : echo 0.0.0.0 2022-08-19 19:23:22.409 | + lib/databases/mysql:configure_database_mysql:90 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2022-08-19 19:23:22.467 | + lib/databases/mysql:configure_database_mysql:93 : is_fedora 2022-08-19 19:23:22.469 | + functions-common:is_fedora:519 : [[ -z Ubuntu ]] 2022-08-19 19:23:22.471 | + functions-common:is_fedora:523 : '[' Ubuntu = Fedora ']' 2022-08-19 19:23:22.474 | + functions-common:is_fedora:523 : '[' Ubuntu = 'Red Hat' ']' 2022-08-19 19:23:22.477 | + functions-common:is_fedora:524 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-08-19 19:23:22.479 | + functions-common:is_fedora:525 : '[' Ubuntu = RedHatEnterprise ']' 2022-08-19 19:23:22.481 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOS ']' 2022-08-19 19:23:22.484 | + functions-common:is_fedora:526 : '[' Ubuntu = CentOSStream ']' 2022-08-19 19:23:22.486 | + functions-common:is_fedora:527 : '[' Ubuntu = AlmaLinux ']' 2022-08-19 19:23:22.488 | + functions-common:is_fedora:528 : '[' Ubuntu = OracleServer ']' 2022-08-19 19:23:22.491 | + functions-common:is_fedora:528 : '[' Ubuntu = Virtuozzo ']' 2022-08-19 19:23:22.494 | + lib/databases/mysql:configure_database_mysql:93 : is_suse 2022-08-19 19:23:22.496 | + functions-common:is_suse:536 : is_opensuse 2022-08-19 19:23:22.498 | + functions-common:is_opensuse:543 : [[ -z Ubuntu ]] 2022-08-19 19:23:22.500 | + functions-common:is_opensuse:547 : [[ Ubuntu =~ (openSUSE) ]] 2022-08-19 19:23:22.503 | + functions-common:is_suse:536 : is_suse_linux_enterprise 2022-08-19 19:23:22.505 | + functions-common:is_suse_linux_enterprise:555 : [[ -z Ubuntu ]] 2022-08-19 19:23:22.507 | + functions-common:is_suse_linux_enterprise:559 : [[ Ubuntu =~ (^SUSE) ]] 2022-08-19 19:23:22.510 | + lib/databases/mysql:configure_database_mysql:96 : is_ubuntu 2022-08-19 19:23:22.512 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:23:22.515 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:23:22.517 | + lib/databases/mysql:configure_database_mysql:98 : restart_service mysql 2022-08-19 19:23:22.519 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-19 19:23:22.522 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart mysql 2022-08-19 19:23:26.420 | + lib/databases/mysql:configure_database_mysql:104 : sudo mysqladmin -u root password Passw0rd 2022-08-19 19:23:26.435 | mysqladmin: connect to server at 'localhost' failed 2022-08-19 19:23:26.435 | error: 'Access denied for user 'root'@'localhost' (using password: NO)' 2022-08-19 19:23:26.439 | + lib/databases/mysql:configure_database_mysql:104 : true 2022-08-19 19:23:26.442 | + lib/databases/mysql:configure_database_mysql:108 : is_ubuntu 2022-08-19 19:23:26.445 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:23:26.447 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:23:26.449 | + lib/databases/mysql:configure_database_mysql:108 : '[' mysql == mariadb ']' 2022-08-19 19:23:26.452 | + lib/databases/mysql:configure_database_mysql:111 : local 'cmd_args=-uroot -pPassw0rd -h127.0.0.1 ' 2022-08-19 19:23:26.454 | + lib/databases/mysql:configure_database_mysql:117 : is_ubuntu 2022-08-19 19:23:26.456 | + functions-common:is_ubuntu:567 : [[ -z deb ]] 2022-08-19 19:23:26.459 | + functions-common:is_ubuntu:570 : '[' deb = deb ']' 2022-08-19 19:23:26.462 | + lib/databases/mysql:configure_database_mysql:117 : [[ focal != \b\u\l\l\s\e\y\e ]] 2022-08-19 19:23:26.465 | + lib/databases/mysql:configure_database_mysql:117 : '[' mysql == mariadb ']' 2022-08-19 19:23:26.467 | + lib/databases/mysql:configure_database_mysql:122 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE USER IF NOT EXISTS '\''root'\''@'\''%'\'' identified by '\''Passw0rd'\'';' 2022-08-19 19:23:26.479 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-19 19:23:26.558 | + lib/databases/mysql:configure_database_mysql:124 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'GRANT ALL PRIVILEGES ON *.* TO '\''root'\''@'\''%'\'';' 2022-08-19 19:23:26.571 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-19 19:23:26.616 | + lib/databases/mysql:configure_database_mysql:129 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2022-08-19 19:23:26.673 | + lib/databases/mysql:configure_database_mysql:130 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2022-08-19 19:23:26.738 | + lib/databases/mysql:configure_database_mysql:131 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2022-08-19 19:23:26.800 | + lib/databases/mysql:configure_database_mysql:133 : [[ False == \T\r\u\e ]] 2022-08-19 19:23:26.803 | + lib/databases/mysql:configure_database_mysql:153 : [[ True == \T\r\u\e ]] 2022-08-19 19:23:26.806 | + lib/databases/mysql:configure_database_mysql:154 : echo 'enabling MySQL performance counting' 2022-08-19 19:23:26.806 | enabling MySQL performance counting 2022-08-19 19:23:26.808 | + lib/databases/mysql:configure_database_mysql:157 : pip_install /home/ubuntu/devstack/tools/dbcounter 2022-08-19 19:23:26.832 | Using python 3.8 to install /home/ubuntu/devstack/tools/dbcounter 2022-08-19 19:23:26.834 | + 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 /home/ubuntu/devstack/tools/dbcounter 2022-08-19 19:23:28.939 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:23:28.939 | from cryptography.utils import int_from_bytes 2022-08-19 19:23:28.939 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:23:28.939 | from cryptography.utils import int_from_bytes 2022-08-19 19:23:29.974 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-08-19 19:23:29.976 | Processing ./tools/dbcounter 2022-08-19 19:23:29.981 | Installing build dependencies: started 2022-08-19 19:23:40.134 | Installing build dependencies: finished with status 'done' 2022-08-19 19:23:40.136 | Getting requirements to build wheel: started 2022-08-19 19:23:41.221 | Getting requirements to build wheel: finished with status 'done' 2022-08-19 19:23:41.226 | Installing backend dependencies: started 2022-08-19 19:23:45.877 | Installing backend dependencies: finished with status 'done' 2022-08-19 19:23:45.878 | Preparing wheel metadata: started 2022-08-19 19:23:47.064 | Preparing wheel metadata: finished with status 'done' 2022-08-19 19:23:47.072 | Building wheels for collected packages: dbcounter 2022-08-19 19:23:47.074 | Building wheel for dbcounter (PEP 517): started 2022-08-19 19:23:48.592 | Building wheel for dbcounter (PEP 517): finished with status 'done' 2022-08-19 19:23:48.594 | Created wheel for dbcounter: filename=dbcounter-0.1-py3-none-any.whl size=3220 sha256=da4de4cec7e235da47c558a879fbe3c49b84bdfa887befb612997d1f26ecb98b 2022-08-19 19:23:48.594 | Stored in directory: /tmp/pip-ephem-wheel-cache-8k84ckze/wheels/47/ec/8f/c05696fe4840718acd6e24d52f1870611cf630271d38314447 2022-08-19 19:23:48.595 | Successfully built dbcounter 2022-08-19 19:23:50.769 | Installing collected packages: dbcounter 2022-08-19 19:23:50.769 | Attempting uninstall: dbcounter 2022-08-19 19:23:50.770 | Found existing installation: dbcounter 0.1 2022-08-19 19:23:50.811 | Uninstalling dbcounter-0.1: 2022-08-19 19:23:51.140 | Successfully uninstalled dbcounter-0.1 2022-08-19 19:23:51.240 | Successfully installed dbcounter-0.1 2022-08-19 19:23:51.390 | + inc/python:pip_install:196 : result=0 2022-08-19 19:23:51.392 | + inc/python:pip_install:198 : time_stop pip_install 2022-08-19 19:23:51.394 | + functions-common:time_stop:2439 : local name 2022-08-19 19:23:51.397 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:23:51.399 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:23:51.401 | + functions-common:time_stop:2442 : local total 2022-08-19 19:23:51.404 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:23:51.406 | + functions-common:time_stop:2445 : name=pip_install 2022-08-19 19:23:51.408 | + functions-common:time_stop:2446 : start_time=1660937006826 2022-08-19 19:23:51.410 | + functions-common:time_stop:2448 : [[ -z 1660937006826 ]] 2022-08-19 19:23:51.413 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:23:51.418 | + functions-common:time_stop:2451 : end_time=1660937031415 2022-08-19 19:23:51.420 | + functions-common:time_stop:2452 : elapsed_time=24589 2022-08-19 19:23:51.422 | + functions-common:time_stop:2453 : total=141274 2022-08-19 19:23:51.425 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:23:51.427 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=165863 2022-08-19 19:23:51.430 | + inc/python:pip_install:199 : return 0 2022-08-19 19:23:51.432 | + lib/databases/mysql:configure_database_mysql:160 : recreate_database stats 2022-08-19 19:23:51.435 | + lib/database:recreate_database:112 : local db=stats 2022-08-19 19:23:51.437 | + lib/database:recreate_database:113 : recreate_database_mysql stats 2022-08-19 19:23:51.440 | + lib/databases/mysql:recreate_database_mysql:66 : local db=stats 2022-08-19 19:23:51.443 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS stats;' 2022-08-19 19:23:51.448 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-19 19:23:51.648 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE stats CHARACTER SET utf8;' 2022-08-19 19:23:51.653 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-19 19:23:51.758 | + lib/databases/mysql:configure_database_mysql:161 : mysql -u root -pPassw0rd -h 127.0.0.1 -e 'CREATE TABLE queries (db VARCHAR(32), op VARCHAR(32), 2022-08-19 19:23:51.758 | count INT, PRIMARY KEY (db, op)) ENGINE MEMORY' stats 2022-08-19 19:23:51.763 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-19 19:23:51.884 | + lib/databases/mysql:configure_database_mysql:166 : restart_service mysql 2022-08-19 19:23:51.887 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-19 19:23:51.889 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart mysql 2022-08-19 19:23:53.642 | ++ inc/async:async_inner:64 : rc=0 2022-08-19 19:23:53.667 | [126440 Async install_tempest:126440]: finished successfully 2022-08-19 19:23:56.037 | + ./stack.sh:main:1034 : save_stackenv 1034 2022-08-19 19:23:56.040 | + functions-common:save_stackenv:60 : local tag=1034 2022-08-19 19:23:56.043 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-08-19 19:23:56.048 | + functions-common:save_stackenv:62 : time_stamp=2022-08-19-192356 2022-08-19 19:23:56.050 | + functions-common:save_stackenv:63 : echo '# 2022-08-19-192356 1034' 2022-08-19 19:23:56.053 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:23:56.056 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-08-19 19:23:56.058 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:23:56.061 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-08-19 19:23:56.064 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:23:56.066 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-08-19 19:23:56.070 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:23:56.072 | + 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-08-19 19:23:56.075 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:23:56.077 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.23 2022-08-19 19:23:56.079 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:23:56.082 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.23/identity 2022-08-19 19:23:56.085 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:23:56.087 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-08-19-192004 2022-08-19 19:23:56.090 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:23:56.092 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-08-19 19:23:56.095 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:23:56.097 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.23 2022-08-19 19:23:56.100 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:23:56.102 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-08-19 19:23:56.105 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:23:56.107 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-08-19 19:23:56.109 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:23:56.112 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-08-19 19:23:56.114 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:23:56.117 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-08-19 19:23:56.120 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:23:56.122 | + functions-common:save_stackenv:65 : echo TUNNEL_ENDPOINT_IP=10.222.0.23 2022-08-19 19:23:56.125 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-08-19 19:23:56.127 | + functions-common:save_stackenv:65 : echo TUNNEL_IP_VERSION=4 2022-08-19 19:23:56.130 | + ./stack.sh:main:1046 : [[ True == \T\r\u\e ]] 2022-08-19 19:23:56.133 | + ./stack.sh:main:1047 : [[ -f /sys/kernel/mm/ksm/run ]] 2022-08-19 19:23:56.135 | + ./stack.sh:main:1048 : sudo sh -c 'echo 1 > /sys/kernel/mm/ksm/run' 2022-08-19 19:23:56.147 | + ./stack.sh:main:1060 : start_dstat 2022-08-19 19:23:56.150 | + lib/dstat:start_dstat:31 : run_process dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-08-19 19:23:56.153 | + functions-common:run_process:1693 : local service=dstat 2022-08-19 19:23:56.155 | + functions-common:run_process:1694 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-08-19 19:23:56.158 | + functions-common:run_process:1695 : local group= 2022-08-19 19:23:56.160 | + functions-common:run_process:1696 : local user= 2022-08-19 19:23:56.163 | + functions-common:run_process:1697 : local env_vars= 2022-08-19 19:23:56.166 | + functions-common:run_process:1699 : local name=dstat 2022-08-19 19:23:56.168 | + functions-common:run_process:1701 : time_start run_process 2022-08-19 19:23:56.171 | + functions-common:time_start:2425 : local name=run_process 2022-08-19 19:23:56.173 | + functions-common:time_start:2426 : local start_time= 2022-08-19 19:23:56.176 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-19 19:23:56.180 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-19 19:23:56.184 | + functions-common:time_start:2430 : _TIME_START[$name]=1660937036181 2022-08-19 19:23:56.186 | + functions-common:run_process:1702 : is_service_enabled dstat 2022-08-19 19:23:56.204 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:23:56.206 | + functions-common:run_process:1703 : _run_under_systemd dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' '' '' 2022-08-19 19:23:56.209 | + functions-common:_run_under_systemd:1653 : local service=dstat 2022-08-19 19:23:56.212 | + functions-common:_run_under_systemd:1654 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-08-19 19:23:56.214 | + functions-common:_run_under_systemd:1655 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-08-19 19:23:56.217 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-08-19 19:23:56.219 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-08-19 19:23:56.222 | + functions-common:_common_systemd_pitfalls:1628 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ sudo ]] 2022-08-19 19:23:56.225 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ ^/ ]] 2022-08-19 19:23:56.228 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@dstat.service 2022-08-19 19:23:56.230 | + functions-common:_run_under_systemd:1660 : local group= 2022-08-19 19:23:56.233 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-08-19 19:23:56.235 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-08-19 19:23:56.238 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-08-19 19:23:56.241 | + functions-common:_run_under_systemd:1666 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ uwsgi ]] 2022-08-19 19:23:56.244 | + functions-common:_run_under_systemd:1669 : write_user_unit_file devstack@dstat.service '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' ubuntu '' 2022-08-19 19:23:56.246 | + functions-common:write_user_unit_file:1562 : local service=devstack@dstat.service 2022-08-19 19:23:56.249 | + functions-common:write_user_unit_file:1563 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-08-19 19:23:56.251 | + functions-common:write_user_unit_file:1564 : local group= 2022-08-19 19:23:56.253 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-08-19 19:23:56.256 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-08-19 19:23:56.258 | + functions-common:write_user_unit_file:1567 : local extra= 2022-08-19 19:23:56.260 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-08-19 19:23:56.263 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@dstat.service 2022-08-19 19:23:56.265 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-08-19 19:23:56.269 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@dstat.service Unit Description 'Devstack devstack@dstat.service' 2022-08-19 19:23:56.326 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service User ubuntu 2022-08-19 19:23:56.383 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecStart '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-08-19 19:23:56.441 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service KillMode process 2022-08-19 19:23:56.499 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service TimeoutStopSec 300 2022-08-19 19:23:56.556 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-08-19 19:23:56.614 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-08-19 19:23:56.617 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-08-19 19:23:56.619 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@dstat.service Install WantedBy multi-user.target 2022-08-19 19:23:56.676 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-08-19 19:23:57.062 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@dstat.service 2022-08-19 19:23:57.075 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@dstat.service → /etc/systemd/system/devstack@dstat.service. 2022-08-19 19:23:57.449 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@dstat.service 2022-08-19 19:23:57.469 | + functions-common:run_process:1705 : time_stop run_process 2022-08-19 19:23:57.472 | + functions-common:time_stop:2439 : local name 2022-08-19 19:23:57.475 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:23:57.477 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:23:57.480 | + functions-common:time_stop:2442 : local total 2022-08-19 19:23:57.483 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:23:57.485 | + functions-common:time_stop:2445 : name=run_process 2022-08-19 19:23:57.487 | + functions-common:time_stop:2446 : start_time=1660937036181 2022-08-19 19:23:57.490 | + functions-common:time_stop:2448 : [[ -z 1660937036181 ]] 2022-08-19 19:23:57.494 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:23:57.498 | + functions-common:time_stop:2451 : end_time=1660937037496 2022-08-19 19:23:57.501 | + functions-common:time_stop:2452 : elapsed_time=1315 2022-08-19 19:23:57.503 | + functions-common:time_stop:2453 : total=0 2022-08-19 19:23:57.506 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:23:57.508 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=1315 2022-08-19 19:23:57.511 | + lib/dstat:start_dstat:36 : run_process memory_tracker /home/ubuntu/devstack/tools/memory_tracker.sh '' root 2022-08-19 19:23:57.513 | + functions-common:run_process:1693 : local service=memory_tracker 2022-08-19 19:23:57.516 | + functions-common:run_process:1694 : local command=/home/ubuntu/devstack/tools/memory_tracker.sh 2022-08-19 19:23:57.518 | + functions-common:run_process:1695 : local group= 2022-08-19 19:23:57.520 | + functions-common:run_process:1696 : local user=root 2022-08-19 19:23:57.523 | + functions-common:run_process:1697 : local env_vars= 2022-08-19 19:23:57.526 | + functions-common:run_process:1699 : local name=memory_tracker 2022-08-19 19:23:57.528 | + functions-common:run_process:1701 : time_start run_process 2022-08-19 19:23:57.531 | + functions-common:time_start:2425 : local name=run_process 2022-08-19 19:23:57.533 | + functions-common:time_start:2426 : local start_time= 2022-08-19 19:23:57.536 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-19 19:23:57.540 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-19 19:23:57.545 | + functions-common:time_start:2430 : _TIME_START[$name]=1660937037542 2022-08-19 19:23:57.547 | + functions-common:run_process:1702 : is_service_enabled memory_tracker 2022-08-19 19:23:57.566 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:23:57.567 | + functions-common:run_process:1705 : time_stop run_process 2022-08-19 19:23:57.570 | + functions-common:time_stop:2439 : local name 2022-08-19 19:23:57.573 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:23:57.575 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:23:57.578 | + functions-common:time_stop:2442 : local total 2022-08-19 19:23:57.580 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:23:57.582 | + functions-common:time_stop:2445 : name=run_process 2022-08-19 19:23:57.586 | + functions-common:time_stop:2446 : start_time=1660937037542 2022-08-19 19:23:57.588 | + functions-common:time_stop:2448 : [[ -z 1660937037542 ]] 2022-08-19 19:23:57.591 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:23:57.596 | + functions-common:time_stop:2451 : end_time=1660937037593 2022-08-19 19:23:57.598 | + functions-common:time_stop:2452 : elapsed_time=51 2022-08-19 19:23:57.601 | + functions-common:time_stop:2453 : total=1315 2022-08-19 19:23:57.604 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:23:57.606 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=1366 2022-08-19 19:23:57.609 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2022-08-19 19:23:57.627 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:23:57.629 | + ./stack.sh:main:1064 : is_service_enabled tcpdump 2022-08-19 19:23:57.649 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:23:57.652 | + ./stack.sh:main:1072 : is_service_enabled etcd3 2022-08-19 19:23:57.670 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:23:57.673 | + ./stack.sh:main:1073 : start_etcd3 2022-08-19 19:23:57.675 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack/bin/etcd 2022-08-19 19:23:57.679 | + lib/etcd3:start_etcd3:42 : cmd+=' --name dv-osbrick-849019-5-iscsi --data-dir /opt/stack/data/etcd' 2022-08-19 19:23:57.681 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2022-08-19 19:23:57.684 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster dv-osbrick-849019-5-iscsi=http://10.222.0.23:2380' 2022-08-19 19:23:57.686 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.222.0.23:2380' 2022-08-19 19:23:57.689 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.222.0.23:2379' 2022-08-19 19:23:57.692 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2022-08-19 19:23:57.694 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2022-08-19 19:23:57.697 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.222.0.23:2379' 2022-08-19 19:23:57.699 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2022-08-19 19:23:57.702 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2022-08-19 19:23:57.704 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2022-08-19 19:23:57.707 | + lib/etcd3:start_etcd3:58 : write_user_unit_file devstack@etcd.service '/opt/stack/bin/etcd --name dv-osbrick-849019-5-iscsi --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-osbrick-849019-5-iscsi=http://10.222.0.23:2380 --initial-advertise-peer-urls http://10.222.0.23:2380 --advertise-client-urls http://10.222.0.23:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.23:2379 --debug' '' root 2022-08-19 19:23:57.709 | + functions-common:write_user_unit_file:1562 : local service=devstack@etcd.service 2022-08-19 19:23:57.712 | + functions-common:write_user_unit_file:1563 : local 'command=/opt/stack/bin/etcd --name dv-osbrick-849019-5-iscsi --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-osbrick-849019-5-iscsi=http://10.222.0.23:2380 --initial-advertise-peer-urls http://10.222.0.23:2380 --advertise-client-urls http://10.222.0.23:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.23:2379 --debug' 2022-08-19 19:23:57.714 | + functions-common:write_user_unit_file:1564 : local group= 2022-08-19 19:23:57.716 | + functions-common:write_user_unit_file:1565 : local user=root 2022-08-19 19:23:57.719 | + functions-common:write_user_unit_file:1566 : local env_vars= 2022-08-19 19:23:57.721 | + functions-common:write_user_unit_file:1567 : local extra= 2022-08-19 19:23:57.723 | + functions-common:write_user_unit_file:1568 : [[ -n '' ]] 2022-08-19 19:23:57.727 | + functions-common:write_user_unit_file:1571 : local unitfile=/etc/systemd/system/devstack@etcd.service 2022-08-19 19:23:57.729 | + functions-common:write_user_unit_file:1572 : mkdir -p /etc/systemd/system 2022-08-19 19:23:57.734 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2022-08-19 19:23:57.803 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2022-08-19 19:23:57.870 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack/bin/etcd --name dv-osbrick-849019-5-iscsi --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-osbrick-849019-5-iscsi=http://10.222.0.23:2380 --initial-advertise-peer-urls http://10.222.0.23:2380 --advertise-client-urls http://10.222.0.23:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.23:2379 --debug' 2022-08-19 19:23:57.925 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2022-08-19 19:23:57.980 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2022-08-19 19:23:58.036 | + functions-common:write_user_unit_file:1579 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-08-19 19:23:58.095 | + functions-common:write_user_unit_file:1580 : [[ -n '' ]] 2022-08-19 19:23:58.097 | + functions-common:write_user_unit_file:1583 : [[ -n '' ]] 2022-08-19 19:23:58.100 | + functions-common:write_user_unit_file:1586 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2022-08-19 19:23:58.167 | + functions-common:write_user_unit_file:1589 : sudo systemctl daemon-reload 2022-08-19 19:23:58.528 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2022-08-19 19:23:58.591 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2022-08-19 19:23:58.649 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2022-08-19 19:23:58.705 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2022-08-19 19:23:58.763 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2022-08-19 19:23:58.766 | ++ functions-common:is_arch:501 : uname -m 2022-08-19 19:23:58.772 | + functions-common:is_arch:501 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2022-08-19 19:23:58.774 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2022-08-19 19:23:59.159 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2022-08-19 19:23:59.172 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2022-08-19 19:23:59.540 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2022-08-19 19:24:00.015 | + ./stack.sh:main:1079 : is_service_enabled tls-proxy 2022-08-19 19:24:00.034 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:24:00.037 | + ./stack.sh:main:1084 : write_clouds_yaml 2022-08-19 19:24:00.039 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2022-08-19 19:24:00.043 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2022-08-19 19:24:00.047 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2022-08-19 19:24:00.059 | + functions-common:write_clouds_yaml:82 : sudo chown -R ubuntu /etc/openstack 2022-08-19 19:24:00.072 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2022-08-19 19:24:00.074 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2022-08-19 19:24:00.077 | + functions-common:write_clouds_yaml:89 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack --os-region-name RegionOne --os-auth-url http://10.222.0.23/identity --os-username demo --os-password Passw0rd --os-project-name demo 2022-08-19 19:24:00.205 | + functions-common:write_clouds_yaml:100 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin --os-region-name RegionOne --os-auth-url http://10.222.0.23/identity --os-username admin --os-password Passw0rd --os-project-name admin 2022-08-19 19:24:00.335 | + functions-common:write_clouds_yaml:111 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-admin-demo --os-region-name RegionOne --os-auth-url http://10.222.0.23/identity --os-username admin --os-password Passw0rd --os-project-name demo 2022-08-19 19:24:00.462 | + functions-common:write_clouds_yaml:122 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt --os-region-name RegionOne --os-auth-url http://10.222.0.23/identity --os-username alt_demo --os-password Passw0rd --os-project-name alt_demo 2022-08-19 19:24:00.590 | + functions-common:write_clouds_yaml:133 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-member --os-region-name RegionOne --os-auth-url http://10.222.0.23/identity --os-username alt_demo_member --os-password Passw0rd --os-project-name alt_demo 2022-08-19 19:24:00.718 | + functions-common:write_clouds_yaml:144 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-alt-reader --os-region-name RegionOne --os-auth-url http://10.222.0.23/identity --os-username alt_demo_reader --os-password Passw0rd --os-project-name alt_demo 2022-08-19 19:24:00.845 | + functions-common:write_clouds_yaml:155 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-reader --os-region-name RegionOne --os-auth-url http://10.222.0.23/identity --os-username demo_reader --os-password Passw0rd --os-project-name demo 2022-08-19 19:24:00.973 | + functions-common:write_clouds_yaml:166 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-admin --os-region-name RegionOne --os-auth-url http://10.222.0.23/identity --os-username admin --os-password Passw0rd --os-system-scope all 2022-08-19 19:24:01.104 | + functions-common:write_clouds_yaml:177 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-member --os-region-name RegionOne --os-auth-url http://10.222.0.23/identity --os-username system_member --os-password Passw0rd --os-system-scope all 2022-08-19 19:24:01.234 | + functions-common:write_clouds_yaml:188 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/update_clouds_yaml.py --file /etc/openstack/clouds.yaml --os-cloud devstack-system-reader --os-region-name RegionOne --os-auth-url http://10.222.0.23/identity --os-username system_reader --os-password Passw0rd --os-system-scope all 2022-08-19 19:24:01.363 | + functions-common:write_clouds_yaml:198 : cat 2022-08-19 19:24:01.369 | ++ functions-common:write_clouds_yaml:204 : eval echo '~ubuntu' 2022-08-19 19:24:01.372 | +++ functions-common:write_clouds_yaml:204 : echo /home/ubuntu 2022-08-19 19:24:01.375 | + functions-common:write_clouds_yaml:204 : rm -f /home/ubuntu/.config/openstack/clouds.yaml 2022-08-19 19:24:01.379 | + ./stack.sh:main:1085 : export OS_CLOUD=devstack-admin 2022-08-19 19:24:01.383 | + ./stack.sh:main:1085 : OS_CLOUD=devstack-admin 2022-08-19 19:24:01.385 | + ./stack.sh:main:1087 : is_service_enabled keystone 2022-08-19 19:24:01.402 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:24:01.404 | + ./stack.sh:main:1088 : echo_summary 'Starting Keystone' 2022-08-19 19:24:01.407 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-19 19:24:01.409 | + ./stack.sh:echo_summary:441 : echo -e Starting Keystone 2022-08-19 19:24:01.412 | + ./stack.sh:main:1090 : '[' 10.222.0.23 == 10.222.0.23 ']' 2022-08-19 19:24:01.414 | + ./stack.sh:main:1091 : init_keystone 2022-08-19 19:24:01.417 | + lib/keystone:init_keystone:473 : is_service_enabled ldap 2022-08-19 19:24:01.434 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:24:01.436 | + lib/keystone:init_keystone:477 : [[ True == True ]] 2022-08-19 19:24:01.439 | + lib/keystone:init_keystone:479 : recreate_database keystone 2022-08-19 19:24:01.441 | + lib/database:recreate_database:112 : local db=keystone 2022-08-19 19:24:01.444 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2022-08-19 19:24:01.446 | + lib/databases/mysql:recreate_database_mysql:66 : local db=keystone 2022-08-19 19:24:01.449 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2022-08-19 19:24:01.453 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-19 19:24:07.922 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2022-08-19 19:24:07.927 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-08-19 19:24:08.016 | + lib/keystone:init_keystone:482 : time_start dbsync 2022-08-19 19:24:08.019 | + functions-common:time_start:2425 : local name=dbsync 2022-08-19 19:24:08.021 | + functions-common:time_start:2426 : local start_time= 2022-08-19 19:24:08.025 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-19 19:24:08.028 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-19 19:24:08.032 | + functions-common:time_start:2430 : _TIME_START[$name]=1660937048029 2022-08-19 19:24:08.035 | + lib/keystone:init_keystone:484 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2022-08-19 19:24:11.613 | INFO dbcounter [-] Registered counter for database keystone 2022-08-19 19:24:11.635 | DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=128702) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-08-19 19:24:11.641 | DEBUG dbcounter [-] [128702] Writer thread running {{(pid=128702) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-08-19 19:24:11.644 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-08-19 19:24:11.644 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-08-19 19:24:11.649 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=128702) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-08-19 19:24:11.650 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=128702) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-19 19:24:11.650 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=128702) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-19 19:24:11.651 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=128702) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-19 19:24:11.651 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=128702) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-19 19:24:11.651 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py... {{(pid=128702) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-19 19:24:11.651 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/079_expand_update_local_id_limit.py loaded successfully {{(pid=128702) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-19 19:24:11.651 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=128702) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-19 19:24:11.651 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py loaded successfully {{(pid=128702) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-19 19:24:11.651 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=128702) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-19 19:24:11.652 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=128702) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-19 19:24:11.652 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=128702) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-19 19:24:11.652 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=128702) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-19 19:24:11.652 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=128702) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-08-19 19:24:11.652 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=128702) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-08-19 19:24:11.652 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=128702) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-08-19 19:24:11.653 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=128702) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-08-19 19:24:11.676 | INFO alembic.runtime.migration [-] Context impl MySQLImpl. 2022-08-19 19:24:11.676 | INFO alembic.runtime.migration [-] Will assume non-transactional DDL. 2022-08-19 19:24:12.200 | INFO alembic.runtime.migration [-] Running upgrade -> 27e647c0fad4, Initial version 2022-08-19 19:24:40.618 | DEBUG alembic.runtime.migration [-] new branch insert 27e647c0fad4 {{(pid=128702) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:818}} 2022-08-19 19:24:40.620 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> e25ffa003242, Initial no-op Yoga contract migration. 2022-08-19 19:24:40.620 | DEBUG alembic.runtime.migration [-] update 27e647c0fad4 to e25ffa003242 {{(pid=128702) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:853}} 2022-08-19 19:24:40.623 | INFO alembic.runtime.migration [-] Running upgrade 27e647c0fad4 -> 29e87d24a316, Initial no-op Yoga expand migration. 2022-08-19 19:24:40.623 | DEBUG alembic.runtime.migration [-] new branch insert 29e87d24a316 {{(pid=128702) update_to_step /usr/local/lib/python3.8/dist-packages/alembic/runtime/migration.py:818}} 2022-08-19 19:24:41.001 | + lib/keystone:init_keystone:485 : time_stop dbsync 2022-08-19 19:24:41.003 | + functions-common:time_stop:2439 : local name 2022-08-19 19:24:41.006 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:24:41.008 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:24:41.011 | + functions-common:time_stop:2442 : local total 2022-08-19 19:24:41.013 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:24:41.016 | + functions-common:time_stop:2445 : name=dbsync 2022-08-19 19:24:41.019 | + functions-common:time_stop:2446 : start_time=1660937048029 2022-08-19 19:24:41.021 | + functions-common:time_stop:2448 : [[ -z 1660937048029 ]] 2022-08-19 19:24:41.024 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:24:41.029 | + functions-common:time_stop:2451 : end_time=1660937081026 2022-08-19 19:24:41.039 | + functions-common:time_stop:2452 : elapsed_time=32997 2022-08-19 19:24:41.039 | + functions-common:time_stop:2453 : total=0 2022-08-19 19:24:41.039 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:24:41.039 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=32997 2022-08-19 19:24:41.042 | + lib/keystone:init_keystone:487 : [[ fernet == \f\e\r\n\e\t ]] 2022-08-19 19:24:41.045 | + lib/keystone:init_keystone:488 : rm -rf /etc/keystone/fernet-keys/ 2022-08-19 19:24:41.049 | + lib/keystone:init_keystone:489 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2022-08-19 19:24:44.352 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2022-08-19 19:24:44.354 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2022-08-19 19:24:44.354 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2022-08-19 19:24:44.354 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2022-08-19 19:24:44.354 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2022-08-19 19:24:44.355 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2022-08-19 19:24:44.355 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2022-08-19 19:24:44.355 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2022-08-19 19:24:44.355 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2022-08-19 19:24:44.669 | + lib/keystone:init_keystone:491 : rm -rf /etc/keystone/credential-keys/ 2022-08-19 19:24:44.673 | + lib/keystone:init_keystone:492 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2022-08-19 19:24:47.999 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2022-08-19 19:24:48.000 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2022-08-19 19:24:48.000 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2022-08-19 19:24:48.000 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2022-08-19 19:24:48.001 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2022-08-19 19:24:48.001 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2022-08-19 19:24:48.001 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2022-08-19 19:24:48.001 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2022-08-19 19:24:48.002 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2022-08-19 19:24:48.328 | + ./stack.sh:main:1092 : start_keystone 2022-08-19 19:24:48.330 | + lib/keystone:start_keystone:550 : local service_port=5000 2022-08-19 19:24:48.335 | + lib/keystone:start_keystone:551 : local auth_protocol=http 2022-08-19 19:24:48.336 | + lib/keystone:start_keystone:552 : is_service_enabled tls-proxy 2022-08-19 19:24:48.353 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:24:48.356 | + lib/keystone:start_keystone:557 : '[' uwsgi == mod_wsgi ']' 2022-08-19 19:24:48.359 | ++ lib/keystone:start_keystone:561 : which uwsgi 2022-08-19 19:24:48.363 | + lib/keystone:start_keystone:561 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2022-08-19 19:24:48.366 | + functions-common:run_process:1693 : local service=keystone 2022-08-19 19:24:48.368 | + functions-common:run_process:1694 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-08-19 19:24:48.371 | + functions-common:run_process:1695 : local group= 2022-08-19 19:24:48.373 | + functions-common:run_process:1696 : local user= 2022-08-19 19:24:48.376 | + functions-common:run_process:1697 : local env_vars= 2022-08-19 19:24:48.378 | + functions-common:run_process:1699 : local name=keystone 2022-08-19 19:24:48.380 | + functions-common:run_process:1701 : time_start run_process 2022-08-19 19:24:48.383 | + functions-common:time_start:2425 : local name=run_process 2022-08-19 19:24:48.386 | + functions-common:time_start:2426 : local start_time= 2022-08-19 19:24:48.389 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-19 19:24:48.392 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-19 19:24:48.396 | + functions-common:time_start:2430 : _TIME_START[$name]=1660937088393 2022-08-19 19:24:48.398 | + functions-common:run_process:1702 : is_service_enabled keystone 2022-08-19 19:24:48.414 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:24:48.417 | + functions-common:run_process:1703 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' '' 2022-08-19 19:24:48.419 | + functions-common:_run_under_systemd:1653 : local service=keystone 2022-08-19 19:24:48.422 | + functions-common:_run_under_systemd:1654 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-08-19 19:24:48.424 | + functions-common:_run_under_systemd:1655 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-08-19 19:24:48.427 | + functions-common:_run_under_systemd:1657 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-08-19 19:24:48.429 | + functions-common:_common_systemd_pitfalls:1625 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-08-19 19:24:48.431 | + functions-common:_common_systemd_pitfalls:1628 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2022-08-19 19:24:48.434 | + functions-common:_common_systemd_pitfalls:1639 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2022-08-19 19:24:48.436 | + functions-common:_run_under_systemd:1659 : local systemd_service=devstack@keystone.service 2022-08-19 19:24:48.439 | + functions-common:_run_under_systemd:1660 : local group= 2022-08-19 19:24:48.441 | + functions-common:_run_under_systemd:1661 : local user=ubuntu 2022-08-19 19:24:48.444 | + functions-common:_run_under_systemd:1662 : [[ -z ubuntu ]] 2022-08-19 19:24:48.446 | + functions-common:_run_under_systemd:1665 : local env_vars= 2022-08-19 19:24:48.449 | + functions-common:_run_under_systemd:1666 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2022-08-19 19:24:48.451 | + functions-common:_run_under_systemd:1667 : write_uwsgi_user_unit_file devstack@keystone.service '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' ubuntu '' 2022-08-19 19:24:48.454 | + functions-common:write_uwsgi_user_unit_file:1593 : local service=devstack@keystone.service 2022-08-19 19:24:48.456 | + functions-common:write_uwsgi_user_unit_file:1594 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-08-19 19:24:48.458 | + functions-common:write_uwsgi_user_unit_file:1595 : local group= 2022-08-19 19:24:48.460 | + functions-common:write_uwsgi_user_unit_file:1596 : local user=ubuntu 2022-08-19 19:24:48.463 | + functions-common:write_uwsgi_user_unit_file:1597 : local env_vars= 2022-08-19 19:24:48.465 | + functions-common:write_uwsgi_user_unit_file:1598 : local unitfile=/etc/systemd/system/devstack@keystone.service 2022-08-19 19:24:48.467 | + functions-common:write_uwsgi_user_unit_file:1599 : mkdir -p /etc/systemd/system 2022-08-19 19:24:48.471 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2022-08-19 19:24:48.526 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2022-08-19 19:24:48.581 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User ubuntu 2022-08-19 19:24:48.637 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-08-19 19:24:48.693 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-08-19 19:24:48.748 | + functions-common:write_uwsgi_user_unit_file:1606 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2022-08-19 19:24:48.803 | + functions-common:write_uwsgi_user_unit_file:1607 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2022-08-19 19:24:48.860 | + functions-common:write_uwsgi_user_unit_file:1608 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2022-08-19 19:24:48.917 | + functions-common:write_uwsgi_user_unit_file:1609 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2022-08-19 19:24:48.972 | + functions-common:write_uwsgi_user_unit_file:1610 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2022-08-19 19:24:49.029 | + functions-common:write_uwsgi_user_unit_file:1612 : [[ -n '' ]] 2022-08-19 19:24:49.031 | + functions-common:write_uwsgi_user_unit_file:1615 : [[ -n '' ]] 2022-08-19 19:24:49.034 | + functions-common:write_uwsgi_user_unit_file:1618 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2022-08-19 19:24:49.090 | + functions-common:write_uwsgi_user_unit_file:1621 : sudo systemctl daemon-reload 2022-08-19 19:24:49.465 | + functions-common:_run_under_systemd:1672 : sudo systemctl enable devstack@keystone.service 2022-08-19 19:24:49.479 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2022-08-19 19:24:49.861 | + functions-common:_run_under_systemd:1673 : sudo systemctl start devstack@keystone.service 2022-08-19 19:24:49.933 | + functions-common:run_process:1705 : time_stop run_process 2022-08-19 19:24:49.936 | + functions-common:time_stop:2439 : local name 2022-08-19 19:24:49.939 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:24:49.942 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:24:49.945 | + functions-common:time_stop:2442 : local total 2022-08-19 19:24:49.947 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:24:49.950 | + functions-common:time_stop:2445 : name=run_process 2022-08-19 19:24:49.953 | + functions-common:time_stop:2446 : start_time=1660937088393 2022-08-19 19:24:49.955 | + functions-common:time_stop:2448 : [[ -z 1660937088393 ]] 2022-08-19 19:24:49.958 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:24:49.965 | + functions-common:time_stop:2451 : end_time=1660937089960 2022-08-19 19:24:49.968 | + functions-common:time_stop:2452 : elapsed_time=1567 2022-08-19 19:24:49.970 | + functions-common:time_stop:2453 : total=1366 2022-08-19 19:24:49.972 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:24:49.975 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=2933 2022-08-19 19:24:49.977 | + lib/keystone:start_keystone:564 : echo 'Waiting for keystone to start...' 2022-08-19 19:24:49.985 | Waiting for keystone to start... 2022-08-19 19:24:49.985 | + lib/keystone:start_keystone:570 : local service_uri=http://10.222.0.23/identity/v3/ 2022-08-19 19:24:49.985 | + lib/keystone:start_keystone:572 : wait_for_service 60 http://10.222.0.23/identity/v3/ 2022-08-19 19:24:49.985 | + functions:wait_for_service:457 : local timeout=60 2022-08-19 19:24:49.988 | + functions:wait_for_service:458 : local url=http://10.222.0.23/identity/v3/ 2022-08-19 19:24:49.990 | + functions:wait_for_service:459 : local rval=0 2022-08-19 19:24:49.993 | + functions:wait_for_service:460 : time_start wait_for_service 2022-08-19 19:24:49.995 | + functions-common:time_start:2425 : local name=wait_for_service 2022-08-19 19:24:49.998 | + functions-common:time_start:2426 : local start_time= 2022-08-19 19:24:50.000 | + functions-common:time_start:2427 : [[ -n '' ]] 2022-08-19 19:24:50.003 | ++ functions-common:time_start:2430 : date +%s%3N 2022-08-19 19:24:50.008 | + functions-common:time_start:2430 : _TIME_START[$name]=1660937090005 2022-08-19 19:24:50.011 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-08-19 19:24:50.017 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.23/identity/v3/ 2022-08-19 19:24:55.103 | + :: : [[ 200 == 503 ]] 2022-08-19 19:24:55.105 | + :: : [[ 0 -eq 7 ]] 2022-08-19 19:24:55.108 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-08-19 19:24:55.110 | + functions-common:time_stop:2439 : local name 2022-08-19 19:24:55.113 | + functions-common:time_stop:2440 : local end_time 2022-08-19 19:24:55.115 | + functions-common:time_stop:2441 : local elapsed_time 2022-08-19 19:24:55.118 | + functions-common:time_stop:2442 : local total 2022-08-19 19:24:55.122 | + functions-common:time_stop:2443 : local start_time 2022-08-19 19:24:55.123 | + functions-common:time_stop:2445 : name=wait_for_service 2022-08-19 19:24:55.125 | + functions-common:time_stop:2446 : start_time=1660937090005 2022-08-19 19:24:55.127 | + functions-common:time_stop:2448 : [[ -z 1660937090005 ]] 2022-08-19 19:24:55.130 | ++ functions-common:time_stop:2451 : date +%s%3N 2022-08-19 19:24:55.135 | + functions-common:time_stop:2451 : end_time=1660937095132 2022-08-19 19:24:55.138 | + functions-common:time_stop:2452 : elapsed_time=5127 2022-08-19 19:24:55.140 | + functions-common:time_stop:2453 : total=0 2022-08-19 19:24:55.143 | + functions-common:time_stop:2455 : _TIME_START[$name]= 2022-08-19 19:24:55.145 | + functions-common:time_stop:2456 : _TIME_TOTAL[$name]=5127 2022-08-19 19:24:55.150 | + functions:wait_for_service:467 : return 0 2022-08-19 19:24:55.151 | + lib/keystone:start_keystone:577 : is_service_enabled tls-proxy 2022-08-19 19:24:55.169 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:24:55.171 | + lib/keystone:start_keystone:582 : restart_service memcached 2022-08-19 19:24:55.174 | + functions-common:restart_service:2323 : '[' -x /bin/systemctl ']' 2022-08-19 19:24:55.176 | + functions-common:restart_service:2324 : sudo /bin/systemctl restart memcached 2022-08-19 19:24:55.204 | + ./stack.sh:main:1093 : bootstrap_keystone 2022-08-19 19:24:55.208 | + lib/keystone:bootstrap_keystone:602 : /usr/local/bin/keystone-manage bootstrap --bootstrap-username admin --bootstrap-password Passw0rd --bootstrap-project-name admin --bootstrap-role-name admin --bootstrap-service-name keystone --bootstrap-region-id RegionOne --bootstrap-public-url http://10.222.0.23/identity 2022-08-19 19:24:58.621 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=129500) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:24:58.621 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=129500) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:24:58.622 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_assignment_removal` subscribed to event `identity.remove_application_credentials_for_user.internal`. {{(pid=129500) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:24:58.629 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=129500) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:24:58.646 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=129500) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:24:58.646 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=129500) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:24:58.676 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=129500) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:24:58.708 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=129500) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:24:58.708 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=129500) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:24:58.799 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=129500) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:24:58.799 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=129500) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:24:58.799 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=129500) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:24:58.799 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=129500) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:24:58.800 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=129500) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:24:58.800 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=129500) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:24:58.897 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=129500) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:24:58.897 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=129500) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:24:58.897 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=129500) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:24:58.897 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=129500) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:24:58.898 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=129500) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:24:58.898 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=129500) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:24:58.898 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=129500) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:24:58.905 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=129500) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:24:58.908 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=129500) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:24:58.908 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=129500) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:24:58.908 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=129500) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:24:58.908 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=129500) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:24:58.908 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=129500) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:24:58.909 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=129500) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:24:58.909 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=129500) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-08-19 19:24:58.974 | INFO dbcounter [-] Registered counter for database keystone 2022-08-19 19:24:58.992 | DEBUG oslo_db.sqlalchemy.engines [-] MySQL server mode set to STRICT_TRANS_TABLES,STRICT_ALL_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,TRADITIONAL,NO_ENGINE_SUBSTITUTION {{(pid=129500) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-08-19 19:24:59.000 | DEBUG dbcounter [-] [129500] Writer thread running {{(pid=129500) stat_writer /usr/local/lib/python3.8/dist-packages/dbcounter.py:99}} 2022-08-19 19:24:59.302 | INFO keystone.cmd.bootstrap [None req-20efacaa-24f1-4bd2-9ddc-0a58caf5c715 None None] Created domain default 2022-08-19 19:24:59.498 | INFO keystone.cmd.bootstrap [None req-20efacaa-24f1-4bd2-9ddc-0a58caf5c715 None None] Created project admin 2022-08-19 19:24:59.531 | DEBUG passlib.handlers.bcrypt [None req-20efacaa-24f1-4bd2-9ddc-0a58caf5c715 None None] detected 'bcrypt' backend, version '3.2.2' {{(pid=129500) _load_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:625}} 2022-08-19 19:24:59.531 | DEBUG passlib.handlers.bcrypt [None req-20efacaa-24f1-4bd2-9ddc-0a58caf5c715 None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=129500) _finalize_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:406}} 2022-08-19 19:24:59.646 | INFO keystone.cmd.bootstrap [None req-20efacaa-24f1-4bd2-9ddc-0a58caf5c715 None None] Created user admin 2022-08-19 19:24:59.727 | INFO keystone.cmd.bootstrap [None req-20efacaa-24f1-4bd2-9ddc-0a58caf5c715 None None] Created role reader 2022-08-19 19:24:59.807 | INFO keystone.cmd.bootstrap [None req-20efacaa-24f1-4bd2-9ddc-0a58caf5c715 None None] Created role member 2022-08-19 19:24:59.889 | INFO keystone.cmd.bootstrap [None req-20efacaa-24f1-4bd2-9ddc-0a58caf5c715 None None] Created implied role where 702a562327a44ecbb5dcecb3638ea7f6 implies b2a079a3e89d4b34bad45724e38ae5f9 2022-08-19 19:24:59.960 | INFO keystone.cmd.bootstrap [None req-20efacaa-24f1-4bd2-9ddc-0a58caf5c715 None None] Created role admin 2022-08-19 19:25:00.041 | INFO keystone.cmd.bootstrap [None req-20efacaa-24f1-4bd2-9ddc-0a58caf5c715 None None] Created implied role where a35b931415bd4d6296ae0d39b1063ac3 implies 702a562327a44ecbb5dcecb3638ea7f6 2022-08-19 19:25:00.115 | INFO keystone.cmd.bootstrap [None req-20efacaa-24f1-4bd2-9ddc-0a58caf5c715 None None] Granted role admin on project admin to user admin. 2022-08-19 19:25:00.197 | INFO keystone.cmd.bootstrap [None req-20efacaa-24f1-4bd2-9ddc-0a58caf5c715 None None] Granted role admin on the system to user admin. 2022-08-19 19:25:00.283 | WARNING py.warnings [None req-20efacaa-24f1-4bd2-9ddc-0a58caf5c715 None None] /usr/local/lib/python3.8/dist-packages/pycadf/identifier.py:71: UserWarning: Invalid uuid: RegionOne. To ensure interoperability, identifiers should be a valid uuid. 2022-08-19 19:25:00.283 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2022-08-19 19:25:00.283 |  2022-08-19 19:25:00.287 | INFO keystone.cmd.bootstrap [None req-20efacaa-24f1-4bd2-9ddc-0a58caf5c715 None None] Created region RegionOne 2022-08-19 19:25:00.487 | INFO keystone.cmd.bootstrap [None req-20efacaa-24f1-4bd2-9ddc-0a58caf5c715 None None] Created public endpoint http://10.222.0.23/identity 2022-08-19 19:25:00.886 | + lib/keystone:bootstrap_keystone:610 : '[' False == True ']' 2022-08-19 19:25:00.889 | + ./stack.sh:main:1096 : create_keystone_accounts 2022-08-19 19:25:00.892 | + lib/keystone:create_keystone_accounts:309 : local admin_project 2022-08-19 19:25:00.895 | ++ lib/keystone:create_keystone_accounts:310 : oscwrap project show admin -f value -c id 2022-08-19 19:25:03.866 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:03.866 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:03.866 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:03.866 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:03.990 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:25:03.993 | + lib/keystone:create_keystone_accounts:310 : admin_project=d341ec6ffdd74a4486f936ea6089db18 2022-08-19 19:25:03.996 | + lib/keystone:create_keystone_accounts:311 : local admin_user 2022-08-19 19:25:03.999 | ++ lib/keystone:create_keystone_accounts:312 : oscwrap user show admin -f value -c id 2022-08-19 19:25:06.127 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:06.127 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:06.128 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:06.128 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:06.252 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:25:06.255 | + lib/keystone:create_keystone_accounts:312 : admin_user=3b34c14c2bba41259b45ed56f935396d 2022-08-19 19:25:06.258 | + lib/keystone:create_keystone_accounts:314 : local admin_role=admin 2022-08-19 19:25:06.261 | + lib/keystone:create_keystone_accounts:315 : local member_role=member 2022-08-19 19:25:06.263 | + lib/keystone:create_keystone_accounts:316 : local reader_role=reader 2022-08-19 19:25:06.266 | + lib/keystone:create_keystone_accounts:318 : async_run ks-domain-role get_or_add_user_domain_role admin 3b34c14c2bba41259b45ed56f935396d default 2022-08-19 19:25:06.331 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin 3b34c14c2bba41259b45ed56f935396d default 2022-08-19 19:25:06.375 | [100082 Async ks-domain-role:129626]: running: get_or_add_user_domain_role admin 3b34c14c2bba41259b45ed56f935396d default 2022-08-19 19:25:06.377 | + lib/keystone:create_keystone_accounts:321 : get_or_create_domain Default 2022-08-19 19:25:06.380 | + functions-common:get_or_create_domain:877 : local domain_id 2022-08-19 19:25:06.383 | ++ functions-common:get_or_create_domain:889 : oscwrap --os-cloud devstack-system-admin domain show Default -f value -c id 2022-08-19 19:25:09.420 | + functions-common:get_or_create_domain:887 : domain_id=default 2022-08-19 19:25:09.422 | + functions-common:get_or_create_domain:888 : echo default 2022-08-19 19:25:09.422 | default 2022-08-19 19:25:09.424 | + lib/keystone:create_keystone_accounts:322 : async_run ks-project get_or_create_project service Default 2022-08-19 19:25:09.492 | + inc/async:async_inner:63 : get_or_create_project service Default 2022-08-19 19:25:09.540 | [100082 Async ks-project:129779]: running: get_or_create_project service Default 2022-08-19 19:25:09.542 | + lib/keystone:create_keystone_accounts:325 : async_run ks-service get_or_create_role service 2022-08-19 19:25:09.620 | + inc/async:async_inner:63 : get_or_create_role service 2022-08-19 19:25:09.668 | [100082 Async ks-service:129874]: running: get_or_create_role service 2022-08-19 19:25:09.671 | + lib/keystone:create_keystone_accounts:331 : async_run ks-reseller get_or_create_role ResellerAdmin 2022-08-19 19:25:09.747 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2022-08-19 19:25:09.821 | [100082 Async ks-reseller:129970]: running: get_or_create_role ResellerAdmin 2022-08-19 19:25:09.834 | + lib/keystone:create_keystone_accounts:335 : local another_role=anotherrole 2022-08-19 19:25:09.858 | + lib/keystone:create_keystone_accounts:336 : async_run ks-anotherrole get_or_create_role anotherrole 2022-08-19 19:25:10.397 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2022-08-19 19:25:10.690 | [100082 Async ks-anotherrole:130070]: running: get_or_create_role anotherrole 2022-08-19 19:25:10.709 | + lib/keystone:create_keystone_accounts:339 : local invis_project 2022-08-19 19:25:10.754 | ++ lib/keystone:create_keystone_accounts:340 : get_or_create_project invisible_to_admin default 2022-08-19 19:25:10.774 | ++ functions-common:get_or_create_project:932 : local project_id 2022-08-19 19:25:10.805 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create invisible_to_admin --domain=default --or-show -f value -c id 2022-08-19 19:25:13.202 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:25:13.251 | [129874 Async ks-service:129874]: finished successfully 2022-08-19 19:25:13.567 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:25:13.597 | [129779 Async ks-project:129779]: finished successfully 2022-08-19 19:25:13.761 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:25:13.807 | [129970 Async ks-reseller:129970]: finished successfully 2022-08-19 19:25:14.498 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:25:14.524 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:14.530 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:14.530 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:14.530 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:14.530 | [130070 Async ks-anotherrole:130070]: finished successfully 2022-08-19 19:25:14.659 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:25:14.662 | ++ functions-common:get_or_create_project:938 : project_id=eff1856a644a42f79125d0c2813a5a9b 2022-08-19 19:25:14.664 | ++ functions-common:get_or_create_project:939 : echo eff1856a644a42f79125d0c2813a5a9b 2022-08-19 19:25:14.667 | + lib/keystone:create_keystone_accounts:340 : invis_project=eff1856a644a42f79125d0c2813a5a9b 2022-08-19 19:25:14.669 | + lib/keystone:create_keystone_accounts:343 : local demo_project 2022-08-19 19:25:14.672 | ++ lib/keystone:create_keystone_accounts:344 : get_or_create_project demo default 2022-08-19 19:25:14.675 | ++ functions-common:get_or_create_project:932 : local project_id 2022-08-19 19:25:14.678 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create demo --domain=default --or-show -f value -c id 2022-08-19 19:25:16.914 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:25:16.941 | [129626 Async ks-domain-role:129626]: finished successfully 2022-08-19 19:25:17.204 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:17.204 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:17.204 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:17.204 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:17.333 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:25:17.336 | ++ functions-common:get_or_create_project:938 : project_id=55a8e80ef1854cfa8ecb0472e1fbf252 2022-08-19 19:25:17.339 | ++ functions-common:get_or_create_project:939 : echo 55a8e80ef1854cfa8ecb0472e1fbf252 2022-08-19 19:25:17.342 | + lib/keystone:create_keystone_accounts:344 : demo_project=55a8e80ef1854cfa8ecb0472e1fbf252 2022-08-19 19:25:17.344 | + lib/keystone:create_keystone_accounts:345 : local demo_user 2022-08-19 19:25:17.347 | ++ lib/keystone:create_keystone_accounts:347 : get_or_create_user demo Passw0rd default demo@example.com 2022-08-19 19:25:17.350 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-19 19:25:17.352 | ++ functions-common:get_or_create_user:910 : [[ ! -z demo@example.com ]] 2022-08-19 19:25:17.355 | ++ functions-common:get_or_create_user:911 : local email=--email=demo@example.com 2022-08-19 19:25:17.358 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create demo --password Passw0rd --domain=default --email=demo@example.com --or-show -f value -c id 2022-08-19 19:25:19.966 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:19.966 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:19.966 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:19.966 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:20.094 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:25:20.097 | ++ functions-common:get_or_create_user:925 : user_id=83541fdc765143e6bc4c863a20b5a449 2022-08-19 19:25:20.099 | ++ functions-common:get_or_create_user:926 : echo 83541fdc765143e6bc4c863a20b5a449 2022-08-19 19:25:20.102 | + lib/keystone:create_keystone_accounts:347 : demo_user=83541fdc765143e6bc4c863a20b5a449 2022-08-19 19:25:20.105 | + lib/keystone:create_keystone_accounts:349 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2022-08-19 19:25:20.155 | [100082 Async ks-domain-role:129626]: Waiting for completion of get_or_add_user_domain_role admin 3b34c14c2bba41259b45ed56f935396d default running on PID 129626 (6 other jobs running) 2022-08-19 19:25:20.180 | [100082 Async ks-domain-role:129626]: Signaling child to exit 2022-08-19 19:25:20.180 | WAKEUP 2022-08-19 19:25:20.204 | [100082 Async ks-domain-role:129626]: Signaled 2022-08-19 19:25:20.205 | + functions-common:get_or_add_user_domain_role:1003 : local user_role_id 2022-08-19 19:25:20.205 | ++ functions-common:get_or_add_user_domain_role:1009 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:25:20.206 | ++ functions-common:get_or_add_user_domain_role:1009 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 3b34c14c2bba41259b45ed56f935396d --domain default 2022-08-19 19:25:20.206 | ++ functions-common:get_or_add_user_domain_role:1009 : get_field 1 2022-08-19 19:25:20.206 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:25:20.206 | ++ functions-common:get_field:812 : read data 2022-08-19 19:25:20.206 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:20.206 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:20.206 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:20.206 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:20.206 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:25:20.206 | + functions-common:get_or_add_user_domain_role:1009 : user_role_id= 2022-08-19 19:25:20.206 | + functions-common:get_or_add_user_domain_role:1010 : [[ -z '' ]] 2022-08-19 19:25:20.206 | + functions-common:get_or_add_user_domain_role:1012 : openstack --os-cloud devstack-system-admin role add admin --user 3b34c14c2bba41259b45ed56f935396d --domain default 2022-08-19 19:25:20.206 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:20.206 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:20.206 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:20.206 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:20.206 | ++ functions-common:get_or_add_user_domain_role:1019 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 3b34c14c2bba41259b45ed56f935396d --domain default 2022-08-19 19:25:20.206 | ++ functions-common:get_or_add_user_domain_role:1019 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:25:20.206 | ++ functions-common:get_or_add_user_domain_role:1019 : get_field 1 2022-08-19 19:25:20.206 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:25:20.206 | ++ functions-common:get_field:812 : read data 2022-08-19 19:25:20.206 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:20.206 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:20.206 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:20.206 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:20.206 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:25:20.206 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:25:20.206 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:25:20.206 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:25:20.206 | ++ functions-common:get_field:818 : echo '| a35b931415bd4d6296ae0d39b1063ac3 | 3b34c14c2bba41259b45ed56f935396d | | | default | | False |' 2022-08-19 19:25:20.206 | ++ functions-common:get_field:812 : read data 2022-08-19 19:25:20.207 | + functions-common:get_or_add_user_domain_role:1019 : user_role_id=a35b931415bd4d6296ae0d39b1063ac3 2022-08-19 19:25:20.207 | + functions-common:get_or_add_user_domain_role:1021 : echo a35b931415bd4d6296ae0d39b1063ac3 2022-08-19 19:25:20.207 | a35b931415bd4d6296ae0d39b1063ac3 2022-08-19 19:25:20.249 | [100082 Async ks-domain-role:129626]: finished get_or_add_user_domain_role admin 3b34c14c2bba41259b45ed56f935396d default with result 0 in 10 seconds 2022-08-19 19:25:20.256 | Not waiting for async task ks-domain that we never started or has already been waited for 2022-08-19 19:25:20.292 | [100082 Async ks-project:129779]: Waiting for completion of get_or_create_project service Default running on PID 129779 (5 other jobs running) 2022-08-19 19:25:20.317 | [100082 Async ks-project:129779]: Signaling child to exit 2022-08-19 19:25:20.327 | WAKEUP 2022-08-19 19:25:20.349 | [100082 Async ks-project:129779]: Signaled 2022-08-19 19:25:20.351 | + functions-common:get_or_create_project:932 : local project_id 2022-08-19 19:25:20.351 | ++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create service --domain=Default --or-show -f value -c id 2022-08-19 19:25:20.351 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:20.351 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:20.351 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:20.351 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:20.351 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:25:20.351 | + functions-common:get_or_create_project:938 : project_id=410e286f42a54c3aacdb7200356e8577 2022-08-19 19:25:20.351 | + functions-common:get_or_create_project:939 : echo 410e286f42a54c3aacdb7200356e8577 2022-08-19 19:25:20.351 | 410e286f42a54c3aacdb7200356e8577 2022-08-19 19:25:20.395 | [100082 Async ks-project:129779]: finished get_or_create_project service Default with result 0 in 4 seconds 2022-08-19 19:25:20.433 | [100082 Async ks-service:129874]: Waiting for completion of get_or_create_role service running on PID 129874 (4 other jobs running) 2022-08-19 19:25:20.457 | [100082 Async ks-service:129874]: Signaling child to exit 2022-08-19 19:25:20.457 | WAKEUP 2022-08-19 19:25:20.480 | [100082 Async ks-service:129874]: Signaled 2022-08-19 19:25:20.481 | + functions-common:get_or_create_role:945 : local role_id 2022-08-19 19:25:20.481 | ++ functions-common:get_or_create_role:952 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2022-08-19 19:25:20.482 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:20.482 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:20.482 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:20.482 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:20.482 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:25:20.482 | + functions-common:get_or_create_role:950 : role_id=f3f625de2e97426e845d9c47e78abfaf 2022-08-19 19:25:20.482 | + functions-common:get_or_create_role:951 : echo f3f625de2e97426e845d9c47e78abfaf 2022-08-19 19:25:20.482 | f3f625de2e97426e845d9c47e78abfaf 2022-08-19 19:25:20.525 | [100082 Async ks-service:129874]: finished get_or_create_role service with result 0 in 3 seconds 2022-08-19 19:25:20.563 | [100082 Async ks-reseller:129970]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 129970 (3 other jobs running) 2022-08-19 19:25:20.588 | [100082 Async ks-reseller:129970]: Signaling child to exit 2022-08-19 19:25:20.588 | WAKEUP 2022-08-19 19:25:20.610 | [100082 Async ks-reseller:129970]: Signaled 2022-08-19 19:25:20.611 | + functions-common:get_or_create_role:945 : local role_id 2022-08-19 19:25:20.611 | ++ functions-common:get_or_create_role:952 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2022-08-19 19:25:20.611 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:20.612 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:20.612 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:20.612 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:20.612 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:25:20.612 | + functions-common:get_or_create_role:950 : role_id=abd66ebe1e6f4a49889bf38ea0998865 2022-08-19 19:25:20.612 | + functions-common:get_or_create_role:951 : echo abd66ebe1e6f4a49889bf38ea0998865 2022-08-19 19:25:20.612 | abd66ebe1e6f4a49889bf38ea0998865 2022-08-19 19:25:20.656 | [100082 Async ks-reseller:129970]: finished get_or_create_role ResellerAdmin with result 0 in 4 seconds 2022-08-19 19:25:20.696 | [100082 Async ks-anotherrole:130070]: Waiting for completion of get_or_create_role anotherrole running on PID 130070 (2 other jobs running) 2022-08-19 19:25:20.725 | [100082 Async ks-anotherrole:130070]: Signaling child to exit 2022-08-19 19:25:20.725 | WAKEUP 2022-08-19 19:25:20.749 | [100082 Async ks-anotherrole:130070]: Signaled 2022-08-19 19:25:20.764 | + functions-common:get_or_create_role:945 : local role_id 2022-08-19 19:25:20.764 | ++ functions-common:get_or_create_role:952 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2022-08-19 19:25:20.764 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:20.764 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:20.764 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:20.764 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:20.764 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:25:20.764 | + functions-common:get_or_create_role:950 : role_id=b68578f7556044f2969a17b495692966 2022-08-19 19:25:20.764 | + functions-common:get_or_create_role:951 : echo b68578f7556044f2969a17b495692966 2022-08-19 19:25:20.764 | b68578f7556044f2969a17b495692966 2022-08-19 19:25:20.807 | [100082 Async ks-anotherrole:130070]: finished get_or_create_role anotherrole with result 0 in 4 seconds 2022-08-19 19:25:20.811 | + inc/async:async_wait:197 : return 0 2022-08-19 19:25:20.814 | + lib/keystone:create_keystone_accounts:351 : async_run ks-demo-member get_or_add_user_project_role member 83541fdc765143e6bc4c863a20b5a449 55a8e80ef1854cfa8ecb0472e1fbf252 2022-08-19 19:25:20.883 | + inc/async:async_inner:63 : get_or_add_user_project_role member 83541fdc765143e6bc4c863a20b5a449 55a8e80ef1854cfa8ecb0472e1fbf252 2022-08-19 19:25:20.930 | [100082 Async ks-demo-member:131165]: running: get_or_add_user_project_role member 83541fdc765143e6bc4c863a20b5a449 55a8e80ef1854cfa8ecb0472e1fbf252 2022-08-19 19:25:20.933 | + lib/keystone:create_keystone_accounts:353 : async_run ks-demo-admin get_or_add_user_project_role admin 3b34c14c2bba41259b45ed56f935396d 55a8e80ef1854cfa8ecb0472e1fbf252 2022-08-19 19:25:21.002 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 3b34c14c2bba41259b45ed56f935396d 55a8e80ef1854cfa8ecb0472e1fbf252 2022-08-19 19:25:21.057 | [100082 Async ks-demo-admin:131286]: running: get_or_add_user_project_role admin 3b34c14c2bba41259b45ed56f935396d 55a8e80ef1854cfa8ecb0472e1fbf252 2022-08-19 19:25:21.063 | + lib/keystone:create_keystone_accounts:354 : async_run ks-demo-another get_or_add_user_project_role anotherrole 83541fdc765143e6bc4c863a20b5a449 55a8e80ef1854cfa8ecb0472e1fbf252 2022-08-19 19:25:21.145 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 83541fdc765143e6bc4c863a20b5a449 55a8e80ef1854cfa8ecb0472e1fbf252 2022-08-19 19:25:21.196 | [100082 Async ks-demo-another:131407]: running: get_or_add_user_project_role anotherrole 83541fdc765143e6bc4c863a20b5a449 55a8e80ef1854cfa8ecb0472e1fbf252 2022-08-19 19:25:21.199 | + lib/keystone:create_keystone_accounts:355 : async_run ks-demo-invis get_or_add_user_project_role member 83541fdc765143e6bc4c863a20b5a449 eff1856a644a42f79125d0c2813a5a9b 2022-08-19 19:25:21.277 | + inc/async:async_inner:63 : get_or_add_user_project_role member 83541fdc765143e6bc4c863a20b5a449 eff1856a644a42f79125d0c2813a5a9b 2022-08-19 19:25:21.385 | [100082 Async ks-demo-invis:131529]: running: get_or_add_user_project_role member 83541fdc765143e6bc4c863a20b5a449 eff1856a644a42f79125d0c2813a5a9b 2022-08-19 19:25:21.390 | + lib/keystone:create_keystone_accounts:358 : local demo_reader 2022-08-19 19:25:21.396 | ++ lib/keystone:create_keystone_accounts:360 : get_or_create_user demo_reader Passw0rd default demo_reader@example.com 2022-08-19 19:25:21.411 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-19 19:25:21.434 | ++ functions-common:get_or_create_user:910 : [[ ! -z demo_reader@example.com ]] 2022-08-19 19:25:21.458 | ++ functions-common:get_or_create_user:911 : local email=--email=demo_reader@example.com 2022-08-19 19:25:21.481 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create demo_reader --password Passw0rd --domain=default --email=demo_reader@example.com --or-show -f value -c id 2022-08-19 19:25:25.249 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:25.249 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:25.249 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:25.249 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:25.395 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:25:25.397 | ++ functions-common:get_or_create_user:925 : user_id=d39be7c1f2414f15affcdf493c503d3f 2022-08-19 19:25:25.401 | ++ functions-common:get_or_create_user:926 : echo d39be7c1f2414f15affcdf493c503d3f 2022-08-19 19:25:25.403 | + lib/keystone:create_keystone_accounts:360 : demo_reader=d39be7c1f2414f15affcdf493c503d3f 2022-08-19 19:25:25.407 | + lib/keystone:create_keystone_accounts:362 : async_run ks-demo-reader get_or_add_user_project_role reader d39be7c1f2414f15affcdf493c503d3f 55a8e80ef1854cfa8ecb0472e1fbf252 2022-08-19 19:25:25.492 | + inc/async:async_inner:63 : get_or_add_user_project_role reader d39be7c1f2414f15affcdf493c503d3f 55a8e80ef1854cfa8ecb0472e1fbf252 2022-08-19 19:25:25.549 | [100082 Async ks-demo-reader:131693]: running: get_or_add_user_project_role reader d39be7c1f2414f15affcdf493c503d3f 55a8e80ef1854cfa8ecb0472e1fbf252 2022-08-19 19:25:25.554 | + lib/keystone:create_keystone_accounts:365 : local alt_demo_project 2022-08-19 19:25:25.557 | ++ lib/keystone:create_keystone_accounts:366 : get_or_create_project alt_demo default 2022-08-19 19:25:25.562 | ++ functions-common:get_or_create_project:932 : local project_id 2022-08-19 19:25:25.568 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create alt_demo --domain=default --or-show -f value -c id 2022-08-19 19:25:28.996 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:28.996 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:28.996 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:28.996 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:29.183 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:25:29.189 | ++ functions-common:get_or_create_project:938 : project_id=e0541da03f0c42dab0fe538d081dc532 2022-08-19 19:25:29.215 | ++ functions-common:get_or_create_project:939 : echo e0541da03f0c42dab0fe538d081dc532 2022-08-19 19:25:29.231 | + lib/keystone:create_keystone_accounts:366 : alt_demo_project=e0541da03f0c42dab0fe538d081dc532 2022-08-19 19:25:29.253 | + lib/keystone:create_keystone_accounts:368 : local alt_demo_user 2022-08-19 19:25:29.264 | ++ lib/keystone:create_keystone_accounts:370 : get_or_create_user alt_demo Passw0rd default alt_demo@example.com 2022-08-19 19:25:29.294 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-19 19:25:29.320 | ++ functions-common:get_or_create_user:910 : [[ ! -z alt_demo@example.com ]] 2022-08-19 19:25:29.336 | ++ functions-common:get_or_create_user:911 : local email=--email=alt_demo@example.com 2022-08-19 19:25:29.374 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create alt_demo --password Passw0rd --domain=default --email=alt_demo@example.com --or-show -f value -c id 2022-08-19 19:25:32.914 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:32.914 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:32.914 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:32.914 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:33.121 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:25:33.123 | ++ functions-common:get_or_create_user:925 : user_id=9a7a504a467f4b2ea32348ac2a6a7a3c 2022-08-19 19:25:33.139 | ++ functions-common:get_or_create_user:926 : echo 9a7a504a467f4b2ea32348ac2a6a7a3c 2022-08-19 19:25:33.141 | + lib/keystone:create_keystone_accounts:370 : alt_demo_user=9a7a504a467f4b2ea32348ac2a6a7a3c 2022-08-19 19:25:33.166 | + lib/keystone:create_keystone_accounts:372 : async_run ks-alt-admin get_or_add_user_project_role admin 9a7a504a467f4b2ea32348ac2a6a7a3c e0541da03f0c42dab0fe538d081dc532 2022-08-19 19:25:33.630 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 9a7a504a467f4b2ea32348ac2a6a7a3c e0541da03f0c42dab0fe538d081dc532 2022-08-19 19:25:33.854 | [100082 Async ks-alt-admin:132072]: running: get_or_add_user_project_role admin 9a7a504a467f4b2ea32348ac2a6a7a3c e0541da03f0c42dab0fe538d081dc532 2022-08-19 19:25:33.870 | + lib/keystone:create_keystone_accounts:373 : async_run ks-alt-another get_or_add_user_project_role anotherrole 9a7a504a467f4b2ea32348ac2a6a7a3c e0541da03f0c42dab0fe538d081dc532 2022-08-19 19:25:34.364 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 9a7a504a467f4b2ea32348ac2a6a7a3c e0541da03f0c42dab0fe538d081dc532 2022-08-19 19:25:34.628 | [100082 Async ks-alt-another:132193]: running: get_or_add_user_project_role anotherrole 9a7a504a467f4b2ea32348ac2a6a7a3c e0541da03f0c42dab0fe538d081dc532 2022-08-19 19:25:34.661 | + lib/keystone:create_keystone_accounts:376 : local alt_demo_member 2022-08-19 19:25:34.689 | ++ lib/keystone:create_keystone_accounts:378 : get_or_create_user alt_demo_member Passw0rd default alt_demo_member@example.com 2022-08-19 19:25:34.723 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-19 19:25:34.743 | ++ functions-common:get_or_create_user:910 : [[ ! -z alt_demo_member@example.com ]] 2022-08-19 19:25:34.770 | ++ functions-common:get_or_create_user:911 : local email=--email=alt_demo_member@example.com 2022-08-19 19:25:34.799 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create alt_demo_member --password Passw0rd --domain=default --email=alt_demo_member@example.com --or-show -f value -c id 2022-08-19 19:25:38.139 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:25:38.242 | [131407 Async ks-demo-another:131407]: finished successfully 2022-08-19 19:25:38.468 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:25:38.549 | [131286 Async ks-demo-admin:131286]: finished successfully 2022-08-19 19:25:39.350 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:25:39.382 | [131165 Async ks-demo-member:131165]: finished successfully 2022-08-19 19:25:39.861 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:39.861 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:39.861 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:39.861 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:40.016 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:25:40.021 | ++ functions-common:get_or_create_user:925 : user_id=814dc6f52d2b4d6284afea42e9b4ae04 2022-08-19 19:25:40.025 | ++ functions-common:get_or_create_user:926 : echo 814dc6f52d2b4d6284afea42e9b4ae04 2022-08-19 19:25:40.034 | + lib/keystone:create_keystone_accounts:378 : alt_demo_member=814dc6f52d2b4d6284afea42e9b4ae04 2022-08-19 19:25:40.036 | + lib/keystone:create_keystone_accounts:379 : async_run ks-alt-member-user get_or_add_user_project_role member 814dc6f52d2b4d6284afea42e9b4ae04 e0541da03f0c42dab0fe538d081dc532 2022-08-19 19:25:40.154 | + inc/async:async_inner:63 : get_or_add_user_project_role member 814dc6f52d2b4d6284afea42e9b4ae04 e0541da03f0c42dab0fe538d081dc532 2022-08-19 19:25:40.238 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:25:40.260 | [100082 Async ks-alt-member-user:132579]: running: get_or_add_user_project_role member 814dc6f52d2b4d6284afea42e9b4ae04 e0541da03f0c42dab0fe538d081dc532 2022-08-19 19:25:40.267 | + lib/keystone:create_keystone_accounts:382 : local alt_demo_reader 2022-08-19 19:25:40.272 | ++ lib/keystone:create_keystone_accounts:384 : get_or_create_user alt_demo_reader Passw0rd default alt_demo_reader@example.com 2022-08-19 19:25:40.277 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-19 19:25:40.289 | ++ functions-common:get_or_create_user:910 : [[ ! -z alt_demo_reader@example.com ]] 2022-08-19 19:25:40.300 | ++ functions-common:get_or_create_user:911 : local email=--email=alt_demo_reader@example.com 2022-08-19 19:25:40.305 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create alt_demo_reader --password Passw0rd --domain=default --email=alt_demo_reader@example.com --or-show -f value -c id 2022-08-19 19:25:40.317 | [131529 Async ks-demo-invis:131529]: finished successfully 2022-08-19 19:25:42.112 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:25:42.294 | [131693 Async ks-demo-reader:131693]: finished successfully 2022-08-19 19:25:43.215 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:43.215 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:43.215 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:43.215 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:43.369 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:25:43.373 | ++ functions-common:get_or_create_user:925 : user_id=9a1df48fbbe24b7d9dbf96de40176439 2022-08-19 19:25:43.376 | ++ functions-common:get_or_create_user:926 : echo 9a1df48fbbe24b7d9dbf96de40176439 2022-08-19 19:25:43.379 | + lib/keystone:create_keystone_accounts:384 : alt_demo_reader=9a1df48fbbe24b7d9dbf96de40176439 2022-08-19 19:25:43.381 | + lib/keystone:create_keystone_accounts:385 : async_run ks-alt-reader-user get_or_add_user_project_role reader 9a1df48fbbe24b7d9dbf96de40176439 e0541da03f0c42dab0fe538d081dc532 2022-08-19 19:25:43.474 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 9a1df48fbbe24b7d9dbf96de40176439 e0541da03f0c42dab0fe538d081dc532 2022-08-19 19:25:43.519 | [100082 Async ks-alt-reader-user:132867]: running: get_or_add_user_project_role reader 9a1df48fbbe24b7d9dbf96de40176439 e0541da03f0c42dab0fe538d081dc532 2022-08-19 19:25:43.530 | ++ lib/keystone:create_keystone_accounts:392 : get_or_create_user system_member Passw0rd default system_member@example.com 2022-08-19 19:25:43.534 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-19 19:25:43.539 | ++ functions-common:get_or_create_user:910 : [[ ! -z system_member@example.com ]] 2022-08-19 19:25:43.542 | ++ functions-common:get_or_create_user:911 : local email=--email=system_member@example.com 2022-08-19 19:25:43.547 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create system_member --password Passw0rd --domain=default --email=system_member@example.com --or-show -f value -c id 2022-08-19 19:25:46.698 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:46.698 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:46.698 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:46.698 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:46.900 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:25:46.903 | ++ functions-common:get_or_create_user:925 : user_id=c0e91cef39ef4b63a9608c5ec7e5bb62 2022-08-19 19:25:46.906 | ++ functions-common:get_or_create_user:926 : echo c0e91cef39ef4b63a9608c5ec7e5bb62 2022-08-19 19:25:46.918 | + lib/keystone:create_keystone_accounts:392 : system_member_user=c0e91cef39ef4b63a9608c5ec7e5bb62 2022-08-19 19:25:46.929 | + lib/keystone:create_keystone_accounts:393 : async_run ks-system-member get_or_add_user_system_role member c0e91cef39ef4b63a9608c5ec7e5bb62 all 2022-08-19 19:25:47.282 | + inc/async:async_inner:63 : get_or_add_user_system_role member c0e91cef39ef4b63a9608c5ec7e5bb62 all 2022-08-19 19:25:47.400 | [100082 Async ks-system-member:133100]: running: get_or_add_user_system_role member c0e91cef39ef4b63a9608c5ec7e5bb62 all 2022-08-19 19:25:47.408 | ++ lib/keystone:create_keystone_accounts:396 : get_or_create_user system_reader Passw0rd default system_reader@example.com 2022-08-19 19:25:47.412 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-19 19:25:47.416 | ++ functions-common:get_or_create_user:910 : [[ ! -z system_reader@example.com ]] 2022-08-19 19:25:47.419 | ++ functions-common:get_or_create_user:911 : local email=--email=system_reader@example.com 2022-08-19 19:25:47.425 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create system_reader --password Passw0rd --domain=default --email=system_reader@example.com --or-show -f value -c id 2022-08-19 19:25:50.600 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:25:50.625 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:25:50.706 | [132072 Async ks-alt-admin:132072]: finished successfully 2022-08-19 19:25:50.735 | [132193 Async ks-alt-another:132193]: finished successfully 2022-08-19 19:25:51.129 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:51.129 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:51.129 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:51.129 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:51.289 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:25:51.291 | ++ functions-common:get_or_create_user:925 : user_id=c4206264c711480d85adc026242f3473 2022-08-19 19:25:51.295 | ++ functions-common:get_or_create_user:926 : echo c4206264c711480d85adc026242f3473 2022-08-19 19:25:51.299 | + lib/keystone:create_keystone_accounts:396 : system_reader_user=c4206264c711480d85adc026242f3473 2022-08-19 19:25:51.302 | + lib/keystone:create_keystone_accounts:397 : async_run ks-system-reader get_or_add_user_system_role reader c4206264c711480d85adc026242f3473 all 2022-08-19 19:25:51.424 | + inc/async:async_inner:63 : get_or_add_user_system_role reader c4206264c711480d85adc026242f3473 all 2022-08-19 19:25:51.584 | [100082 Async ks-system-reader:133399]: running: get_or_add_user_system_role reader c4206264c711480d85adc026242f3473 all 2022-08-19 19:25:51.596 | + lib/keystone:create_keystone_accounts:400 : local admin_group 2022-08-19 19:25:51.620 | ++ lib/keystone:create_keystone_accounts:402 : get_or_create_group admins default 'openstack admin group' 2022-08-19 19:25:51.633 | ++ functions-common:get_or_create_group:894 : local 'desc=openstack admin group' 2022-08-19 19:25:51.643 | ++ functions-common:get_or_create_group:895 : local group_id 2022-08-19 19:25:51.670 | +++ functions-common:get_or_create_group:904 : oscwrap --os-cloud devstack-system-admin group create admins --domain default --description 'openstack admin group' --or-show -f value -c id 2022-08-19 19:25:53.661 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:25:53.809 | [132579 Async ks-alt-member-user:132579]: finished successfully 2022-08-19 19:25:54.777 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:54.777 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:54.777 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:54.777 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:54.921 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:25:54.924 | ++ functions-common:get_or_create_group:902 : group_id=05f29c8cf6f941ba87d71726eb9f23b1 2022-08-19 19:25:54.926 | ++ functions-common:get_or_create_group:903 : echo 05f29c8cf6f941ba87d71726eb9f23b1 2022-08-19 19:25:54.930 | + lib/keystone:create_keystone_accounts:402 : admin_group=05f29c8cf6f941ba87d71726eb9f23b1 2022-08-19 19:25:54.934 | + lib/keystone:create_keystone_accounts:403 : local non_admin_group 2022-08-19 19:25:54.937 | ++ lib/keystone:create_keystone_accounts:405 : get_or_create_group nonadmins default 'non-admin group' 2022-08-19 19:25:54.939 | ++ functions-common:get_or_create_group:894 : local 'desc=non-admin group' 2022-08-19 19:25:54.942 | ++ functions-common:get_or_create_group:895 : local group_id 2022-08-19 19:25:54.947 | +++ functions-common:get_or_create_group:904 : oscwrap --os-cloud devstack-system-admin group create nonadmins --domain default --description 'non-admin group' --or-show -f value -c id 2022-08-19 19:25:56.720 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:25:56.751 | [132867 Async ks-alt-reader-user:132867]: finished successfully 2022-08-19 19:25:57.518 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:57.518 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:57.518 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:25:57.518 | from cryptography.utils import int_from_bytes 2022-08-19 19:25:57.663 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:25:57.668 | ++ functions-common:get_or_create_group:902 : group_id=89ac281b1d204636b7ef5ac7eddb0f67 2022-08-19 19:25:57.672 | ++ functions-common:get_or_create_group:903 : echo 89ac281b1d204636b7ef5ac7eddb0f67 2022-08-19 19:25:57.676 | + lib/keystone:create_keystone_accounts:405 : non_admin_group=89ac281b1d204636b7ef5ac7eddb0f67 2022-08-19 19:25:57.678 | + lib/keystone:create_keystone_accounts:407 : async_run ks-group-memberdemo get_or_add_group_project_role member 89ac281b1d204636b7ef5ac7eddb0f67 55a8e80ef1854cfa8ecb0472e1fbf252 2022-08-19 19:25:57.752 | + inc/async:async_inner:63 : get_or_add_group_project_role member 89ac281b1d204636b7ef5ac7eddb0f67 55a8e80ef1854cfa8ecb0472e1fbf252 2022-08-19 19:25:57.806 | [100082 Async ks-group-memberdemo:133765]: running: get_or_add_group_project_role member 89ac281b1d204636b7ef5ac7eddb0f67 55a8e80ef1854cfa8ecb0472e1fbf252 2022-08-19 19:25:57.810 | + lib/keystone:create_keystone_accounts:408 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole 89ac281b1d204636b7ef5ac7eddb0f67 55a8e80ef1854cfa8ecb0472e1fbf252 2022-08-19 19:25:57.938 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 89ac281b1d204636b7ef5ac7eddb0f67 55a8e80ef1854cfa8ecb0472e1fbf252 2022-08-19 19:25:58.007 | [100082 Async ks-group-anotherdemo:133860]: running: get_or_add_group_project_role anotherrole 89ac281b1d204636b7ef5ac7eddb0f67 55a8e80ef1854cfa8ecb0472e1fbf252 2022-08-19 19:25:58.023 | + lib/keystone:create_keystone_accounts:409 : async_run ks-group-memberalt get_or_add_group_project_role member 89ac281b1d204636b7ef5ac7eddb0f67 e0541da03f0c42dab0fe538d081dc532 2022-08-19 19:25:58.313 | + inc/async:async_inner:63 : get_or_add_group_project_role member 89ac281b1d204636b7ef5ac7eddb0f67 e0541da03f0c42dab0fe538d081dc532 2022-08-19 19:25:58.514 | [100082 Async ks-group-memberalt:133956]: running: get_or_add_group_project_role member 89ac281b1d204636b7ef5ac7eddb0f67 e0541da03f0c42dab0fe538d081dc532 2022-08-19 19:25:58.517 | + lib/keystone:create_keystone_accounts:410 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole 89ac281b1d204636b7ef5ac7eddb0f67 e0541da03f0c42dab0fe538d081dc532 2022-08-19 19:25:58.520 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:25:58.657 | [133100 Async ks-system-member:133100]: finished successfully 2022-08-19 19:25:58.775 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole 89ac281b1d204636b7ef5ac7eddb0f67 e0541da03f0c42dab0fe538d081dc532 2022-08-19 19:25:59.012 | [100082 Async ks-group-anotheralt:134106]: running: get_or_add_group_project_role anotherrole 89ac281b1d204636b7ef5ac7eddb0f67 e0541da03f0c42dab0fe538d081dc532 2022-08-19 19:25:59.038 | + lib/keystone:create_keystone_accounts:411 : async_run ks-group-admin get_or_add_group_project_role admin 05f29c8cf6f941ba87d71726eb9f23b1 d341ec6ffdd74a4486f936ea6089db18 2022-08-19 19:25:59.540 | + inc/async:async_inner:63 : get_or_add_group_project_role admin 05f29c8cf6f941ba87d71726eb9f23b1 d341ec6ffdd74a4486f936ea6089db18 2022-08-19 19:25:59.792 | [100082 Async ks-group-admin:134211]: running: get_or_add_group_project_role admin 05f29c8cf6f941ba87d71726eb9f23b1 d341ec6ffdd74a4486f936ea6089db18 2022-08-19 19:25:59.814 | + lib/keystone:create_keystone_accounts:413 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2022-08-19 19:26:00.215 | [100082 Async ks-demo-member:131165]: Waiting for completion of get_or_add_user_project_role member 83541fdc765143e6bc4c863a20b5a449 55a8e80ef1854cfa8ecb0472e1fbf252 running on PID 131165 (17 other jobs running) 2022-08-19 19:26:00.447 | [100082 Async ks-demo-member:131165]: Signaling child to exit 2022-08-19 19:26:00.447 | WAKEUP 2022-08-19 19:26:00.589 | [100082 Async ks-demo-member:131165]: Signaled 2022-08-19 19:26:00.601 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:26:00.601 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-19 19:26:00.601 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:26:00.601 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:26:00.601 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-19 19:26:00.601 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-19 19:26:00.601 | ++ functions-common:_get_domain_args:967 : echo 2022-08-19 19:26:00.601 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-19 19:26:00.601 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:26:00.601 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 83541fdc765143e6bc4c863a20b5a449 --project 55a8e80ef1854cfa8ecb0472e1fbf252 2022-08-19 19:26:00.601 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:26:00.601 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:26:00.601 | ++ functions-common:get_field:812 : read data 2022-08-19 19:26:00.601 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:00.601 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:00.601 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:00.601 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:00.601 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:26:00.601 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:26:00.601 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:26:00.601 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add member --user 83541fdc765143e6bc4c863a20b5a449 --project 55a8e80ef1854cfa8ecb0472e1fbf252 2022-08-19 19:26:00.601 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:00.601 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:00.602 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:00.602 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:00.602 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 83541fdc765143e6bc4c863a20b5a449 --project 55a8e80ef1854cfa8ecb0472e1fbf252 2022-08-19 19:26:00.602 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:26:00.602 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:26:00.602 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:26:00.602 | ++ functions-common:get_field:812 : read data 2022-08-19 19:26:00.602 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:00.602 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:00.602 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:00.602 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:00.602 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:26:00.602 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:26:00.602 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:26:00.602 | ++ functions-common:get_field:818 : echo '| 702a562327a44ecbb5dcecb3638ea7f6 | 83541fdc765143e6bc4c863a20b5a449 | | 55a8e80ef1854cfa8ecb0472e1fbf252 | | | False |' 2022-08-19 19:26:00.602 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:26:00.602 | ++ functions-common:get_field:812 : read data 2022-08-19 19:26:00.602 | + functions-common:get_or_add_user_project_role:995 : user_role_id=702a562327a44ecbb5dcecb3638ea7f6 2022-08-19 19:26:00.602 | + functions-common:get_or_add_user_project_role:997 : echo 702a562327a44ecbb5dcecb3638ea7f6 2022-08-19 19:26:00.602 | 702a562327a44ecbb5dcecb3638ea7f6 2022-08-19 19:26:00.877 | [100082 Async ks-demo-member:131165]: finished get_or_add_user_project_role member 83541fdc765143e6bc4c863a20b5a449 55a8e80ef1854cfa8ecb0472e1fbf252 with result 0 in 18 seconds 2022-08-19 19:26:01.098 | [100082 Async ks-demo-admin:131286]: Waiting for completion of get_or_add_user_project_role admin 3b34c14c2bba41259b45ed56f935396d 55a8e80ef1854cfa8ecb0472e1fbf252 running on PID 131286 (16 other jobs running) 2022-08-19 19:26:01.250 | [100082 Async ks-demo-admin:131286]: Signaling child to exit 2022-08-19 19:26:01.251 | WAKEUP 2022-08-19 19:26:01.381 | [100082 Async ks-demo-admin:131286]: Signaled 2022-08-19 19:26:01.389 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:26:01.389 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-19 19:26:01.389 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:26:01.389 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:26:01.389 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-19 19:26:01.389 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-19 19:26:01.389 | ++ functions-common:_get_domain_args:967 : echo 2022-08-19 19:26:01.389 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-19 19:26:01.389 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:26:01.389 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:26:01.389 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:26:01.389 | ++ functions-common:get_field:812 : read data 2022-08-19 19:26:01.389 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 3b34c14c2bba41259b45ed56f935396d --project 55a8e80ef1854cfa8ecb0472e1fbf252 2022-08-19 19:26:01.389 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:01.389 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:01.389 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:01.389 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:01.389 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:26:01.389 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:26:01.389 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:26:01.389 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user 3b34c14c2bba41259b45ed56f935396d --project 55a8e80ef1854cfa8ecb0472e1fbf252 2022-08-19 19:26:01.390 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:01.390 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:01.390 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:01.390 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:01.390 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:26:01.390 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:26:01.390 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:26:01.390 | ++ functions-common:get_field:812 : read data 2022-08-19 19:26:01.390 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 3b34c14c2bba41259b45ed56f935396d --project 55a8e80ef1854cfa8ecb0472e1fbf252 2022-08-19 19:26:01.390 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:01.390 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:01.390 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:01.390 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:01.390 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:26:01.390 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:26:01.390 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:26:01.390 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:26:01.390 | ++ functions-common:get_field:818 : echo '| a35b931415bd4d6296ae0d39b1063ac3 | 3b34c14c2bba41259b45ed56f935396d | | 55a8e80ef1854cfa8ecb0472e1fbf252 | | | False |' 2022-08-19 19:26:01.390 | ++ functions-common:get_field:812 : read data 2022-08-19 19:26:01.390 | + functions-common:get_or_add_user_project_role:995 : user_role_id=a35b931415bd4d6296ae0d39b1063ac3 2022-08-19 19:26:01.390 | + functions-common:get_or_add_user_project_role:997 : echo a35b931415bd4d6296ae0d39b1063ac3 2022-08-19 19:26:01.390 | a35b931415bd4d6296ae0d39b1063ac3 2022-08-19 19:26:01.610 | [100082 Async ks-demo-admin:131286]: finished get_or_add_user_project_role admin 3b34c14c2bba41259b45ed56f935396d 55a8e80ef1854cfa8ecb0472e1fbf252 with result 0 in 17 seconds 2022-08-19 19:26:01.797 | [100082 Async ks-demo-another:131407]: Waiting for completion of get_or_add_user_project_role anotherrole 83541fdc765143e6bc4c863a20b5a449 55a8e80ef1854cfa8ecb0472e1fbf252 running on PID 131407 (15 other jobs running) 2022-08-19 19:26:01.944 | [100082 Async ks-demo-another:131407]: Signaling child to exit 2022-08-19 19:26:01.944 | WAKEUP 2022-08-19 19:26:02.076 | [100082 Async ks-demo-another:131407]: Signaled 2022-08-19 19:26:02.078 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:26:02.078 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-19 19:26:02.078 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:26:02.078 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:26:02.078 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-19 19:26:02.078 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-19 19:26:02.078 | ++ functions-common:_get_domain_args:967 : echo 2022-08-19 19:26:02.078 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-19 19:26:02.078 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:26:02.078 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:26:02.078 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 83541fdc765143e6bc4c863a20b5a449 --project 55a8e80ef1854cfa8ecb0472e1fbf252 2022-08-19 19:26:02.078 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:26:02.078 | ++ functions-common:get_field:812 : read data 2022-08-19 19:26:02.078 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:02.078 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:02.078 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:02.078 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:02.078 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:26:02.079 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:26:02.079 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:26:02.079 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add anotherrole --user 83541fdc765143e6bc4c863a20b5a449 --project 55a8e80ef1854cfa8ecb0472e1fbf252 2022-08-19 19:26:02.079 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:02.079 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:02.079 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:02.079 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:02.079 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:26:02.079 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:26:02.079 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:26:02.079 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 83541fdc765143e6bc4c863a20b5a449 --project 55a8e80ef1854cfa8ecb0472e1fbf252 2022-08-19 19:26:02.079 | ++ functions-common:get_field:812 : read data 2022-08-19 19:26:02.079 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:02.079 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:02.079 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:02.079 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:02.079 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:26:02.079 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:26:02.079 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:26:02.079 | ++ functions-common:get_field:818 : echo '| b68578f7556044f2969a17b495692966 | 83541fdc765143e6bc4c863a20b5a449 | | 55a8e80ef1854cfa8ecb0472e1fbf252 | | | False |' 2022-08-19 19:26:02.079 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:26:02.079 | ++ functions-common:get_field:812 : read data 2022-08-19 19:26:02.079 | + functions-common:get_or_add_user_project_role:995 : user_role_id=b68578f7556044f2969a17b495692966 2022-08-19 19:26:02.079 | + functions-common:get_or_add_user_project_role:997 : echo b68578f7556044f2969a17b495692966 2022-08-19 19:26:02.079 | b68578f7556044f2969a17b495692966 2022-08-19 19:26:02.289 | [100082 Async ks-demo-another:131407]: finished get_or_add_user_project_role anotherrole 83541fdc765143e6bc4c863a20b5a449 55a8e80ef1854cfa8ecb0472e1fbf252 with result 0 in 17 seconds 2022-08-19 19:26:02.364 | [100082 Async ks-demo-invis:131529]: Waiting for completion of get_or_add_user_project_role member 83541fdc765143e6bc4c863a20b5a449 eff1856a644a42f79125d0c2813a5a9b running on PID 131529 (14 other jobs running) 2022-08-19 19:26:02.418 | [100082 Async ks-demo-invis:131529]: Signaling child to exit 2022-08-19 19:26:02.418 | WAKEUP 2022-08-19 19:26:02.453 | [100082 Async ks-demo-invis:131529]: Signaled 2022-08-19 19:26:02.454 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:26:02.454 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-19 19:26:02.454 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:26:02.454 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:26:02.454 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-19 19:26:02.455 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-19 19:26:02.455 | ++ functions-common:_get_domain_args:967 : echo 2022-08-19 19:26:02.455 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-19 19:26:02.455 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 83541fdc765143e6bc4c863a20b5a449 --project eff1856a644a42f79125d0c2813a5a9b 2022-08-19 19:26:02.455 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:26:02.455 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:26:02.455 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:26:02.455 | ++ functions-common:get_field:812 : read data 2022-08-19 19:26:02.455 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:02.455 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:02.455 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:02.455 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:02.455 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:26:02.455 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:26:02.455 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:26:02.455 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add member --user 83541fdc765143e6bc4c863a20b5a449 --project eff1856a644a42f79125d0c2813a5a9b 2022-08-19 19:26:02.455 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:02.455 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:02.455 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:02.455 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:02.455 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 83541fdc765143e6bc4c863a20b5a449 --project eff1856a644a42f79125d0c2813a5a9b 2022-08-19 19:26:02.455 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:26:02.455 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:26:02.455 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:26:02.455 | ++ functions-common:get_field:812 : read data 2022-08-19 19:26:02.455 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:02.455 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:02.455 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:02.455 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:02.455 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:26:02.455 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:26:02.456 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:26:02.456 | ++ functions-common:get_field:818 : echo '| 702a562327a44ecbb5dcecb3638ea7f6 | 83541fdc765143e6bc4c863a20b5a449 | | eff1856a644a42f79125d0c2813a5a9b | | | False |' 2022-08-19 19:26:02.456 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:26:02.456 | ++ functions-common:get_field:812 : read data 2022-08-19 19:26:02.456 | + functions-common:get_or_add_user_project_role:995 : user_role_id=702a562327a44ecbb5dcecb3638ea7f6 2022-08-19 19:26:02.456 | + functions-common:get_or_add_user_project_role:997 : echo 702a562327a44ecbb5dcecb3638ea7f6 2022-08-19 19:26:02.456 | 702a562327a44ecbb5dcecb3638ea7f6 2022-08-19 19:26:02.523 | [100082 Async ks-demo-invis:131529]: finished get_or_add_user_project_role member 83541fdc765143e6bc4c863a20b5a449 eff1856a644a42f79125d0c2813a5a9b with result 0 in 19 seconds 2022-08-19 19:26:02.570 | [100082 Async ks-demo-reader:131693]: Waiting for completion of get_or_add_user_project_role reader d39be7c1f2414f15affcdf493c503d3f 55a8e80ef1854cfa8ecb0472e1fbf252 running on PID 131693 (13 other jobs running) 2022-08-19 19:26:02.599 | [100082 Async ks-demo-reader:131693]: Signaling child to exit 2022-08-19 19:26:02.600 | WAKEUP 2022-08-19 19:26:02.668 | [100082 Async ks-demo-reader:131693]: Signaled 2022-08-19 19:26:02.669 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:26:02.669 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-19 19:26:02.669 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:26:02.669 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:26:02.669 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-19 19:26:02.669 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-19 19:26:02.669 | ++ functions-common:_get_domain_args:967 : echo 2022-08-19 19:26:02.669 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-19 19:26:02.669 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user d39be7c1f2414f15affcdf493c503d3f --project 55a8e80ef1854cfa8ecb0472e1fbf252 2022-08-19 19:26:02.669 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:26:02.669 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:26:02.670 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:26:02.670 | ++ functions-common:get_field:812 : read data 2022-08-19 19:26:02.670 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:02.670 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:02.670 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:02.670 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:02.670 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:26:02.670 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:26:02.670 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:26:02.670 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add reader --user d39be7c1f2414f15affcdf493c503d3f --project 55a8e80ef1854cfa8ecb0472e1fbf252 2022-08-19 19:26:02.670 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:02.670 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:02.670 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:02.670 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:02.670 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user d39be7c1f2414f15affcdf493c503d3f --project 55a8e80ef1854cfa8ecb0472e1fbf252 2022-08-19 19:26:02.670 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:26:02.670 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:26:02.670 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:26:02.670 | ++ functions-common:get_field:812 : read data 2022-08-19 19:26:02.670 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:02.670 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:02.670 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:02.670 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:02.670 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:26:02.670 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:26:02.670 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:26:02.670 | ++ functions-common:get_field:818 : echo '| b2a079a3e89d4b34bad45724e38ae5f9 | d39be7c1f2414f15affcdf493c503d3f | | 55a8e80ef1854cfa8ecb0472e1fbf252 | | | False |' 2022-08-19 19:26:02.670 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:26:02.670 | ++ functions-common:get_field:812 : read data 2022-08-19 19:26:02.670 | + functions-common:get_or_add_user_project_role:995 : user_role_id=b2a079a3e89d4b34bad45724e38ae5f9 2022-08-19 19:26:02.670 | + functions-common:get_or_add_user_project_role:997 : echo b2a079a3e89d4b34bad45724e38ae5f9 2022-08-19 19:26:02.670 | b2a079a3e89d4b34bad45724e38ae5f9 2022-08-19 19:26:02.749 | [100082 Async ks-demo-reader:131693]: finished get_or_add_user_project_role reader d39be7c1f2414f15affcdf493c503d3f 55a8e80ef1854cfa8ecb0472e1fbf252 with result 0 in 16 seconds 2022-08-19 19:26:02.755 | + inc/async:async_wait:197 : return 0 2022-08-19 19:26:02.759 | + lib/keystone:create_keystone_accounts:414 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2022-08-19 19:26:02.888 | [100082 Async ks-alt-admin:132072]: Waiting for completion of get_or_add_user_project_role admin 9a7a504a467f4b2ea32348ac2a6a7a3c e0541da03f0c42dab0fe538d081dc532 running on PID 132072 (12 other jobs running) 2022-08-19 19:26:02.976 | [100082 Async ks-alt-admin:132072]: Signaling child to exit 2022-08-19 19:26:02.976 | WAKEUP 2022-08-19 19:26:03.085 | [100082 Async ks-alt-admin:132072]: Signaled 2022-08-19 19:26:03.094 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:26:03.094 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-19 19:26:03.094 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:26:03.094 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:26:03.094 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-19 19:26:03.094 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-19 19:26:03.094 | ++ functions-common:_get_domain_args:967 : echo 2022-08-19 19:26:03.094 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-19 19:26:03.094 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:26:03.094 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:26:03.094 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 9a7a504a467f4b2ea32348ac2a6a7a3c --project e0541da03f0c42dab0fe538d081dc532 2022-08-19 19:26:03.094 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:26:03.094 | ++ functions-common:get_field:812 : read data 2022-08-19 19:26:03.094 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:03.094 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:03.094 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:03.094 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:03.094 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:26:03.094 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:26:03.094 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:26:03.094 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user 9a7a504a467f4b2ea32348ac2a6a7a3c --project e0541da03f0c42dab0fe538d081dc532 2022-08-19 19:26:03.094 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:03.094 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:03.094 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:03.094 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:03.094 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:26:03.095 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 9a7a504a467f4b2ea32348ac2a6a7a3c --project e0541da03f0c42dab0fe538d081dc532 2022-08-19 19:26:03.095 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:26:03.095 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:26:03.095 | ++ functions-common:get_field:812 : read data 2022-08-19 19:26:03.095 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:03.095 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:03.095 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:03.095 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:03.095 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:26:03.095 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:26:03.095 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:26:03.095 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:26:03.095 | ++ functions-common:get_field:818 : echo '| a35b931415bd4d6296ae0d39b1063ac3 | 9a7a504a467f4b2ea32348ac2a6a7a3c | | e0541da03f0c42dab0fe538d081dc532 | | | False |' 2022-08-19 19:26:03.095 | ++ functions-common:get_field:812 : read data 2022-08-19 19:26:03.095 | + functions-common:get_or_add_user_project_role:995 : user_role_id=a35b931415bd4d6296ae0d39b1063ac3 2022-08-19 19:26:03.095 | + functions-common:get_or_add_user_project_role:997 : echo a35b931415bd4d6296ae0d39b1063ac3 2022-08-19 19:26:03.095 | a35b931415bd4d6296ae0d39b1063ac3 2022-08-19 19:26:03.342 | [100082 Async ks-alt-admin:132072]: finished get_or_add_user_project_role admin 9a7a504a467f4b2ea32348ac2a6a7a3c e0541da03f0c42dab0fe538d081dc532 with result 0 in 17 seconds 2022-08-19 19:26:03.551 | [100082 Async ks-alt-another:132193]: Waiting for completion of get_or_add_user_project_role anotherrole 9a7a504a467f4b2ea32348ac2a6a7a3c e0541da03f0c42dab0fe538d081dc532 running on PID 132193 (11 other jobs running) 2022-08-19 19:26:03.675 | [100082 Async ks-alt-another:132193]: Signaling child to exit 2022-08-19 19:26:03.675 | WAKEUP 2022-08-19 19:26:03.766 | [100082 Async ks-alt-another:132193]: Signaled 2022-08-19 19:26:03.768 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:26:03.768 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-19 19:26:03.768 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:26:03.768 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:26:03.768 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-19 19:26:03.768 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-19 19:26:03.768 | ++ functions-common:_get_domain_args:967 : echo 2022-08-19 19:26:03.768 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-19 19:26:03.768 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 9a7a504a467f4b2ea32348ac2a6a7a3c --project e0541da03f0c42dab0fe538d081dc532 2022-08-19 19:26:03.768 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:26:03.768 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:26:03.768 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:26:03.768 | ++ functions-common:get_field:812 : read data 2022-08-19 19:26:03.768 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:03.768 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:03.768 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:03.768 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:03.768 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:26:03.768 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:26:03.768 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:26:03.768 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add anotherrole --user 9a7a504a467f4b2ea32348ac2a6a7a3c --project e0541da03f0c42dab0fe538d081dc532 2022-08-19 19:26:03.768 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:03.768 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:03.769 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:03.769 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:03.769 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:26:03.769 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:26:03.769 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 9a7a504a467f4b2ea32348ac2a6a7a3c --project e0541da03f0c42dab0fe538d081dc532 2022-08-19 19:26:03.769 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:26:03.769 | ++ functions-common:get_field:812 : read data 2022-08-19 19:26:03.769 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:03.769 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:03.769 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:03.769 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:03.769 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:26:03.769 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:26:03.769 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:26:03.769 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:26:03.769 | ++ functions-common:get_field:818 : echo '| b68578f7556044f2969a17b495692966 | 9a7a504a467f4b2ea32348ac2a6a7a3c | | e0541da03f0c42dab0fe538d081dc532 | | | False |' 2022-08-19 19:26:03.769 | ++ functions-common:get_field:812 : read data 2022-08-19 19:26:03.769 | + functions-common:get_or_add_user_project_role:995 : user_role_id=b68578f7556044f2969a17b495692966 2022-08-19 19:26:03.769 | + functions-common:get_or_add_user_project_role:997 : echo b68578f7556044f2969a17b495692966 2022-08-19 19:26:03.769 | b68578f7556044f2969a17b495692966 2022-08-19 19:26:03.968 | [100082 Async ks-alt-another:132193]: finished get_or_add_user_project_role anotherrole 9a7a504a467f4b2ea32348ac2a6a7a3c e0541da03f0c42dab0fe538d081dc532 with result 0 in 16 seconds 2022-08-19 19:26:04.168 | [100082 Async ks-alt-member-user:132579]: Waiting for completion of get_or_add_user_project_role member 814dc6f52d2b4d6284afea42e9b4ae04 e0541da03f0c42dab0fe538d081dc532 running on PID 132579 (10 other jobs running) 2022-08-19 19:26:04.287 | [100082 Async ks-alt-member-user:132579]: Signaling child to exit 2022-08-19 19:26:04.288 | WAKEUP 2022-08-19 19:26:04.426 | [100082 Async ks-alt-member-user:132579]: Signaled 2022-08-19 19:26:04.443 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:26:04.443 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-19 19:26:04.443 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:26:04.443 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:26:04.443 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-19 19:26:04.443 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-19 19:26:04.443 | ++ functions-common:_get_domain_args:967 : echo 2022-08-19 19:26:04.443 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-19 19:26:04.443 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 814dc6f52d2b4d6284afea42e9b4ae04 --project e0541da03f0c42dab0fe538d081dc532 2022-08-19 19:26:04.443 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:26:04.443 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:26:04.443 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:26:04.443 | ++ functions-common:get_field:812 : read data 2022-08-19 19:26:04.443 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:04.443 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:04.443 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:04.443 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:04.443 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:26:04.443 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:26:04.443 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:26:04.443 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add member --user 814dc6f52d2b4d6284afea42e9b4ae04 --project e0541da03f0c42dab0fe538d081dc532 2022-08-19 19:26:04.443 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:04.443 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:04.443 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:04.443 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:04.443 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 814dc6f52d2b4d6284afea42e9b4ae04 --project e0541da03f0c42dab0fe538d081dc532 2022-08-19 19:26:04.443 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:26:04.444 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:26:04.444 | ++ functions-common:get_field:812 : read data 2022-08-19 19:26:04.444 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:26:04.444 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:04.444 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:04.444 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:04.444 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:04.444 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:26:04.444 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:26:04.444 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:26:04.444 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:26:04.444 | ++ functions-common:get_field:818 : echo '| 702a562327a44ecbb5dcecb3638ea7f6 | 814dc6f52d2b4d6284afea42e9b4ae04 | | e0541da03f0c42dab0fe538d081dc532 | | | False |' 2022-08-19 19:26:04.444 | ++ functions-common:get_field:812 : read data 2022-08-19 19:26:04.444 | + functions-common:get_or_add_user_project_role:995 : user_role_id=702a562327a44ecbb5dcecb3638ea7f6 2022-08-19 19:26:04.444 | + functions-common:get_or_add_user_project_role:997 : echo 702a562327a44ecbb5dcecb3638ea7f6 2022-08-19 19:26:04.444 | 702a562327a44ecbb5dcecb3638ea7f6 2022-08-19 19:26:04.752 | [100082 Async ks-alt-member-user:132579]: finished get_or_add_user_project_role member 814dc6f52d2b4d6284afea42e9b4ae04 e0541da03f0c42dab0fe538d081dc532 with result 0 in 13 seconds 2022-08-19 19:26:04.805 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:26:04.949 | [133399 Async ks-system-reader:133399]: finished successfully 2022-08-19 19:26:04.999 | [100082 Async ks-alt-reader-user:132867]: Waiting for completion of get_or_add_user_project_role reader 9a1df48fbbe24b7d9dbf96de40176439 e0541da03f0c42dab0fe538d081dc532 running on PID 132867 (9 other jobs running) 2022-08-19 19:26:05.135 | [100082 Async ks-alt-reader-user:132867]: Signaling child to exit 2022-08-19 19:26:05.136 | WAKEUP 2022-08-19 19:26:05.252 | [100082 Async ks-alt-reader-user:132867]: Signaled 2022-08-19 19:26:05.265 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:26:05.265 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-19 19:26:05.265 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:26:05.265 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:26:05.265 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-19 19:26:05.265 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-19 19:26:05.265 | ++ functions-common:_get_domain_args:967 : echo 2022-08-19 19:26:05.265 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-19 19:26:05.265 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 9a1df48fbbe24b7d9dbf96de40176439 --project e0541da03f0c42dab0fe538d081dc532 2022-08-19 19:26:05.265 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:26:05.265 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:26:05.265 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:26:05.265 | ++ functions-common:get_field:812 : read data 2022-08-19 19:26:05.265 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:05.265 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:05.265 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:05.265 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:05.266 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:26:05.266 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:26:05.266 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:26:05.266 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add reader --user 9a1df48fbbe24b7d9dbf96de40176439 --project e0541da03f0c42dab0fe538d081dc532 2022-08-19 19:26:05.266 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:05.266 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:05.266 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:05.266 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:05.266 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 9a1df48fbbe24b7d9dbf96de40176439 --project e0541da03f0c42dab0fe538d081dc532 2022-08-19 19:26:05.266 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:26:05.266 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:26:05.266 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:26:05.266 | ++ functions-common:get_field:812 : read data 2022-08-19 19:26:05.266 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:05.266 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:05.266 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:05.266 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:05.266 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:26:05.266 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:26:05.266 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:26:05.266 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:26:05.266 | ++ functions-common:get_field:818 : echo '| b2a079a3e89d4b34bad45724e38ae5f9 | 9a1df48fbbe24b7d9dbf96de40176439 | | e0541da03f0c42dab0fe538d081dc532 | | | False |' 2022-08-19 19:26:05.266 | ++ functions-common:get_field:812 : read data 2022-08-19 19:26:05.266 | + functions-common:get_or_add_user_project_role:995 : user_role_id=b2a079a3e89d4b34bad45724e38ae5f9 2022-08-19 19:26:05.266 | + functions-common:get_or_add_user_project_role:997 : echo b2a079a3e89d4b34bad45724e38ae5f9 2022-08-19 19:26:05.266 | b2a079a3e89d4b34bad45724e38ae5f9 2022-08-19 19:26:05.538 | [100082 Async ks-alt-reader-user:132867]: finished get_or_add_user_project_role reader 9a1df48fbbe24b7d9dbf96de40176439 e0541da03f0c42dab0fe538d081dc532 with result 0 in 13 seconds 2022-08-19 19:26:05.570 | + inc/async:async_wait:197 : return 0 2022-08-19 19:26:05.590 | + lib/keystone:create_keystone_accounts:415 : async_wait ks-system-member ks-system-reader 2022-08-19 19:26:05.893 | [100082 Async ks-system-member:133100]: Waiting for completion of get_or_add_user_system_role member c0e91cef39ef4b63a9608c5ec7e5bb62 all running on PID 133100 (8 other jobs running) 2022-08-19 19:26:06.062 | [100082 Async ks-system-member:133100]: Signaling child to exit 2022-08-19 19:26:06.064 | WAKEUP 2022-08-19 19:26:06.225 | [100082 Async ks-system-member:133100]: Signaled 2022-08-19 19:26:06.234 | + functions-common:get_or_add_user_system_role:1027 : local user_role_id 2022-08-19 19:26:06.235 | + functions-common:get_or_add_user_system_role:1028 : local domain_args 2022-08-19 19:26:06.235 | ++ functions-common:get_or_add_user_system_role:1030 : _get_domain_args 2022-08-19 19:26:06.235 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:26:06.235 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:26:06.235 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-19 19:26:06.235 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-19 19:26:06.235 | ++ functions-common:_get_domain_args:967 : echo 2022-08-19 19:26:06.235 | + functions-common:get_or_add_user_system_role:1030 : domain_args= 2022-08-19 19:26:06.235 | ++ functions-common:get_or_add_user_system_role:1038 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user c0e91cef39ef4b63a9608c5ec7e5bb62 --system all -f value -c Role 2022-08-19 19:26:06.235 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:06.235 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:06.235 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:06.235 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:06.235 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:26:06.235 | + functions-common:get_or_add_user_system_role:1038 : user_role_id= 2022-08-19 19:26:06.235 | + functions-common:get_or_add_user_system_role:1039 : [[ -z '' ]] 2022-08-19 19:26:06.235 | + functions-common:get_or_add_user_system_role:1041 : openstack --os-cloud devstack-system-admin role add member --user c0e91cef39ef4b63a9608c5ec7e5bb62 --system all 2022-08-19 19:26:06.235 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:06.235 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:06.235 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:06.235 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:06.235 | ++ functions-common:get_or_add_user_system_role:1050 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user c0e91cef39ef4b63a9608c5ec7e5bb62 --system all -f value -c Role 2022-08-19 19:26:06.235 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:06.235 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:06.235 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:06.235 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:06.235 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:26:06.235 | + functions-common:get_or_add_user_system_role:1050 : user_role_id=702a562327a44ecbb5dcecb3638ea7f6 2022-08-19 19:26:06.235 | + functions-common:get_or_add_user_system_role:1052 : echo 702a562327a44ecbb5dcecb3638ea7f6 2022-08-19 19:26:06.235 | 702a562327a44ecbb5dcecb3638ea7f6 2022-08-19 19:26:06.471 | [100082 Async ks-system-member:133100]: finished get_or_add_user_system_role member c0e91cef39ef4b63a9608c5ec7e5bb62 all with result 0 in 11 seconds 2022-08-19 19:26:06.707 | [100082 Async ks-system-reader:133399]: Waiting for completion of get_or_add_user_system_role reader c4206264c711480d85adc026242f3473 all running on PID 133399 (7 other jobs running) 2022-08-19 19:26:06.901 | [100082 Async ks-system-reader:133399]: Signaling child to exit 2022-08-19 19:26:06.901 | WAKEUP 2022-08-19 19:26:07.021 | [100082 Async ks-system-reader:133399]: Signaled 2022-08-19 19:26:07.022 | + functions-common:get_or_add_user_system_role:1027 : local user_role_id 2022-08-19 19:26:07.022 | + functions-common:get_or_add_user_system_role:1028 : local domain_args 2022-08-19 19:26:07.022 | ++ functions-common:get_or_add_user_system_role:1030 : _get_domain_args 2022-08-19 19:26:07.022 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:26:07.022 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:26:07.022 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-19 19:26:07.022 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-19 19:26:07.022 | ++ functions-common:_get_domain_args:967 : echo 2022-08-19 19:26:07.022 | + functions-common:get_or_add_user_system_role:1030 : domain_args= 2022-08-19 19:26:07.022 | ++ functions-common:get_or_add_user_system_role:1038 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user c4206264c711480d85adc026242f3473 --system all -f value -c Role 2022-08-19 19:26:07.022 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:07.023 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:07.023 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:07.023 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:07.023 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:26:07.023 | + functions-common:get_or_add_user_system_role:1038 : user_role_id= 2022-08-19 19:26:07.023 | + functions-common:get_or_add_user_system_role:1039 : [[ -z '' ]] 2022-08-19 19:26:07.023 | + functions-common:get_or_add_user_system_role:1041 : openstack --os-cloud devstack-system-admin role add reader --user c4206264c711480d85adc026242f3473 --system all 2022-08-19 19:26:07.023 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:07.023 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:07.023 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:07.023 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:07.023 | ++ functions-common:get_or_add_user_system_role:1050 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user c4206264c711480d85adc026242f3473 --system all -f value -c Role 2022-08-19 19:26:07.023 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:07.023 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:07.023 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:07.023 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:07.023 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:26:07.023 | + functions-common:get_or_add_user_system_role:1050 : user_role_id=b2a079a3e89d4b34bad45724e38ae5f9 2022-08-19 19:26:07.023 | + functions-common:get_or_add_user_system_role:1052 : echo b2a079a3e89d4b34bad45724e38ae5f9 2022-08-19 19:26:07.023 | b2a079a3e89d4b34bad45724e38ae5f9 2022-08-19 19:26:07.307 | [100082 Async ks-system-reader:133399]: finished get_or_add_user_system_role reader c4206264c711480d85adc026242f3473 all with result 0 in 13 seconds 2022-08-19 19:26:07.350 | + inc/async:async_wait:197 : return 0 2022-08-19 19:26:07.374 | + lib/keystone:create_keystone_accounts:416 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2022-08-19 19:26:07.749 | [100082 Async ks-group-memberdemo:133765]: Waiting for completion of get_or_add_group_project_role member 89ac281b1d204636b7ef5ac7eddb0f67 55a8e80ef1854cfa8ecb0472e1fbf252 running on PID 133765 (6 other jobs running) 2022-08-19 19:26:07.911 | [100082 Async ks-group-memberdemo:133765]: Signaling child to exit 2022-08-19 19:26:11.584 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:26:11.677 | [133765 Async ks-group-memberdemo:133765]: finished successfully 2022-08-19 19:26:11.763 | WAKEUP 2022-08-19 19:26:11.866 | [100082 Async ks-group-memberdemo:133765]: Signaled 2022-08-19 19:26:11.867 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-08-19 19:26:11.868 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 89ac281b1d204636b7ef5ac7eddb0f67 --project 55a8e80ef1854cfa8ecb0472e1fbf252 -f value 2022-08-19 19:26:11.868 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:11.868 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:11.868 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:11.868 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:11.868 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:26:11.868 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-08-19 19:26:11.868 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-08-19 19:26:11.868 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add member --group 89ac281b1d204636b7ef5ac7eddb0f67 --project 55a8e80ef1854cfa8ecb0472e1fbf252 2022-08-19 19:26:11.868 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:11.868 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:11.868 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:11.868 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:11.868 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 89ac281b1d204636b7ef5ac7eddb0f67 --project 55a8e80ef1854cfa8ecb0472e1fbf252 -f value 2022-08-19 19:26:11.868 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:11.868 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:11.868 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:11.868 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:11.868 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:26:11.868 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='702a562327a44ecbb5dcecb3638ea7f6 89ac281b1d204636b7ef5ac7eddb0f67 55a8e80ef1854cfa8ecb0472e1fbf252 False' 2022-08-19 19:26:11.868 | + functions-common:get_or_add_group_project_role:1076 : echo 702a562327a44ecbb5dcecb3638ea7f6 89ac281b1d204636b7ef5ac7eddb0f67 55a8e80ef1854cfa8ecb0472e1fbf252 False 2022-08-19 19:26:11.868 | 702a562327a44ecbb5dcecb3638ea7f6 89ac281b1d204636b7ef5ac7eddb0f67 55a8e80ef1854cfa8ecb0472e1fbf252 False 2022-08-19 19:26:12.023 | [100082 Async ks-group-memberdemo:133765]: finished get_or_add_group_project_role member 89ac281b1d204636b7ef5ac7eddb0f67 55a8e80ef1854cfa8ecb0472e1fbf252 with result 0 in 13 seconds 2022-08-19 19:26:12.199 | [100082 Async ks-group-anotherdemo:133860]: Waiting for completion of get_or_add_group_project_role anotherrole 89ac281b1d204636b7ef5ac7eddb0f67 55a8e80ef1854cfa8ecb0472e1fbf252 running on PID 133860 (5 other jobs running) 2022-08-19 19:26:12.199 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:26:12.260 | [100082 Async ks-group-anotherdemo:133860]: Signaling child to exit 2022-08-19 19:26:12.268 | [133860 Async ks-group-anotherdemo:133860]: finished successfully 2022-08-19 19:26:12.299 | WAKEUP 2022-08-19 19:26:12.337 | [100082 Async ks-group-anotherdemo:133860]: Signaled 2022-08-19 19:26:12.338 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-08-19 19:26:12.338 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 89ac281b1d204636b7ef5ac7eddb0f67 --project 55a8e80ef1854cfa8ecb0472e1fbf252 -f value 2022-08-19 19:26:12.339 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:12.339 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:12.339 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:12.339 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:12.339 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:26:12.339 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-08-19 19:26:12.339 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-08-19 19:26:12.339 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add anotherrole --group 89ac281b1d204636b7ef5ac7eddb0f67 --project 55a8e80ef1854cfa8ecb0472e1fbf252 2022-08-19 19:26:12.339 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:12.339 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:12.339 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:12.339 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:12.339 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 89ac281b1d204636b7ef5ac7eddb0f67 --project 55a8e80ef1854cfa8ecb0472e1fbf252 -f value 2022-08-19 19:26:12.339 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:12.339 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:12.339 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:12.339 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:12.339 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:26:12.339 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='b68578f7556044f2969a17b495692966 89ac281b1d204636b7ef5ac7eddb0f67 55a8e80ef1854cfa8ecb0472e1fbf252 False' 2022-08-19 19:26:12.340 | + functions-common:get_or_add_group_project_role:1076 : echo b68578f7556044f2969a17b495692966 89ac281b1d204636b7ef5ac7eddb0f67 55a8e80ef1854cfa8ecb0472e1fbf252 False 2022-08-19 19:26:12.340 | b68578f7556044f2969a17b495692966 89ac281b1d204636b7ef5ac7eddb0f67 55a8e80ef1854cfa8ecb0472e1fbf252 False 2022-08-19 19:26:12.427 | [100082 Async ks-group-anotherdemo:133860]: finished get_or_add_group_project_role anotherrole 89ac281b1d204636b7ef5ac7eddb0f67 55a8e80ef1854cfa8ecb0472e1fbf252 with result 0 in 14 seconds 2022-08-19 19:26:12.493 | [100082 Async ks-group-memberalt:133956]: Waiting for completion of get_or_add_group_project_role member 89ac281b1d204636b7ef5ac7eddb0f67 e0541da03f0c42dab0fe538d081dc532 running on PID 133956 (4 other jobs running) 2022-08-19 19:26:12.547 | [100082 Async ks-group-memberalt:133956]: Signaling child to exit 2022-08-19 19:26:13.562 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:26:13.595 | [134106 Async ks-group-anotheralt:134106]: finished successfully 2022-08-19 19:26:13.882 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:26:13.909 | [133956 Async ks-group-memberalt:133956]: finished successfully 2022-08-19 19:26:13.935 | WAKEUP 2022-08-19 19:26:13.959 | [100082 Async ks-group-memberalt:133956]: Signaled 2022-08-19 19:26:13.960 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-08-19 19:26:13.960 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 89ac281b1d204636b7ef5ac7eddb0f67 --project e0541da03f0c42dab0fe538d081dc532 -f value 2022-08-19 19:26:13.961 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:13.961 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:13.961 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:13.961 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:13.961 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:26:13.961 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-08-19 19:26:13.961 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-08-19 19:26:13.961 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add member --group 89ac281b1d204636b7ef5ac7eddb0f67 --project e0541da03f0c42dab0fe538d081dc532 2022-08-19 19:26:13.961 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:13.961 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:13.961 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:13.961 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:13.961 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group 89ac281b1d204636b7ef5ac7eddb0f67 --project e0541da03f0c42dab0fe538d081dc532 -f value 2022-08-19 19:26:13.961 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:13.961 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:13.961 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:13.961 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:13.961 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:26:13.961 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='702a562327a44ecbb5dcecb3638ea7f6 89ac281b1d204636b7ef5ac7eddb0f67 e0541da03f0c42dab0fe538d081dc532 False' 2022-08-19 19:26:13.961 | + functions-common:get_or_add_group_project_role:1076 : echo 702a562327a44ecbb5dcecb3638ea7f6 89ac281b1d204636b7ef5ac7eddb0f67 e0541da03f0c42dab0fe538d081dc532 False 2022-08-19 19:26:13.961 | 702a562327a44ecbb5dcecb3638ea7f6 89ac281b1d204636b7ef5ac7eddb0f67 e0541da03f0c42dab0fe538d081dc532 False 2022-08-19 19:26:14.008 | [100082 Async ks-group-memberalt:133956]: finished get_or_add_group_project_role member 89ac281b1d204636b7ef5ac7eddb0f67 e0541da03f0c42dab0fe538d081dc532 with result 0 in 15 seconds 2022-08-19 19:26:14.049 | [100082 Async ks-group-anotheralt:134106]: Waiting for completion of get_or_add_group_project_role anotherrole 89ac281b1d204636b7ef5ac7eddb0f67 e0541da03f0c42dab0fe538d081dc532 running on PID 134106 (3 other jobs running) 2022-08-19 19:26:14.078 | [100082 Async ks-group-anotheralt:134106]: Signaling child to exit 2022-08-19 19:26:14.078 | WAKEUP 2022-08-19 19:26:14.103 | [100082 Async ks-group-anotheralt:134106]: Signaled 2022-08-19 19:26:14.104 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-08-19 19:26:14.104 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 89ac281b1d204636b7ef5ac7eddb0f67 --project e0541da03f0c42dab0fe538d081dc532 -f value 2022-08-19 19:26:14.105 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:14.105 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:14.105 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:14.105 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:14.105 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:26:14.105 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-08-19 19:26:14.105 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-08-19 19:26:14.105 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add anotherrole --group 89ac281b1d204636b7ef5ac7eddb0f67 --project e0541da03f0c42dab0fe538d081dc532 2022-08-19 19:26:14.105 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:14.105 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:14.105 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:14.105 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:14.105 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group 89ac281b1d204636b7ef5ac7eddb0f67 --project e0541da03f0c42dab0fe538d081dc532 -f value 2022-08-19 19:26:14.105 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:14.105 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:14.105 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:14.105 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:14.105 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:26:14.105 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='b68578f7556044f2969a17b495692966 89ac281b1d204636b7ef5ac7eddb0f67 e0541da03f0c42dab0fe538d081dc532 False' 2022-08-19 19:26:14.105 | + functions-common:get_or_add_group_project_role:1076 : echo b68578f7556044f2969a17b495692966 89ac281b1d204636b7ef5ac7eddb0f67 e0541da03f0c42dab0fe538d081dc532 False 2022-08-19 19:26:14.105 | b68578f7556044f2969a17b495692966 89ac281b1d204636b7ef5ac7eddb0f67 e0541da03f0c42dab0fe538d081dc532 False 2022-08-19 19:26:14.153 | [100082 Async ks-group-anotheralt:134106]: finished get_or_add_group_project_role anotherrole 89ac281b1d204636b7ef5ac7eddb0f67 e0541da03f0c42dab0fe538d081dc532 with result 0 in 14 seconds 2022-08-19 19:26:14.169 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:26:14.193 | [100082 Async ks-group-admin:134211]: Waiting for completion of get_or_add_group_project_role admin 05f29c8cf6f941ba87d71726eb9f23b1 d341ec6ffdd74a4486f936ea6089db18 running on PID 134211 (2 other jobs running) 2022-08-19 19:26:14.196 | [134211 Async ks-group-admin:134211]: finished successfully 2022-08-19 19:26:14.219 | [100082 Async ks-group-admin:134211]: Signaling child to exit 2022-08-19 19:26:14.222 | WAKEUP 2022-08-19 19:26:14.245 | [100082 Async ks-group-admin:134211]: Signaled 2022-08-19 19:26:14.246 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-08-19 19:26:14.247 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group 05f29c8cf6f941ba87d71726eb9f23b1 --project d341ec6ffdd74a4486f936ea6089db18 -f value 2022-08-19 19:26:14.247 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:14.247 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:14.247 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:14.247 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:14.247 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:26:14.247 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-08-19 19:26:14.247 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-08-19 19:26:14.247 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add admin --group 05f29c8cf6f941ba87d71726eb9f23b1 --project d341ec6ffdd74a4486f936ea6089db18 2022-08-19 19:26:14.247 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:14.247 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:14.247 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:14.247 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:14.247 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group 05f29c8cf6f941ba87d71726eb9f23b1 --project d341ec6ffdd74a4486f936ea6089db18 -f value 2022-08-19 19:26:14.247 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:14.247 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:14.247 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:26:14.247 | from cryptography.utils import int_from_bytes 2022-08-19 19:26:14.247 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:26:14.247 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='a35b931415bd4d6296ae0d39b1063ac3 05f29c8cf6f941ba87d71726eb9f23b1 d341ec6ffdd74a4486f936ea6089db18 False' 2022-08-19 19:26:14.247 | + functions-common:get_or_add_group_project_role:1076 : echo a35b931415bd4d6296ae0d39b1063ac3 05f29c8cf6f941ba87d71726eb9f23b1 d341ec6ffdd74a4486f936ea6089db18 False 2022-08-19 19:26:14.247 | a35b931415bd4d6296ae0d39b1063ac3 05f29c8cf6f941ba87d71726eb9f23b1 d341ec6ffdd74a4486f936ea6089db18 False 2022-08-19 19:26:14.292 | [100082 Async ks-group-admin:134211]: finished get_or_add_group_project_role admin 05f29c8cf6f941ba87d71726eb9f23b1 d341ec6ffdd74a4486f936ea6089db18 with result 0 in 14 seconds 2022-08-19 19:26:14.296 | + inc/async:async_wait:197 : return 0 2022-08-19 19:26:14.298 | + lib/keystone:create_keystone_accounts:418 : is_service_enabled ldap 2022-08-19 19:26:14.316 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:26:14.325 | + ./stack.sh:main:1097 : is_service_enabled nova 2022-08-19 19:26:14.337 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:26:14.339 | + ./stack.sh:main:1098 : async_runfunc create_nova_accounts 2022-08-19 19:26:14.342 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2022-08-19 19:26:14.413 | + inc/async:async_inner:63 : create_nova_accounts 2022-08-19 19:26:14.456 | [100082 Async create_nova_accounts:136136]: running: create_nova_accounts 2022-08-19 19:26:14.459 | + ./stack.sh:main:1100 : is_service_enabled glance 2022-08-19 19:26:14.478 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:26:14.480 | + ./stack.sh:main:1101 : async_runfunc create_glance_accounts 2022-08-19 19:26:14.483 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2022-08-19 19:26:14.552 | + inc/async:async_inner:63 : create_glance_accounts 2022-08-19 19:26:14.598 | [100082 Async create_glance_accounts:136260]: running: create_glance_accounts 2022-08-19 19:26:14.601 | + ./stack.sh:main:1103 : is_service_enabled cinder 2022-08-19 19:26:14.622 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:26:14.625 | + ./stack.sh:main:1104 : async_runfunc create_cinder_accounts 2022-08-19 19:26:14.627 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2022-08-19 19:26:14.705 | + inc/async:async_inner:63 : create_cinder_accounts 2022-08-19 19:26:14.752 | [100082 Async create_cinder_accounts:136399]: running: create_cinder_accounts 2022-08-19 19:26:14.755 | + ./stack.sh:main:1106 : is_service_enabled neutron 2022-08-19 19:26:14.776 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:26:14.778 | + ./stack.sh:main:1107 : async_runfunc create_neutron_accounts 2022-08-19 19:26:14.781 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2022-08-19 19:26:14.863 | + inc/async:async_inner:63 : create_neutron_accounts 2022-08-19 19:26:14.942 | [100082 Async create_neutron_accounts:136524]: running: create_neutron_accounts 2022-08-19 19:26:14.946 | + ./stack.sh:main:1109 : is_service_enabled swift 2022-08-19 19:26:14.987 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:26:14.993 | + ./stack.sh:main:1110 : async_runfunc create_swift_accounts 2022-08-19 19:26:15.001 | + inc/async:async_runfunc:116 : async_run create_swift_accounts create_swift_accounts 2022-08-19 19:26:15.254 | + inc/async:async_inner:63 : create_swift_accounts 2022-08-19 19:26:15.489 | [100082 Async create_swift_accounts:136679]: running: create_swift_accounts 2022-08-19 19:26:15.505 | + ./stack.sh:main:1118 : is_service_enabled horizon 2022-08-19 19:26:15.637 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:26:15.664 | + ./stack.sh:main:1123 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2022-08-19 19:26:16.026 | [100082 Async create_nova_accounts:136136]: Waiting for completion of create_nova_accounts running on PID 136136 (6 other jobs running) 2022-08-19 19:26:16.206 | [100082 Async create_nova_accounts:136136]: Signaling child to exit 2022-08-19 19:26:57.286 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:26:57.350 | [136524 Async create_neutron_accounts:136524]: finished successfully 2022-08-19 19:27:15.591 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:27:15.641 | [136399 Async create_cinder_accounts:136399]: finished successfully 2022-08-19 19:27:31.042 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:27:31.076 | [136260 Async create_glance_accounts:136260]: finished successfully 2022-08-19 19:27:36.107 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:27:36.136 | [136136 Async create_nova_accounts:136136]: finished successfully 2022-08-19 19:27:36.164 | WAKEUP 2022-08-19 19:27:36.191 | [100082 Async create_nova_accounts:136136]: Signaled 2022-08-19 19:27:36.193 | + lib/nova:create_nova_accounts:351 : [[ 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 =~ n-api ]] 2022-08-19 19:27:36.193 | + lib/nova:create_nova_accounts:355 : create_service_user nova admin 2022-08-19 19:27:36.193 | + lib/keystone:create_service_user:431 : get_or_create_user nova Passw0rd Default 2022-08-19 19:27:36.193 | + functions-common:get_or_create_user:909 : local user_id 2022-08-19 19:27:36.193 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-08-19 19:27:36.193 | + functions-common:get_or_create_user:913 : local email= 2022-08-19 19:27:36.193 | ++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create nova --password Passw0rd --domain=Default --or-show -f value -c id 2022-08-19 19:27:36.193 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.193 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.193 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.193 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.193 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.193 | + functions-common:get_or_create_user:925 : user_id=4fb174138efc43ec93161606758e05d3 2022-08-19 19:27:36.193 | + functions-common:get_or_create_user:926 : echo 4fb174138efc43ec93161606758e05d3 2022-08-19 19:27:36.193 | 4fb174138efc43ec93161606758e05d3 2022-08-19 19:27:36.193 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service nova service Default Default 2022-08-19 19:27:36.193 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:27:36.194 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-19 19:27:36.194 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:27:36.194 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:27:36.194 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-19 19:27:36.194 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-19 19:27:36.194 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-19 19:27:36.194 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-19 19:27:36.194 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-19 19:27:36.194 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-19 19:27:36.194 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:27:36.194 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:27:36.194 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:27:36.194 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user nova --project service --user-domain Default --project-domain Default 2022-08-19 19:27:36.194 | ++ functions-common:get_field:812 : read data 2022-08-19 19:27:36.194 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.194 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.194 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.194 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.194 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.194 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:27:36.194 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:27:36.194 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add service --user nova --project service --user-domain Default --project-domain Default 2022-08-19 19:27:36.194 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.194 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.194 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.194 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.194 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:27:36.194 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user nova --project service --user-domain Default --project-domain Default 2022-08-19 19:27:36.194 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:27:36.195 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:27:36.195 | ++ functions-common:get_field:812 : read data 2022-08-19 19:27:36.195 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.195 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.195 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.195 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.195 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.195 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:27:36.195 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:27:36.195 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:27:36.195 | ++ functions-common:get_field:818 : echo '| f3f625de2e97426e845d9c47e78abfaf | 4fb174138efc43ec93161606758e05d3 | | 410e286f42a54c3aacdb7200356e8577 | | | False |' 2022-08-19 19:27:36.195 | ++ functions-common:get_field:812 : read data 2022-08-19 19:27:36.195 | + functions-common:get_or_add_user_project_role:995 : user_role_id=f3f625de2e97426e845d9c47e78abfaf 2022-08-19 19:27:36.195 | + functions-common:get_or_add_user_project_role:997 : echo f3f625de2e97426e845d9c47e78abfaf 2022-08-19 19:27:36.195 | f3f625de2e97426e845d9c47e78abfaf 2022-08-19 19:27:36.195 | + lib/keystone:create_service_user:434 : [[ -n admin ]] 2022-08-19 19:27:36.195 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role admin nova service Default Default 2022-08-19 19:27:36.195 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:27:36.195 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-19 19:27:36.195 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:27:36.195 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:27:36.195 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-19 19:27:36.195 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-19 19:27:36.195 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-19 19:27:36.195 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-19 19:27:36.195 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-19 19:27:36.195 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-19 19:27:36.195 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default 2022-08-19 19:27:36.195 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:27:36.195 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:27:36.195 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:27:36.195 | ++ functions-common:get_field:812 : read data 2022-08-19 19:27:36.196 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.196 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.196 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.196 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.196 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.196 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:27:36.196 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:27:36.196 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user nova --project service --user-domain Default --project-domain Default 2022-08-19 19:27:36.196 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.196 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.196 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.196 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.196 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user nova --project service --user-domain Default --project-domain Default 2022-08-19 19:27:36.196 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:27:36.196 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:27:36.196 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:27:36.196 | ++ functions-common:get_field:812 : read data 2022-08-19 19:27:36.196 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.196 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.196 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.196 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.196 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.196 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:27:36.196 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:27:36.196 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:27:36.196 | ++ functions-common:get_field:818 : echo '| a35b931415bd4d6296ae0d39b1063ac3 | 4fb174138efc43ec93161606758e05d3 | | 410e286f42a54c3aacdb7200356e8577 | | | False |' 2022-08-19 19:27:36.196 | ++ functions-common:get_field:812 : read data 2022-08-19 19:27:36.196 | + functions-common:get_or_add_user_project_role:995 : user_role_id=a35b931415bd4d6296ae0d39b1063ac3 2022-08-19 19:27:36.196 | + functions-common:get_or_add_user_project_role:997 : echo a35b931415bd4d6296ae0d39b1063ac3 2022-08-19 19:27:36.196 | a35b931415bd4d6296ae0d39b1063ac3 2022-08-19 19:27:36.196 | + lib/nova:create_nova_accounts:357 : local nova_api_url 2022-08-19 19:27:36.196 | + lib/nova:create_nova_accounts:358 : [[ True == \F\a\l\s\e ]] 2022-08-19 19:27:36.197 | + lib/nova:create_nova_accounts:361 : nova_api_url=http://10.222.0.23/compute 2022-08-19 19:27:36.197 | + lib/nova:create_nova_accounts:364 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2022-08-19 19:27:36.197 | + functions-common:get_or_create_service:1082 : local service_id 2022-08-19 19:27:36.197 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2022-08-19 19:27:36.197 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create compute_legacy --name nova_legacy '--description=Nova Compute Service (Legacy 2.0)' -f value -c id 2022-08-19 19:27:36.197 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.197 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.197 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.197 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.197 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.197 | + functions-common:get_or_create_service:1093 : service_id=' 2022-08-19 19:27:36.197 | acea74cb16e64737895d40fe33f1a586' 2022-08-19 19:27:36.197 | + functions-common:get_or_create_service:1094 : echo acea74cb16e64737895d40fe33f1a586 2022-08-19 19:27:36.197 | acea74cb16e64737895d40fe33f1a586 2022-08-19 19:27:36.197 | + lib/nova:create_nova_accounts:366 : get_or_create_endpoint compute_legacy RegionOne 'http://10.222.0.23/compute/v2/$(project_id)s' 2022-08-19 19:27:36.197 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-08-19 19:27:36.197 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.222.0.23/compute/v2/$(project_id)s' RegionOne 2022-08-19 19:27:36.197 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-19 19:27:36.197 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute_legacy --interface public --region RegionOne -c ID -f value 2022-08-19 19:27:36.197 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.197 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.197 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.197 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.197 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.197 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-19 19:27:36.197 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-19 19:27:36.197 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create compute_legacy public 'http://10.222.0.23/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2022-08-19 19:27:36.197 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.197 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.197 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.197 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.197 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.198 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=035b90a83af84d918678b9e52c31f29a 2022-08-19 19:27:36.198 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 035b90a83af84d918678b9e52c31f29a 2022-08-19 19:27:36.198 | + functions-common:get_or_create_endpoint:1127 : public_id=035b90a83af84d918678b9e52c31f29a 2022-08-19 19:27:36.198 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-08-19 19:27:36.198 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-08-19 19:27:36.198 | + functions-common:get_or_create_endpoint:1136 : echo 035b90a83af84d918678b9e52c31f29a 2022-08-19 19:27:36.198 | 035b90a83af84d918678b9e52c31f29a 2022-08-19 19:27:36.198 | + lib/nova:create_nova_accounts:370 : get_or_create_service nova compute 'Nova Compute Service' 2022-08-19 19:27:36.198 | + functions-common:get_or_create_service:1082 : local service_id 2022-08-19 19:27:36.198 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2022-08-19 19:27:36.198 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create compute --name nova '--description=Nova Compute Service' -f value -c id 2022-08-19 19:27:36.198 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.198 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.198 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.198 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.198 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.198 | + functions-common:get_or_create_service:1093 : service_id=' 2022-08-19 19:27:36.198 | f5425da8930345ee812ee4340a3733a1' 2022-08-19 19:27:36.198 | + functions-common:get_or_create_service:1094 : echo f5425da8930345ee812ee4340a3733a1 2022-08-19 19:27:36.198 | f5425da8930345ee812ee4340a3733a1 2022-08-19 19:27:36.198 | + lib/nova:create_nova_accounts:372 : get_or_create_endpoint compute RegionOne http://10.222.0.23/compute/v2.1 2022-08-19 19:27:36.198 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-08-19 19:27:36.198 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface compute public http://10.222.0.23/compute/v2.1 RegionOne 2022-08-19 19:27:36.198 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-19 19:27:36.198 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service compute --interface public --region RegionOne -c ID -f value 2022-08-19 19:27:36.198 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.198 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.198 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.198 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.198 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.198 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-19 19:27:36.198 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-19 19:27:36.199 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create compute public http://10.222.0.23/compute/v2.1 --region RegionOne -f value -c id 2022-08-19 19:27:36.199 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.199 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.199 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.199 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.199 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.199 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=12cf670d243340f3821a79f8b661ed8e 2022-08-19 19:27:36.199 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 12cf670d243340f3821a79f8b661ed8e 2022-08-19 19:27:36.199 | + functions-common:get_or_create_endpoint:1127 : public_id=12cf670d243340f3821a79f8b661ed8e 2022-08-19 19:27:36.199 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-08-19 19:27:36.199 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-08-19 19:27:36.199 | + functions-common:get_or_create_endpoint:1136 : echo 12cf670d243340f3821a79f8b661ed8e 2022-08-19 19:27:36.199 | 12cf670d243340f3821a79f8b661ed8e 2022-08-19 19:27:36.199 | + lib/nova:create_nova_accounts:377 : is_service_enabled n-api 2022-08-19 19:27:36.199 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:27:36.199 | + lib/nova:create_nova_accounts:379 : is_service_enabled swift 2022-08-19 19:27:36.199 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:27:36.199 | + lib/nova:create_nova_accounts:382 : get_or_add_user_project_role ResellerAdmin nova service Default Default 2022-08-19 19:27:36.199 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:27:36.199 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-19 19:27:36.199 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:27:36.199 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:27:36.199 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-19 19:27:36.199 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-19 19:27:36.199 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-19 19:27:36.199 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-19 19:27:36.199 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-19 19:27:36.199 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-19 19:27:36.199 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:27:36.199 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:27:36.199 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2022-08-19 19:27:36.199 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:27:36.199 | ++ functions-common:get_field:812 : read data 2022-08-19 19:27:36.200 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.200 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.200 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.200 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.200 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.200 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:27:36.200 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:27:36.200 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2022-08-19 19:27:36.200 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.200 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.200 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.200 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.200 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role ResellerAdmin --user nova --project service --user-domain Default --project-domain Default 2022-08-19 19:27:36.200 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:27:36.200 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:27:36.200 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:27:36.200 | ++ functions-common:get_field:812 : read data 2022-08-19 19:27:36.200 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.200 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.200 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.200 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.200 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.200 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:27:36.200 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:27:36.200 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:27:36.200 | ++ functions-common:get_field:818 : echo '| abd66ebe1e6f4a49889bf38ea0998865 | 4fb174138efc43ec93161606758e05d3 | | 410e286f42a54c3aacdb7200356e8577 | | | False |' 2022-08-19 19:27:36.200 | ++ functions-common:get_field:812 : read data 2022-08-19 19:27:36.200 | + functions-common:get_or_add_user_project_role:995 : user_role_id=abd66ebe1e6f4a49889bf38ea0998865 2022-08-19 19:27:36.200 | + functions-common:get_or_add_user_project_role:997 : echo abd66ebe1e6f4a49889bf38ea0998865 2022-08-19 19:27:36.201 | abd66ebe1e6f4a49889bf38ea0998865 2022-08-19 19:27:36.201 | + lib/nova:create_nova_accounts:387 : is_service_enabled s3api 2022-08-19 19:27:36.201 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:27:36.201 | + lib/nova:create_nova_accounts:398 : is_service_enabled n-api 2022-08-19 19:27:36.201 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:27:36.201 | + lib/nova:create_nova_accounts:399 : [[ False = True ]] 2022-08-19 19:27:36.246 | [100082 Async create_nova_accounts:136136]: finished create_nova_accounts with result 0 in 81 seconds 2022-08-19 19:27:36.297 | [100082 Async create_glance_accounts:136260]: Waiting for completion of create_glance_accounts running on PID 136260 (5 other jobs running) 2022-08-19 19:27:36.328 | [100082 Async create_glance_accounts:136260]: Signaling child to exit 2022-08-19 19:27:36.333 | WAKEUP 2022-08-19 19:27:36.368 | [100082 Async create_glance_accounts:136260]: Signaled 2022-08-19 19:27:36.370 | + lib/glance:create_glance_accounts:451 : is_service_enabled g-api 2022-08-19 19:27:36.370 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:27:36.370 | + lib/glance:create_glance_accounts:453 : create_service_user glance 2022-08-19 19:27:36.370 | + lib/keystone:create_service_user:431 : get_or_create_user glance Passw0rd Default 2022-08-19 19:27:36.370 | + functions-common:get_or_create_user:909 : local user_id 2022-08-19 19:27:36.370 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-08-19 19:27:36.370 | + functions-common:get_or_create_user:913 : local email= 2022-08-19 19:27:36.370 | ++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create glance --password Passw0rd --domain=Default --or-show -f value -c id 2022-08-19 19:27:36.370 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.370 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.370 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.370 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.371 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.371 | + functions-common:get_or_create_user:925 : user_id=fb61a013d6884b0fab609d0f7a7a7bc1 2022-08-19 19:27:36.371 | + functions-common:get_or_create_user:926 : echo fb61a013d6884b0fab609d0f7a7a7bc1 2022-08-19 19:27:36.371 | fb61a013d6884b0fab609d0f7a7a7bc1 2022-08-19 19:27:36.371 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service glance service Default Default 2022-08-19 19:27:36.371 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:27:36.371 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-19 19:27:36.371 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:27:36.371 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:27:36.371 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-19 19:27:36.371 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-19 19:27:36.371 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-19 19:27:36.371 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-19 19:27:36.371 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-19 19:27:36.371 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-19 19:27:36.371 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance --project service --user-domain Default --project-domain Default 2022-08-19 19:27:36.371 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:27:36.371 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:27:36.371 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:27:36.371 | ++ functions-common:get_field:812 : read data 2022-08-19 19:27:36.371 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.371 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.371 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.371 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.371 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.371 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:27:36.371 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:27:36.371 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add service --user glance --project service --user-domain Default --project-domain Default 2022-08-19 19:27:36.371 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.372 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.372 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.372 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.372 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:27:36.372 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:27:36.372 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance --project service --user-domain Default --project-domain Default 2022-08-19 19:27:36.372 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:27:36.372 | ++ functions-common:get_field:812 : read data 2022-08-19 19:27:36.372 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.372 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.372 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.372 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.372 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.372 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:27:36.372 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:27:36.372 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:27:36.372 | ++ functions-common:get_field:818 : echo '| f3f625de2e97426e845d9c47e78abfaf | fb61a013d6884b0fab609d0f7a7a7bc1 | | 410e286f42a54c3aacdb7200356e8577 | | | False |' 2022-08-19 19:27:36.372 | ++ functions-common:get_field:812 : read data 2022-08-19 19:27:36.372 | + functions-common:get_or_add_user_project_role:995 : user_role_id=f3f625de2e97426e845d9c47e78abfaf 2022-08-19 19:27:36.372 | + functions-common:get_or_add_user_project_role:997 : echo f3f625de2e97426e845d9c47e78abfaf 2022-08-19 19:27:36.372 | f3f625de2e97426e845d9c47e78abfaf 2022-08-19 19:27:36.372 | + lib/keystone:create_service_user:434 : [[ -n '' ]] 2022-08-19 19:27:36.372 | + lib/glance:create_glance_accounts:456 : is_service_enabled s-proxy 2022-08-19 19:27:36.372 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:27:36.372 | + lib/glance:create_glance_accounts:457 : create_service_user glance-swift ResellerAdmin 2022-08-19 19:27:36.372 | + lib/keystone:create_service_user:431 : get_or_create_user glance-swift Passw0rd Default 2022-08-19 19:27:36.372 | + functions-common:get_or_create_user:909 : local user_id 2022-08-19 19:27:36.372 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-08-19 19:27:36.372 | + functions-common:get_or_create_user:913 : local email= 2022-08-19 19:27:36.373 | ++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create glance-swift --password Passw0rd --domain=Default --or-show -f value -c id 2022-08-19 19:27:36.373 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.373 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.373 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.373 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.373 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.373 | + functions-common:get_or_create_user:925 : user_id=2921a60d8f234f33b9b228c19cdf49e5 2022-08-19 19:27:36.373 | + functions-common:get_or_create_user:926 : echo 2921a60d8f234f33b9b228c19cdf49e5 2022-08-19 19:27:36.373 | 2921a60d8f234f33b9b228c19cdf49e5 2022-08-19 19:27:36.373 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service glance-swift service Default Default 2022-08-19 19:27:36.373 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:27:36.373 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-19 19:27:36.373 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:27:36.373 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:27:36.373 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-19 19:27:36.373 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-19 19:27:36.373 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-19 19:27:36.373 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-19 19:27:36.373 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-19 19:27:36.373 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-19 19:27:36.373 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:27:36.373 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:27:36.373 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance-swift --project service --user-domain Default --project-domain Default 2022-08-19 19:27:36.373 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:27:36.373 | ++ functions-common:get_field:812 : read data 2022-08-19 19:27:36.373 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.373 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.373 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.373 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.373 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.373 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:27:36.373 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:27:36.374 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add service --user glance-swift --project service --user-domain Default --project-domain Default 2022-08-19 19:27:36.374 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.374 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.374 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.374 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.374 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:27:36.374 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user glance-swift --project service --user-domain Default --project-domain Default 2022-08-19 19:27:36.374 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:27:36.374 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:27:36.374 | ++ functions-common:get_field:812 : read data 2022-08-19 19:27:36.374 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.374 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.374 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.374 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.374 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.374 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:27:36.374 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:27:36.374 | ++ functions-common:get_field:818 : echo '| f3f625de2e97426e845d9c47e78abfaf | 2921a60d8f234f33b9b228c19cdf49e5 | | 410e286f42a54c3aacdb7200356e8577 | | | False |' 2022-08-19 19:27:36.374 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:27:36.374 | ++ functions-common:get_field:812 : read data 2022-08-19 19:27:36.374 | + functions-common:get_or_add_user_project_role:995 : user_role_id=f3f625de2e97426e845d9c47e78abfaf 2022-08-19 19:27:36.374 | + functions-common:get_or_add_user_project_role:997 : echo f3f625de2e97426e845d9c47e78abfaf 2022-08-19 19:27:36.374 | f3f625de2e97426e845d9c47e78abfaf 2022-08-19 19:27:36.374 | + lib/keystone:create_service_user:434 : [[ -n ResellerAdmin ]] 2022-08-19 19:27:36.374 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role ResellerAdmin glance-swift service Default Default 2022-08-19 19:27:36.374 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:27:36.374 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-19 19:27:36.374 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:27:36.374 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:27:36.374 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-19 19:27:36.375 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-19 19:27:36.375 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-19 19:27:36.375 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-19 19:27:36.375 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-19 19:27:36.375 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-19 19:27:36.375 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2022-08-19 19:27:36.375 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:27:36.375 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:27:36.375 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:27:36.375 | ++ functions-common:get_field:812 : read data 2022-08-19 19:27:36.375 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.375 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.375 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.375 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.375 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.375 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:27:36.375 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:27:36.375 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2022-08-19 19:27:36.375 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.375 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.375 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.375 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.375 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role ResellerAdmin --user glance-swift --project service --user-domain Default --project-domain Default 2022-08-19 19:27:36.375 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:27:36.375 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:27:36.375 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:27:36.375 | ++ functions-common:get_field:812 : read data 2022-08-19 19:27:36.375 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.375 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.376 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.376 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.376 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.376 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:27:36.376 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:27:36.376 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:27:36.376 | ++ functions-common:get_field:818 : echo '| abd66ebe1e6f4a49889bf38ea0998865 | 2921a60d8f234f33b9b228c19cdf49e5 | | 410e286f42a54c3aacdb7200356e8577 | | | False |' 2022-08-19 19:27:36.376 | ++ functions-common:get_field:812 : read data 2022-08-19 19:27:36.376 | + functions-common:get_or_add_user_project_role:995 : user_role_id=abd66ebe1e6f4a49889bf38ea0998865 2022-08-19 19:27:36.376 | + functions-common:get_or_add_user_project_role:997 : echo abd66ebe1e6f4a49889bf38ea0998865 2022-08-19 19:27:36.376 | abd66ebe1e6f4a49889bf38ea0998865 2022-08-19 19:27:36.376 | + lib/glance:create_glance_accounts:460 : get_or_create_service glance image 'Glance Image Service' 2022-08-19 19:27:36.376 | + functions-common:get_or_create_service:1082 : local service_id 2022-08-19 19:27:36.376 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2022-08-19 19:27:36.376 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create image --name glance '--description=Glance Image Service' -f value -c id 2022-08-19 19:27:36.376 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.376 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.376 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.376 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.376 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.376 | + functions-common:get_or_create_service:1093 : service_id=' 2022-08-19 19:27:36.376 | 1c9992e8548c42aead945a4820f0f671' 2022-08-19 19:27:36.376 | + functions-common:get_or_create_service:1094 : echo 1c9992e8548c42aead945a4820f0f671 2022-08-19 19:27:36.376 | 1c9992e8548c42aead945a4820f0f671 2022-08-19 19:27:36.376 | + lib/glance:create_glance_accounts:462 : get_or_create_endpoint image RegionOne http://10.222.0.23/image 2022-08-19 19:27:36.376 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-08-19 19:27:36.376 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface image public http://10.222.0.23/image RegionOne 2022-08-19 19:27:36.376 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-19 19:27:36.377 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service image --interface public --region RegionOne -c ID -f value 2022-08-19 19:27:36.377 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.377 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.377 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.377 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.377 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.377 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-19 19:27:36.377 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-19 19:27:36.377 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create image public http://10.222.0.23/image --region RegionOne -f value -c id 2022-08-19 19:27:36.377 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.377 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.377 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.377 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.377 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.377 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=41e705c995fa46b0988e120c3c114d94 2022-08-19 19:27:36.377 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 41e705c995fa46b0988e120c3c114d94 2022-08-19 19:27:36.377 | + functions-common:get_or_create_endpoint:1127 : public_id=41e705c995fa46b0988e120c3c114d94 2022-08-19 19:27:36.377 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-08-19 19:27:36.377 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-08-19 19:27:36.377 | + functions-common:get_or_create_endpoint:1136 : echo 41e705c995fa46b0988e120c3c114d94 2022-08-19 19:27:36.377 | 41e705c995fa46b0988e120c3c114d94 2022-08-19 19:27:36.377 | ++ lib/glance:create_glance_accounts:467 : get_or_create_domain Default 2022-08-19 19:27:36.377 | ++ functions-common:get_or_create_domain:877 : local domain_id 2022-08-19 19:27:36.377 | +++ functions-common:get_or_create_domain:889 : oscwrap --os-cloud devstack-system-admin domain show Default -f value -c id 2022-08-19 19:27:36.377 | ++ functions-common:get_or_create_domain:887 : domain_id=default 2022-08-19 19:27:36.377 | ++ functions-common:get_or_create_domain:888 : echo default 2022-08-19 19:27:36.377 | + lib/glance:create_glance_accounts:467 : service_domain_id=default 2022-08-19 19:27:36.378 | + lib/glance:create_glance_accounts:468 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2022-08-19 19:27:36.378 | + lib/glance:create_glance_accounts:469 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2022-08-19 19:27:36.378 | + lib/glance:create_glance_accounts:471 : [[ False = True ]] 2022-08-19 19:27:36.416 | [100082 Async create_glance_accounts:136260]: finished create_glance_accounts with result 0 in 76 seconds 2022-08-19 19:27:36.454 | [100082 Async create_cinder_accounts:136399]: Waiting for completion of create_cinder_accounts running on PID 136399 (4 other jobs running) 2022-08-19 19:27:36.480 | [100082 Async create_cinder_accounts:136399]: Signaling child to exit 2022-08-19 19:27:36.480 | WAKEUP 2022-08-19 19:27:36.503 | [100082 Async create_cinder_accounts:136399]: Signaled 2022-08-19 19:27:36.505 | + lib/cinder:create_cinder_accounts:398 : [[ 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 =~ c-api ]] 2022-08-19 19:27:36.505 | + lib/cinder:create_cinder_accounts:400 : create_service_user cinder 2022-08-19 19:27:36.505 | + lib/keystone:create_service_user:431 : get_or_create_user cinder Passw0rd Default 2022-08-19 19:27:36.505 | + functions-common:get_or_create_user:909 : local user_id 2022-08-19 19:27:36.505 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-08-19 19:27:36.505 | + functions-common:get_or_create_user:913 : local email= 2022-08-19 19:27:36.505 | ++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create cinder --password Passw0rd --domain=Default --or-show -f value -c id 2022-08-19 19:27:36.505 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.505 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.505 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.505 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.505 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.505 | + functions-common:get_or_create_user:925 : user_id=ac266ef75f124247b889686be2d7fe48 2022-08-19 19:27:36.505 | + functions-common:get_or_create_user:926 : echo ac266ef75f124247b889686be2d7fe48 2022-08-19 19:27:36.505 | ac266ef75f124247b889686be2d7fe48 2022-08-19 19:27:36.505 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service cinder service Default Default 2022-08-19 19:27:36.505 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:27:36.505 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-19 19:27:36.506 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:27:36.506 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:27:36.506 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-19 19:27:36.506 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-19 19:27:36.506 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-19 19:27:36.506 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-19 19:27:36.506 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-19 19:27:36.506 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-19 19:27:36.506 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:27:36.506 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:27:36.506 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:27:36.506 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default 2022-08-19 19:27:36.506 | ++ functions-common:get_field:812 : read data 2022-08-19 19:27:36.506 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.506 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.506 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.506 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.506 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.506 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:27:36.506 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:27:36.506 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add service --user cinder --project service --user-domain Default --project-domain Default 2022-08-19 19:27:36.506 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.506 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.506 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.506 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.506 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user cinder --project service --user-domain Default --project-domain Default 2022-08-19 19:27:36.506 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:27:36.507 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:27:36.507 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:27:36.507 | ++ functions-common:get_field:812 : read data 2022-08-19 19:27:36.507 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.507 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.507 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.507 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.507 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.507 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:27:36.507 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:27:36.507 | ++ functions-common:get_field:818 : echo '| f3f625de2e97426e845d9c47e78abfaf | ac266ef75f124247b889686be2d7fe48 | | 410e286f42a54c3aacdb7200356e8577 | | | False |' 2022-08-19 19:27:36.507 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:27:36.507 | ++ functions-common:get_field:812 : read data 2022-08-19 19:27:36.507 | + functions-common:get_or_add_user_project_role:995 : user_role_id=f3f625de2e97426e845d9c47e78abfaf 2022-08-19 19:27:36.507 | + functions-common:get_or_add_user_project_role:997 : echo f3f625de2e97426e845d9c47e78abfaf 2022-08-19 19:27:36.507 | f3f625de2e97426e845d9c47e78abfaf 2022-08-19 19:27:36.507 | + lib/keystone:create_service_user:434 : [[ -n '' ]] 2022-08-19 19:27:36.507 | + lib/cinder:create_cinder_accounts:403 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2022-08-19 19:27:36.507 | + functions-common:get_or_create_service:1082 : local service_id 2022-08-19 19:27:36.507 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2022-08-19 19:27:36.507 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create block-storage --name cinder '--description=Cinder Volume Service' -f value -c id 2022-08-19 19:27:36.507 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.507 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.507 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.507 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.507 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.507 | + functions-common:get_or_create_service:1093 : service_id=' 2022-08-19 19:27:36.507 | 84df28cc881a405680f9ebaad809c5fa' 2022-08-19 19:27:36.507 | + functions-common:get_or_create_service:1094 : echo 84df28cc881a405680f9ebaad809c5fa 2022-08-19 19:27:36.507 | 84df28cc881a405680f9ebaad809c5fa 2022-08-19 19:27:36.507 | + lib/cinder:create_cinder_accounts:404 : '[' True == False ']' 2022-08-19 19:27:36.507 | + lib/cinder:create_cinder_accounts:417 : get_or_create_endpoint block-storage RegionOne 'http://10.222.0.23/volume/v3/$(project_id)s' 2022-08-19 19:27:36.508 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-08-19 19:27:36.508 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface block-storage public 'http://10.222.0.23/volume/v3/$(project_id)s' RegionOne 2022-08-19 19:27:36.508 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-19 19:27:36.508 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service block-storage --interface public --region RegionOne -c ID -f value 2022-08-19 19:27:36.508 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.508 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.508 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.508 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.508 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.508 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-19 19:27:36.508 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-19 19:27:36.508 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create block-storage public 'http://10.222.0.23/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2022-08-19 19:27:36.508 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.508 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.508 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.508 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.508 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.508 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=2264f48bd25341beac2bb0fdb91b2cd6 2022-08-19 19:27:36.508 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 2264f48bd25341beac2bb0fdb91b2cd6 2022-08-19 19:27:36.508 | + functions-common:get_or_create_endpoint:1127 : public_id=2264f48bd25341beac2bb0fdb91b2cd6 2022-08-19 19:27:36.508 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-08-19 19:27:36.508 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-08-19 19:27:36.508 | + functions-common:get_or_create_endpoint:1136 : echo 2264f48bd25341beac2bb0fdb91b2cd6 2022-08-19 19:27:36.508 | 2264f48bd25341beac2bb0fdb91b2cd6 2022-08-19 19:27:36.508 | + lib/cinder:create_cinder_accounts:421 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2022-08-19 19:27:36.508 | + functions-common:get_or_create_service:1082 : local service_id 2022-08-19 19:27:36.508 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2022-08-19 19:27:36.508 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create volumev3 --name cinderv3 '--description=Cinder Volume Service V3' -f value -c id 2022-08-19 19:27:36.508 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.508 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.508 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.509 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.509 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.509 | + functions-common:get_or_create_service:1093 : service_id=' 2022-08-19 19:27:36.509 | 1c4a957955f0440fa9013a463cb95f7d' 2022-08-19 19:27:36.509 | + functions-common:get_or_create_service:1094 : echo 1c4a957955f0440fa9013a463cb95f7d 2022-08-19 19:27:36.509 | 1c4a957955f0440fa9013a463cb95f7d 2022-08-19 19:27:36.509 | + lib/cinder:create_cinder_accounts:423 : get_or_create_endpoint volumev3 RegionOne 'http://10.222.0.23/volume/v3/$(project_id)s' 2022-08-19 19:27:36.509 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-08-19 19:27:36.509 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.222.0.23/volume/v3/$(project_id)s' RegionOne 2022-08-19 19:27:36.509 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-19 19:27:36.509 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service volumev3 --interface public --region RegionOne -c ID -f value 2022-08-19 19:27:36.509 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.509 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.509 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.509 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.509 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.509 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-19 19:27:36.509 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-19 19:27:36.509 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create volumev3 public 'http://10.222.0.23/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2022-08-19 19:27:36.509 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.509 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.509 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.509 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.509 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.509 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=b9359ef606c04e1fa691062131c51224 2022-08-19 19:27:36.509 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo b9359ef606c04e1fa691062131c51224 2022-08-19 19:27:36.509 | + functions-common:get_or_create_endpoint:1127 : public_id=b9359ef606c04e1fa691062131c51224 2022-08-19 19:27:36.509 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-08-19 19:27:36.509 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-08-19 19:27:36.509 | + functions-common:get_or_create_endpoint:1136 : echo b9359ef606c04e1fa691062131c51224 2022-08-19 19:27:36.509 | b9359ef606c04e1fa691062131c51224 2022-08-19 19:27:36.509 | + lib/cinder:create_cinder_accounts:428 : configure_cinder_internal_tenant 2022-08-19 19:27:36.509 | ++ lib/cinder:configure_cinder_internal_tenant:616 : get_or_create_project service 2022-08-19 19:27:36.510 | ++ functions-common:get_or_create_project:932 : local project_id 2022-08-19 19:27:36.510 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2022-08-19 19:27:36.510 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.510 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.510 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.510 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.510 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.510 | ++ functions-common:get_or_create_project:938 : project_id=410e286f42a54c3aacdb7200356e8577 2022-08-19 19:27:36.510 | ++ functions-common:get_or_create_project:939 : echo 410e286f42a54c3aacdb7200356e8577 2022-08-19 19:27:36.510 | + lib/cinder:configure_cinder_internal_tenant:616 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id 410e286f42a54c3aacdb7200356e8577 2022-08-19 19:27:36.510 | ++ lib/cinder:configure_cinder_internal_tenant:617 : get_or_create_user cinder 2022-08-19 19:27:36.510 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-19 19:27:36.510 | ++ functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-08-19 19:27:36.510 | ++ functions-common:get_or_create_user:913 : local email= 2022-08-19 19:27:36.510 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create cinder --password '' --domain= --or-show -f value -c id 2022-08-19 19:27:36.510 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.510 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.510 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.510 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.510 | No password was supplied, authentication will fail when a user does not have a password. 2022-08-19 19:27:36.510 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.510 | ++ functions-common:get_or_create_user:925 : user_id=ac266ef75f124247b889686be2d7fe48 2022-08-19 19:27:36.510 | ++ functions-common:get_or_create_user:926 : echo ac266ef75f124247b889686be2d7fe48 2022-08-19 19:27:36.510 | + lib/cinder:configure_cinder_internal_tenant:617 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id ac266ef75f124247b889686be2d7fe48 2022-08-19 19:27:36.550 | [100082 Async create_cinder_accounts:136399]: finished create_cinder_accounts with result 0 in 60 seconds 2022-08-19 19:27:36.555 | + inc/async:async_wait:197 : return 0 2022-08-19 19:27:36.557 | + ./stack.sh:main:1124 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2022-08-19 19:27:36.611 | [100082 Async create_neutron_accounts:136524]: Waiting for completion of create_neutron_accounts running on PID 136524 (3 other jobs running) 2022-08-19 19:27:36.636 | [100082 Async create_neutron_accounts:136524]: Signaling child to exit 2022-08-19 19:27:36.636 | WAKEUP 2022-08-19 19:27:36.659 | [100082 Async create_neutron_accounts:136524]: Signaled 2022-08-19 19:27:36.661 | + lib/neutron:create_neutron_accounts:685 : is_neutron_legacy_enabled 2022-08-19 19:27:36.661 | ++ lib/neutron:is_neutron_legacy_enabled:142 : echo c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-19 19:27:36.661 | ++ lib/neutron:is_neutron_legacy_enabled:142 : sed s/neutron-//g 2022-08-19 19:27:36.661 | + lib/neutron:is_neutron_legacy_enabled:142 : disabled_services_copy=c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-19 19:27:36.661 | + lib/neutron:is_neutron_legacy_enabled:143 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-08-19 19:27:36.661 | + lib/neutron:is_neutron_legacy_enabled:144 : [[ ,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-08-19 19:27:36.661 | + lib/neutron:is_neutron_legacy_enabled:144 : return 0 2022-08-19 19:27:36.661 | + lib/neutron:create_neutron_accounts:687 : create_mutnauq_accounts 2022-08-19 19:27:36.661 | + lib/neutron-legacy:create_mutnauq_accounts:438 : local neutron_url 2022-08-19 19:27:36.661 | + lib/neutron-legacy:create_mutnauq_accounts:439 : '[' False == True ']' 2022-08-19 19:27:36.661 | + lib/neutron-legacy:create_mutnauq_accounts:442 : neutron_url=http://10.222.0.23:9696/ 2022-08-19 19:27:36.661 | + lib/neutron-legacy:create_mutnauq_accounts:444 : '[' '!' -z networking ']' 2022-08-19 19:27:36.661 | + lib/neutron-legacy:create_mutnauq_accounts:445 : neutron_url=http://10.222.0.23:9696/networking 2022-08-19 19:27:36.661 | + lib/neutron-legacy:create_mutnauq_accounts:448 : [[ 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-svc ]] 2022-08-19 19:27:36.661 | + lib/neutron-legacy:create_mutnauq_accounts:450 : create_service_user neutron 2022-08-19 19:27:36.661 | + lib/keystone:create_service_user:431 : get_or_create_user neutron Passw0rd Default 2022-08-19 19:27:36.661 | + functions-common:get_or_create_user:909 : local user_id 2022-08-19 19:27:36.661 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-08-19 19:27:36.661 | + functions-common:get_or_create_user:913 : local email= 2022-08-19 19:27:36.661 | ++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create neutron --password Passw0rd --domain=Default --or-show -f value -c id 2022-08-19 19:27:36.661 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.661 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.662 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.662 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.662 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.662 | + functions-common:get_or_create_user:925 : user_id=18a936ba0fb84327848c3151102b1f53 2022-08-19 19:27:36.662 | + functions-common:get_or_create_user:926 : echo 18a936ba0fb84327848c3151102b1f53 2022-08-19 19:27:36.662 | 18a936ba0fb84327848c3151102b1f53 2022-08-19 19:27:36.662 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service neutron service Default Default 2022-08-19 19:27:36.662 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:27:36.662 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-19 19:27:36.662 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:27:36.662 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:27:36.662 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-19 19:27:36.662 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-19 19:27:36.662 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-19 19:27:36.663 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-19 19:27:36.663 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-19 19:27:36.663 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-19 19:27:36.663 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default 2022-08-19 19:27:36.663 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:27:36.663 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:27:36.663 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:27:36.663 | ++ functions-common:get_field:812 : read data 2022-08-19 19:27:36.663 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.663 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.663 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.663 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.663 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.663 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:27:36.663 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:27:36.663 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add service --user neutron --project service --user-domain Default --project-domain Default 2022-08-19 19:27:36.663 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.663 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.663 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.663 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.663 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user neutron --project service --user-domain Default --project-domain Default 2022-08-19 19:27:36.664 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:27:36.664 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:27:36.664 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:27:36.664 | ++ functions-common:get_field:812 : read data 2022-08-19 19:27:36.664 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.664 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.664 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.664 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.664 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.664 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:27:36.664 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:27:36.664 | ++ functions-common:get_field:818 : echo '| f3f625de2e97426e845d9c47e78abfaf | 18a936ba0fb84327848c3151102b1f53 | | 410e286f42a54c3aacdb7200356e8577 | | | False |' 2022-08-19 19:27:36.664 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:27:36.664 | ++ functions-common:get_field:812 : read data 2022-08-19 19:27:36.664 | + functions-common:get_or_add_user_project_role:995 : user_role_id=f3f625de2e97426e845d9c47e78abfaf 2022-08-19 19:27:36.664 | + functions-common:get_or_add_user_project_role:997 : echo f3f625de2e97426e845d9c47e78abfaf 2022-08-19 19:27:36.664 | f3f625de2e97426e845d9c47e78abfaf 2022-08-19 19:27:36.664 | + lib/keystone:create_service_user:434 : [[ -n '' ]] 2022-08-19 19:27:36.664 | + lib/neutron-legacy:create_mutnauq_accounts:452 : get_or_create_service neutron network 'Neutron Service' 2022-08-19 19:27:36.664 | + functions-common:get_or_create_service:1082 : local service_id 2022-08-19 19:27:36.664 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2022-08-19 19:27:36.664 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create network --name neutron '--description=Neutron Service' -f value -c id 2022-08-19 19:27:36.664 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.664 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.664 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.664 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.664 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.664 | + functions-common:get_or_create_service:1093 : service_id=' 2022-08-19 19:27:36.664 | ca25e98f4cf84cc18eab1f29f3628a43' 2022-08-19 19:27:36.664 | + functions-common:get_or_create_service:1094 : echo ca25e98f4cf84cc18eab1f29f3628a43 2022-08-19 19:27:36.664 | ca25e98f4cf84cc18eab1f29f3628a43 2022-08-19 19:27:36.665 | + lib/neutron-legacy:create_mutnauq_accounts:454 : get_or_create_endpoint network RegionOne http://10.222.0.23:9696/networking 2022-08-19 19:27:36.665 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-08-19 19:27:36.665 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface network public http://10.222.0.23:9696/networking RegionOne 2022-08-19 19:27:36.665 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-19 19:27:36.665 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service network --interface public --region RegionOne -c ID -f value 2022-08-19 19:27:36.665 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.665 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.665 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.665 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.665 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.665 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-19 19:27:36.665 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-19 19:27:36.665 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create network public http://10.222.0.23:9696/networking --region RegionOne -f value -c id 2022-08-19 19:27:36.665 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.665 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.665 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:27:36.665 | from cryptography.utils import int_from_bytes 2022-08-19 19:27:36.665 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:27:36.665 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=90ebe1f49c934821bf193e3061017b3a 2022-08-19 19:27:36.665 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 90ebe1f49c934821bf193e3061017b3a 2022-08-19 19:27:36.665 | + functions-common:get_or_create_endpoint:1127 : public_id=90ebe1f49c934821bf193e3061017b3a 2022-08-19 19:27:36.665 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-08-19 19:27:36.665 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-08-19 19:27:36.665 | + functions-common:get_or_create_endpoint:1136 : echo 90ebe1f49c934821bf193e3061017b3a 2022-08-19 19:27:36.665 | 90ebe1f49c934821bf193e3061017b3a 2022-08-19 19:27:36.707 | [100082 Async create_neutron_accounts:136524]: finished create_neutron_accounts with result 0 in 42 seconds 2022-08-19 19:27:36.748 | [100082 Async create_swift_accounts:136679]: Waiting for completion of create_swift_accounts running on PID 136679 (2 other jobs running) 2022-08-19 19:27:36.775 | [100082 Async create_swift_accounts:136679]: Signaling child to exit 2022-08-19 19:28:22.258 | + inc/async:async_inner:64 : rc=0 2022-08-19 19:28:22.283 | [136679 Async create_swift_accounts:136679]: finished successfully 2022-08-19 19:28:22.307 | WAKEUP 2022-08-19 19:28:22.330 | [100082 Async create_swift_accounts:136679]: Signaled 2022-08-19 19:28:22.331 | + lib/swift:create_swift_accounts:613 : export swiftusertest1_password=testing 2022-08-19 19:28:22.331 | + lib/swift:create_swift_accounts:613 : swiftusertest1_password=testing 2022-08-19 19:28:22.331 | + lib/swift:create_swift_accounts:614 : export swiftusertest2_password=testing2 2022-08-19 19:28:22.331 | + lib/swift:create_swift_accounts:614 : swiftusertest2_password=testing2 2022-08-19 19:28:22.331 | + lib/swift:create_swift_accounts:615 : export swiftusertest3_password=testing3 2022-08-19 19:28:22.331 | + lib/swift:create_swift_accounts:615 : swiftusertest3_password=testing3 2022-08-19 19:28:22.332 | + lib/swift:create_swift_accounts:616 : export swiftusertest4_password=testing4 2022-08-19 19:28:22.332 | + lib/swift:create_swift_accounts:616 : swiftusertest4_password=testing4 2022-08-19 19:28:22.332 | + lib/swift:create_swift_accounts:618 : local another_role 2022-08-19 19:28:22.332 | ++ lib/swift:create_swift_accounts:619 : get_or_create_role anotherrole 2022-08-19 19:28:22.332 | ++ functions-common:get_or_create_role:945 : local role_id 2022-08-19 19:28:22.332 | +++ functions-common:get_or_create_role:952 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2022-08-19 19:28:22.332 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.332 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.332 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.332 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.332 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:28:22.332 | ++ functions-common:get_or_create_role:950 : role_id=b68578f7556044f2969a17b495692966 2022-08-19 19:28:22.332 | ++ functions-common:get_or_create_role:951 : echo b68578f7556044f2969a17b495692966 2022-08-19 19:28:22.332 | + lib/swift:create_swift_accounts:619 : another_role=b68578f7556044f2969a17b495692966 2022-08-19 19:28:22.332 | + lib/swift:create_swift_accounts:623 : create_service_user swift admin 2022-08-19 19:28:22.332 | + lib/keystone:create_service_user:431 : get_or_create_user swift Passw0rd Default 2022-08-19 19:28:22.332 | + functions-common:get_or_create_user:909 : local user_id 2022-08-19 19:28:22.332 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-08-19 19:28:22.333 | + functions-common:get_or_create_user:913 : local email= 2022-08-19 19:28:22.333 | ++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create swift --password Passw0rd --domain=Default --or-show -f value -c id 2022-08-19 19:28:22.333 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.333 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.333 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.333 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.333 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:28:22.333 | + functions-common:get_or_create_user:925 : user_id=d9b293effef04ec581ebeb2829a7a4a6 2022-08-19 19:28:22.333 | + functions-common:get_or_create_user:926 : echo d9b293effef04ec581ebeb2829a7a4a6 2022-08-19 19:28:22.333 | d9b293effef04ec581ebeb2829a7a4a6 2022-08-19 19:28:22.333 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service swift service Default Default 2022-08-19 19:28:22.333 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:28:22.333 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-19 19:28:22.333 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:28:22.333 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:28:22.333 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-19 19:28:22.333 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-19 19:28:22.333 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-19 19:28:22.333 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-19 19:28:22.333 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-19 19:28:22.333 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-19 19:28:22.333 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user swift --project service --user-domain Default --project-domain Default 2022-08-19 19:28:22.333 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:28:22.333 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:28:22.333 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:28:22.333 | ++ functions-common:get_field:812 : read data 2022-08-19 19:28:22.333 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.333 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.333 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.333 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.333 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:28:22.333 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:28:22.333 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:28:22.334 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add service --user swift --project service --user-domain Default --project-domain Default 2022-08-19 19:28:22.334 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.334 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.334 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.334 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.334 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:28:22.334 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role service --user swift --project service --user-domain Default --project-domain Default 2022-08-19 19:28:22.334 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:28:22.334 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:28:22.334 | ++ functions-common:get_field:812 : read data 2022-08-19 19:28:22.334 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.334 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.334 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.334 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.334 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:28:22.334 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:28:22.334 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:28:22.334 | ++ functions-common:get_field:818 : echo '| f3f625de2e97426e845d9c47e78abfaf | d9b293effef04ec581ebeb2829a7a4a6 | | 410e286f42a54c3aacdb7200356e8577 | | | False |' 2022-08-19 19:28:22.334 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:28:22.334 | ++ functions-common:get_field:812 : read data 2022-08-19 19:28:22.334 | + functions-common:get_or_add_user_project_role:995 : user_role_id=f3f625de2e97426e845d9c47e78abfaf 2022-08-19 19:28:22.334 | + functions-common:get_or_add_user_project_role:997 : echo f3f625de2e97426e845d9c47e78abfaf 2022-08-19 19:28:22.334 | f3f625de2e97426e845d9c47e78abfaf 2022-08-19 19:28:22.334 | + lib/keystone:create_service_user:434 : [[ -n admin ]] 2022-08-19 19:28:22.334 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role admin swift service Default Default 2022-08-19 19:28:22.334 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:28:22.334 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-08-19 19:28:22.334 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:28:22.334 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:28:22.334 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-08-19 19:28:22.334 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-08-19 19:28:22.334 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-08-19 19:28:22.334 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-08-19 19:28:22.335 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-08-19 19:28:22.335 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-08-19 19:28:22.335 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:28:22.335 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user swift --project service --user-domain Default --project-domain Default 2022-08-19 19:28:22.335 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:28:22.335 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:28:22.335 | ++ functions-common:get_field:812 : read data 2022-08-19 19:28:22.335 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.335 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.335 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.335 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.335 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:28:22.335 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:28:22.335 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:28:22.335 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user swift --project service --user-domain Default --project-domain Default 2022-08-19 19:28:22.335 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.335 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.335 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.335 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.335 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:28:22.335 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user swift --project service --user-domain Default --project-domain Default 2022-08-19 19:28:22.335 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:28:22.335 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:28:22.335 | ++ functions-common:get_field:812 : read data 2022-08-19 19:28:22.335 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.335 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.335 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.335 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.335 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:28:22.335 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:28:22.335 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:28:22.335 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:28:22.335 | ++ functions-common:get_field:818 : echo '| a35b931415bd4d6296ae0d39b1063ac3 | d9b293effef04ec581ebeb2829a7a4a6 | | 410e286f42a54c3aacdb7200356e8577 | | | False |' 2022-08-19 19:28:22.336 | ++ functions-common:get_field:812 : read data 2022-08-19 19:28:22.336 | + functions-common:get_or_add_user_project_role:995 : user_role_id=a35b931415bd4d6296ae0d39b1063ac3 2022-08-19 19:28:22.336 | + functions-common:get_or_add_user_project_role:997 : echo a35b931415bd4d6296ae0d39b1063ac3 2022-08-19 19:28:22.336 | a35b931415bd4d6296ae0d39b1063ac3 2022-08-19 19:28:22.336 | + lib/swift:create_swift_accounts:625 : get_or_create_service swift object-store 'Swift Service' 2022-08-19 19:28:22.336 | + functions-common:get_or_create_service:1082 : local service_id 2022-08-19 19:28:22.336 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show object-store -f value -c id 2022-08-19 19:28:22.336 | ++ functions-common:get_or_create_service:1097 : oscwrap --os-cloud devstack-system-admin service create object-store --name swift '--description=Swift Service' -f value -c id 2022-08-19 19:28:22.336 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.336 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.336 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.336 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.336 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:28:22.336 | + functions-common:get_or_create_service:1093 : service_id=' 2022-08-19 19:28:22.336 | 58af87c8f5c24559bd14860197ac0673' 2022-08-19 19:28:22.336 | + functions-common:get_or_create_service:1094 : echo 58af87c8f5c24559bd14860197ac0673 2022-08-19 19:28:22.336 | 58af87c8f5c24559bd14860197ac0673 2022-08-19 19:28:22.336 | + lib/swift:create_swift_accounts:627 : get_or_create_endpoint object-store RegionOne 'http://10.222.0.23:8080/v1/AUTH_$(project_id)s' http://10.222.0.23:8080 2022-08-19 19:28:22.336 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-08-19 19:28:22.336 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface object-store public 'http://10.222.0.23:8080/v1/AUTH_$(project_id)s' RegionOne 2022-08-19 19:28:22.336 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-19 19:28:22.336 | +++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service object-store --interface public --region RegionOne -c ID -f value 2022-08-19 19:28:22.336 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.336 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.336 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.336 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.336 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:28:22.336 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-19 19:28:22.336 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-19 19:28:22.336 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create object-store public 'http://10.222.0.23:8080/v1/AUTH_$(project_id)s' --region RegionOne -f value -c id 2022-08-19 19:28:22.337 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.337 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.337 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.337 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.337 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:28:22.337 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=43385573baba424c91355d67a31179da 2022-08-19 19:28:22.337 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 43385573baba424c91355d67a31179da 2022-08-19 19:28:22.337 | + functions-common:get_or_create_endpoint:1127 : public_id=43385573baba424c91355d67a31179da 2022-08-19 19:28:22.337 | + functions-common:get_or_create_endpoint:1129 : [[ -n http://10.222.0.23:8080 ]] 2022-08-19 19:28:22.337 | + functions-common:get_or_create_endpoint:1130 : _get_or_create_endpoint_with_interface object-store admin http://10.222.0.23:8080 RegionOne 2022-08-19 19:28:22.337 | + functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-08-19 19:28:22.337 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : oscwrap --os-cloud devstack-system-admin endpoint list --service object-store --interface admin --region RegionOne -c ID -f value 2022-08-19 19:28:22.337 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.337 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.337 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.337 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.337 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:28:22.337 | + functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-08-19 19:28:22.337 | + functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-08-19 19:28:22.337 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create object-store admin http://10.222.0.23:8080 --region RegionOne -f value -c id 2022-08-19 19:28:22.337 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.337 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.337 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.337 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.337 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:28:22.337 | + functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=9127f8eb2aa94419889f2529bf4ba38d 2022-08-19 19:28:22.337 | + functions-common:_get_or_create_endpoint_with_interface:1112 : echo 9127f8eb2aa94419889f2529bf4ba38d 2022-08-19 19:28:22.337 | 9127f8eb2aa94419889f2529bf4ba38d 2022-08-19 19:28:22.337 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-08-19 19:28:22.337 | + functions-common:get_or_create_endpoint:1136 : echo 43385573baba424c91355d67a31179da 2022-08-19 19:28:22.337 | 43385573baba424c91355d67a31179da 2022-08-19 19:28:22.337 | + lib/swift:create_swift_accounts:632 : local swift_project_test1 2022-08-19 19:28:22.337 | ++ lib/swift:create_swift_accounts:633 : get_or_create_project swiftprojecttest1 default 2022-08-19 19:28:22.338 | ++ functions-common:get_or_create_project:932 : local project_id 2022-08-19 19:28:22.338 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create swiftprojecttest1 --domain=default --or-show -f value -c id 2022-08-19 19:28:22.338 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.338 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.338 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.338 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.338 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:28:22.338 | ++ functions-common:get_or_create_project:938 : project_id=51f2da4ebdf442938ad1a3422c484721 2022-08-19 19:28:22.338 | ++ functions-common:get_or_create_project:939 : echo 51f2da4ebdf442938ad1a3422c484721 2022-08-19 19:28:22.338 | + lib/swift:create_swift_accounts:633 : swift_project_test1=51f2da4ebdf442938ad1a3422c484721 2022-08-19 19:28:22.338 | + lib/swift:create_swift_accounts:634 : die_if_not_set 634 swift_project_test1 'Failure creating swift_project_test1' 2022-08-19 19:28:22.338 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-19 19:28:22.338 | ++ lib/swift:create_swift_accounts:636 : get_or_create_user swiftusertest1 testing default test@example.com 2022-08-19 19:28:22.338 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-19 19:28:22.338 | ++ functions-common:get_or_create_user:910 : [[ ! -z test@example.com ]] 2022-08-19 19:28:22.338 | ++ functions-common:get_or_create_user:911 : local email=--email=test@example.com 2022-08-19 19:28:22.338 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create swiftusertest1 --password testing --domain=default --email=test@example.com --or-show -f value -c id 2022-08-19 19:28:22.338 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.338 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.338 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.338 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.338 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:28:22.338 | ++ functions-common:get_or_create_user:925 : user_id=31d8d15b0df248678e87c02b9bf52f29 2022-08-19 19:28:22.338 | ++ functions-common:get_or_create_user:926 : echo 31d8d15b0df248678e87c02b9bf52f29 2022-08-19 19:28:22.338 | + lib/swift:create_swift_accounts:636 : SWIFT_USER_TEST1=31d8d15b0df248678e87c02b9bf52f29 2022-08-19 19:28:22.338 | + lib/swift:create_swift_accounts:637 : die_if_not_set 637 SWIFT_USER_TEST1 'Failure creating SWIFT_USER_TEST1' 2022-08-19 19:28:22.338 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-19 19:28:22.338 | + lib/swift:create_swift_accounts:638 : get_or_add_user_project_role admin 31d8d15b0df248678e87c02b9bf52f29 51f2da4ebdf442938ad1a3422c484721 2022-08-19 19:28:22.338 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:28:22.338 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-19 19:28:22.338 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:28:22.338 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:28:22.339 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-19 19:28:22.339 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-19 19:28:22.339 | ++ functions-common:_get_domain_args:967 : echo 2022-08-19 19:28:22.339 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-19 19:28:22.339 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 31d8d15b0df248678e87c02b9bf52f29 --project 51f2da4ebdf442938ad1a3422c484721 2022-08-19 19:28:22.339 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:28:22.339 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:28:22.339 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:28:22.339 | ++ functions-common:get_field:812 : read data 2022-08-19 19:28:22.339 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.339 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.339 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.339 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.339 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:28:22.339 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:28:22.339 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:28:22.339 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user 31d8d15b0df248678e87c02b9bf52f29 --project 51f2da4ebdf442938ad1a3422c484721 2022-08-19 19:28:22.339 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.339 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.339 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.339 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.339 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 31d8d15b0df248678e87c02b9bf52f29 --project 51f2da4ebdf442938ad1a3422c484721 2022-08-19 19:28:22.339 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:28:22.339 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:28:22.339 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:28:22.339 | ++ functions-common:get_field:812 : read data 2022-08-19 19:28:22.339 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.339 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.339 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.339 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.339 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:28:22.339 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:28:22.339 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:28:22.340 | ++ functions-common:get_field:818 : echo '| a35b931415bd4d6296ae0d39b1063ac3 | 31d8d15b0df248678e87c02b9bf52f29 | | 51f2da4ebdf442938ad1a3422c484721 | | | False |' 2022-08-19 19:28:22.340 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:28:22.340 | ++ functions-common:get_field:812 : read data 2022-08-19 19:28:22.340 | + functions-common:get_or_add_user_project_role:995 : user_role_id=a35b931415bd4d6296ae0d39b1063ac3 2022-08-19 19:28:22.340 | + functions-common:get_or_add_user_project_role:997 : echo a35b931415bd4d6296ae0d39b1063ac3 2022-08-19 19:28:22.340 | a35b931415bd4d6296ae0d39b1063ac3 2022-08-19 19:28:22.340 | + lib/swift:create_swift_accounts:640 : local swift_user_test3 2022-08-19 19:28:22.340 | ++ lib/swift:create_swift_accounts:642 : get_or_create_user swiftusertest3 testing3 default test3@example.com 2022-08-19 19:28:22.340 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-19 19:28:22.340 | ++ functions-common:get_or_create_user:910 : [[ ! -z test3@example.com ]] 2022-08-19 19:28:22.340 | ++ functions-common:get_or_create_user:911 : local email=--email=test3@example.com 2022-08-19 19:28:22.340 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create swiftusertest3 --password testing3 --domain=default --email=test3@example.com --or-show -f value -c id 2022-08-19 19:28:22.340 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.340 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.340 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.340 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.340 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:28:22.340 | ++ functions-common:get_or_create_user:925 : user_id=e8a7d56c2fd44f9e80d19d0bb929e88d 2022-08-19 19:28:22.340 | ++ functions-common:get_or_create_user:926 : echo e8a7d56c2fd44f9e80d19d0bb929e88d 2022-08-19 19:28:22.340 | + lib/swift:create_swift_accounts:642 : swift_user_test3=e8a7d56c2fd44f9e80d19d0bb929e88d 2022-08-19 19:28:22.340 | + lib/swift:create_swift_accounts:643 : die_if_not_set 643 swift_user_test3 'Failure creating swift_user_test3' 2022-08-19 19:28:22.340 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-19 19:28:22.340 | + lib/swift:create_swift_accounts:644 : get_or_add_user_project_role b68578f7556044f2969a17b495692966 e8a7d56c2fd44f9e80d19d0bb929e88d 51f2da4ebdf442938ad1a3422c484721 2022-08-19 19:28:22.340 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:28:22.340 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-19 19:28:22.340 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:28:22.340 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:28:22.340 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-19 19:28:22.340 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-19 19:28:22.340 | ++ functions-common:_get_domain_args:967 : echo 2022-08-19 19:28:22.340 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-19 19:28:22.340 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role b68578f7556044f2969a17b495692966 --user e8a7d56c2fd44f9e80d19d0bb929e88d --project 51f2da4ebdf442938ad1a3422c484721 2022-08-19 19:28:22.341 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:28:22.341 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:28:22.341 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:28:22.341 | ++ functions-common:get_field:812 : read data 2022-08-19 19:28:22.341 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.341 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.341 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.341 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.341 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:28:22.341 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:28:22.341 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:28:22.341 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add b68578f7556044f2969a17b495692966 --user e8a7d56c2fd44f9e80d19d0bb929e88d --project 51f2da4ebdf442938ad1a3422c484721 2022-08-19 19:28:22.341 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.341 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.341 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.341 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.341 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role b68578f7556044f2969a17b495692966 --user e8a7d56c2fd44f9e80d19d0bb929e88d --project 51f2da4ebdf442938ad1a3422c484721 2022-08-19 19:28:22.341 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:28:22.341 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:28:22.341 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:28:22.341 | ++ functions-common:get_field:812 : read data 2022-08-19 19:28:22.341 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.341 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.341 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.341 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.341 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:28:22.341 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:28:22.341 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:28:22.341 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:28:22.342 | ++ functions-common:get_field:818 : echo '| b68578f7556044f2969a17b495692966 | e8a7d56c2fd44f9e80d19d0bb929e88d | | 51f2da4ebdf442938ad1a3422c484721 | | | False |' 2022-08-19 19:28:22.342 | ++ functions-common:get_field:812 : read data 2022-08-19 19:28:22.342 | + functions-common:get_or_add_user_project_role:995 : user_role_id=b68578f7556044f2969a17b495692966 2022-08-19 19:28:22.342 | + functions-common:get_or_add_user_project_role:997 : echo b68578f7556044f2969a17b495692966 2022-08-19 19:28:22.342 | b68578f7556044f2969a17b495692966 2022-08-19 19:28:22.342 | + lib/swift:create_swift_accounts:646 : local swift_project_test2 2022-08-19 19:28:22.342 | ++ lib/swift:create_swift_accounts:647 : get_or_create_project swiftprojecttest2 default 2022-08-19 19:28:22.342 | ++ functions-common:get_or_create_project:932 : local project_id 2022-08-19 19:28:22.342 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create swiftprojecttest2 --domain=default --or-show -f value -c id 2022-08-19 19:28:22.342 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.342 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.342 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.342 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.342 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:28:22.342 | ++ functions-common:get_or_create_project:938 : project_id=718edd9a25ff489181fdfe27ef5b6fdb 2022-08-19 19:28:22.342 | ++ functions-common:get_or_create_project:939 : echo 718edd9a25ff489181fdfe27ef5b6fdb 2022-08-19 19:28:22.342 | + lib/swift:create_swift_accounts:647 : swift_project_test2=718edd9a25ff489181fdfe27ef5b6fdb 2022-08-19 19:28:22.342 | + lib/swift:create_swift_accounts:648 : die_if_not_set 648 swift_project_test2 'Failure creating swift_project_test2' 2022-08-19 19:28:22.342 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-19 19:28:22.342 | + lib/swift:create_swift_accounts:650 : local swift_user_test2 2022-08-19 19:28:22.342 | ++ lib/swift:create_swift_accounts:652 : get_or_create_user swiftusertest2 testing2 default test2@example.com 2022-08-19 19:28:22.342 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-19 19:28:22.342 | ++ functions-common:get_or_create_user:910 : [[ ! -z test2@example.com ]] 2022-08-19 19:28:22.342 | ++ functions-common:get_or_create_user:911 : local email=--email=test2@example.com 2022-08-19 19:28:22.342 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create swiftusertest2 --password testing2 --domain=default --email=test2@example.com --or-show -f value -c id 2022-08-19 19:28:22.342 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.342 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.342 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.342 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.342 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:28:22.342 | ++ functions-common:get_or_create_user:925 : user_id=aaccd88fd6b34f49845eab73e2be9c9a 2022-08-19 19:28:22.342 | ++ functions-common:get_or_create_user:926 : echo aaccd88fd6b34f49845eab73e2be9c9a 2022-08-19 19:28:22.342 | + lib/swift:create_swift_accounts:652 : swift_user_test2=aaccd88fd6b34f49845eab73e2be9c9a 2022-08-19 19:28:22.343 | + lib/swift:create_swift_accounts:653 : die_if_not_set 653 swift_user_test2 'Failure creating swift_user_test2' 2022-08-19 19:28:22.343 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-19 19:28:22.343 | + lib/swift:create_swift_accounts:654 : get_or_add_user_project_role admin aaccd88fd6b34f49845eab73e2be9c9a 718edd9a25ff489181fdfe27ef5b6fdb 2022-08-19 19:28:22.343 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:28:22.343 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-19 19:28:22.343 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:28:22.343 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:28:22.343 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-19 19:28:22.343 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-19 19:28:22.343 | ++ functions-common:_get_domain_args:967 : echo 2022-08-19 19:28:22.343 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-19 19:28:22.343 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user aaccd88fd6b34f49845eab73e2be9c9a --project 718edd9a25ff489181fdfe27ef5b6fdb 2022-08-19 19:28:22.343 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:28:22.343 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:28:22.343 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:28:22.343 | ++ functions-common:get_field:812 : read data 2022-08-19 19:28:22.343 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.343 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.343 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.343 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.343 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:28:22.343 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:28:22.343 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:28:22.343 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user aaccd88fd6b34f49845eab73e2be9c9a --project 718edd9a25ff489181fdfe27ef5b6fdb 2022-08-19 19:28:22.343 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.343 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.343 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.343 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.343 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user aaccd88fd6b34f49845eab73e2be9c9a --project 718edd9a25ff489181fdfe27ef5b6fdb 2022-08-19 19:28:22.343 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:28:22.343 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:28:22.343 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:28:22.344 | ++ functions-common:get_field:812 : read data 2022-08-19 19:28:22.344 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.344 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.344 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.344 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.344 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:28:22.344 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:28:22.344 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:28:22.344 | ++ functions-common:get_field:818 : echo '| a35b931415bd4d6296ae0d39b1063ac3 | aaccd88fd6b34f49845eab73e2be9c9a | | 718edd9a25ff489181fdfe27ef5b6fdb | | | False |' 2022-08-19 19:28:22.344 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:28:22.344 | ++ functions-common:get_field:812 : read data 2022-08-19 19:28:22.344 | + functions-common:get_or_add_user_project_role:995 : user_role_id=a35b931415bd4d6296ae0d39b1063ac3 2022-08-19 19:28:22.344 | + functions-common:get_or_add_user_project_role:997 : echo a35b931415bd4d6296ae0d39b1063ac3 2022-08-19 19:28:22.344 | a35b931415bd4d6296ae0d39b1063ac3 2022-08-19 19:28:22.344 | + lib/swift:create_swift_accounts:656 : local swift_domain 2022-08-19 19:28:22.344 | ++ lib/swift:create_swift_accounts:657 : get_or_create_domain swift_test 'Used for swift functional testing' 2022-08-19 19:28:22.344 | ++ functions-common:get_or_create_domain:877 : local domain_id 2022-08-19 19:28:22.344 | +++ functions-common:get_or_create_domain:889 : oscwrap --os-cloud devstack-system-admin domain show swift_test -f value -c id 2022-08-19 19:28:22.344 | +++ functions-common:get_or_create_domain:891 : oscwrap --os-cloud devstack-system-admin domain create swift_test --description 'Used for swift functional testing' -f value -c id 2022-08-19 19:28:22.344 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.344 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.344 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.344 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.344 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:28:22.344 | ++ functions-common:get_or_create_domain:887 : domain_id=' 2022-08-19 19:28:22.344 | 4f9777b2cf51403687613f28ccd0e65a' 2022-08-19 19:28:22.344 | ++ functions-common:get_or_create_domain:888 : echo 4f9777b2cf51403687613f28ccd0e65a 2022-08-19 19:28:22.344 | + lib/swift:create_swift_accounts:657 : swift_domain=4f9777b2cf51403687613f28ccd0e65a 2022-08-19 19:28:22.344 | + lib/swift:create_swift_accounts:658 : die_if_not_set 658 swift_domain 'Failure creating swift_test domain' 2022-08-19 19:28:22.344 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-19 19:28:22.344 | + lib/swift:create_swift_accounts:660 : local swift_project_test4 2022-08-19 19:28:22.344 | ++ lib/swift:create_swift_accounts:661 : get_or_create_project swiftprojecttest4 4f9777b2cf51403687613f28ccd0e65a 2022-08-19 19:28:22.345 | ++ functions-common:get_or_create_project:932 : local project_id 2022-08-19 19:28:22.345 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create swiftprojecttest4 --domain=4f9777b2cf51403687613f28ccd0e65a --or-show -f value -c id 2022-08-19 19:28:22.345 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.345 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.345 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.345 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.345 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:28:22.345 | ++ functions-common:get_or_create_project:938 : project_id=d8bef024668949879c639f3b7e11b785 2022-08-19 19:28:22.345 | ++ functions-common:get_or_create_project:939 : echo d8bef024668949879c639f3b7e11b785 2022-08-19 19:28:22.345 | + lib/swift:create_swift_accounts:661 : swift_project_test4=d8bef024668949879c639f3b7e11b785 2022-08-19 19:28:22.345 | + lib/swift:create_swift_accounts:662 : die_if_not_set 662 swift_project_test4 'Failure creating swift_project_test4' 2022-08-19 19:28:22.345 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-19 19:28:22.345 | + lib/swift:create_swift_accounts:664 : local swift_user_test4 2022-08-19 19:28:22.345 | ++ lib/swift:create_swift_accounts:666 : get_or_create_user swiftusertest4 testing4 4f9777b2cf51403687613f28ccd0e65a test4@example.com 2022-08-19 19:28:22.345 | ++ functions-common:get_or_create_user:909 : local user_id 2022-08-19 19:28:22.345 | ++ functions-common:get_or_create_user:910 : [[ ! -z test4@example.com ]] 2022-08-19 19:28:22.345 | ++ functions-common:get_or_create_user:911 : local email=--email=test4@example.com 2022-08-19 19:28:22.345 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create swiftusertest4 --password testing4 --domain=4f9777b2cf51403687613f28ccd0e65a --email=test4@example.com --or-show -f value -c id 2022-08-19 19:28:22.345 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.345 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.345 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.345 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.345 | +++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:28:22.345 | ++ functions-common:get_or_create_user:925 : user_id=44540d89324e4823bdfdbf086da0c0f7 2022-08-19 19:28:22.345 | ++ functions-common:get_or_create_user:926 : echo 44540d89324e4823bdfdbf086da0c0f7 2022-08-19 19:28:22.345 | + lib/swift:create_swift_accounts:666 : swift_user_test4=44540d89324e4823bdfdbf086da0c0f7 2022-08-19 19:28:22.345 | + lib/swift:create_swift_accounts:667 : die_if_not_set 667 swift_user_test4 'Failure creating swift_user_test4' 2022-08-19 19:28:22.345 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-08-19 19:28:22.345 | + lib/swift:create_swift_accounts:668 : get_or_add_user_project_role admin 44540d89324e4823bdfdbf086da0c0f7 d8bef024668949879c639f3b7e11b785 2022-08-19 19:28:22.345 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-08-19 19:28:22.345 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-08-19 19:28:22.345 | ++ functions-common:_get_domain_args:957 : local domain 2022-08-19 19:28:22.346 | ++ functions-common:_get_domain_args:958 : domain= 2022-08-19 19:28:22.346 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-08-19 19:28:22.346 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-08-19 19:28:22.346 | ++ functions-common:_get_domain_args:967 : echo 2022-08-19 19:28:22.346 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-08-19 19:28:22.346 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 44540d89324e4823bdfdbf086da0c0f7 --project d8bef024668949879c639f3b7e11b785 2022-08-19 19:28:22.346 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:28:22.346 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-08-19 19:28:22.346 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:28:22.346 | ++ functions-common:get_field:812 : read data 2022-08-19 19:28:22.346 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.346 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.346 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.346 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.346 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:28:22.346 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-08-19 19:28:22.346 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-08-19 19:28:22.346 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user 44540d89324e4823bdfdbf086da0c0f7 --project d8bef024668949879c639f3b7e11b785 2022-08-19 19:28:22.346 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.346 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.346 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.346 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.346 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 44540d89324e4823bdfdbf086da0c0f7 --project d8bef024668949879c639f3b7e11b785 2022-08-19 19:28:22.346 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-08-19 19:28:22.346 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-08-19 19:28:22.346 | ++ functions-common:get_field:811 : local data field 2022-08-19 19:28:22.346 | ++ functions-common:get_field:812 : read data 2022-08-19 19:28:22.346 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.346 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.346 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:22.346 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:22.346 | ++ functions-common:oscwrap:2479 : return 0 2022-08-19 19:28:22.346 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-08-19 19:28:22.347 | ++ functions-common:get_field:816 : field='$2' 2022-08-19 19:28:22.347 | ++ functions-common:get_field:818 : echo '| a35b931415bd4d6296ae0d39b1063ac3 | 44540d89324e4823bdfdbf086da0c0f7 | | d8bef024668949879c639f3b7e11b785 | | | False |' 2022-08-19 19:28:22.347 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-08-19 19:28:22.347 | ++ functions-common:get_field:812 : read data 2022-08-19 19:28:22.347 | + functions-common:get_or_add_user_project_role:995 : user_role_id=a35b931415bd4d6296ae0d39b1063ac3 2022-08-19 19:28:22.347 | + functions-common:get_or_add_user_project_role:997 : echo a35b931415bd4d6296ae0d39b1063ac3 2022-08-19 19:28:22.347 | a35b931415bd4d6296ae0d39b1063ac3 2022-08-19 19:28:22.379 | [100082 Async create_swift_accounts:136679]: finished create_swift_accounts with result 0 in 127 seconds 2022-08-19 19:28:22.386 | Not waiting for async task configure_horizon that we never started or has already been waited for 2022-08-19 19:28:22.388 | + inc/async:async_wait:197 : return 0 2022-08-19 19:28:22.391 | + ./stack.sh:main:1130 : is_service_enabled mysql postgresql 2022-08-19 19:28:22.409 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:28:22.412 | + ./stack.sh:main:1130 : is_service_enabled glance 2022-08-19 19:28:22.430 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:28:22.432 | + ./stack.sh:main:1131 : echo_summary 'Configuring Glance' 2022-08-19 19:28:22.435 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-19 19:28:22.438 | + ./stack.sh:echo_summary:441 : echo -e Configuring Glance 2022-08-19 19:28:22.440 | + ./stack.sh:main:1132 : async_runfunc init_glance 2022-08-19 19:28:22.443 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2022-08-19 19:28:22.511 | + inc/async:async_inner:63 : init_glance 2022-08-19 19:28:22.552 | [100082 Async init_glance:140970]: running: init_glance 2022-08-19 19:28:22.555 | + ./stack.sh:main:1139 : is_service_enabled neutron 2022-08-19 19:28:22.574 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:28:22.577 | + ./stack.sh:main:1140 : echo_summary 'Configuring Neutron' 2022-08-19 19:28:22.580 | + ./stack.sh:echo_summary:435 : [[ -t 3 ]] 2022-08-19 19:28:22.582 | + ./stack.sh:echo_summary:441 : echo -e Configuring Neutron 2022-08-19 19:28:22.585 | + ./stack.sh:main:1142 : configure_neutron 2022-08-19 19:28:22.587 | + lib/neutron:configure_neutron:636 : is_neutron_legacy_enabled 2022-08-19 19:28:22.592 | ++ lib/neutron:is_neutron_legacy_enabled:142 : echo c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-19 19:28:22.592 | ++ lib/neutron:is_neutron_legacy_enabled:142 : sed s/neutron-//g 2022-08-19 19:28:22.597 | + lib/neutron:is_neutron_legacy_enabled:142 : disabled_services_copy=c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-08-19 19:28:22.600 | + lib/neutron:is_neutron_legacy_enabled:143 : [[ ,c-vol,c-bak,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-08-19 19:28:22.603 | + lib/neutron:is_neutron_legacy_enabled:144 : [[ ,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-08-19 19:28:22.605 | + lib/neutron:is_neutron_legacy_enabled:144 : return 0 2022-08-19 19:28:22.608 | + lib/neutron:configure_neutron:638 : configure_mutnauq 2022-08-19 19:28:22.611 | + lib/neutron-legacy:configure_mutnauq:351 : _configure_neutron_common 2022-08-19 19:28:22.613 | + lib/neutron-legacy:_configure_neutron_common:782 : _create_neutron_conf_dir 2022-08-19 19:28:22.616 | + lib/neutron-legacy:_create_neutron_conf_dir:775 : sudo install -d -o ubuntu /etc/neutron 2022-08-19 19:28:22.629 | + lib/neutron-legacy:_configure_neutron_common:785 : cd /opt/stack/neutron 2022-08-19 19:28:22.632 | + lib/neutron-legacy:_configure_neutron_common:785 : exec ./tools/generate_config_file_samples.sh 2022-08-19 19:28:25.776 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:25.776 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:25.776 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:25.777 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:28.950 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:28.951 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:28.951 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:28.951 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:32.100 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:32.100 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:32.100 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:32.100 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:35.261 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:35.261 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:35.261 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:35.261 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:38.414 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:38.414 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:38.414 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:38.414 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:41.556 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:41.556 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:41.556 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:41.556 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:44.864 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:44.865 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:44.865 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:44.865 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:48.308 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:48.308 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:48.308 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:48.308 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:52.266 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:52.266 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:52.266 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:52.266 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:57.236 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:57.236 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:57.236 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:28:57.236 | from cryptography.utils import int_from_bytes 2022-08-19 19:28:57.529 | + lib/neutron-legacy:_configure_neutron_common:787 : cp /opt/stack/neutron/etc/neutron.conf.sample /etc/neutron/neutron.conf 2022-08-19 19:28:57.534 | + lib/neutron-legacy:_configure_neutron_common:789 : Q_POLICY_FILE=/etc/neutron/policy.json 2022-08-19 19:28:57.536 | + lib/neutron-legacy:_configure_neutron_common:793 : '[' -f /opt/stack/neutron/etc/policy.json ']' 2022-08-19 19:28:57.539 | + lib/neutron-legacy:_configure_neutron_common:797 : echo '{"context_is_admin": "role:admin or user_name:neutron"}' 2022-08-19 19:28:57.541 | + lib/neutron-legacy:_configure_neutron_common:802 : neutron_plugin_configure_common 2022-08-19 19:28:57.543 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:65 : Q_PLUGIN_CONF_PATH=etc/neutron/plugins/ml2 2022-08-19 19:28:57.546 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:66 : Q_PLUGIN_CONF_FILENAME=ml2_conf.ini 2022-08-19 19:28:57.548 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:67 : Q_PLUGIN_CLASS=ml2 2022-08-19 19:28:57.550 | + lib/neutron_plugins/ml2:neutron_plugin_configure_common:70 : _neutron_service_plugin_class_add router 2022-08-19 19:28:57.553 | + lib/neutron-legacy:_neutron_service_plugin_class_add:966 : local service_plugin_class=router 2022-08-19 19:28:57.557 | + lib/neutron-legacy:_neutron_service_plugin_class_add:967 : [[ '' == '' ]] 2022-08-19 19:28:57.557 | + lib/neutron-legacy:_neutron_service_plugin_class_add:968 : Q_SERVICE_PLUGIN_CLASSES=router 2022-08-19 19:28:57.559 | + lib/neutron-legacy:_configure_neutron_common:804 : [[ etc/neutron/plugins/ml2 == '' ]] 2022-08-19 19:28:57.562 | + lib/neutron-legacy:_configure_neutron_common:804 : [[ ml2_conf.ini == '' ]] 2022-08-19 19:28:57.565 | + lib/neutron-legacy:_configure_neutron_common:804 : [[ ml2 == '' ]] 2022-08-19 19:28:57.567 | + lib/neutron-legacy:_configure_neutron_common:809 : mkdir -p /etc/neutron/plugins/ml2 2022-08-19 19:28:57.572 | + lib/neutron-legacy:_configure_neutron_common:810 : Q_PLUGIN_CONF_FILE=etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-19 19:28:57.574 | + lib/neutron-legacy:_configure_neutron_common:813 : '[' -f /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample ']' 2022-08-19 19:28:57.577 | + lib/neutron-legacy:_configure_neutron_common:814 : cp /opt/stack/neutron/etc/neutron/plugins/ml2/ml2_conf.ini.sample /etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-19 19:28:57.582 | ++ lib/neutron-legacy:_configure_neutron_common:819 : database_connection_url neutron 2022-08-19 19:28:57.585 | ++ lib/database:database_connection_url:134 : local db=neutron 2022-08-19 19:28:57.587 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql neutron 2022-08-19 19:28:57.589 | ++ lib/databases/mysql:database_connection_url_mysql:224 : local db=neutron 2022-08-19 19:28:57.592 | ++ lib/databases/mysql:database_connection_url_mysql:225 : local plugin 2022-08-19 19:28:57.597 | ++ lib/databases/mysql:database_connection_url_mysql:229 : [[ True == \T\r\u\e ]] 2022-08-19 19:28:57.597 | ++ lib/databases/mysql:database_connection_url_mysql:230 : is_service_enabled mysql 2022-08-19 19:28:57.612 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:28:57.614 | ++ lib/databases/mysql:database_connection_url_mysql:231 : plugin='&plugin=dbcounter' 2022-08-19 19:28:57.617 | ++ lib/databases/mysql:database_connection_url_mysql:235 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2022-08-19 19:28:57.620 | + lib/neutron-legacy:_configure_neutron_common:819 : iniset /etc/neutron/neutron.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/neutron?charset=utf8&plugin=dbcounter' 2022-08-19 19:28:57.654 | + lib/neutron-legacy:_configure_neutron_common:820 : iniset /etc/neutron/neutron.conf DEFAULT state_path /opt/stack/data/neutron 2022-08-19 19:28:57.688 | + lib/neutron-legacy:_configure_neutron_common:821 : iniset /etc/neutron/neutron.conf DEFAULT use_syslog False 2022-08-19 19:28:57.722 | + lib/neutron-legacy:_configure_neutron_common:822 : iniset /etc/neutron/neutron.conf DEFAULT bind_host 0.0.0.0 2022-08-19 19:28:57.756 | + lib/neutron-legacy:_configure_neutron_common:823 : iniset /etc/neutron/neutron.conf oslo_concurrency lock_path /opt/stack/data/neutron/lock 2022-08-19 19:28:57.789 | + lib/neutron-legacy:_configure_neutron_common:826 : iniset /etc/neutron/neutron.conf nova region_name RegionOne 2022-08-19 19:28:57.824 | + lib/neutron-legacy:_configure_neutron_common:828 : '[' libvirt = fake ']' 2022-08-19 19:28:57.826 | + lib/neutron-legacy:_configure_neutron_common:838 : setup_logging /etc/neutron/neutron.conf 2022-08-19 19:28:57.832 | + functions:setup_logging:674 : setup_systemd_logging /etc/neutron/neutron.conf 2022-08-19 19:28:57.832 | + functions:setup_systemd_logging:689 : local conf_file=/etc/neutron/neutron.conf 2022-08-19 19:28:57.834 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-08-19 19:28:57.851 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-08-19 19:28:57.853 | + functions:setup_systemd_logging:695 : local pidstr= 2022-08-19 19:28:57.856 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-08-19 19:28:57.859 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-08-19 19:28:57.861 | + functions:setup_systemd_logging:702 : iniset /etc/neutron/neutron.conf DEFAULT logging_debug_format_suffix '{{(pid=%(process)d) %(funcName)s %(pathname)s:%(lineno)d}}' 2022-08-19 19:28:57.895 | + functions:setup_systemd_logging:704 : iniset /etc/neutron/neutron.conf DEFAULT logging_context_format_string '%(color)s%(levelname)s %(name)s [%(global_request_id)s %(request_id)s %(project_name)s %(user_name)s%(color)s] %(instance)s%(color)s%(message)s' 2022-08-19 19:28:57.934 | + functions:setup_systemd_logging:705 : iniset /etc/neutron/neutron.conf DEFAULT logging_default_format_string '%(color)s%(levelname)s %(name)s [-%(color)s] %(instance)s%(color)s%(message)s' 2022-08-19 19:28:57.969 | + functions:setup_systemd_logging:706 : iniset /etc/neutron/neutron.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-08-19 19:28:58.010 | + lib/neutron-legacy:_configure_neutron_common:840 : is_service_enabled tls-proxy 2022-08-19 19:28:58.029 | + functions-common:is_service_enabled:2095 : return 1 2022-08-19 19:28:58.032 | + lib/neutron-legacy:_configure_neutron_common:846 : _neutron_setup_rootwrap 2022-08-19 19:28:58.035 | + lib/neutron-legacy:_neutron_setup_rootwrap:1001 : [[ True == \F\a\l\s\e ]] 2022-08-19 19:28:58.038 | + lib/neutron-legacy:_neutron_setup_rootwrap:1005 : Q_CONF_ROOTWRAP_D=/etc/neutron/rootwrap.d 2022-08-19 19:28:58.041 | + lib/neutron-legacy:_neutron_setup_rootwrap:1006 : [[ -d /etc/neutron/rootwrap.d ]] 2022-08-19 19:28:58.043 | + lib/neutron-legacy:_neutron_setup_rootwrap:1007 : sudo rm -rf /etc/neutron/rootwrap.d 2022-08-19 19:28:58.057 | + lib/neutron-legacy:_neutron_setup_rootwrap:1010 : _neutron_deploy_rootwrap_filters /opt/stack/neutron 2022-08-19 19:28:58.059 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:991 : [[ True == \F\a\l\s\e ]] 2022-08-19 19:28:58.062 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:994 : local srcdir=/opt/stack/neutron 2022-08-19 19:28:58.065 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:995 : sudo install -d -o root -m 755 /etc/neutron/rootwrap.d 2022-08-19 19:28:58.079 | + lib/neutron-legacy:_neutron_deploy_rootwrap_filters:996 : sudo install -o root -m 644 /opt/stack/neutron/etc/neutron/rootwrap.d/rootwrap.filters /etc/neutron/rootwrap.d/ 2022-08-19 19:28:58.093 | + lib/neutron-legacy:_neutron_setup_rootwrap:1014 : test -r /opt/stack/neutron/etc/neutron/rootwrap.conf 2022-08-19 19:28:58.096 | + lib/neutron-legacy:_neutron_setup_rootwrap:1017 : sudo install -o root -g root -m 644 /opt/stack/neutron/etc/rootwrap.conf /etc/neutron/rootwrap.conf 2022-08-19 19:28:58.110 | + lib/neutron-legacy:_neutron_setup_rootwrap:1019 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/neutron/rootwrap.d:' -i /etc/neutron/rootwrap.conf 2022-08-19 19:28:58.124 | + lib/neutron-legacy:_neutron_setup_rootwrap:1020 : sudo sed -e 's:^exec_dirs=\(.*\)$:exec_dirs=\1,/usr/local/bin:' -i /etc/neutron/rootwrap.conf 2022-08-19 19:28:58.139 | + lib/neutron-legacy:_neutron_setup_rootwrap:1023 : ROOTWRAP_SUDOER_CMD='/usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2022-08-19 19:28:58.141 | + lib/neutron-legacy:_neutron_setup_rootwrap:1024 : ROOTWRAP_DAEMON_SUDOER_CMD='/usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-08-19 19:28:58.144 | ++ lib/neutron-legacy:_neutron_setup_rootwrap:1027 : mktemp 2022-08-19 19:28:58.149 | + lib/neutron-legacy:_neutron_setup_rootwrap:1027 : TEMPFILE=/tmp/tmp.T5ausHKHvX 2022-08-19 19:28:58.151 | + lib/neutron-legacy:_neutron_setup_rootwrap:1028 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf *' 2022-08-19 19:28:58.154 | + lib/neutron-legacy:_neutron_setup_rootwrap:1029 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-08-19 19:28:58.156 | + lib/neutron-legacy:_neutron_setup_rootwrap:1030 : chmod 0440 /tmp/tmp.T5ausHKHvX 2022-08-19 19:28:58.161 | + lib/neutron-legacy:_neutron_setup_rootwrap:1031 : sudo chown root:root /tmp/tmp.T5ausHKHvX 2022-08-19 19:28:58.176 | + lib/neutron-legacy:_neutron_setup_rootwrap:1032 : sudo mv /tmp/tmp.T5ausHKHvX /etc/sudoers.d/neutron-rootwrap 2022-08-19 19:28:58.193 | + lib/neutron-legacy:_neutron_setup_rootwrap:1035 : iniset /etc/neutron/neutron.conf agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-08-19 19:28:58.229 | + lib/neutron-legacy:_neutron_setup_rootwrap:1036 : [[ True == \T\r\u\e ]] 2022-08-19 19:28:58.231 | + lib/neutron-legacy:_neutron_setup_rootwrap:1037 : iniset /etc/neutron/neutron.conf agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-08-19 19:28:58.265 | + lib/neutron-legacy:configure_mutnauq:352 : iniset_rpc_backend neutron /etc/neutron/neutron.conf 2022-08-19 19:28:58.268 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=neutron 2022-08-19 19:28:58.270 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/neutron/neutron.conf 2022-08-19 19:28:58.273 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-08-19 19:28:58.275 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-08-19 19:28:58.278 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-08-19 19:28:58.296 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:28:58.300 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-08-19 19:28:58.302 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-08-19 19:28:58.305 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-08-19 19:28:58.324 | ++ functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:28:58.326 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/ 2022-08-19 19:28:58.329 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/neutron/neutron.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.23:5672/ 2022-08-19 19:28:58.365 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-08-19 19:28:58.367 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-08-19 19:28:58.370 | + lib/neutron-legacy:configure_mutnauq:354 : is_service_enabled q-metering 2022-08-19 19:28:58.387 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:28:58.390 | + lib/neutron-legacy:configure_mutnauq:355 : _configure_neutron_metering 2022-08-19 19:28:58.393 | + lib/neutron-legacy:_configure_neutron_metering:895 : neutron_agent_metering_configure_common 2022-08-19 19:28:58.395 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_common:15 : _neutron_service_plugin_class_add neutron.services.metering.metering_plugin.MeteringPlugin 2022-08-19 19:28:58.398 | + lib/neutron-legacy:_neutron_service_plugin_class_add:966 : local service_plugin_class=neutron.services.metering.metering_plugin.MeteringPlugin 2022-08-19 19:28:58.401 | + lib/neutron-legacy:_neutron_service_plugin_class_add:967 : [[ router == '' ]] 2022-08-19 19:28:58.403 | + lib/neutron-legacy:_neutron_service_plugin_class_add:969 : [[ ! ,router, =~ ,neutron.services.metering.metering_plugin.MeteringPlugin, ]] 2022-08-19 19:28:58.406 | + lib/neutron-legacy:_neutron_service_plugin_class_add:970 : Q_SERVICE_PLUGIN_CLASSES=router,neutron.services.metering.metering_plugin.MeteringPlugin 2022-08-19 19:28:58.409 | + lib/neutron-legacy:_configure_neutron_metering:896 : neutron_agent_metering_configure_agent 2022-08-19 19:28:58.411 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:19 : METERING_AGENT_CONF_PATH=/etc/neutron/services/metering 2022-08-19 19:28:58.414 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:20 : mkdir -p /etc/neutron/services/metering 2022-08-19 19:28:58.418 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:22 : METERING_AGENT_CONF_FILENAME=/etc/neutron/services/metering/metering_agent.ini 2022-08-19 19:28:58.421 | + lib/neutron_plugins/services/metering:neutron_agent_metering_configure_agent:24 : cp /opt/stack/neutron/etc/metering_agent.ini.sample /etc/neutron/services/metering/metering_agent.ini 2022-08-19 19:28:58.426 | + lib/neutron-legacy:configure_mutnauq:357 : is_service_enabled q-agt q-svc 2022-08-19 19:28:58.444 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:28:58.446 | + lib/neutron-legacy:configure_mutnauq:358 : _configure_neutron_service 2022-08-19 19:28:58.449 | + lib/neutron-legacy:_configure_neutron_service:932 : Q_API_PASTE_FILE=/etc/neutron/api-paste.ini 2022-08-19 19:28:58.452 | + lib/neutron-legacy:_configure_neutron_service:933 : cp /opt/stack/neutron/etc/api-paste.ini /etc/neutron/api-paste.ini 2022-08-19 19:28:58.457 | + lib/neutron-legacy:_configure_neutron_service:935 : [[ -n networking ]] 2022-08-19 19:28:58.459 | + lib/neutron-legacy:_configure_neutron_service:936 : _replace_api_paste_composite 2022-08-19 19:28:58.462 | + lib/neutron-legacy:_replace_api_paste_composite:921 : local sep 2022-08-19 19:28:58.465 | ++ lib/neutron-legacy:_replace_api_paste_composite:922 : echo -ne '\x01' 2022-08-19 19:28:58.468 | + lib/neutron-legacy:_replace_api_paste_composite:922 : sep=$'\001' 2022-08-19 19:28:58.471 | + lib/neutron-legacy:_replace_api_paste_composite:924 : sed -i -e 's/\/\: neutronversions_composite/\/networking\/\: neutronversions_composite/' /etc/neutron/api-paste.ini 2022-08-19 19:28:58.476 | + lib/neutron-legacy:_replace_api_paste_composite:925 : sed -i -e 's/\/healthcheck\: healthcheck/\/networking\/healthcheck\: healthcheck/' /etc/neutron/api-paste.ini 2022-08-19 19:28:58.481 | + lib/neutron-legacy:_replace_api_paste_composite:926 : sed -i -e 's/\/v2.0\: neutronapi_v2_0/\/networking\/v2.0\: neutronapi_v2_0/' /etc/neutron/api-paste.ini 2022-08-19 19:28:58.488 | + lib/neutron-legacy:_configure_neutron_service:940 : iniset /etc/neutron/neutron.conf DEFAULT core_plugin ml2 2022-08-19 19:28:58.522 | + lib/neutron-legacy:_configure_neutron_service:942 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2022-08-19 19:28:58.558 | + lib/neutron-legacy:_configure_neutron_service:943 : iniset /etc/neutron/neutron.conf oslo_policy policy_file /etc/neutron/policy.json 2022-08-19 19:28:58.599 | + lib/neutron-legacy:_configure_neutron_service:945 : iniset /etc/neutron/neutron.conf DEFAULT auth_strategy keystone 2022-08-19 19:28:58.643 | + lib/neutron-legacy:_configure_neutron_service:946 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf neutron 2022-08-19 19:28:58.646 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/neutron/neutron.conf 2022-08-19 19:28:58.648 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=neutron 2022-08-19 19:28:58.651 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-08-19 19:28:58.653 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_type password 2022-08-19 19:28:58.689 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/neutron/neutron.conf keystone_authtoken interface public 2022-08-19 19:28:58.725 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/neutron/neutron.conf keystone_authtoken auth_url http://10.222.0.23/identity 2022-08-19 19:28:58.760 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/neutron/neutron.conf keystone_authtoken username neutron 2022-08-19 19:28:58.795 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/neutron/neutron.conf keystone_authtoken password Passw0rd 2022-08-19 19:28:58.833 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf keystone_authtoken user_domain_name Default 2022-08-19 19:28:58.867 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf keystone_authtoken project_name service 2022-08-19 19:28:58.903 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf keystone_authtoken project_domain_name Default 2022-08-19 19:28:58.940 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-08-19 19:28:58.975 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf keystone_authtoken memcached_servers localhost:11211 2022-08-19 19:28:59.009 | + lib/neutron-legacy:_configure_neutron_service:949 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_status_changes True 2022-08-19 19:28:59.044 | + lib/neutron-legacy:_configure_neutron_service:950 : iniset /etc/neutron/neutron.conf DEFAULT notify_nova_on_port_data_changes True 2022-08-19 19:28:59.081 | + lib/neutron-legacy:_configure_neutron_service:952 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf nova nova 2022-08-19 19:28:59.084 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/neutron/neutron.conf 2022-08-19 19:28:59.086 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=nova 2022-08-19 19:28:59.089 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=nova 2022-08-19 19:28:59.091 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/neutron/neutron.conf nova auth_type password 2022-08-19 19:28:59.126 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/neutron/neutron.conf nova interface public 2022-08-19 19:28:59.162 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/neutron/neutron.conf nova auth_url http://10.222.0.23/identity 2022-08-19 19:28:59.200 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/neutron/neutron.conf nova username nova 2022-08-19 19:28:59.235 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/neutron/neutron.conf nova password Passw0rd 2022-08-19 19:28:59.271 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf nova user_domain_name Default 2022-08-19 19:28:59.306 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf nova project_name service 2022-08-19 19:28:59.341 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf nova project_domain_name Default 2022-08-19 19:28:59.377 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf nova cafile /opt/stack/data/ca-bundle.pem 2022-08-19 19:28:59.412 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf nova memcached_servers localhost:11211 2022-08-19 19:28:59.446 | + lib/neutron-legacy:_configure_neutron_service:955 : configure_keystone_authtoken_middleware /etc/neutron/neutron.conf placement placement 2022-08-19 19:28:59.449 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/neutron/neutron.conf 2022-08-19 19:28:59.451 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=placement 2022-08-19 19:28:59.454 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=placement 2022-08-19 19:28:59.457 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/neutron/neutron.conf placement auth_type password 2022-08-19 19:28:59.491 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/neutron/neutron.conf placement interface public 2022-08-19 19:28:59.526 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/neutron/neutron.conf placement auth_url http://10.222.0.23/identity 2022-08-19 19:28:59.560 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/neutron/neutron.conf placement username placement 2022-08-19 19:28:59.599 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/neutron/neutron.conf placement password Passw0rd 2022-08-19 19:28:59.635 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/neutron/neutron.conf placement user_domain_name Default 2022-08-19 19:28:59.671 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/neutron/neutron.conf placement project_name service 2022-08-19 19:28:59.709 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/neutron/neutron.conf placement project_domain_name Default 2022-08-19 19:28:59.745 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/neutron/neutron.conf placement cafile /opt/stack/data/ca-bundle.pem 2022-08-19 19:28:59.781 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/neutron/neutron.conf placement memcached_servers localhost:11211 2022-08-19 19:28:59.817 | + lib/neutron-legacy:_configure_neutron_service:958 : neutron_plugin_configure_service 2022-08-19 19:28:59.820 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:74 : [[ vlan != \l\o\c\a\l ]] 2022-08-19 19:28:59.822 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:75 : Q_SRV_EXTRA_OPTS+=(tenant_network_types=$Q_ML2_TENANT_NETWORK_TYPE) 2022-08-19 19:28:59.825 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:89 : '[' '' == '' ']' 2022-08-19 19:28:59.827 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ '' == '' ]] 2022-08-19 19:28:59.831 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:90 : [[ physnet1 != '' ]] 2022-08-19 19:28:59.834 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:91 : ML2_VLAN_RANGES=physnet1 2022-08-19 19:28:59.836 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:92 : [[ 650:699 != '' ]] 2022-08-19 19:28:59.839 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:93 : ML2_VLAN_RANGES=physnet1:650:699 2022-08-19 19:28:59.841 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:96 : [[ physnet1:650:699 != '' ]] 2022-08-19 19:28:59.843 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:97 : Q_ML2_PLUGIN_VLAN_TYPE_OPTIONS=(network_vlan_ranges=$ML2_VLAN_RANGES) 2022-08-19 19:28:59.846 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:103 : [[ -z '' ]] 2022-08-19 19:28:59.848 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:104 : [[ -n physnet1 ]] 2022-08-19 19:28:59.851 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:105 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS=flat_networks= 2022-08-19 19:28:59.853 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:106 : [[ -n physnet1 ]] 2022-08-19 19:28:59.855 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:107 : Q_ML2_PLUGIN_FLAT_TYPE_OPTIONS+=physnet1, 2022-08-19 19:28:59.858 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ -n physnet1 ]] 2022-08-19 19:28:59.860 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:109 : [[ physnet1 != \p\h\y\s\n\e\t\1 ]] 2022-08-19 19:28:59.863 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:121 : [[ True == \T\r\u\e ]] 2022-08-19 19:28:59.865 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:122 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver neutron.agent.not.a.real.FirewallDriver 2022-08-19 19:28:59.900 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:127 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers=openvswitch,hyperv 2022-08-19 19:28:59.902 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-19 19:28:59.905 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-08-19 19:28:59.907 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=mechanism_drivers=openvswitch,hyperv 2022-08-19 19:28:59.910 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z mechanism_drivers=openvswitch,hyperv ']' 2022-08-19 19:28:59.913 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-19 19:28:59.915 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 mechanism_drivers openvswitch,hyperv 2022-08-19 19:28:59.950 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:128 : [[ openvswitch,hyperv == *\l\i\n\u\x\b\r\i\d\g\e* ]] 2022-08-19 19:28:59.953 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:131 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version=4 2022-08-19 19:28:59.955 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-19 19:28:59.958 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-08-19 19:28:59.960 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=overlay_ip_version=4 2022-08-19 19:28:59.962 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z overlay_ip_version=4 ']' 2022-08-19 19:28:59.965 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-19 19:28:59.967 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 overlay_ip_version 4 2022-08-19 19:29:00.000 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:133 : [[ -n '' ]] 2022-08-19 19:29:00.003 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:137 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers=port_security 2022-08-19 19:29:00.005 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-19 19:29:00.008 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-08-19 19:29:00.010 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=extension_drivers=port_security 2022-08-19 19:29:00.012 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z extension_drivers=port_security ']' 2022-08-19 19:29:00.015 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-19 19:29:00.018 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 extension_drivers port_security 2022-08-19 19:29:00.051 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:139 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types=vlan 2022-08-19 19:29:00.054 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-19 19:29:00.056 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2 2022-08-19 19:29:00.058 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tenant_network_types=vlan 2022-08-19 19:29:00.061 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tenant_network_types=vlan ']' 2022-08-19 19:29:00.063 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-19 19:29:00.066 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2 tenant_network_types vlan 2022-08-19 19:29:00.100 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:141 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges=1:1000 2022-08-19 19:29:00.103 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-19 19:29:00.105 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_gre 2022-08-19 19:29:00.107 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=tunnel_id_ranges=1:1000 2022-08-19 19:29:00.110 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z tunnel_id_ranges=1:1000 ']' 2022-08-19 19:29:00.112 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-19 19:29:00.115 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_gre tunnel_id_ranges 1:1000 2022-08-19 19:29:00.149 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:143 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges=1:1000 2022-08-19 19:29:00.151 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-19 19:29:00.154 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vxlan 2022-08-19 19:29:00.156 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2022-08-19 19:29:00.159 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2022-08-19 19:29:00.161 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-19 19:29:00.164 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vxlan vni_ranges 1:1000 2022-08-19 19:29:00.197 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:145 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks=physnet1, 2022-08-19 19:29:00.199 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-19 19:29:00.202 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_flat 2022-08-19 19:29:00.204 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=flat_networks=physnet1, 2022-08-19 19:29:00.207 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z flat_networks=physnet1, ']' 2022-08-19 19:29:00.210 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-19 19:29:00.212 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_flat flat_networks physnet1, 2022-08-19 19:29:00.247 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:147 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges=physnet1:650:699 2022-08-19 19:29:00.249 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-19 19:29:00.252 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_vlan 2022-08-19 19:29:00.255 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=network_vlan_ranges=physnet1:650:699 2022-08-19 19:29:00.257 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z network_vlan_ranges=physnet1:650:699 ']' 2022-08-19 19:29:00.260 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-19 19:29:00.262 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_vlan network_vlan_ranges physnet1:650:699 2022-08-19 19:29:00.297 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:149 : populate_ml2_config /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges=1:1000 2022-08-19 19:29:00.299 | + lib/neutron_plugins/ml2:populate_ml2_config:51 : CONF=/etc/neutron/plugins/ml2/ml2_conf.ini 2022-08-19 19:29:00.302 | + lib/neutron_plugins/ml2:populate_ml2_config:52 : SECTION=ml2_type_geneve 2022-08-19 19:29:00.304 | + lib/neutron_plugins/ml2:populate_ml2_config:53 : OPTS=vni_ranges=1:1000 2022-08-19 19:29:00.307 | + lib/neutron_plugins/ml2:populate_ml2_config:55 : '[' -z vni_ranges=1:1000 ']' 2022-08-19 19:29:00.309 | + lib/neutron_plugins/ml2:populate_ml2_config:58 : for I in "${OPTS[@]}" 2022-08-19 19:29:00.323 | + lib/neutron_plugins/ml2:populate_ml2_config:60 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ml2_type_geneve vni_ranges 1:1000 2022-08-19 19:29:00.347 | + lib/neutron_plugins/ml2:neutron_plugin_configure_service:151 : [[ legacy != \l\e\g\a\c\y ]] 2022-08-19 19:29:00.350 | + lib/neutron-legacy:configure_mutnauq:360 : is_service_enabled q-agt 2022-08-19 19:29:00.367 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:29:00.370 | + lib/neutron-legacy:configure_mutnauq:361 : _configure_neutron_plugin_agent 2022-08-19 19:29:00.372 | + lib/neutron-legacy:_configure_neutron_plugin_agent:910 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-08-19 19:29:00.423 | + lib/neutron-legacy:_configure_neutron_plugin_agent:911 : [[ True == \T\r\u\e ]] 2022-08-19 19:29:00.425 | + lib/neutron-legacy:_configure_neutron_plugin_agent:912 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-08-19 19:29:00.463 | + lib/neutron-legacy:_configure_neutron_plugin_agent:914 : iniset /etc/neutron/neutron.conf DEFAULT debug True 2022-08-19 19:29:00.500 | + lib/neutron-legacy:_configure_neutron_plugin_agent:917 : neutron_plugin_configure_plugin_agent 2022-08-19 19:29:00.503 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:36 : _neutron_ovs_base_setup_bridge br-int 2022-08-19 19:29:00.507 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:38 : local bridge=br-int 2022-08-19 19:29:00.508 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:39 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2022-08-19 19:29:03.305 | INFO neutron.common.config [-] Logging enabled! 2022-08-19 19:29:03.305 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 20.1.0.dev497 2022-08-19 19:29:03.305 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=143352) setup_logging /opt/stack/neutron/neutron/common/config.py:120}} 2022-08-19 19:29:03.357 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=143352) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:85}} 2022-08-19 19:29:03.357 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=143352) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:85}} 2022-08-19 19:29:03.357 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=143352) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-19 19:29:03.357 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=143352) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-19 19:29:03.358 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=143352) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-19 19:29:03.358 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=143352) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-19 19:29:03.413 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2022-08-19 19:29:03.414 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:29:03.414 | from cryptography.utils import int_from_bytes 2022-08-19 19:29:03.414 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:29:03.414 | from cryptography.utils import int_from_bytes 2022-08-19 19:29:03.741 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:40 : _neutron_ovs_base_add_bridge br-int 2022-08-19 19:29:03.743 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-int 2022-08-19 19:29:03.746 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-int' 2022-08-19 19:29:03.749 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2022-08-19 19:29:03.752 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-int 2022-08-19 19:29:03.802 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_setup_bridge:41 : sudo ovs-vsctl --no-wait br-set-external-id br-int bridge-id br-int 2022-08-19 19:29:03.819 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:37 : _neutron_ovs_base_configure_firewall_driver 2022-08-19 19:29:03.822 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:101 : [[ True == \T\r\u\e ]] 2022-08-19 19:29:03.824 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:102 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini securitygroup firewall_driver openvswitch 2022-08-19 19:29:03.862 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:103 : running_in_container 2022-08-19 19:29:03.866 | ++ functions:running_in_container:793 : systemd-detect-virt --container 2022-08-19 19:29:03.874 | + functions:running_in_container:793 : [[ none != \n\o\n\e ]] 2022-08-19 19:29:03.876 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_firewall_driver:104 : enable_kernel_bridge_firewall 2022-08-19 19:29:03.880 | + functions:enable_kernel_bridge_firewall:802 : sudo modprobe bridge 2022-08-19 19:29:03.893 | + functions:enable_kernel_bridge_firewall:805 : sudo modprobe br_netfilter 2022-08-19 19:29:03.906 | + functions:enable_kernel_bridge_firewall:809 : for proto in ip ip6 2022-08-19 19:29:03.909 | + functions:enable_kernel_bridge_firewall:810 : sudo sysctl -w net.bridge.bridge-nf-call-iptables=1 2022-08-19 19:29:03.918 | net.bridge.bridge-nf-call-iptables = 1 2022-08-19 19:29:03.921 | + functions:enable_kernel_bridge_firewall:809 : for proto in ip ip6 2022-08-19 19:29:03.924 | + functions:enable_kernel_bridge_firewall:810 : sudo sysctl -w net.bridge.bridge-nf-call-ip6tables=1 2022-08-19 19:29:03.932 | net.bridge.bridge-nf-call-ip6tables = 1 2022-08-19 19:29:03.936 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:40 : [[ False == \T\r\u\e ]] 2022-08-19 19:29:03.939 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ physnet1 != '' ]] 2022-08-19 19:29:03.941 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:48 : [[ br-data != '' ]] 2022-08-19 19:29:03.944 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:49 : [[ physnet1:br-data == '' ]] 2022-08-19 19:29:03.946 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:54 : _neutron_ovs_base_add_bridge br-data 2022-08-19 19:29:03.949 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-data 2022-08-19 19:29:03.952 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data' 2022-08-19 19:29:03.954 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2022-08-19 19:29:03.957 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-data 2022-08-19 19:29:03.984 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:56 : [[ physnet1:br-data != '' ]] 2022-08-19 19:29:03.986 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:57 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs bridge_mappings physnet1:br-data 2022-08-19 19:29:04.029 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:59 : AGENT_BINARY=/usr/local/bin/neutron-openvswitch-agent 2022-08-19 19:29:04.031 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:61 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini agent tunnel_types 2022-08-19 19:29:04.068 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_plugin_agent:62 : iniset /etc/neutron/plugins/ml2/ml2_conf.ini ovs datapath_type system 2022-08-19 19:29:04.105 | + lib/neutron-legacy:configure_mutnauq:363 : is_service_enabled q-dhcp 2022-08-19 19:29:04.123 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:29:04.125 | + lib/neutron-legacy:configure_mutnauq:364 : _configure_neutron_dhcp_agent 2022-08-19 19:29:04.128 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:851 : cp /opt/stack/neutron/etc/dhcp_agent.ini.sample /etc/neutron/dhcp_agent.ini 2022-08-19 19:29:04.133 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:853 : iniset /etc/neutron/dhcp_agent.ini DEFAULT debug True 2022-08-19 19:29:04.169 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:855 : iniset /etc/neutron/dhcp_agent.ini DEFAULT dnsmasq_local_resolv True 2022-08-19 19:29:04.209 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:856 : iniset /etc/neutron/dhcp_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-08-19 19:29:04.250 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:857 : [[ True == \T\r\u\e ]] 2022-08-19 19:29:04.254 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:858 : iniset /etc/neutron/dhcp_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-08-19 19:29:04.287 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:861 : is_service_enabled q-l3 2022-08-19 19:29:04.306 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:29:04.308 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:872 : _neutron_setup_interface_driver /etc/neutron/dhcp_agent.ini 2022-08-19 19:29:04.311 | + lib/neutron-legacy:_neutron_setup_interface_driver:1045 : iniset /etc/neutron/dhcp_agent.ini DEFAULT ovs_use_veth False 2022-08-19 19:29:04.346 | + lib/neutron-legacy:_neutron_setup_interface_driver:1047 : neutron_plugin_setup_interface_driver /etc/neutron/dhcp_agent.ini 2022-08-19 19:29:04.349 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/dhcp_agent.ini 2022-08-19 19:29:04.351 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/dhcp_agent.ini DEFAULT interface_driver openvswitch 2022-08-19 19:29:04.386 | + lib/neutron-legacy:_configure_neutron_dhcp_agent:874 : neutron_plugin_configure_dhcp_agent /etc/neutron/dhcp_agent.ini 2022-08-19 19:29:04.389 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:25 : local conf_file=/etc/neutron/dhcp_agent.ini 2022-08-19 19:29:04.392 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_dhcp_agent:26 : : 2022-08-19 19:29:04.395 | + lib/neutron-legacy:configure_mutnauq:366 : is_service_enabled q-l3 2022-08-19 19:29:04.412 | + functions-common:is_service_enabled:2095 : return 0 2022-08-19 19:29:04.415 | + lib/neutron-legacy:configure_mutnauq:367 : _configure_neutron_l3_agent 2022-08-19 19:29:04.418 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:114 : cp /opt/stack/neutron/etc/l3_agent.ini.sample /etc/neutron/l3_agent.ini 2022-08-19 19:29:04.422 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:116 : iniset /etc/neutron/l3_agent.ini DEFAULT debug True 2022-08-19 19:29:04.459 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:117 : iniset /etc/neutron/l3_agent.ini AGENT root_helper 'sudo /usr/local/bin/neutron-rootwrap /etc/neutron/rootwrap.conf' 2022-08-19 19:29:04.498 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:118 : [[ True == \T\r\u\e ]] 2022-08-19 19:29:04.500 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:119 : iniset /etc/neutron/l3_agent.ini AGENT root_helper_daemon 'sudo /usr/local/bin/neutron-rootwrap-daemon /etc/neutron/rootwrap.conf' 2022-08-19 19:29:04.535 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:122 : _neutron_setup_interface_driver /etc/neutron/l3_agent.ini 2022-08-19 19:29:04.538 | + lib/neutron-legacy:_neutron_setup_interface_driver:1045 : iniset /etc/neutron/l3_agent.ini DEFAULT ovs_use_veth False 2022-08-19 19:29:04.573 | + lib/neutron-legacy:_neutron_setup_interface_driver:1047 : neutron_plugin_setup_interface_driver /etc/neutron/l3_agent.ini 2022-08-19 19:29:04.575 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:66 : local conf_file=/etc/neutron/l3_agent.ini 2022-08-19 19:29:04.578 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_setup_interface_driver:67 : iniset /etc/neutron/l3_agent.ini DEFAULT interface_driver openvswitch 2022-08-19 19:29:04.612 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:124 : neutron_plugin_configure_l3_agent /etc/neutron/l3_agent.ini 2022-08-19 19:29:04.615 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:30 : local conf_file=/etc/neutron/l3_agent.ini 2022-08-19 19:29:04.618 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_configure_l3_agent:31 : _neutron_ovs_base_configure_l3_agent 2022-08-19 19:29:04.620 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:112 : neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf 2022-08-19 19:29:07.372 | INFO neutron.common.config [-] Logging enabled! 2022-08-19 19:29:07.372 | INFO neutron.common.config [-] /usr/local/bin/neutron-ovs-cleanup version 20.1.0.dev497 2022-08-19 19:29:07.373 | DEBUG neutron.common.config [-] command line: /usr/local/bin/neutron-ovs-cleanup --config-file /etc/neutron/neutron.conf {{(pid=143927) setup_logging /opt/stack/neutron/neutron/common/config.py:120}} 2022-08-19 19:29:07.425 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Flow_Table.name {{(pid=143927) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:85}} 2022-08-19 19:29:07.426 | DEBUG ovsdbapp.backend.ovs_idl [-] Created lookup_table index Mirror.name {{(pid=143927) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:85}} 2022-08-19 19:29:07.426 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Bridge.name {{(pid=143927) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-19 19:29:07.426 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Port.name {{(pid=143927) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-19 19:29:07.426 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Interface.name {{(pid=143927) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-19 19:29:07.426 | DEBUG ovsdbapp.backend.ovs_idl [-] Created schema index Manager.target {{(pid=143927) autocreate_indices /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/__init__.py:104}} 2022-08-19 19:29:07.489 | INFO neutron.cmd.ovs_cleanup [-] Cleaning bridge: br-int 2022-08-19 19:29:07.489 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Running txn n=1 command(idx=0): OvsCleanup(bridge=br-int, all_ports=False) {{(pid=143927) do_commit /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:90}} 2022-08-19 19:29:07.490 | DEBUG ovsdbapp.backend.ovs_idl.transaction [-] Transaction caused no change {{(pid=143927) do_commit /usr/local/lib/python3.8/dist-packages/ovsdbapp/backend/ovs_idl/transaction.py:141}} 2022-08-19 19:29:07.490 | INFO neutron.cmd.ovs_cleanup [-] OVS cleanup completed successfully 2022-08-19 19:29:07.490 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:29:07.490 | from cryptography.utils import int_from_bytes 2022-08-19 19:29:07.490 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-08-19 19:29:07.490 | from cryptography.utils import int_from_bytes 2022-08-19 19:29:07.842 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:113 : [[ False = \T\r\u\e ]] 2022-08-19 19:29:07.844 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:121 : _neutron_ovs_base_add_public_bridge 2022-08-19 19:29:07.847 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:127 : _neutron_ovs_base_add_bridge br-data 2022-08-19 19:29:07.850 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:27 : local bridge=br-data 2022-08-19 19:29:07.852 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:28 : local 'addbr_cmd=sudo ovs-vsctl -- --may-exist add-br br-data' 2022-08-19 19:29:07.855 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:30 : '[' system '!=' system ']' 2022-08-19 19:29:07.857 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_bridge:34 : sudo ovs-vsctl -- --may-exist add-br br-data 2022-08-19 19:29:07.875 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_add_public_bridge:128 : set_mtu br-data 1500 2022-08-19 19:29:07.879 | + functions:set_mtu:785 : local dev=br-data 2022-08-19 19:29:07.880 | + functions:set_mtu:786 : local mtu=1500 2022-08-19 19:29:07.883 | + functions:set_mtu:787 : sudo ip link set mtu 1500 dev br-data 2022-08-19 19:29:07.896 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_configure_l3_agent:122 : sudo ovs-vsctl br-set-external-id br-data bridge-id br-data 2022-08-19 19:29:07.914 | + lib/neutron_plugins/services/l3:_configure_neutron_l3_agent:126 : _configure_public_network_connectivity 2022-08-19 19:29:07.916 | + lib/neutron-legacy:_configure_public_network_connectivity:717 : [[ -n eth1 ]] 2022-08-19 19:29:07.919 | + lib/neutron-legacy:_configure_public_network_connectivity:718 : _move_neutron_addresses_route eth1 br-data True False inet 2022-08-19 19:29:07.921 | + lib/neutron-legacy:_move_neutron_addresses_route:658 : local from_intf=eth1 2022-08-19 19:29:07.924 | + lib/neutron-legacy:_move_neutron_addresses_route:659 : local to_intf=br-data 2022-08-19 19:29:07.927 | + lib/neutron-legacy:_move_neutron_addresses_route:660 : local add_ovs_port=True 2022-08-19 19:29:07.929 | + lib/neutron-legacy:_move_neutron_addresses_route:661 : local del_ovs_port=False 2022-08-19 19:29:07.932 | + lib/neutron-legacy:_move_neutron_addresses_route:662 : local af=inet 2022-08-19 19:29:07.934 | + lib/neutron-legacy:_move_neutron_addresses_route:664 : [[ -n eth1 ]] 2022-08-19 19:29:07.939 | + lib/neutron-legacy:_move_neutron_addresses_route:664 : [[ -n br-data ]] 2022-08-19 19:29:07.940 | + lib/neutron-legacy:_move_neutron_addresses_route:670 : local IP_REPLACE= 2022-08-19 19:29:07.943 | + lib/neutron-legacy:_move_neutron_addresses_route:671 : local IP_DEL= 2022-08-19 19:29:07.946 | + lib/neutron-legacy:_move_neutron_addresses_route:672 : local IP_UP= 2022-08-19 19:29:07.948 | + lib/neutron-legacy:_move_neutron_addresses_route:673 : local DEFAULT_ROUTE_GW 2022-08-19 19:29:07.952 | ++ lib/neutron-legacy:_move_neutron_addresses_route:674 : ip -f inet r 2022-08-19 19:29:07.952 | ++ lib/neutron-legacy:_move_neutron_addresses_route:674 : awk '/default.+eth1\s/ { print $3; exit }' 2022-08-19 19:29:07.959 | + lib/neutron-legacy:_move_neutron_addresses_route:674 : DEFAULT_ROUTE_GW= 2022-08-19 19:29:07.962 | + lib/neutron-legacy:_move_neutron_addresses_route:675 : local ADD_OVS_PORT= 2022-08-19 19:29:07.964 | + lib/neutron-legacy:_move_neutron_addresses_route:676 : local DEL_OVS_PORT= 2022-08-19 19:29:07.967 | + lib/neutron-legacy:_move_neutron_addresses_route:677 : local ARP_CMD= 2022-08-19 19:29:07.971 | ++ lib/neutron-legacy:_move_neutron_addresses_route:679 : ip -f inet a s dev eth1 scope global primary 2022-08-19 19:29:07.973 | ++ lib/neutron-legacy:_move_neutron_addresses_route:679 : grep inet 2022-08-19 19:29:07.979 | ++ lib/neutron-legacy:_move_neutron_addresses_route:679 : awk '{ print $2, $3, $4; exit }' 2022-08-19 19:29:07.979 | + lib/neutron-legacy:_move_neutron_addresses_route:679 : IP_BRD='192.168.0.47/22 brd 192.168.3.255' 2022-08-19 19:29:07.980 | + lib/neutron-legacy:_move_neutron_addresses_route:681 : '[' '' '!=' '' ']' 2022-08-19 19:29:07.982 | + lib/neutron-legacy:_move_neutron_addresses_route:685 : [[ True == \T\r\u\e ]] 2022-08-19 19:29:07.985 | + lib/neutron-legacy:_move_neutron_addresses_route:686 : ADD_OVS_PORT='sudo ovs-vsctl --may-exist add-port br-data eth1' 2022-08-19 19:29:07.987 | + lib/neutron-legacy:_move_neutron_addresses_route:689 : [[ False == \T\r\u\e ]] 2022-08-19 19:29:07.990 | + lib/neutron-legacy:_move_neutron_addresses_route:693 : [[ 192.168.0.47/22 brd 192.168.3.255 != '' ]] 2022-08-19 19:29:07.992 | + lib/neutron-legacy:_move_neutron_addresses_route:694 : IP_DEL='sudo ip addr del 192.168.0.47/22 brd 192.168.3.255 dev eth1' 2022-08-19 19:29:07.995 | + lib/neutron-legacy:_move_neutron_addresses_route:695 : IP_REPLACE='sudo ip addr replace 192.168.0.47/22 brd 192.168.3.255 dev br-data' 2022-08-19 19:29:07.997 | + lib/neutron-legacy:_move_neutron_addresses_route:696 : IP_UP='sudo ip link set br-data up' 2022-08-19 19:29:08.000 | + lib/neutron-legacy:_move_neutron_addresses_route:697 : [[ inet == \i\n\e\t ]] 2022-08-19 19:29:08.006 | ++ lib/neutron-legacy:_move_neutron_addresses_route:698 : awk '{ print $1; exit }' 2022-08-19 19:29:08.006 | ++ lib/neutron-legacy:_move_neutron_addresses_route:698 : grep -o -E '(.*)/' 2022-08-19 19:29:08.006 | ++ lib/neutron-legacy:_move_neutron_addresses_route:698 : echo 192.168.0.47/22 brd 192.168.3.255 2022-08-19 19:29:08.006 | ++ lib/neutron-legacy:_move_neutron_addresses_route:698 : cut -d / -f1 2022-08-19 19:29:08.011 | + lib/neutron-legacy:_move_neutron_addresses_route:698 : IP=192.168.0.47 2022-08-19 19:29:08.014 | + lib/neutron-legacy:_move_neutron_addresses_route:699 : ARP_CMD='sudo arping -A -c 3 -w 5 -I br-data 192.168.0.47 ' 2022-08-19 19:29:08.016 | + lib/neutron-legacy:_move_neutron_addresses_route:705 : sudo ip addr del 192.168.0.47/22 brd 192.168.3.255 dev eth1 2022-08-19 19:29:08.030 | + lib/neutron-legacy:_move_neutron_addresses_route:705 : sudo ip addr replace 192.168.0.47/22 brd 192.168.3.255 dev br-data 2022-08-19 19:29:08.043 | + lib/neutron-legacy:_move_neutron_addresses_route:705 : sudo ip link set br-data up 2022-08-19 19:29:08.056 | + lib/neutron-legacy:_move_neutron_addresses_route:705 : sudo ovs-vsctl --may-exist add-port br-data eth1 2022-08-19 19:29:08.077 | + lib/neutron-legacy:_move_neutron_addresses_route:705 : sudo arping -A -c 3 -w 5 -I br-data 192.168.0.47 2022-08-19 19:29:11.087 | ARPING 192.168.0.47 from 192.168.0.47 br-data 2022-08-19 19:29:11.087 | Sent 3 probes (3 broadcast(s)) 2022-08-19 19:29:11.087 | Received 0 response(s) 2022-08-19 19:29:11.104 | + lib/neutron-legacy:_move_neutron_addresses_route:1 : exit_trap 2022-08-19 19:29:11.106 | + ./stack.sh:exit_trap:516 : local r=1 2022-08-19 19:29:11.109 | ++ ./stack.sh:exit_trap:517 : jobs -p 2022-08-19 19:29:11.112 | + ./stack.sh:exit_trap:517 : jobs='126440 2022-08-19 19:29:11.112 | 140970' 2022-08-19 19:29:11.115 | + ./stack.sh:exit_trap:520 : [[ -n 126440 2022-08-19 19:29:11.115 | 140970 ]] 2022-08-19 19:29:11.117 | + ./stack.sh:exit_trap:520 : [[ -n /opt/stack/logs/stack.sh.log.2022-08-19-192004 ]] 2022-08-19 19:29:11.119 | + ./stack.sh:exit_trap:520 : [[ True == \T\r\u\e ]] 2022-08-19 19:29:11.122 | + ./stack.sh:exit_trap:521 : echo 'exit_trap: cleaning up child processes' 2022-08-19 19:29:11.122 | exit_trap: cleaning up child processes 2022-08-19 19:29:11.124 | + ./stack.sh:exit_trap:522 : kill 126440 140970 2022-08-19 19:29:11.127 | + ./stack.sh:exit_trap:526 : '[' -f /tmp/tmp.hWapvaSz42 ']' 2022-08-19 19:29:11.129 | + ./stack.sh:exit_trap:527 : rm /tmp/tmp.hWapvaSz42 2022-08-19 19:29:11.133 | + ./stack.sh:exit_trap:531 : kill_spinner 2022-08-19 19:29:11.136 | + ./stack.sh:kill_spinner:426 : '[' '!' -z '' ']' 2022-08-19 19:29:11.138 | + ./stack.sh:exit_trap:533 : [[ 1 -ne 0 ]] 2022-08-19 19:29:11.140 | + ./stack.sh:exit_trap:534 : echo 'Error on exit' 2022-08-19 19:29:11.141 | Error on exit 2022-08-19 19:29:11.143 | + ./stack.sh:exit_trap:536 : type -p generate-subunit 2022-08-19 19:29:11.145 | + ./stack.sh:exit_trap:537 : generate-subunit 1660936800 551 fail 2022-08-19 19:29:11.398 | + ./stack.sh:exit_trap:539 : [[ -z /opt/stack/logs ]] 2022-08-19 19:29:11.400 | + ./stack.sh:exit_trap:542 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2022-08-19 19:29:12.062 | + ./stack.sh:exit_trap:551 : exit 1