2022-03-09 13:48:10.384 | + ./stack.sh:main:487 : exec 2022-03-09 13:48:10.385 | + ./stack.sh:main:495 : echo_summary 'stack.sh log /opt/stack/logs/stack.sh.log.2022-03-09-134810' 2022-03-09 13:48:10.385 | ++ ./stack.sh:main:487 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/outfilter.py -o /opt/stack/logs/stack.sh.log.2022-03-09-134810.summary.2022-03-09-134810 2022-03-09 13:48:10.385 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-03-09 13:48:10.385 | + ./stack.sh:echo_summary:446 : echo -e stack.sh log /opt/stack/logs/stack.sh.log.2022-03-09-134810 2022-03-09 13:48:10.385 | + ./stack.sh:main:497 : ln -sf /opt/stack/logs/stack.sh.log.2022-03-09-134810 /opt/stack/logs/stack.sh.log 2022-03-09 13:48:10.385 | + ./stack.sh:main:498 : ln -sf /opt/stack/logs/stack.sh.log.2022-03-09-134810.summary.2022-03-09-134810 /opt/stack/logs/stack.sh.log.summary 2022-03-09 13:48:10.385 | + ./stack.sh:main:513 : check_path_perm_sanity /opt/stack 2022-03-09 13:48:10.385 | + functions:check_path_perm_sanity:596 : local real_path 2022-03-09 13:48:10.385 | ++ functions:check_path_perm_sanity:597 : readlink -f /opt/stack 2022-03-09 13:48:10.385 | + functions:check_path_perm_sanity:597 : real_path=/opt/stack 2022-03-09 13:48:10.385 | + functions:check_path_perm_sanity:598 : local rebuilt_path= 2022-03-09 13:48:10.385 | ++ functions:check_path_perm_sanity:599 : tr / ' ' 2022-03-09 13:48:10.385 | ++ functions:check_path_perm_sanity:599 : echo /opt/stack 2022-03-09 13:48:10.385 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-03-09 13:48:10.385 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt 2022-03-09 13:48:10.385 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt 2022-03-09 13:48:10.385 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-03-09 13:48:10.385 | + functions:check_path_perm_sanity:599 : for i in $(echo ${real_path} | tr "/" " ") 2022-03-09 13:48:10.385 | + functions:check_path_perm_sanity:600 : rebuilt_path=/opt/stack 2022-03-09 13:48:10.385 | ++ functions:check_path_perm_sanity:602 : stat -c %a /opt/stack 2022-03-09 13:48:10.385 | + functions:check_path_perm_sanity:602 : [[ 755 = 700 ]] 2022-03-09 13:48:10.385 | + ./stack.sh:main:519 : trap exit_trap EXIT 2022-03-09 13:48:10.385 | + ./stack.sh:main:560 : trap err_trap ERR 2022-03-09 13:48:10.387 | + ./stack.sh:main:573 : set -o errexit 2022-03-09 13:48:10.389 | + ./stack.sh:main:576 : uname -a 2022-03-09 13:48:10.391 | Linux dv-neutron-832783-1-hyperv 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-03-09 13:48:10.393 | + ./stack.sh:main:579 : SSL_BUNDLE_FILE=/opt/stack/data/ca-bundle.pem 2022-03-09 13:48:10.395 | + ./stack.sh:main:580 : rm -f /opt/stack/data/ca-bundle.pem 2022-03-09 13:48:10.398 | + ./stack.sh:main:583 : source /home/ubuntu/devstack/lib/database 2022-03-09 13:48:10.433 | + ./stack.sh:main:584 : source /home/ubuntu/devstack/lib/rpc_backend 2022-03-09 13:48:10.449 | + ./stack.sh:main:590 : fetch_plugins 2022-03-09 13:48:10.451 | + functions-common:fetch_plugins:1771 : local plugins= 2022-03-09 13:48:10.452 | + functions-common:fetch_plugins:1772 : local plugin 2022-03-09 13:48:10.454 | + functions-common:fetch_plugins:1775 : [[ -z '' ]] 2022-03-09 13:48:10.457 | + functions-common:fetch_plugins:1776 : return 2022-03-09 13:48:10.459 | + ./stack.sh:main:594 : run_phase override_defaults 2022-03-09 13:48:10.460 | + functions-common:run_phase:1853 : local mode=override_defaults 2022-03-09 13:48:10.462 | + functions-common:run_phase:1854 : local phase= 2022-03-09 13:48:10.464 | + functions-common:run_phase:1855 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-03-09 13:48:10.466 | + functions-common:run_phase:1856 : local extra_plugin_file_name 2022-03-09 13:48:10.467 | + functions-common:run_phase:1857 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-03-09 13:48:10.469 | + functions-common:run_phase:1862 : local exceptions=80-tempest.sh 2022-03-09 13:48:10.471 | + functions-common:run_phase:1863 : local extra 2022-03-09 13:48:10.473 | ++ functions-common:run_phase:1864 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-03-09 13:48:10.476 | + functions-common:run_phase:1864 : extra=80-tempest.sh 2022-03-09 13:48:10.478 | + functions-common:run_phase:1865 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-03-09 13:48:10.480 | + functions-common:run_phase:1869 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-03-09 13:48:10.481 | + functions-common:run_phase:1869 : source /home/ubuntu/devstack/extras.d/80-tempest.sh override_defaults 2022-03-09 13:48:10.483 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-03-09 13:48:10.496 | ++ functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:48:10.498 | ++ extras.d/80-tempest.sh:source:4 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-03-09 13:48:10.500 | ++ extras.d/80-tempest.sh:source:7 : [[ override_defaults == \s\t\a\c\k ]] 2022-03-09 13:48:10.502 | ++ extras.d/80-tempest.sh:source:10 : [[ override_defaults == \s\t\a\c\k ]] 2022-03-09 13:48:10.504 | ++ extras.d/80-tempest.sh:source:13 : [[ override_defaults == \s\t\a\c\k ]] 2022-03-09 13:48:10.506 | ++ extras.d/80-tempest.sh:source:16 : [[ override_defaults == \s\t\a\c\k ]] 2022-03-09 13:48:10.507 | ++ extras.d/80-tempest.sh:source:19 : [[ override_defaults == \s\t\a\c\k ]] 2022-03-09 13:48:10.509 | ++ extras.d/80-tempest.sh:source:27 : [[ override_defaults == \u\n\s\t\a\c\k ]] 2022-03-09 13:48:10.511 | ++ extras.d/80-tempest.sh:source:32 : [[ override_defaults == \c\l\e\a\n ]] 2022-03-09 13:48:10.513 | + functions-common:run_phase:1874 : [[ override_defaults == \s\o\u\r\c\e ]] 2022-03-09 13:48:10.515 | + functions-common:run_phase:1877 : [[ override_defaults == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-03-09 13:48:10.516 | + functions-common:run_phase:1878 : plugin_override_defaults 2022-03-09 13:48:10.519 | + functions-common:plugin_override_defaults:1812 : local plugins= 2022-03-09 13:48:10.520 | + functions-common:plugin_override_defaults:1813 : local plugin 2022-03-09 13:48:10.522 | + functions-common:plugin_override_defaults:1816 : [[ -z '' ]] 2022-03-09 13:48:10.524 | + functions-common:plugin_override_defaults:1817 : return 2022-03-09 13:48:10.526 | + ./stack.sh:main:597 : source /home/ubuntu/devstack/lib/apache 2022-03-09 13:48:10.543 | + ./stack.sh:main:600 : source /home/ubuntu/devstack/lib/tls 2022-03-09 13:48:10.545 | ++ lib/tls:source:38 : is_service_enabled tls-proxy 2022-03-09 13:48:10.558 | ++ functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:48:10.560 | +++ lib/tls:source:43 : hostname -f 2022-03-09 13:48:10.563 | ++ lib/tls:source:43 : DEVSTACK_HOSTNAME=localhost 2022-03-09 13:48:10.565 | ++ lib/tls:source:44 : DEVSTACK_CERT_NAME=devstack-cert 2022-03-09 13:48:10.567 | ++ lib/tls:source:45 : DEVSTACK_CERT=/opt/stack/data/devstack-cert.pem 2022-03-09 13:48:10.569 | ++ lib/tls:source:48 : ROOT_CA_DIR=/opt/stack/data/CA/root-ca 2022-03-09 13:48:10.571 | ++ lib/tls:source:49 : INT_CA_DIR=/opt/stack/data/CA/int-ca 2022-03-09 13:48:10.572 | ++ lib/tls:source:51 : ORG_NAME=OpenStack 2022-03-09 13:48:10.574 | ++ lib/tls:source:52 : ORG_UNIT_NAME=DevStack 2022-03-09 13:48:10.576 | ++ lib/tls:source:55 : STUD_PROTO=--tls 2022-03-09 13:48:10.578 | ++ lib/tls:source:56 : STUD_CIPHERS='TLSv1+HIGH:!DES:!aNULL:!eNULL:@STRENGTH' 2022-03-09 13:48:10.580 | ++ lib/tls:source:63 : OPENSSL=/usr/bin/openssl 2022-03-09 13:48:10.585 | + ./stack.sh:main:603 : source /home/ubuntu/devstack/lib/infra 2022-03-09 13:48:10.597 | + ./stack.sh:main:604 : source /home/ubuntu/devstack/lib/libraries 2022-03-09 13:48:10.613 | + ./stack.sh:main:605 : source /home/ubuntu/devstack/lib/lvm 2022-03-09 13:48:10.625 | + ./stack.sh:main:606 : source /home/ubuntu/devstack/lib/horizon 2022-03-09 13:48:10.638 | + ./stack.sh:main:607 : source /home/ubuntu/devstack/lib/keystone 2022-03-09 13:48:10.672 | + ./stack.sh:main:608 : source /home/ubuntu/devstack/lib/glance 2022-03-09 13:48:10.730 | + ./stack.sh:main:609 : source /home/ubuntu/devstack/lib/nova 2022-03-09 13:48:10.819 | + ./stack.sh:main:610 : source /home/ubuntu/devstack/lib/placement 2022-03-09 13:48:10.841 | + ./stack.sh:main:611 : source /home/ubuntu/devstack/lib/cinder 2022-03-09 13:48:10.892 | + ./stack.sh:main:612 : source /home/ubuntu/devstack/lib/swift 2022-03-09 13:48:10.945 | + ./stack.sh:main:613 : source /home/ubuntu/devstack/lib/neutron 2022-03-09 13:48:11.089 | + ./stack.sh:main:614 : source /home/ubuntu/devstack/lib/ldap 2022-03-09 13:48:11.103 | + ./stack.sh:main:615 : source /home/ubuntu/devstack/lib/dstat 2022-03-09 13:48:11.116 | + ./stack.sh:main:616 : source /home/ubuntu/devstack/lib/tcpdump 2022-03-09 13:48:11.129 | + ./stack.sh:main:617 : source /home/ubuntu/devstack/lib/etcd3 2022-03-09 13:48:11.223 | + ./stack.sh:main:618 : source /home/ubuntu/devstack/lib/os-vif 2022-03-09 13:48:11.226 | ++ lib/os-vif:source:6 : OS_VIF_OVS_OVSDB_INTERFACE=vsctl 2022-03-09 13:48:11.228 | +++ lib/os-vif:source:17 : is_ml2_ovs 2022-03-09 13:48:11.230 | +++ lib/os-vif:is_ml2_ovs:9 : [[ openvswitch == \o\p\e\n\v\s\w\i\t\c\h ]] 2022-03-09 13:48:11.232 | +++ lib/os-vif:is_ml2_ovs:10 : echo True 2022-03-09 13:48:11.234 | +++ lib/os-vif:is_ml2_ovs:12 : echo False 2022-03-09 13:48:11.237 | ++ lib/os-vif:source:17 : OS_VIF_OVS_ISOLATE_VIF='True 2022-03-09 13:48:11.237 | False' 2022-03-09 13:48:11.240 | +++ lib/os-vif:source:18 : trueorfalse False OS_VIF_OVS_ISOLATE_VIF 2022-03-09 13:48:11.255 | ++ lib/os-vif:source:18 : OS_VIF_OVS_ISOLATE_VIF=False 2022-03-09 13:48:11.257 | + ./stack.sh:main:624 : run_phase source 2022-03-09 13:48:11.259 | + functions-common:run_phase:1853 : local mode=source 2022-03-09 13:48:11.261 | + functions-common:run_phase:1854 : local phase= 2022-03-09 13:48:11.263 | + functions-common:run_phase:1855 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-03-09 13:48:11.265 | + functions-common:run_phase:1856 : local extra_plugin_file_name 2022-03-09 13:48:11.267 | + functions-common:run_phase:1857 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-03-09 13:48:11.269 | + functions-common:run_phase:1862 : local exceptions=80-tempest.sh 2022-03-09 13:48:11.271 | + functions-common:run_phase:1863 : local extra 2022-03-09 13:48:11.274 | ++ functions-common:run_phase:1864 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-03-09 13:48:11.277 | + functions-common:run_phase:1864 : extra=80-tempest.sh 2022-03-09 13:48:11.279 | + functions-common:run_phase:1865 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-03-09 13:48:11.282 | + functions-common:run_phase:1869 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-03-09 13:48:11.284 | + functions-common:run_phase:1869 : source /home/ubuntu/devstack/extras.d/80-tempest.sh source 2022-03-09 13:48:11.286 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-03-09 13:48:11.300 | ++ functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:48:11.302 | ++ extras.d/80-tempest.sh:source:4 : [[ source == \s\o\u\r\c\e ]] 2022-03-09 13:48:11.304 | ++ extras.d/80-tempest.sh:source:6 : source /home/ubuntu/devstack/lib/tempest 2022-03-09 13:48:11.343 | ++ extras.d/80-tempest.sh:source:27 : [[ source == \u\n\s\t\a\c\k ]] 2022-03-09 13:48:11.345 | ++ extras.d/80-tempest.sh:source:32 : [[ source == \c\l\e\a\n ]] 2022-03-09 13:48:11.347 | + functions-common:run_phase:1874 : [[ source == \s\o\u\r\c\e ]] 2022-03-09 13:48:11.350 | + functions-common:run_phase:1875 : load_plugin_settings 2022-03-09 13:48:11.352 | + functions-common:load_plugin_settings:1789 : local plugins= 2022-03-09 13:48:11.354 | + functions-common:load_plugin_settings:1790 : local plugin 2022-03-09 13:48:11.356 | + functions-common:load_plugin_settings:1793 : [[ -z '' ]] 2022-03-09 13:48:11.358 | + functions-common:load_plugin_settings:1794 : return 2022-03-09 13:48:11.360 | + functions-common:run_phase:1876 : verify_disabled_services 2022-03-09 13:48:11.362 | + functions-common:verify_disabled_services:2136 : local service 2022-03-09 13:48:11.365 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.367 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,key, ]] 2022-03-09 13:48:11.369 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.371 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api, ]] 2022-03-09 13:48:11.374 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.376 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cond, ]] 2022-03-09 13:48:11.379 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.381 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-sch, ]] 2022-03-09 13:48:11.383 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.385 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-api-meta, ]] 2022-03-09 13:48:11.388 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.390 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-api, ]] 2022-03-09 13:48:11.392 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.394 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,placement-client, ]] 2022-03-09 13:48:11.396 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.399 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-api, ]] 2022-03-09 13:48:11.401 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.403 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-sch, ]] 2022-03-09 13:48:11.405 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.408 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-api, ]] 2022-03-09 13:48:11.410 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.412 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-vol, ]] 2022-03-09 13:48:11.414 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.416 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-controller, ]] 2022-03-09 13:48:11.419 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.421 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovn-northd, ]] 2022-03-09 13:48:11.423 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.426 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovs-vswitchd, ]] 2022-03-09 13:48:11.428 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.430 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ovsdb-server, ]] 2022-03-09 13:48:11.432 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.435 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-svc, ]] 2022-03-09 13:48:11.437 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.439 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-ovn-metadata-agent, ]] 2022-03-09 13:48:11.442 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.444 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,rabbit, ]] 2022-03-09 13:48:11.446 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.448 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,tempest, ]] 2022-03-09 13:48:11.451 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.453 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,mysql, ]] 2022-03-09 13:48:11.455 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.457 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,etcd3, ]] 2022-03-09 13:48:11.459 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.462 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,dstat, ]] 2022-03-09 13:48:11.464 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.466 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-crt, ]] 2022-03-09 13:48:11.469 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.471 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,n-cauth, ]] 2022-03-09 13:48:11.473 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.475 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-agt, ]] 2022-03-09 13:48:11.477 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.480 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-dhcp, ]] 2022-03-09 13:48:11.482 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.484 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-l3, ]] 2022-03-09 13:48:11.486 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.489 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-meta, ]] 2022-03-09 13:48:11.491 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.493 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-metering, ]] 2022-03-09 13:48:11.496 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.498 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,q-vpn, ]] 2022-03-09 13:48:11.500 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.503 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,g-reg, ]] 2022-03-09 13:48:11.505 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.507 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,cinder, ]] 2022-03-09 13:48:11.509 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.512 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,c-bak, ]] 2022-03-09 13:48:11.514 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.516 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-proxy, ]] 2022-03-09 13:48:11.518 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.521 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-object, ]] 2022-03-09 13:48:11.523 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.525 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-container, ]] 2022-03-09 13:48:11.527 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.530 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,s-account, ]] 2022-03-09 13:48:11.532 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.534 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,heat, ]] 2022-03-09 13:48:11.539 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.541 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api, ]] 2022-03-09 13:48:11.543 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.546 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cfn, ]] 2022-03-09 13:48:11.548 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.550 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-api-cw, ]] 2022-03-09 13:48:11.553 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.555 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,h-eng, ]] 2022-03-09 13:48:11.557 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.560 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acentral, ]] 2022-03-09 13:48:11.562 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.564 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-acompute, ]] 2022-03-09 13:48:11.567 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.569 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-collector, ]] 2022-03-09 13:48:11.571 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.573 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-api, ]] 2022-03-09 13:48:11.576 | + functions-common:verify_disabled_services:2137 : for service in ${ENABLED_SERVICES//,/ } 2022-03-09 13:48:11.578 | + functions-common:verify_disabled_services:2138 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon, =~ ,ceilometer-anotification, ]] 2022-03-09 13:48:11.581 | + ./stack.sh:main:695 : initialize_database_backends 2022-03-09 13:48:11.583 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-03-09 13:48:11.585 | + lib/database:initialize_database_backends:66 : is_service_enabled mysql 2022-03-09 13:48:11.600 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:48:11.602 | + lib/database:initialize_database_backends:66 : DATABASE_TYPE=mysql 2022-03-09 13:48:11.605 | + lib/database:initialize_database_backends:65 : for backend in $DATABASE_BACKENDS 2022-03-09 13:48:11.607 | + lib/database:initialize_database_backends:66 : is_service_enabled postgresql 2022-03-09 13:48:11.622 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:48:11.625 | + lib/database:initialize_database_backends:69 : '[' -z mysql ']' 2022-03-09 13:48:11.627 | + lib/database:initialize_database_backends:73 : MYSQL_HOST=127.0.0.1 2022-03-09 13:48:11.630 | + lib/database:initialize_database_backends:74 : MYSQL_USER=root 2022-03-09 13:48:11.632 | + lib/database:initialize_database_backends:80 : [[ 4 == 6 ]] 2022-03-09 13:48:11.634 | + lib/database:initialize_database_backends:83 : DATABASE_HOST=127.0.0.1 2022-03-09 13:48:11.636 | + lib/database:initialize_database_backends:86 : DATABASE_USER=root 2022-03-09 13:48:11.639 | + lib/database:initialize_database_backends:88 : '[' -n '' ']' 2022-03-09 13:48:11.641 | + lib/database:initialize_database_backends:92 : return 0 2022-03-09 13:48:11.643 | + ./stack.sh:main:696 : echo 'Using mysql database backend' 2022-03-09 13:48:11.644 | Using mysql database backend 2022-03-09 13:48:11.646 | + ./stack.sh:main:699 : read_password DATABASE_PASSWORD 'ENTER A PASSWORD TO USE FOR THE DATABASE.' 2022-03-09 13:48:11.662 | + ./stack.sh:main:701 : define_database_baseurl 2022-03-09 13:48:11.665 | ++ lib/database:define_database_baseurl:106 : get_database_type_mysql 2022-03-09 13:48:11.667 | ++ lib/databases/mysql:get_database_type_mysql:38 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-03-09 13:48:11.670 | ++ lib/databases/mysql:get_database_type_mysql:39 : echo mysql+pymysql 2022-03-09 13:48:11.673 | + lib/database:define_database_baseurl:106 : BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-03-09 13:48:11.676 | + ./stack.sh:main:713 : is_service_enabled rabbit 2022-03-09 13:48:11.691 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:48:11.694 | + ./stack.sh:main:714 : read_password RABBIT_PASSWORD 'ENTER A PASSWORD TO USE FOR RABBIT.' 2022-03-09 13:48:11.709 | + ./stack.sh:main:721 : is_service_enabled keystone 2022-03-09 13:48:11.726 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:48:11.728 | + ./stack.sh:main:723 : read_password SERVICE_PASSWORD 'ENTER A SERVICE_PASSWORD TO USE FOR THE SERVICE AUTHENTICATION.' 2022-03-09 13:48:11.744 | + ./stack.sh:main:725 : read_password ADMIN_PASSWORD 'ENTER A PASSWORD TO USE FOR HORIZON AND KEYSTONE (20 CHARS OR LESS).' 2022-03-09 13:48:11.760 | + ./stack.sh:main:736 : is_service_enabled ldap 2022-03-09 13:48:11.776 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:48:11.779 | + ./stack.sh:main:745 : is_service_enabled s-proxy 2022-03-09 13:48:11.795 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:48:11.797 | + ./stack.sh:main:749 : read_password SWIFT_HASH 'ENTER A RANDOM SWIFT HASH.' 2022-03-09 13:48:11.813 | + ./stack.sh:main:751 : [[ -z '' ]] 2022-03-09 13:48:11.816 | + ./stack.sh:main:751 : [[ False == \T\r\u\e ]] 2022-03-09 13:48:11.818 | + ./stack.sh:main:757 : save_stackenv 757 2022-03-09 13:48:11.821 | + functions-common:save_stackenv:60 : local tag=757 2022-03-09 13:48:11.824 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-03-09 13:48:11.828 | + functions-common:save_stackenv:62 : time_stamp=2022-03-09-134811 2022-03-09 13:48:11.831 | + functions-common:save_stackenv:63 : echo '# 2022-03-09-134811 757' 2022-03-09 13:48:11.834 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 13:48:11.836 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-03-09 13:48:11.838 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 13:48:11.841 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-03-09 13:48:11.843 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 13:48:11.846 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-03-09 13:48:11.848 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 13:48:11.851 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,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,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-03-09 13:48:11.853 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 13:48:11.855 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.30 2022-03-09 13:48:11.858 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 13:48:11.860 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.30/identity 2022-03-09 13:48:11.862 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 13:48:11.865 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-03-09-134810 2022-03-09 13:48:11.867 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 13:48:11.869 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-03-09 13:48:11.872 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 13:48:11.874 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.30 2022-03-09 13:48:11.877 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 13:48:11.879 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-03-09 13:48:11.882 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 13:48:11.884 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-03-09 13:48:11.886 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 13:48:11.889 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-03-09 13:48:11.891 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 13:48:11.894 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-03-09 13:48:11.897 | + ./stack.sh:main:770 : GIT_DEPTH=0 2022-03-09 13:48:11.899 | + ./stack.sh:main:770 : git_clone https://opendev.org/openstack/requirements.git /opt/stack/requirements master 2022-03-09 13:48:11.901 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/requirements.git 2022-03-09 13:48:11.903 | + functions-common:git_clone:609 : local git_dest=/opt/stack/requirements 2022-03-09 13:48:11.905 | + functions-common:git_clone:610 : local git_ref=master 2022-03-09 13:48:11.907 | + functions-common:git_clone:611 : local orig_dir 2022-03-09 13:48:11.910 | ++ functions-common:git_clone:612 : pwd 2022-03-09 13:48:11.912 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-03-09 13:48:11.915 | + functions-common:git_clone:613 : local git_clone_flags= 2022-03-09 13:48:11.917 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-03-09 13:48:11.932 | + functions-common:git_clone:615 : RECLONE=False 2022-03-09 13:48:11.934 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-03-09 13:48:11.936 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-03-09 13:48:11.938 | + functions-common:git_clone:629 : echo master 2022-03-09 13:48:11.939 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-03-09 13:48:11.944 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/requirements ]] 2022-03-09 13:48:11.946 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-03-09 13:48:11.948 | + functions-common:git_clone:677 : cd /opt/stack/requirements 2022-03-09 13:48:11.951 | + functions-common:git_clone:678 : git show --oneline 2022-03-09 13:48:11.951 | + functions-common:git_clone:678 : head -1 2022-03-09 13:48:11.955 | 32ae8273 Merge "update constraint for ceilometer to new release 18.0.0.0rc1" 2022-03-09 13:48:11.958 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-03-09 13:48:11.960 | + ./stack.sh:main:774 : echo_summary 'Installing package prerequisites' 2022-03-09 13:48:11.963 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-03-09 13:48:11.965 | + ./stack.sh:echo_summary:446 : echo -e Installing package prerequisites 2022-03-09 13:48:11.968 | + ./stack.sh:main:775 : source /home/ubuntu/devstack/tools/install_prereqs.sh 2022-03-09 13:48:11.970 | ++ tools/install_prereqs.sh:source:11 : FORCE_PREREQ=0 2022-03-09 13:48:11.973 | ++ tools/install_prereqs.sh:source:13 : getopts :f opt 2022-03-09 13:48:11.975 | ++ tools/install_prereqs.sh:source:23 : [[ -z /home/ubuntu/devstack ]] 2022-03-09 13:48:11.978 | ++ tools/install_prereqs.sh:source:43 : PREREQ_RERUN_MARKER=/home/ubuntu/devstack/.prereqs 2022-03-09 13:48:11.980 | ++ tools/install_prereqs.sh:source:44 : PREREQ_RERUN_HOURS=2 2022-03-09 13:48:11.982 | ++ tools/install_prereqs.sh:source:45 : PREREQ_RERUN_SECONDS=7200 2022-03-09 13:48:11.985 | +++ tools/install_prereqs.sh:source:47 : date +%s 2022-03-09 13:48:11.990 | ++ tools/install_prereqs.sh:source:47 : NOW=1646833691 2022-03-09 13:48:11.993 | +++ tools/install_prereqs.sh:source:48 : head -1 /home/ubuntu/devstack/.prereqs 2022-03-09 13:48:11.998 | ++ tools/install_prereqs.sh:source:48 : LAST_RUN=1646832970 2022-03-09 13:48:12.000 | ++ tools/install_prereqs.sh:source:49 : DELTA=721 2022-03-09 13:48:12.003 | ++ tools/install_prereqs.sh:source:50 : [[ 721 -lt 7200 ]] 2022-03-09 13:48:12.006 | ++ tools/install_prereqs.sh:source:50 : [[ -z 0 ]] 2022-03-09 13:48:12.008 | ++ tools/install_prereqs.sh:source:57 : export_proxy_variables 2022-03-09 13:48:12.010 | ++ functions-common:export_proxy_variables:2243 : isset http_proxy 2022-03-09 13:48:12.013 | ++ functions-common:isset:240 : [[ -v http_proxy ]] 2022-03-09 13:48:12.015 | ++ functions-common:export_proxy_variables:2246 : isset https_proxy 2022-03-09 13:48:12.017 | ++ functions-common:isset:240 : [[ -v https_proxy ]] 2022-03-09 13:48:12.020 | ++ functions-common:export_proxy_variables:2249 : isset no_proxy 2022-03-09 13:48:12.022 | ++ functions-common:isset:240 : [[ -v no_proxy ]] 2022-03-09 13:48:12.025 | +++ tools/install_prereqs.sh:source:64 : get_packages general,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,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,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-03-09 13:48:12.076 | ++ tools/install_prereqs.sh:source:64 : PACKAGES='apache2 2022-03-09 13:48:12.076 | apache2-dev 2022-03-09 13:48:12.076 | bc 2022-03-09 13:48:12.076 | bsdmainutils 2022-03-09 13:48:12.076 | curl 2022-03-09 13:48:12.076 | g++ 2022-03-09 13:48:12.076 | gawk 2022-03-09 13:48:12.076 | gcc 2022-03-09 13:48:12.076 | gettext 2022-03-09 13:48:12.076 | git 2022-03-09 13:48:12.076 | graphviz 2022-03-09 13:48:12.076 | iputils-ping 2022-03-09 13:48:12.076 | libapache2-mod-proxy-uwsgi 2022-03-09 13:48:12.076 | libffi-dev 2022-03-09 13:48:12.076 | libjpeg-dev 2022-03-09 13:48:12.076 | libpcre3-dev 2022-03-09 13:48:12.076 | libpq-dev 2022-03-09 13:48:12.076 | libssl-dev 2022-03-09 13:48:12.076 | libsystemd-dev 2022-03-09 13:48:12.076 | libxml2-dev 2022-03-09 13:48:12.076 | libxslt1-dev 2022-03-09 13:48:12.076 | libyaml-dev 2022-03-09 13:48:12.076 | lsof 2022-03-09 13:48:12.076 | openssh-server 2022-03-09 13:48:12.077 | openssl 2022-03-09 13:48:12.077 | pkg-config 2022-03-09 13:48:12.077 | psmisc 2022-03-09 13:48:12.077 | python3-dev 2022-03-09 13:48:12.077 | python3-pip 2022-03-09 13:48:12.077 | python3-systemd 2022-03-09 13:48:12.077 | python3-venv 2022-03-09 13:48:12.077 | tar 2022-03-09 13:48:12.077 | tcpdump 2022-03-09 13:48:12.077 | unzip 2022-03-09 13:48:12.077 | uuid-runtime 2022-03-09 13:48:12.077 | wget 2022-03-09 13:48:12.077 | wget 2022-03-09 13:48:12.077 | zlib1g-dev 2022-03-09 13:48:12.077 | libkrb5-dev 2022-03-09 13:48:12.077 | libldap2-dev 2022-03-09 13:48:12.077 | libsasl2-dev 2022-03-09 13:48:12.077 | memcached 2022-03-09 13:48:12.077 | python3-mysqldb 2022-03-09 13:48:12.077 | sqlite3 2022-03-09 13:48:12.077 | conntrack 2022-03-09 13:48:12.077 | curl 2022-03-09 13:48:12.077 | dnsmasq-base 2022-03-09 13:48:12.077 | dnsmasq-utils 2022-03-09 13:48:12.078 | ebtables 2022-03-09 13:48:12.078 | genisoimage 2022-03-09 13:48:12.078 | iptables 2022-03-09 13:48:12.078 | iputils-arping 2022-03-09 13:48:12.078 | kpartx 2022-03-09 13:48:12.078 | libjs-jquery-tablesorter 2022-03-09 13:48:12.078 | parted 2022-03-09 13:48:12.078 | pm-utils 2022-03-09 13:48:12.078 | python3-mysqldb 2022-03-09 13:48:12.078 | socat 2022-03-09 13:48:12.078 | sqlite3 2022-03-09 13:48:12.078 | sudo 2022-03-09 13:48:12.078 | vlan 2022-03-09 13:48:12.078 | lsscsi 2022-03-09 13:48:12.078 | open-iscsi 2022-03-09 13:48:12.078 | lvm2 2022-03-09 13:48:12.078 | qemu-utils 2022-03-09 13:48:12.078 | thin-provisioning-tools 2022-03-09 13:48:12.078 | acl 2022-03-09 13:48:12.078 | dnsmasq-base 2022-03-09 13:48:12.078 | dnsmasq-utils 2022-03-09 13:48:12.078 | ebtables 2022-03-09 13:48:12.078 | haproxy 2022-03-09 13:48:12.078 | iptables 2022-03-09 13:48:12.078 | iputils-arping 2022-03-09 13:48:12.078 | iputils-ping 2022-03-09 13:48:12.078 | postgresql-server-dev-all 2022-03-09 13:48:12.078 | python3-mysqldb 2022-03-09 13:48:12.078 | sqlite3 2022-03-09 13:48:12.078 | sudo 2022-03-09 13:48:12.078 | vlan 2022-03-09 13:48:12.078 | pcp 2022-03-09 13:48:12.078 | ipset 2022-03-09 13:48:12.078 | conntrack 2022-03-09 13:48:12.078 | conntrackd 2022-03-09 13:48:12.078 | keepalived 2022-03-09 13:48:12.078 | lvm2 2022-03-09 13:48:12.079 | qemu-utils 2022-03-09 13:48:12.079 | thin-provisioning-tools 2022-03-09 13:48:12.079 | curl 2022-03-09 13:48:12.079 | liberasurecode-dev 2022-03-09 13:48:12.079 | make 2022-03-09 13:48:12.079 | memcached 2022-03-09 13:48:12.079 | rsync 2022-03-09 13:48:12.079 | sqlite3 2022-03-09 13:48:12.079 | xfsprogs' 2022-03-09 13:48:12.080 | +++ tools/install_prereqs.sh:source:65 : get_plugin_packages 2022-03-09 13:48:12.098 | ++ tools/install_prereqs.sh:source:65 : PACKAGES='apache2 2022-03-09 13:48:12.098 | apache2-dev 2022-03-09 13:48:12.098 | bc 2022-03-09 13:48:12.098 | bsdmainutils 2022-03-09 13:48:12.098 | curl 2022-03-09 13:48:12.098 | g++ 2022-03-09 13:48:12.098 | gawk 2022-03-09 13:48:12.098 | gcc 2022-03-09 13:48:12.098 | gettext 2022-03-09 13:48:12.098 | git 2022-03-09 13:48:12.099 | graphviz 2022-03-09 13:48:12.099 | iputils-ping 2022-03-09 13:48:12.099 | libapache2-mod-proxy-uwsgi 2022-03-09 13:48:12.099 | libffi-dev 2022-03-09 13:48:12.099 | libjpeg-dev 2022-03-09 13:48:12.099 | libpcre3-dev 2022-03-09 13:48:12.099 | libpq-dev 2022-03-09 13:48:12.099 | libssl-dev 2022-03-09 13:48:12.099 | libsystemd-dev 2022-03-09 13:48:12.099 | libxml2-dev 2022-03-09 13:48:12.099 | libxslt1-dev 2022-03-09 13:48:12.099 | libyaml-dev 2022-03-09 13:48:12.099 | lsof 2022-03-09 13:48:12.099 | openssh-server 2022-03-09 13:48:12.099 | openssl 2022-03-09 13:48:12.099 | pkg-config 2022-03-09 13:48:12.099 | psmisc 2022-03-09 13:48:12.099 | python3-dev 2022-03-09 13:48:12.099 | python3-pip 2022-03-09 13:48:12.099 | python3-systemd 2022-03-09 13:48:12.099 | python3-venv 2022-03-09 13:48:12.099 | tar 2022-03-09 13:48:12.099 | tcpdump 2022-03-09 13:48:12.099 | unzip 2022-03-09 13:48:12.099 | uuid-runtime 2022-03-09 13:48:12.099 | wget 2022-03-09 13:48:12.099 | wget 2022-03-09 13:48:12.099 | zlib1g-dev 2022-03-09 13:48:12.099 | libkrb5-dev 2022-03-09 13:48:12.099 | libldap2-dev 2022-03-09 13:48:12.099 | libsasl2-dev 2022-03-09 13:48:12.099 | memcached 2022-03-09 13:48:12.099 | python3-mysqldb 2022-03-09 13:48:12.099 | sqlite3 2022-03-09 13:48:12.100 | conntrack 2022-03-09 13:48:12.100 | curl 2022-03-09 13:48:12.100 | dnsmasq-base 2022-03-09 13:48:12.100 | dnsmasq-utils 2022-03-09 13:48:12.100 | ebtables 2022-03-09 13:48:12.100 | genisoimage 2022-03-09 13:48:12.100 | iptables 2022-03-09 13:48:12.100 | iputils-arping 2022-03-09 13:48:12.100 | kpartx 2022-03-09 13:48:12.100 | libjs-jquery-tablesorter 2022-03-09 13:48:12.100 | parted 2022-03-09 13:48:12.100 | pm-utils 2022-03-09 13:48:12.100 | python3-mysqldb 2022-03-09 13:48:12.100 | socat 2022-03-09 13:48:12.100 | sqlite3 2022-03-09 13:48:12.100 | sudo 2022-03-09 13:48:12.100 | vlan 2022-03-09 13:48:12.100 | lsscsi 2022-03-09 13:48:12.100 | open-iscsi 2022-03-09 13:48:12.100 | lvm2 2022-03-09 13:48:12.100 | qemu-utils 2022-03-09 13:48:12.100 | thin-provisioning-tools 2022-03-09 13:48:12.100 | acl 2022-03-09 13:48:12.100 | dnsmasq-base 2022-03-09 13:48:12.100 | dnsmasq-utils 2022-03-09 13:48:12.100 | ebtables 2022-03-09 13:48:12.100 | haproxy 2022-03-09 13:48:12.100 | iptables 2022-03-09 13:48:12.100 | iputils-arping 2022-03-09 13:48:12.100 | iputils-ping 2022-03-09 13:48:12.100 | postgresql-server-dev-all 2022-03-09 13:48:12.100 | python3-mysqldb 2022-03-09 13:48:12.100 | sqlite3 2022-03-09 13:48:12.100 | sudo 2022-03-09 13:48:12.100 | vlan 2022-03-09 13:48:12.100 | pcp 2022-03-09 13:48:12.100 | ipset 2022-03-09 13:48:12.101 | conntrack 2022-03-09 13:48:12.101 | conntrackd 2022-03-09 13:48:12.101 | keepalived 2022-03-09 13:48:12.101 | lvm2 2022-03-09 13:48:12.101 | qemu-utils 2022-03-09 13:48:12.101 | thin-provisioning-tools 2022-03-09 13:48:12.101 | curl 2022-03-09 13:48:12.101 | liberasurecode-dev 2022-03-09 13:48:12.101 | make 2022-03-09 13:48:12.101 | memcached 2022-03-09 13:48:12.101 | rsync 2022-03-09 13:48:12.101 | sqlite3 2022-03-09 13:48:12.101 | xfsprogs ' 2022-03-09 13:48:12.101 | ++ tools/install_prereqs.sh:source:67 : is_ubuntu 2022-03-09 13:48:12.103 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:48:12.105 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:48:12.108 | ++ 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-03-09 13:48:12.109 | ++ tools/install_prereqs.sh:source:67 : grep -q dkms 2022-03-09 13:48:12.114 | ++ 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-03-09 13:48:12.116 | ++ functions-common:install_package:1463 : update_package_repo 2022-03-09 13:48:12.118 | ++ functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-03-09 13:48:12.120 | ++ functions-common:update_package_repo:1436 : REPOS_UPDATED=False 2022-03-09 13:48:12.122 | ++ functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-03-09 13:48:12.124 | ++ functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-03-09 13:48:12.126 | ++ functions-common:update_package_repo:1443 : is_ubuntu 2022-03-09 13:48:12.129 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:48:12.131 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:48:12.133 | ++ functions-common:update_package_repo:1444 : apt_get_update 2022-03-09 13:48:12.135 | ++ functions-common:apt_get_update:1189 : [[ False == \T\r\u\e ]] 2022-03-09 13:48:12.137 | ++ functions-common:apt_get_update:1194 : [[ False = \T\r\u\e ]] 2022-03-09 13:48:12.139 | ++ functions-common:apt_get_update:1196 : local sudo=sudo 2022-03-09 13:48:12.142 | +++ functions-common:apt_get_update:1197 : id -u 2022-03-09 13:48:12.146 | ++ functions-common:apt_get_update:1197 : [[ 1000 = \0 ]] 2022-03-09 13:48:12.148 | ++ functions-common:apt_get_update:1200 : time_start apt-get-update 2022-03-09 13:48:12.150 | ++ functions-common:time_start:2411 : local name=apt-get-update 2022-03-09 13:48:12.152 | ++ functions-common:time_start:2412 : local start_time= 2022-03-09 13:48:12.154 | ++ functions-common:time_start:2413 : [[ -n '' ]] 2022-03-09 13:48:12.156 | +++ functions-common:time_start:2416 : date +%s%3N 2022-03-09 13:48:12.160 | ++ functions-common:time_start:2416 : _TIME_START[$name]=1646833692158 2022-03-09 13:48:12.162 | ++ functions-common:apt_get_update:1202 : local 'proxies=http_proxy= https_proxy= no_proxy= ' 2022-03-09 13:48:12.164 | ++ functions-common:apt_get_update:1203 : local 'update_cmd=sudo http_proxy= https_proxy= no_proxy= apt-get update' 2022-03-09 13:48:12.166 | ++ 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-03-09 13:48:12.371 | Hit:1 http://nova.clouds.archive.ubuntu.com/ubuntu focal InRelease 2022-03-09 13:48:12.405 | Hit:2 http://nova.clouds.archive.ubuntu.com/ubuntu focal-updates InRelease 2022-03-09 13:48:12.453 | Get:3 http://nova.clouds.archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2022-03-09 13:48:12.608 | Get:4 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2022-03-09 13:48:13.338 | Fetched 222 kB in 1s (252 kB/s) 2022-03-09 13:48:14.850 | Reading package lists... 2022-03-09 13:48:14.883 | ++ functions-common:apt_get_update:1208 : REPOS_UPDATED=True 2022-03-09 13:48:14.885 | ++ functions-common:apt_get_update:1210 : time_stop apt-get-update 2022-03-09 13:48:14.887 | ++ functions-common:time_stop:2425 : local name 2022-03-09 13:48:14.889 | ++ functions-common:time_stop:2426 : local end_time 2022-03-09 13:48:14.891 | ++ functions-common:time_stop:2427 : local elapsed_time 2022-03-09 13:48:14.894 | ++ functions-common:time_stop:2428 : local total 2022-03-09 13:48:14.896 | ++ functions-common:time_stop:2429 : local start_time 2022-03-09 13:48:14.898 | ++ functions-common:time_stop:2431 : name=apt-get-update 2022-03-09 13:48:14.900 | ++ functions-common:time_stop:2432 : start_time=1646833692158 2022-03-09 13:48:14.902 | ++ functions-common:time_stop:2434 : [[ -z 1646833692158 ]] 2022-03-09 13:48:14.904 | +++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 13:48:14.908 | ++ functions-common:time_stop:2437 : end_time=1646833694906 2022-03-09 13:48:14.910 | ++ functions-common:time_stop:2438 : elapsed_time=2748 2022-03-09 13:48:14.912 | ++ functions-common:time_stop:2439 : total=0 2022-03-09 13:48:14.915 | ++ functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 13:48:14.917 | ++ functions-common:time_stop:2442 : _TIME_TOTAL[$name]=2748 2022-03-09 13:48:14.919 | ++ 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-03-09 13:48:14.921 | ++ functions-common:real_install_package:1449 : is_ubuntu 2022-03-09 13:48:14.923 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:48:14.925 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:48:14.929 | ++ 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-03-09 13:48:14.950 | ++ 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-03-09 13:48:15.060 | Reading package lists... 2022-03-09 13:48:15.302 | Building dependency tree... 2022-03-09 13:48:15.304 | Reading state information... 2022-03-09 13:48:15.338 | acl is already the newest version (2.2.53-6). 2022-03-09 13:48:15.338 | bc is already the newest version (1.07.1-2build1). 2022-03-09 13:48:15.338 | bsdmainutils is already the newest version (11.1.2ubuntu3). 2022-03-09 13:48:15.338 | conntrack is already the newest version (1:1.4.5-2). 2022-03-09 13:48:15.338 | ebtables is already the newest version (2.0.11-3build1). 2022-03-09 13:48:15.338 | g++ is already the newest version (4:9.3.0-1ubuntu2). 2022-03-09 13:48:15.338 | gawk is already the newest version (1:5.0.1+dfsg-1). 2022-03-09 13:48:15.338 | gcc is already the newest version (4:9.3.0-1ubuntu2). 2022-03-09 13:48:15.338 | genisoimage is already the newest version (9:1.1.11-3.1ubuntu1). 2022-03-09 13:48:15.338 | gettext is already the newest version (0.19.8.1-10build1). 2022-03-09 13:48:15.338 | iptables is already the newest version (1.8.4-3ubuntu2). 2022-03-09 13:48:15.338 | iputils-arping is already the newest version (3:20190709-3). 2022-03-09 13:48:15.338 | iputils-ping is already the newest version (3:20190709-3). 2022-03-09 13:48:15.338 | kpartx is already the newest version (0.8.3-1ubuntu2). 2022-03-09 13:48:15.338 | liberasurecode-dev is already the newest version (1.6.1-4). 2022-03-09 13:48:15.338 | libffi-dev is already the newest version (3.3-4). 2022-03-09 13:48:15.338 | libjpeg-dev is already the newest version (8c-2ubuntu8). 2022-03-09 13:48:15.338 | libpcre3-dev is already the newest version (2:8.39-12build1). 2022-03-09 13:48:15.338 | libxslt1-dev is already the newest version (1.1.34-4). 2022-03-09 13:48:15.338 | libyaml-dev is already the newest version (0.2.2-1). 2022-03-09 13:48:15.339 | lsscsi is already the newest version (0.30-0.1). 2022-03-09 13:48:15.339 | lvm2 is already the newest version (2.03.07-1ubuntu1). 2022-03-09 13:48:15.339 | make is already the newest version (4.2.1-1.2). 2022-03-09 13:48:15.339 | pkg-config is already the newest version (0.29.1-0ubuntu4). 2022-03-09 13:48:15.339 | psmisc is already the newest version (23.3-1). 2022-03-09 13:48:15.339 | python3-dev is already the newest version (3.8.2-0ubuntu2). 2022-03-09 13:48:15.339 | python3-mysqldb is already the newest version (1.4.4-2build1). 2022-03-09 13:48:15.339 | python3-systemd is already the newest version (234-3build2). 2022-03-09 13:48:15.339 | socat is already the newest version (1.7.3.3-2). 2022-03-09 13:48:15.339 | tcpdump is already the newest version (4.9.3-4). 2022-03-09 13:48:15.339 | thin-provisioning-tools is already the newest version (0.8.5-4build1). 2022-03-09 13:48:15.339 | unzip is already the newest version (6.0-25ubuntu1). 2022-03-09 13:48:15.339 | xfsprogs is already the newest version (5.3.0-1ubuntu2). 2022-03-09 13:48:15.339 | conntrackd is already the newest version (1:1.4.5-2). 2022-03-09 13:48:15.339 | graphviz is already the newest version (2.42.2-3build2). 2022-03-09 13:48:15.339 | libjs-jquery-tablesorter is already the newest version (1:2.31.1+dfsg1-1). 2022-03-09 13:48:15.339 | pcp is already the newest version (5.0.3-1). 2022-03-09 13:48:15.339 | pm-utils is already the newest version (1.4.1-19). 2022-03-09 13:48:15.339 | python3-venv is already the newest version (3.8.2-0ubuntu2). 2022-03-09 13:48:15.339 | apache2 is already the newest version (2.4.41-4ubuntu3.9). 2022-03-09 13:48:15.339 | apache2-dev is already the newest version (2.4.41-4ubuntu3.9). 2022-03-09 13:48:15.339 | curl is already the newest version (7.68.0-1ubuntu2.7). 2022-03-09 13:48:15.339 | dnsmasq-base is already the newest version (2.80-1.1ubuntu1.4). 2022-03-09 13:48:15.339 | dnsmasq-utils is already the newest version (2.80-1.1ubuntu1.4). 2022-03-09 13:48:15.339 | git is already the newest version (1:2.25.1-1ubuntu3.2). 2022-03-09 13:48:15.339 | haproxy is already the newest version (2.0.13-2ubuntu0.5). 2022-03-09 13:48:15.339 | ipset is already the newest version (7.5-1ubuntu0.20.04.1). 2022-03-09 13:48:15.339 | keepalived is already the newest version (1:2.0.19-2ubuntu0.2). 2022-03-09 13:48:15.339 | libkrb5-dev is already the newest version (1.17-6ubuntu4.1). 2022-03-09 13:48:15.339 | libldap2-dev is already the newest version (2.4.49+dfsg-2ubuntu1.8). 2022-03-09 13:48:15.339 | libpq-dev is already the newest version (12.9-0ubuntu0.20.04.1). 2022-03-09 13:48:15.339 | libsasl2-dev is already the newest version (2.1.27+dfsg-2ubuntu0.1). 2022-03-09 13:48:15.339 | libssl-dev is already the newest version (1.1.1f-1ubuntu2.11). 2022-03-09 13:48:15.340 | libsystemd-dev is already the newest version (245.4-4ubuntu3.15). 2022-03-09 13:48:15.340 | libxml2-dev is already the newest version (2.9.10+dfsg-5ubuntu0.20.04.1). 2022-03-09 13:48:15.340 | lsof is already the newest version (4.93.2+dfsg-1ubuntu0.20.04.1). 2022-03-09 13:48:15.340 | memcached is already the newest version (1.5.22-2ubuntu0.2). 2022-03-09 13:48:15.340 | open-iscsi is already the newest version (2.0.874-7.1ubuntu6.2). 2022-03-09 13:48:15.340 | openssh-server is already the newest version (1:8.2p1-4ubuntu0.4). 2022-03-09 13:48:15.340 | openssl is already the newest version (1.1.1f-1ubuntu2.11). 2022-03-09 13:48:15.340 | parted is already the newest version (3.3-4ubuntu0.20.04.1). 2022-03-09 13:48:15.340 | qemu-utils is already the newest version (1:4.2-3ubuntu6.21). 2022-03-09 13:48:15.340 | rsync is already the newest version (3.1.3-8ubuntu0.2). 2022-03-09 13:48:15.340 | sqlite3 is already the newest version (3.31.1-4ubuntu0.2). 2022-03-09 13:48:15.340 | sudo is already the newest version (1.8.31-1ubuntu1.2). 2022-03-09 13:48:15.340 | tar is already the newest version (1.30+dfsg-7ubuntu0.20.04.1). 2022-03-09 13:48:15.340 | uuid-runtime is already the newest version (2.34-0.1ubuntu9.3). 2022-03-09 13:48:15.340 | wget is already the newest version (1.20.3-1ubuntu2). 2022-03-09 13:48:15.340 | zlib1g-dev is already the newest version (1:1.2.11.dfsg-2ubuntu1.2). 2022-03-09 13:48:15.559 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.9). 2022-03-09 13:48:15.560 | python3-pip is already the newest version (20.0.2-5ubuntu1.6). 2022-03-09 13:48:15.560 | vlan is already the newest version (2.0.4ubuntu1.20.04.1). 2022-03-09 13:48:15.560 | The following packages were automatically installed and are no longer required: 2022-03-09 13:48:15.561 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-03-09 13:48:15.561 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-03-09 13:48:15.561 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-03-09 13:48:15.561 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-03-09 13:48:15.561 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-03-09 13:48:15.561 | python3-zope.interface 2022-03-09 13:48:15.561 | Use 'sudo apt autoremove' to remove them. 2022-03-09 13:48:15.562 | The following additional packages will be installed: 2022-03-09 13:48:15.562 | llvm-10-dev llvm-10-tools postgresql-server-dev-12 python3-yaml 2022-03-09 13:48:15.629 | The following NEW packages will be installed: 2022-03-09 13:48:15.629 | llvm-10-dev llvm-10-tools postgresql-server-dev-12 postgresql-server-dev-all 2022-03-09 13:48:15.629 | python3-yaml 2022-03-09 13:48:16.199 | 0 upgraded, 5 newly installed, 0 to remove and 122 not upgraded. 2022-03-09 13:48:16.199 | Need to get 0 B/27.4 MB of archives. 2022-03-09 13:48:16.199 | After this operation, 211 MB of additional disk space will be used. 2022-03-09 13:48:16.383 | Selecting previously unselected package python3-yaml. 2022-03-09 13:48:16.435 | (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 88085 files and directories currently installed.) 2022-03-09 13:48:16.439 | Preparing to unpack .../python3-yaml_5.3.1-1ubuntu0.1_amd64.deb ... 2022-03-09 13:48:16.496 | Unpacking python3-yaml (5.3.1-1ubuntu0.1) ... 2022-03-09 13:48:16.829 | Selecting previously unselected package llvm-10-tools. 2022-03-09 13:48:16.839 | Preparing to unpack .../llvm-10-tools_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-03-09 13:48:16.886 | Unpacking llvm-10-tools (1:10.0.0-4ubuntu1) ... 2022-03-09 13:48:17.366 | Selecting previously unselected package llvm-10-dev. 2022-03-09 13:48:17.377 | Preparing to unpack .../llvm-10-dev_1%3a10.0.0-4ubuntu1_amd64.deb ... 2022-03-09 13:48:17.479 | Unpacking llvm-10-dev (1:10.0.0-4ubuntu1) ... 2022-03-09 13:48:22.235 | Selecting previously unselected package postgresql-server-dev-12. 2022-03-09 13:48:22.245 | Preparing to unpack .../postgresql-server-dev-12_12.9-0ubuntu0.20.04.1_amd64.deb ... 2022-03-09 13:48:22.291 | Unpacking postgresql-server-dev-12 (12.9-0ubuntu0.20.04.1) ... 2022-03-09 13:48:22.783 | Selecting previously unselected package postgresql-server-dev-all. 2022-03-09 13:48:22.793 | Preparing to unpack .../postgresql-server-dev-all_214ubuntu0.1_all.deb ... 2022-03-09 13:48:22.863 | Unpacking postgresql-server-dev-all (214ubuntu0.1) ... 2022-03-09 13:48:23.195 | Setting up python3-yaml (5.3.1-1ubuntu0.1) ... 2022-03-09 13:48:23.686 | Setting up llvm-10-tools (1:10.0.0-4ubuntu1) ... 2022-03-09 13:48:23.844 | Setting up llvm-10-dev (1:10.0.0-4ubuntu1) ... 2022-03-09 13:48:23.966 | Setting up postgresql-server-dev-12 (12.9-0ubuntu0.20.04.1) ... 2022-03-09 13:48:24.063 | Setting up postgresql-server-dev-all (214ubuntu0.1) ... 2022-03-09 13:48:24.149 | Processing triggers for man-db (2.9.1-1) ... 2022-03-09 13:48:24.635 | Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-03-09 13:48:32.078 | ++ functions-common:apt_get:1234 : result=0 2022-03-09 13:48:32.080 | ++ functions-common:apt_get:1237 : time_stop apt-get 2022-03-09 13:48:32.082 | ++ functions-common:time_stop:2425 : local name 2022-03-09 13:48:32.084 | ++ functions-common:time_stop:2426 : local end_time 2022-03-09 13:48:32.086 | ++ functions-common:time_stop:2427 : local elapsed_time 2022-03-09 13:48:32.088 | ++ functions-common:time_stop:2428 : local total 2022-03-09 13:48:32.091 | ++ functions-common:time_stop:2429 : local start_time 2022-03-09 13:48:32.093 | ++ functions-common:time_stop:2431 : name=apt-get 2022-03-09 13:48:32.095 | ++ functions-common:time_stop:2432 : start_time=1646833694947 2022-03-09 13:48:32.098 | ++ functions-common:time_stop:2434 : [[ -z 1646833694947 ]] 2022-03-09 13:48:32.100 | +++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 13:48:32.104 | ++ functions-common:time_stop:2437 : end_time=1646833712102 2022-03-09 13:48:32.107 | ++ functions-common:time_stop:2438 : elapsed_time=17155 2022-03-09 13:48:32.109 | ++ functions-common:time_stop:2439 : total=744 2022-03-09 13:48:32.111 | ++ functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 13:48:32.114 | ++ functions-common:time_stop:2442 : _TIME_TOTAL[$name]=17899 2022-03-09 13:48:32.116 | ++ functions-common:apt_get:1238 : return 0 2022-03-09 13:48:32.118 | ++ tools/install_prereqs.sh:source:74 : [[ -n False ]] 2022-03-09 13:48:32.121 | ++ tools/install_prereqs.sh:source:74 : [[ False != \F\a\l\s\e ]] 2022-03-09 13:48:32.123 | ++ tools/install_prereqs.sh:source:88 : date +%s 2022-03-09 13:48:32.127 | ++ tools/install_prereqs.sh:source:89 : date 2022-03-09 13:48:32.132 | + ./stack.sh:main:790 : [[ False != \T\r\u\e ]] 2022-03-09 13:48:32.134 | + ./stack.sh:main:791 : PYPI_ALTERNATIVE_URL= 2022-03-09 13:48:32.137 | + ./stack.sh:main:791 : /home/ubuntu/devstack/tools/install_pip.sh 2022-03-09 13:48:33.531 | + tools/install_pip.sh:main:25 : FILES=/home/ubuntu/devstack/files 2022-03-09 13:48:33.532 | + tools/install_pip.sh:main:40 : PIP_GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py 2022-03-09 13:48:33.535 | + tools/install_pip.sh:main:41 : PIP_GET_PIP36_URL=https://bootstrap.pypa.io/pip/3.6/get-pip.py 2022-03-09 13:48:33.537 | + tools/install_pip.sh:main:43 : GetDistro 2022-03-09 13:48:33.539 | + functions-common:GetDistro:446 : GetOSVersion 2022-03-09 13:48:33.541 | + functions-common:GetOSVersion:416 : source /etc/os-release 2022-03-09 13:48:33.542 | ++ /etc/os-release:source:1 : NAME=Ubuntu 2022-03-09 13:48:33.544 | ++ /etc/os-release:source:2 : VERSION='20.04.2 LTS (Focal Fossa)' 2022-03-09 13:48:33.546 | ++ /etc/os-release:source:3 : ID=ubuntu 2022-03-09 13:48:33.548 | ++ /etc/os-release:source:4 : ID_LIKE=debian 2022-03-09 13:48:33.550 | ++ /etc/os-release:source:5 : PRETTY_NAME='Ubuntu 20.04.2 LTS' 2022-03-09 13:48:33.552 | ++ /etc/os-release:source:6 : VERSION_ID=20.04 2022-03-09 13:48:33.554 | ++ /etc/os-release:source:7 : HOME_URL=https://www.ubuntu.com/ 2022-03-09 13:48:33.555 | ++ /etc/os-release:source:8 : SUPPORT_URL=https://help.ubuntu.com/ 2022-03-09 13:48:33.557 | ++ /etc/os-release:source:9 : BUG_REPORT_URL=https://bugs.launchpad.net/ubuntu/ 2022-03-09 13:48:33.559 | ++ /etc/os-release:source:10 : PRIVACY_POLICY_URL=https://www.ubuntu.com/legal/terms-and-policies/privacy-policy 2022-03-09 13:48:33.561 | ++ /etc/os-release:source:11 : VERSION_CODENAME=focal 2022-03-09 13:48:33.562 | ++ /etc/os-release:source:12 : UBUNTU_CODENAME=focal 2022-03-09 13:48:33.564 | + functions-common:GetOSVersion:417 : [[ ubuntu20.04.2 LTS (Focal Fossa) == \c\e\n\t\o\s\9 ]] 2022-03-09 13:48:33.566 | + functions-common:GetOSVersion:422 : _ensure_lsb_release 2022-03-09 13:48:33.568 | ++ functions-common:_ensure_lsb_release:393 : command -v lsb_release 2022-03-09 13:48:33.570 | + functions-common:_ensure_lsb_release:393 : [[ -x /usr/bin/lsb_release ]] 2022-03-09 13:48:33.572 | + functions-common:_ensure_lsb_release:394 : return 2022-03-09 13:48:33.574 | ++ functions-common:GetOSVersion:424 : lsb_release -r -s 2022-03-09 13:48:33.653 | + functions-common:GetOSVersion:424 : os_RELEASE=20.04 2022-03-09 13:48:33.655 | ++ functions-common:GetOSVersion:425 : lsb_release -c -s 2022-03-09 13:48:33.731 | + functions-common:GetOSVersion:425 : os_CODENAME=focal 2022-03-09 13:48:33.733 | ++ functions-common:GetOSVersion:426 : lsb_release -i -s 2022-03-09 13:48:33.807 | + functions-common:GetOSVersion:426 : os_VENDOR=Ubuntu 2022-03-09 13:48:33.809 | + functions-common:GetOSVersion:429 : [[ Ubuntu =~ (Debian|Ubuntu|LinuxMint) ]] 2022-03-09 13:48:33.811 | + functions-common:GetOSVersion:430 : os_PACKAGE=deb 2022-03-09 13:48:33.813 | + functions-common:GetOSVersion:435 : typeset -xr os_VENDOR 2022-03-09 13:48:33.815 | + functions-common:GetOSVersion:436 : typeset -xr os_RELEASE 2022-03-09 13:48:33.816 | + functions-common:GetOSVersion:437 : typeset -xr os_PACKAGE 2022-03-09 13:48:33.818 | + functions-common:GetOSVersion:438 : typeset -xr os_CODENAME 2022-03-09 13:48:33.820 | + functions-common:GetDistro:448 : [[ Ubuntu =~ (Ubuntu) ]] 2022-03-09 13:48:33.822 | + functions-common:GetDistro:451 : DISTRO=focal 2022-03-09 13:48:33.824 | + functions-common:GetDistro:500 : typeset -xr DISTRO 2022-03-09 13:48:33.826 | + tools/install_pip.sh:main:44 : echo 'Distro: focal' 2022-03-09 13:48:33.826 | Distro: focal 2022-03-09 13:48:33.828 | + tools/install_pip.sh:main:124 : get_versions 2022-03-09 13:48:33.830 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-03-09 13:48:33.834 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-03-09 13:48:33.836 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-03-09 13:48:33.839 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-03-09 13:48:33.840 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-03-09 13:48:34.522 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-03-09 13:48:34.524 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-03-09 13:48:34.524 | pip: 21.3.1 2022-03-09 13:48:34.526 | + tools/install_pip.sh:main:126 : [[ -n '' ]] 2022-03-09 13:48:34.528 | + tools/install_pip.sh:main:130 : is_fedora 2022-03-09 13:48:34.530 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-03-09 13:48:34.531 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-03-09 13:48:34.533 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-03-09 13:48:34.535 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-03-09 13:48:34.536 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-03-09 13:48:34.538 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-03-09 13:48:34.540 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-03-09 13:48:34.541 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-03-09 13:48:34.543 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-03-09 13:48:34.545 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-03-09 13:48:34.546 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-03-09 13:48:34.548 | + tools/install_pip.sh:main:141 : is_ubuntu 2022-03-09 13:48:34.550 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:48:34.552 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:48:34.554 | + tools/install_pip.sh:main:142 : : 2022-03-09 13:48:34.556 | + tools/install_pip.sh:main:147 : set -x 2022-03-09 13:48:34.558 | + tools/install_pip.sh:main:151 : pip_install_gr setuptools 2022-03-09 13:48:34.559 | + inc/python:pip_install_gr:76 : local name=setuptools 2022-03-09 13:48:34.561 | + inc/python:pip_install_gr:77 : local clean_name 2022-03-09 13:48:34.563 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements setuptools 2022-03-09 13:48:34.566 | ++ inc/python:get_from_global_requirements:225 : local package=setuptools 2022-03-09 13:48:34.568 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-03-09 13:48:34.570 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^setuptools' /opt/stack/requirements/global-requirements.txt 2022-03-09 13:48:34.570 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-03-09 13:48:34.574 | ++ inc/python:get_from_global_requirements:227 : required_pkg='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,!=48.0.0,!=49.0.0 ' 2022-03-09 13:48:34.576 | ++ inc/python:get_from_global_requirements:228 : [[ 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,!=48.0.0,!=49.0.0 == '' ]] 2022-03-09 13:48:34.578 | ++ inc/python:get_from_global_requirements:231 : echo '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,!=48.0.0,!=49.0.0' 2022-03-09 13:48:34.580 | + inc/python:pip_install_gr:78 : clean_name='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,!=48.0.0,!=49.0.0' 2022-03-09 13:48:34.582 | + inc/python:pip_install_gr:79 : pip_install '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,!=48.0.0,!=49.0.0' 2022-03-09 13:48:34.598 | Using python 3.8 to install 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,!=48.0.0,!=49.0.0 2022-03-09 13:48:34.600 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt '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,!=48.0.0,!=49.0.0' 2022-03-09 13:48:35.454 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:48:35.454 | from cryptography.utils import int_from_bytes 2022-03-09 13:48:35.454 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:48:35.454 | from cryptography.utils import int_from_bytes 2022-03-09 13:48:36.665 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 13:48:39.182 | Collecting 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,!=48.0.0,!=49.0.0 2022-03-09 13:48:39.193 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/e4f/30b9f84e5ab3d/setuptools-60.9.3-py3-none-any.whl (1.1 MB) 2022-03-09 13:48:41.495 | Installing collected packages: setuptools 2022-03-09 13:48:42.349 | Successfully installed setuptools-60.9.3 2022-03-09 13:48:42.349 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-03-09 13:48:42.516 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-03-09 13:48:42.516 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-03-09 13:48:42.647 | + inc/python:pip_install:200 : result=0 2022-03-09 13:48:42.649 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 13:48:42.651 | + functions-common:time_stop:2425 : local name 2022-03-09 13:48:42.652 | + functions-common:time_stop:2426 : local end_time 2022-03-09 13:48:42.654 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 13:48:42.656 | + functions-common:time_stop:2428 : local total 2022-03-09 13:48:42.657 | + functions-common:time_stop:2429 : local start_time 2022-03-09 13:48:42.659 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 13:48:42.661 | + functions-common:time_stop:2432 : start_time=1646833714594 2022-03-09 13:48:42.662 | + functions-common:time_stop:2434 : [[ -z 1646833714594 ]] 2022-03-09 13:48:42.665 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 13:48:42.668 | + functions-common:time_stop:2437 : end_time=1646833722666 2022-03-09 13:48:42.669 | + functions-common:time_stop:2438 : elapsed_time=8072 2022-03-09 13:48:42.671 | + functions-common:time_stop:2439 : total=0 2022-03-09 13:48:42.673 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 13:48:42.675 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=8072 2022-03-09 13:48:42.676 | + inc/python:pip_install:203 : return 0 2022-03-09 13:48:42.678 | + tools/install_pip.sh:main:153 : get_versions 2022-03-09 13:48:42.681 | ++ tools/install_pip.sh:get_versions:49 : which pip 2022-03-09 13:48:42.684 | + tools/install_pip.sh:get_versions:49 : PIP=/usr/local/bin/pip 2022-03-09 13:48:42.686 | + tools/install_pip.sh:get_versions:50 : [[ -n /usr/local/bin/pip ]] 2022-03-09 13:48:42.689 | ++ tools/install_pip.sh:get_versions:51 : /usr/local/bin/pip --version 2022-03-09 13:48:42.689 | ++ tools/install_pip.sh:get_versions:51 : awk '{ print $2}' 2022-03-09 13:48:43.375 | + tools/install_pip.sh:get_versions:51 : PIP_VERSION=21.3.1 2022-03-09 13:48:43.377 | + tools/install_pip.sh:get_versions:52 : echo 'pip: 21.3.1' 2022-03-09 13:48:43.377 | pip: 21.3.1 2022-03-09 13:48:43.380 | + ./stack.sh:main:795 : source /home/ubuntu/devstack/tools/fixup_stuff.sh 2022-03-09 13:48:43.383 | ++ tools/fixup_stuff.sh:source:12 : [[ -z /home/ubuntu/devstack ]] 2022-03-09 13:48:43.386 | + ./stack.sh:main:796 : fixup_all 2022-03-09 13:48:43.389 | + tools/fixup_stuff.sh:fixup_all:180 : fixup_ubuntu 2022-03-09 13:48:43.391 | + tools/fixup_stuff.sh:fixup_ubuntu:141 : is_ubuntu 2022-03-09 13:48:43.393 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:48:43.395 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:48:43.397 | + tools/fixup_stuff.sh:fixup_ubuntu:151 : sudo rm -rf /usr/lib/python3/dist-packages/PyYAML-5.3.1.egg-info 2022-03-09 13:48:43.409 | + tools/fixup_stuff.sh:fixup_ubuntu:152 : sudo rm -rf '/usr/lib/python3/dist-packages/pyasn1_modules-*.egg-info' 2022-03-09 13:48:43.421 | + tools/fixup_stuff.sh:fixup_ubuntu:153 : sudo rm -rf '/usr/lib/python3/dist-packages/simplejson-*.egg-info' 2022-03-09 13:48:43.432 | + tools/fixup_stuff.sh:fixup_all:181 : fixup_fedora 2022-03-09 13:48:43.435 | + tools/fixup_stuff.sh:fixup_fedora:33 : is_fedora 2022-03-09 13:48:43.437 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-03-09 13:48:43.439 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-03-09 13:48:43.441 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-03-09 13:48:43.443 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-03-09 13:48:43.445 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-03-09 13:48:43.447 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-03-09 13:48:43.449 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-03-09 13:48:43.451 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-03-09 13:48:43.453 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-03-09 13:48:43.455 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-03-09 13:48:43.458 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-03-09 13:48:43.460 | + tools/fixup_stuff.sh:fixup_fedora:34 : return 2022-03-09 13:48:43.462 | + tools/fixup_stuff.sh:fixup_all:182 : fixup_suse 2022-03-09 13:48:43.465 | + tools/fixup_stuff.sh:fixup_suse:94 : is_suse 2022-03-09 13:48:43.467 | + functions-common:is_suse:542 : is_opensuse 2022-03-09 13:48:43.469 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-03-09 13:48:43.472 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-03-09 13:48:43.474 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-03-09 13:48:43.476 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-03-09 13:48:43.478 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-03-09 13:48:43.480 | + tools/fixup_stuff.sh:fixup_suse:95 : return 2022-03-09 13:48:43.482 | + tools/fixup_stuff.sh:fixup_all:183 : fixup_openeuler 2022-03-09 13:48:43.485 | + tools/fixup_stuff.sh:fixup_openeuler:157 : is_openeuler 2022-03-09 13:48:43.487 | + functions-common:is_openeuler:580 : [[ -z deb ]] 2022-03-09 13:48:43.489 | + functions-common:is_openeuler:583 : '[' Ubuntu = openEuler ']' 2022-03-09 13:48:43.491 | + tools/fixup_stuff.sh:fixup_openeuler:158 : return 2022-03-09 13:48:43.494 | + ./stack.sh:main:799 : pip_install -U os-testr 2022-03-09 13:48:43.514 | Using python 3.8 to install os-testr 2022-03-09 13:48:43.516 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U os-testr 2022-03-09 13:48:44.403 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:48:44.403 | from cryptography.utils import int_from_bytes 2022-03-09 13:48:44.403 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:48:44.404 | from cryptography.utils import int_from_bytes 2022-03-09 13:48:45.536 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 13:48:45.563 | Requirement already satisfied: os-testr in /usr/local/lib/python3.8/dist-packages (2.0.1) 2022-03-09 13:48:45.638 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (5.8.1) 2022-03-09 13:48:45.639 | Requirement already satisfied: stestr>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (3.2.1) 2022-03-09 13:48:45.640 | Requirement already satisfied: testtools>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (2.5.0) 2022-03-09 13:48:45.641 | Requirement already satisfied: python-subunit>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from os-testr) (1.4.0) 2022-03-09 13:48:45.654 | Requirement already satisfied: extras in /usr/local/lib/python3.8/dist-packages (from python-subunit>=1.0.0->os-testr) (1.0.0) 2022-03-09 13:48:45.684 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (3.0.0) 2022-03-09 13:48:45.685 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (0.12.2) 2022-03-09 13:48:45.686 | Requirement already satisfied: PyYAML>=3.10.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (6.0) 2022-03-09 13:48:45.687 | Requirement already satisfied: cliff>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (3.10.1) 2022-03-09 13:48:45.688 | Requirement already satisfied: future in /usr/local/lib/python3.8/dist-packages (from stestr>=1.0.0->os-testr) (0.18.2) 2022-03-09 13:48:45.712 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.5.0) 2022-03-09 13:48:45.713 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (2.4.0) 2022-03-09 13:48:45.715 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (3.5.0) 2022-03-09 13:48:45.716 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (3.0.7) 2022-03-09 13:48:45.717 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from cliff>=2.8.0->stestr>=1.0.0->os-testr) (3.1.1) 2022-03-09 13:48:45.730 | Requirement already satisfied: six in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->stestr>=1.0.0->os-testr) (1.16.0) 2022-03-09 13:48:45.797 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (21.4.0) 2022-03-09 13:48:45.798 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (0.2.5) 2022-03-09 13:48:45.799 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=2.8.0->stestr>=1.0.0->os-testr) (1.8.2) 2022-03-09 13:48:47.979 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-03-09 13:48:47.986 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-03-09 13:48:47.986 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-03-09 13:48:48.103 | + inc/python:pip_install:200 : result=0 2022-03-09 13:48:48.105 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 13:48:48.107 | + functions-common:time_stop:2425 : local name 2022-03-09 13:48:48.110 | + functions-common:time_stop:2426 : local end_time 2022-03-09 13:48:48.112 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 13:48:48.114 | + functions-common:time_stop:2428 : local total 2022-03-09 13:48:48.116 | + functions-common:time_stop:2429 : local start_time 2022-03-09 13:48:48.119 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 13:48:48.121 | + functions-common:time_stop:2432 : start_time=1646833723509 2022-03-09 13:48:48.123 | + functions-common:time_stop:2434 : [[ -z 1646833723509 ]] 2022-03-09 13:48:48.125 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 13:48:48.130 | + functions-common:time_stop:2437 : end_time=1646833728128 2022-03-09 13:48:48.132 | + functions-common:time_stop:2438 : elapsed_time=4619 2022-03-09 13:48:48.134 | + functions-common:time_stop:2439 : total=0 2022-03-09 13:48:48.136 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 13:48:48.138 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=4619 2022-03-09 13:48:48.141 | + inc/python:pip_install:203 : return 0 2022-03-09 13:48:48.143 | + ./stack.sh:main:803 : iniset -sudo /etc/systemd/journald.conf Journal RateLimitBurst 0 2022-03-09 13:48:48.194 | + ./stack.sh:main:804 : sudo systemctl restart systemd-journald 2022-03-09 13:48:48.498 | + ./stack.sh:main:810 : install_infra 2022-03-09 13:48:48.500 | + lib/infra:install_infra:31 : local PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-03-09 13:48:48.504 | + lib/infra:install_infra:32 : '[' '!' -d /opt/stack/requirements/.venv ']' 2022-03-09 13:48:48.507 | + lib/infra:install_infra:32 : python3 -m venv /opt/stack/requirements/.venv 2022-03-09 13:48:51.663 | + lib/infra:install_infra:34 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-03-09 13:48:51.666 | + lib/infra:install_infra:34 : pip_install -U pbr 2022-03-09 13:48:51.690 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2022-03-09 13:48:53.498 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:53.543 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:53.616 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:53.624 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:53.646 | Ignoring zeroconf: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:53.650 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:53.667 | Ignoring responses: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:53.677 | Ignoring MarkupSafe: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:53.699 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:53.709 | Ignoring prettytable: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:53.770 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:53.846 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:53.863 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:53.893 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:53.901 | Ignoring coverage: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:53.915 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:53.932 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:53.944 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:53.958 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:53.967 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:54.005 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:54.027 | Ignoring asgiref: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:54.035 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:54.098 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:54.101 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:54.105 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:54.145 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:54.183 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:54.199 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:54.216 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:54.238 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:54.255 | Ignoring pyrsistent: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:54.272 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:54.301 | Ignoring cachetools: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:54.331 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:54.358 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:54.369 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:54.386 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:54.399 | Ignoring itsdangerous: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:54.417 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:54.423 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:54.428 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:54.431 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 13:48:54.937 | Collecting pbr===5.8.1 2022-03-09 13:48:54.944 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/271/08648368782d0/pbr-5.8.1-py2.py3-none-any.whl (113 kB) 2022-03-09 13:48:54.984 | Installing collected packages: pbr 2022-03-09 13:48:55.126 | Successfully installed pbr-5.8.1 2022-03-09 13:48:55.188 | + inc/python:pip_install:200 : result=0 2022-03-09 13:48:55.190 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 13:48:55.193 | + functions-common:time_stop:2425 : local name 2022-03-09 13:48:55.195 | + functions-common:time_stop:2426 : local end_time 2022-03-09 13:48:55.197 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 13:48:55.199 | + functions-common:time_stop:2428 : local total 2022-03-09 13:48:55.201 | + functions-common:time_stop:2429 : local start_time 2022-03-09 13:48:55.203 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 13:48:55.205 | + functions-common:time_stop:2432 : start_time=1646833731682 2022-03-09 13:48:55.208 | + functions-common:time_stop:2434 : [[ -z 1646833731682 ]] 2022-03-09 13:48:55.211 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 13:48:55.215 | + functions-common:time_stop:2437 : end_time=1646833735212 2022-03-09 13:48:55.217 | + functions-common:time_stop:2438 : elapsed_time=3530 2022-03-09 13:48:55.219 | + functions-common:time_stop:2439 : total=4619 2022-03-09 13:48:55.221 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 13:48:55.223 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=8149 2022-03-09 13:48:55.225 | + inc/python:pip_install:203 : return 0 2022-03-09 13:48:55.228 | + lib/infra:install_infra:35 : PIP_VIRTUAL_ENV=/opt/stack/requirements/.venv 2022-03-09 13:48:55.230 | + lib/infra:install_infra:35 : pip_install /opt/stack/requirements 2022-03-09 13:48:55.252 | + inc/python:pip_install:193 : env http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite /opt/stack/requirements/.venv/bin/pip install -c /opt/stack/requirements/upper-constraints.txt /opt/stack/requirements 2022-03-09 13:48:57.072 | Ignoring sphinxcontrib-actdiag: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.118 | Ignoring Pint: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.190 | Ignoring networkx: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.199 | Ignoring Pillow: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.222 | Ignoring zeroconf: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.225 | Ignoring scipy: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.243 | Ignoring responses: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.252 | Ignoring MarkupSafe: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.273 | Ignoring sphinxcontrib-blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.283 | Ignoring prettytable: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.344 | Ignoring cached-property: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.421 | Ignoring django-debreach: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.438 | Ignoring funcparserlib: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.468 | Ignoring autobahn: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.477 | Ignoring coverage: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.491 | Ignoring nwdiag: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.508 | Ignoring importlib-metadata: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.519 | Ignoring ujson: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.533 | Ignoring sphinxcontrib-seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.542 | Ignoring platformdirs: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.580 | Ignoring keyring: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.603 | Ignoring asgiref: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.610 | Ignoring blockdiag: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.673 | Ignoring async-generator: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.677 | Ignoring seqdiag: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.681 | Ignoring numpy: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.721 | Ignoring tomli: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.759 | Ignoring typed-ast: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.775 | Ignoring kombu: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.792 | Ignoring GitPython: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.811 | Ignoring dataclasses: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.828 | Ignoring pyrsistent: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.845 | Ignoring jaeger-client: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.874 | Ignoring cachetools: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.904 | Ignoring decorator: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.932 | Ignoring zipp: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.942 | Ignoring futures: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.960 | Ignoring filelock: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.973 | Ignoring itsdangerous: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.991 | Ignoring actdiag: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:57.997 | Ignoring scikit-learn: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:58.001 | Ignoring setuptools: markers 'python_version == "3.6"' don't match your environment 2022-03-09 13:48:58.005 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 13:48:58.007 | Processing /opt/stack/requirements 2022-03-09 13:48:59.430 | Collecting fixtures===3.0.0 2022-03-09 13:48:59.438 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/2a5/51b0421101de1/fixtures-3.0.0-py2.py3-none-any.whl (67 kB) 2022-03-09 13:48:59.654 | Collecting PyYAML===6.0 2022-03-09 13:48:59.662 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/277/a0ef2981ca405/PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (701 kB) 2022-03-09 13:48:59.839 | Collecting requests===2.27.1 2022-03-09 13:48:59.846 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f22/fa1e554c9ddfd/requests-2.27.1-py2.py3-none-any.whl (63 kB) 2022-03-09 13:48:59.938 | Collecting packaging===21.3 2022-03-09 13:48:59.944 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/ef1/03e05f519cdc7/packaging-21.3-py3-none-any.whl (40 kB) 2022-03-09 13:49:00.007 | Collecting testtools===2.5.0 2022-03-09 13:49:00.014 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/798/525999f053e4d/testtools-2.5.0-py3-none-any.whl (181 kB) 2022-03-09 13:49:00.095 | Collecting idna===3.3 2022-03-09 13:49:00.102 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/84d/9dd047ffa8059/idna-3.3-py3-none-any.whl (61 kB) 2022-03-09 13:49:00.235 | Collecting pyparsing===3.0.7 2022-03-09 13:49:00.242 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a6c/06a88f252e6c3/pyparsing-3.0.7-py3-none-any.whl (98 kB) 2022-03-09 13:49:00.302 | Collecting six===1.16.0 2022-03-09 13:49:00.309 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/8ab/b2f1d86890a2d/six-1.16.0-py2.py3-none-any.whl (11 kB) 2022-03-09 13:49:00.362 | Collecting charset-normalizer===2.0.12 2022-03-09 13:49:00.369 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/688/1edbebdb17b39/charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2022-03-09 13:49:00.726 | Collecting Parsley>=1.2 2022-03-09 13:49:00.732 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/c3b/c417b8c7e3a96/Parsley-1.3-py2.py3-none-any.whl (88 kB) 2022-03-09 13:49:01.109 | Collecting beagle>=0.2.1 2022-03-09 13:49:01.116 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/34b/7236e550859b0/beagle-0.3.0-py3-none-any.whl (11 kB) 2022-03-09 13:49:01.141 | Requirement already satisfied: pbr===5.8.1 in /opt/stack/requirements/.venv/lib/python3.8/site-packages (from -c /opt/stack/requirements/upper-constraints.txt (line 46)) (5.8.1) 2022-03-09 13:49:01.215 | Collecting certifi>=2017.4.17 2022-03-09 13:49:01.222 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/d62/a0163eb4c2344/certifi-2021.10.8-py2.py3-none-any.whl (149 kB) 2022-03-09 13:49:01.309 | Collecting urllib3===1.26.8 2022-03-09 13:49:01.316 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/000/ca7f471a233c2/urllib3-1.26.8-py2.py3-none-any.whl (138 kB) 2022-03-09 13:49:01.376 | Collecting extras===1.0.0 2022-03-09 13:49:01.382 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/f68/9f08df47e2dec/extras-1.0.0-py2.py3-none-any.whl (7.3 kB) 2022-03-09 13:49:01.465 | Collecting cliff===3.10.1 2022-03-09 13:49:01.471 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a21/da482714b9f0b/cliff-3.10.1-py3-none-any.whl (81 kB) 2022-03-09 13:49:01.544 | Collecting prettytable===3.1.1 2022-03-09 13:49:01.551 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/f54/6d42de21ac14d/prettytable-3.1.1-py3-none-any.whl (26 kB) 2022-03-09 13:49:01.592 | Collecting autopage===0.5.0 2022-03-09 13:49:01.598 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/572/32860f28a1867/autopage-0.5.0-py3-none-any.whl (29 kB) 2022-03-09 13:49:01.682 | Collecting stevedore===3.5.0 2022-03-09 13:49:01.688 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/a54/7de73308fd7e9/stevedore-3.5.0-py3-none-any.whl (49 kB) 2022-03-09 13:49:01.849 | Collecting cmd2===2.4.0 2022-03-09 13:49:01.855 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/6fe/6d46099edaf4a/cmd2-2.4.0-py3-none-any.whl (150 kB) 2022-03-09 13:49:01.953 | Collecting wcwidth===0.2.5 2022-03-09 13:49:01.959 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/beb/4802a9cebb914/wcwidth-0.2.5-py2.py3-none-any.whl (30 kB) 2022-03-09 13:49:02.010 | Collecting pyperclip===1.8.2 2022-03-09 13:49:02.016 | Downloading http://10.100.0.9:8080/cloudbase/CI/%2Bf/767/6e3b8b98bc6fb/pyperclip-1.8.2-py3-none-any.whl (11 kB) 2022-03-09 13:49:02.063 | Collecting attrs===21.4.0 2022-03-09 13:49:02.069 | Downloading http://10.100.0.9:8080/root/pypi/%2Bf/2d2/7e3784d7a565d/attrs-21.4.0-py2.py3-none-any.whl (60 kB) 2022-03-09 13:49:02.149 | Building wheels for collected packages: openstack-requirements 2022-03-09 13:49:02.149 | Building wheel for openstack-requirements (setup.py): started 2022-03-09 13:49:02.968 | Building wheel for openstack-requirements (setup.py): finished with status 'error' 2022-03-09 13:49:02.969 | ERROR: Command errored out with exit status 1: 2022-03-09 13:49:02.969 | command: /opt/stack/requirements/.venv/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-req-build-p7fq0zdu/setup.py'"'"'; __file__='"'"'/tmp/pip-req-build-p7fq0zdu/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-ei1h92nd 2022-03-09 13:49:02.969 | cwd: /tmp/pip-req-build-p7fq0zdu/ 2022-03-09 13:49:02.969 | Complete output (6 lines): 2022-03-09 13:49:02.969 | usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 2022-03-09 13:49:02.969 | or: setup.py --help [cmd1 cmd2 ...] 2022-03-09 13:49:02.969 | or: setup.py --help-commands 2022-03-09 13:49:02.969 | or: setup.py cmd --help 2022-03-09 13:49:02.969 | 2022-03-09 13:49:02.969 | error: invalid command 'bdist_wheel' 2022-03-09 13:49:02.969 | ---------------------------------------- 2022-03-09 13:49:02.969 | ERROR: Failed building wheel for openstack-requirements 2022-03-09 13:49:02.969 | Running setup.py clean for openstack-requirements 2022-03-09 13:49:03.780 | Failed to build openstack-requirements 2022-03-09 13:49:04.015 | Installing collected packages: attrs, extras, testtools, six, fixtures, wcwidth, prettytable, urllib3, PyYAML, idna, charset-normalizer, certifi, requests, pyparsing, autopage, stevedore, pyperclip, cmd2, cliff, packaging, Parsley, beagle, openstack-requirements 2022-03-09 13:49:05.898 | Running setup.py install for openstack-requirements: started 2022-03-09 13:49:08.166 | Running setup.py install for openstack-requirements: finished with status 'done' 2022-03-09 13:49:08.198 | Successfully installed Parsley-1.3 PyYAML-6.0 attrs-21.4.0 autopage-0.5.0 beagle-0.3.0 certifi-2021.10.8 charset-normalizer-2.0.12 cliff-3.10.1 cmd2-2.4.0 extras-1.0.0 fixtures-3.0.0 idna-3.3 openstack-requirements-1.2.1.dev5330 packaging-21.3 prettytable-3.1.1 pyparsing-3.0.7 pyperclip-1.8.2 requests-2.27.1 six-1.16.0 stevedore-3.5.0 testtools-2.5.0 urllib3-1.26.8 wcwidth-0.2.5 2022-03-09 13:49:08.327 | + inc/python:pip_install:200 : result=0 2022-03-09 13:49:08.329 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 13:49:08.332 | + functions-common:time_stop:2425 : local name 2022-03-09 13:49:08.334 | + functions-common:time_stop:2426 : local end_time 2022-03-09 13:49:08.336 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 13:49:08.338 | + functions-common:time_stop:2428 : local total 2022-03-09 13:49:08.340 | + functions-common:time_stop:2429 : local start_time 2022-03-09 13:49:08.342 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 13:49:08.345 | + functions-common:time_stop:2432 : start_time=1646833735245 2022-03-09 13:49:08.347 | + functions-common:time_stop:2434 : [[ -z 1646833735245 ]] 2022-03-09 13:49:08.350 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 13:49:08.354 | + functions-common:time_stop:2437 : end_time=1646833748351 2022-03-09 13:49:08.356 | + functions-common:time_stop:2438 : elapsed_time=13106 2022-03-09 13:49:08.358 | + functions-common:time_stop:2439 : total=8149 2022-03-09 13:49:08.360 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 13:49:08.362 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=21255 2022-03-09 13:49:08.364 | + inc/python:pip_install:203 : return 0 2022-03-09 13:49:08.367 | + lib/infra:install_infra:39 : unset PIP_VIRTUAL_ENV 2022-03-09 13:49:08.369 | + lib/infra:install_infra:42 : use_library_from_git pbr 2022-03-09 13:49:08.372 | + inc/python:use_library_from_git:250 : local name=pbr 2022-03-09 13:49:08.374 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:08.376 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:08.379 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pbr, ]] 2022-03-09 13:49:08.381 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:08.383 | + lib/infra:install_infra:48 : pip_install -U pbr 2022-03-09 13:49:08.403 | Using python 3.8 to install pbr 2022-03-09 13:49:08.406 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -U pbr 2022-03-09 13:49:09.271 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:49:09.271 | from cryptography.utils import int_from_bytes 2022-03-09 13:49:09.271 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:49:09.272 | from cryptography.utils import int_from_bytes 2022-03-09 13:49:10.401 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 13:49:10.427 | Requirement already satisfied: pbr in /usr/local/lib/python3.8/dist-packages (5.8.1) 2022-03-09 13:49:12.817 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-03-09 13:49:12.824 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-03-09 13:49:12.824 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-03-09 13:49:12.939 | + inc/python:pip_install:200 : result=0 2022-03-09 13:49:12.942 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 13:49:12.944 | + functions-common:time_stop:2425 : local name 2022-03-09 13:49:12.946 | + functions-common:time_stop:2426 : local end_time 2022-03-09 13:49:12.948 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 13:49:12.950 | + functions-common:time_stop:2428 : local total 2022-03-09 13:49:12.952 | + functions-common:time_stop:2429 : local start_time 2022-03-09 13:49:12.955 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 13:49:12.957 | + functions-common:time_stop:2432 : start_time=1646833748398 2022-03-09 13:49:12.959 | + functions-common:time_stop:2434 : [[ -z 1646833748398 ]] 2022-03-09 13:49:12.961 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 13:49:12.965 | + functions-common:time_stop:2437 : end_time=1646833752963 2022-03-09 13:49:12.968 | + functions-common:time_stop:2438 : elapsed_time=4565 2022-03-09 13:49:12.970 | + functions-common:time_stop:2439 : total=21255 2022-03-09 13:49:12.972 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 13:49:12.974 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=25820 2022-03-09 13:49:12.976 | + inc/python:pip_install:203 : return 0 2022-03-09 13:49:12.978 | + ./stack.sh:main:813 : python3 -m venv /opt/stack/bindep-venv 2022-03-09 13:49:15.320 | + ./stack.sh:main:815 : /opt/stack/bindep-venv/bin/pip install bindep 2022-03-09 13:49:17.234 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 13:49:17.236 | Requirement already satisfied: bindep in /opt/stack/bindep-venv/lib/python3.8/site-packages (2.10.2) 2022-03-09 13:49:17.250 | Requirement already satisfied: Parsley in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.3) 2022-03-09 13:49:17.252 | Requirement already satisfied: distro in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (1.7.0) 2022-03-09 13:49:17.256 | Requirement already satisfied: pbr>=2.0.0 in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (5.8.1) 2022-03-09 13:49:17.259 | Requirement already satisfied: packaging; python_version >= "3.6" in /opt/stack/bindep-venv/lib/python3.8/site-packages (from bindep) (21.3) 2022-03-09 13:49:17.265 | 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.7) 2022-03-09 13:49:17.336 | + ./stack.sh:main:816 : export BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-03-09 13:49:17.339 | + ./stack.sh:main:816 : BINDEP_CMD=/opt/stack/bindep-venv/bin/bindep 2022-03-09 13:49:17.342 | ++ ./stack.sh:main:819 : _get_plugin_bindep_packages 2022-03-09 13:49:17.358 | + ./stack.sh:main:819 : pkgs= 2022-03-09 13:49:17.361 | + ./stack.sh:main:820 : [[ -n '' ]] 2022-03-09 13:49:17.364 | + ./stack.sh:main:827 : run_phase stack pre-install 2022-03-09 13:49:17.366 | + functions-common:run_phase:1853 : local mode=stack 2022-03-09 13:49:17.368 | + functions-common:run_phase:1854 : local phase=pre-install 2022-03-09 13:49:17.370 | + functions-common:run_phase:1855 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-03-09 13:49:17.372 | + functions-common:run_phase:1856 : local extra_plugin_file_name 2022-03-09 13:49:17.375 | + functions-common:run_phase:1857 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-03-09 13:49:17.377 | + functions-common:run_phase:1862 : local exceptions=80-tempest.sh 2022-03-09 13:49:17.379 | + functions-common:run_phase:1863 : local extra 2022-03-09 13:49:17.382 | ++ functions-common:run_phase:1864 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-03-09 13:49:17.386 | + functions-common:run_phase:1864 : extra=80-tempest.sh 2022-03-09 13:49:17.388 | + functions-common:run_phase:1865 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-03-09 13:49:17.391 | + functions-common:run_phase:1869 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-03-09 13:49:17.393 | + functions-common:run_phase:1869 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack pre-install 2022-03-09 13:49:17.395 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-03-09 13:49:17.409 | ++ functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:49:17.411 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-03-09 13:49:17.413 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-03-09 13:49:17.416 | ++ extras.d/80-tempest.sh:source:7 : [[ pre-install == \i\n\s\t\a\l\l ]] 2022-03-09 13:49:17.418 | ++ extras.d/80-tempest.sh:source:10 : [[ stack == \s\t\a\c\k ]] 2022-03-09 13:49:17.420 | ++ extras.d/80-tempest.sh:source:10 : [[ pre-install == \p\o\s\t\-\c\o\n\f\i\g ]] 2022-03-09 13:49:17.422 | ++ extras.d/80-tempest.sh:source:13 : [[ stack == \s\t\a\c\k ]] 2022-03-09 13:49:17.424 | ++ extras.d/80-tempest.sh:source:13 : [[ pre-install == \e\x\t\r\a ]] 2022-03-09 13:49:17.427 | ++ extras.d/80-tempest.sh:source:16 : [[ stack == \s\t\a\c\k ]] 2022-03-09 13:49:17.429 | ++ extras.d/80-tempest.sh:source:16 : [[ pre-install == \p\o\s\t\-\e\x\t\r\a ]] 2022-03-09 13:49:17.431 | ++ extras.d/80-tempest.sh:source:19 : [[ stack == \s\t\a\c\k ]] 2022-03-09 13:49:17.433 | ++ extras.d/80-tempest.sh:source:19 : [[ pre-install == \t\e\s\t\-\c\o\n\f\i\g ]] 2022-03-09 13:49:17.435 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-03-09 13:49:17.437 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-03-09 13:49:17.439 | + functions-common:run_phase:1874 : [[ stack == \s\o\u\r\c\e ]] 2022-03-09 13:49:17.442 | + functions-common:run_phase:1877 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-03-09 13:49:17.444 | + functions-common:run_phase:1880 : run_plugins stack pre-install 2022-03-09 13:49:17.446 | + functions-common:run_plugins:1839 : local mode=stack 2022-03-09 13:49:17.448 | + functions-common:run_plugins:1840 : local phase=pre-install 2022-03-09 13:49:17.450 | + functions-common:run_plugins:1842 : local plugins= 2022-03-09 13:49:17.452 | + functions-common:run_plugins:1843 : local plugin 2022-03-09 13:49:17.455 | + ./stack.sh:main:830 : set_systemd_override DefaultLimitNOFILE 2048 2022-03-09 13:49:17.457 | + functions:set_systemd_override:820 : local key=DefaultLimitNOFILE 2022-03-09 13:49:17.460 | + functions:set_systemd_override:821 : local value=2048 2022-03-09 13:49:17.462 | + functions:set_systemd_override:823 : local sysconf=/etc/systemd/system.conf 2022-03-09 13:49:17.464 | + functions:set_systemd_override:824 : iniset -sudo /etc/systemd/system.conf Manager DefaultLimitNOFILE 2048 2022-03-09 13:49:17.515 | + functions:set_systemd_override:825 : echo 'Set systemd system override for DefaultLimitNOFILE=2048' 2022-03-09 13:49:17.515 | Set systemd system override for DefaultLimitNOFILE=2048 2022-03-09 13:49:17.518 | + functions:set_systemd_override:827 : sudo systemctl daemon-reload 2022-03-09 13:49:17.903 | + ./stack.sh:main:832 : install_rpc_backend 2022-03-09 13:49:17.906 | + lib/rpc_backend:install_rpc_backend:52 : is_service_enabled rabbit 2022-03-09 13:49:17.922 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:49:17.925 | + lib/rpc_backend:install_rpc_backend:54 : install_package rabbitmq-server 2022-03-09 13:49:17.927 | + functions-common:install_package:1463 : update_package_repo 2022-03-09 13:49:17.929 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-03-09 13:49:17.932 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-03-09 13:49:17.934 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-03-09 13:49:17.936 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-03-09 13:49:17.938 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-03-09 13:49:17.941 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:49:17.943 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:49:17.945 | + functions-common:update_package_repo:1444 : apt_get_update 2022-03-09 13:49:17.947 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-03-09 13:49:17.949 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-03-09 13:49:17.952 | + functions-common:apt_get_update:1190 : return 2022-03-09 13:49:17.954 | + functions-common:install_package:1464 : real_install_package rabbitmq-server 2022-03-09 13:49:17.957 | + functions-common:real_install_package:1449 : is_ubuntu 2022-03-09 13:49:17.959 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:49:17.961 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:49:17.964 | + functions-common:real_install_package:1450 : apt_get install rabbitmq-server 2022-03-09 13:49:17.988 | + 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-03-09 13:49:18.097 | Reading package lists... 2022-03-09 13:49:18.335 | Building dependency tree... 2022-03-09 13:49:18.337 | Reading state information... 2022-03-09 13:49:18.586 | rabbitmq-server is already the newest version (3.8.2-0ubuntu1.3). 2022-03-09 13:49:18.586 | The following packages were automatically installed and are no longer required: 2022-03-09 13:49:18.587 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-03-09 13:49:18.587 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-03-09 13:49:18.587 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-03-09 13:49:18.587 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-03-09 13:49:18.587 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-03-09 13:49:18.587 | python3-zope.interface 2022-03-09 13:49:18.587 | Use 'sudo apt autoremove' to remove them. 2022-03-09 13:49:18.700 | 0 upgraded, 0 newly installed, 0 to remove and 122 not upgraded. 2022-03-09 13:49:18.704 | + functions-common:apt_get:1234 : result=0 2022-03-09 13:49:18.707 | + functions-common:apt_get:1237 : time_stop apt-get 2022-03-09 13:49:18.709 | + functions-common:time_stop:2425 : local name 2022-03-09 13:49:18.711 | + functions-common:time_stop:2426 : local end_time 2022-03-09 13:49:18.713 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 13:49:18.716 | + functions-common:time_stop:2428 : local total 2022-03-09 13:49:18.718 | + functions-common:time_stop:2429 : local start_time 2022-03-09 13:49:18.720 | + functions-common:time_stop:2431 : name=apt-get 2022-03-09 13:49:18.722 | + functions-common:time_stop:2432 : start_time=1646833757986 2022-03-09 13:49:18.724 | + functions-common:time_stop:2434 : [[ -z 1646833757986 ]] 2022-03-09 13:49:18.727 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 13:49:18.731 | + functions-common:time_stop:2437 : end_time=1646833758729 2022-03-09 13:49:18.733 | + functions-common:time_stop:2438 : elapsed_time=743 2022-03-09 13:49:18.736 | + functions-common:time_stop:2439 : total=17899 2022-03-09 13:49:18.738 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 13:49:18.740 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=18642 2022-03-09 13:49:18.743 | + functions-common:apt_get:1238 : return 0 2022-03-09 13:49:18.745 | + lib/rpc_backend:install_rpc_backend:55 : is_suse 2022-03-09 13:49:18.747 | + functions-common:is_suse:542 : is_opensuse 2022-03-09 13:49:18.749 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-03-09 13:49:18.752 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-03-09 13:49:18.755 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-03-09 13:49:18.757 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-03-09 13:49:18.759 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-03-09 13:49:18.761 | + lib/rpc_backend:install_rpc_backend:68 : is_fedora 2022-03-09 13:49:18.764 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-03-09 13:49:18.766 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-03-09 13:49:18.768 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-03-09 13:49:18.770 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-03-09 13:49:18.772 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-03-09 13:49:18.775 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-03-09 13:49:18.777 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-03-09 13:49:18.779 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-03-09 13:49:18.781 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-03-09 13:49:18.783 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-03-09 13:49:18.786 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-03-09 13:49:18.788 | + lib/rpc_backend:install_rpc_backend:68 : is_suse 2022-03-09 13:49:18.790 | + functions-common:is_suse:542 : is_opensuse 2022-03-09 13:49:18.792 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-03-09 13:49:18.795 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-03-09 13:49:18.797 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-03-09 13:49:18.799 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-03-09 13:49:18.802 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-03-09 13:49:18.804 | + ./stack.sh:main:833 : restart_rpc_backend 2022-03-09 13:49:18.806 | + lib/rpc_backend:restart_rpc_backend:81 : is_service_enabled rabbit 2022-03-09 13:49:18.822 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:49:18.825 | + lib/rpc_backend:restart_rpc_backend:83 : echo_summary 'Starting RabbitMQ' 2022-03-09 13:49:18.827 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-03-09 13:49:18.829 | + ./stack.sh:echo_summary:446 : echo -e Starting RabbitMQ 2022-03-09 13:49:18.832 | + lib/rpc_backend:restart_rpc_backend:94 : local i 2022-03-09 13:49:18.834 | ++ lib/rpc_backend:restart_rpc_backend:95 : seq 20 2022-03-09 13:49:18.839 | + lib/rpc_backend:restart_rpc_backend:95 : for i in `seq 20` 2022-03-09 13:49:18.841 | + lib/rpc_backend:restart_rpc_backend:96 : local rc=0 2022-03-09 13:49:18.843 | + lib/rpc_backend:restart_rpc_backend:98 : [[ 1 -eq 20 ]] 2022-03-09 13:49:18.845 | + lib/rpc_backend:restart_rpc_backend:100 : [[ 1 == \0 ]] 2022-03-09 13:49:18.848 | + lib/rpc_backend:restart_rpc_backend:104 : rabbit_setuser stackrabbit Passw0rd 2022-03-09 13:49:18.850 | + lib/rpc_backend:rabbit_setuser:173 : local user=stackrabbit pass=Passw0rd found= out= 2022-03-09 13:49:18.853 | ++ lib/rpc_backend:rabbit_setuser:174 : sudo rabbitmqctl list_users 2022-03-09 13:49:19.606 | + lib/rpc_backend:rabbit_setuser:174 : out='Listing users ... 2022-03-09 13:49:19.607 | user tags 2022-03-09 13:49:19.607 | stackrabbit []' 2022-03-09 13:49:19.610 | ++ lib/rpc_backend:rabbit_setuser:176 : echo 'Listing users ... 2022-03-09 13:49:19.610 | user tags 2022-03-09 13:49:19.610 | stackrabbit []' 2022-03-09 13:49:19.610 | ++ lib/rpc_backend:rabbit_setuser:176 : awk '$1 == user { print $1 }' user=stackrabbit 2022-03-09 13:49:19.618 | + lib/rpc_backend:rabbit_setuser:176 : found=stackrabbit 2022-03-09 13:49:19.620 | + lib/rpc_backend:rabbit_setuser:177 : '[' stackrabbit = stackrabbit ']' 2022-03-09 13:49:19.622 | + lib/rpc_backend:rabbit_setuser:178 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-03-09 13:49:20.305 | Changing password for user "stackrabbit" ... 2022-03-09 13:49:20.363 | + lib/rpc_backend:rabbit_setuser:184 : sudo rabbitmqctl set_permissions stackrabbit '.*' '.*' '.*' 2022-03-09 13:49:21.027 | Setting permissions for user "stackrabbit" in vhost "/" ... 2022-03-09 13:49:21.111 | + lib/rpc_backend:restart_rpc_backend:105 : '[' 0 -ne 0 ']' 2022-03-09 13:49:21.114 | + lib/rpc_backend:restart_rpc_backend:110 : sudo rabbitmqctl change_password stackrabbit Passw0rd 2022-03-09 13:49:21.777 | Changing password for user "stackrabbit" ... 2022-03-09 13:49:21.833 | + lib/rpc_backend:restart_rpc_backend:112 : '[' 0 -ne 0 ']' 2022-03-09 13:49:21.835 | + lib/rpc_backend:restart_rpc_backend:116 : break 2022-03-09 13:49:21.838 | + lib/rpc_backend:restart_rpc_backend:119 : sudo rabbitmqctl delete_user guest 2022-03-09 13:49:22.501 | Deleting user "guest" ... 2022-03-09 13:49:22.515 | Error: 2022-03-09 13:49:22.516 | {:no_such_user, "guest"} 2022-03-09 13:49:22.529 | + lib/rpc_backend:restart_rpc_backend:119 : true 2022-03-09 13:49:22.531 | + ./stack.sh:main:835 : is_service_enabled mysql postgresql 2022-03-09 13:49:22.548 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:49:22.550 | + ./stack.sh:main:836 : install_database 2022-03-09 13:49:22.553 | + lib/database:install_database:118 : install_database_mysql 2022-03-09 13:49:22.555 | + lib/databases/mysql:install_database_mysql:153 : is_ubuntu 2022-03-09 13:49:22.557 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:49:22.560 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:49:22.562 | + lib/databases/mysql:install_database_mysql:156 : sudo debconf-set-selections 2022-03-09 13:49:22.879 | + lib/databases/mysql:install_database_mysql:166 : [[ ! -e /home/ubuntu/.my.cnf ]] 2022-03-09 13:49:22.882 | + lib/databases/mysql:install_database_mysql:179 : [[ True == \T\r\u\e ]] 2022-03-09 13:49:22.884 | + lib/databases/mysql:install_database_mysql:180 : is_oraclelinux 2022-03-09 13:49:22.886 | + functions-common:is_oraclelinux:512 : [[ -z Ubuntu ]] 2022-03-09 13:49:22.889 | + functions-common:is_oraclelinux:516 : '[' Ubuntu = OracleServer ']' 2022-03-09 13:49:22.891 | + lib/databases/mysql:install_database_mysql:182 : is_fedora 2022-03-09 13:49:22.894 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-03-09 13:49:22.896 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-03-09 13:49:22.898 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-03-09 13:49:22.901 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-03-09 13:49:22.903 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-03-09 13:49:22.905 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-03-09 13:49:22.907 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-03-09 13:49:22.910 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-03-09 13:49:22.912 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-03-09 13:49:22.914 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-03-09 13:49:22.917 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-03-09 13:49:22.919 | + lib/databases/mysql:install_database_mysql:185 : is_suse 2022-03-09 13:49:22.921 | + functions-common:is_suse:542 : is_opensuse 2022-03-09 13:49:22.923 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-03-09 13:49:22.926 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-03-09 13:49:22.928 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-03-09 13:49:22.930 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-03-09 13:49:22.933 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-03-09 13:49:22.935 | + lib/databases/mysql:install_database_mysql:188 : is_ubuntu 2022-03-09 13:49:22.937 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:49:22.939 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:49:22.942 | + lib/databases/mysql:install_database_mysql:189 : install_package mysql-server 2022-03-09 13:49:22.944 | + functions-common:install_package:1463 : update_package_repo 2022-03-09 13:49:22.947 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-03-09 13:49:22.949 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-03-09 13:49:22.951 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-03-09 13:49:22.953 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-03-09 13:49:22.956 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-03-09 13:49:22.958 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:49:22.960 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:49:22.963 | + functions-common:update_package_repo:1444 : apt_get_update 2022-03-09 13:49:22.965 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-03-09 13:49:22.967 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-03-09 13:49:22.970 | + functions-common:apt_get_update:1190 : return 2022-03-09 13:49:22.972 | + functions-common:install_package:1464 : real_install_package mysql-server 2022-03-09 13:49:22.974 | + functions-common:real_install_package:1449 : is_ubuntu 2022-03-09 13:49:22.976 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:49:22.979 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:49:22.981 | + functions-common:real_install_package:1450 : apt_get install mysql-server 2022-03-09 13:49:23.001 | + 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-03-09 13:49:23.110 | Reading package lists... 2022-03-09 13:49:23.352 | Building dependency tree... 2022-03-09 13:49:23.353 | Reading state information... 2022-03-09 13:49:23.603 | mysql-server is already the newest version (8.0.28-0ubuntu0.20.04.3). 2022-03-09 13:49:23.603 | The following packages were automatically installed and are no longer required: 2022-03-09 13:49:23.604 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-03-09 13:49:23.604 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-03-09 13:49:23.604 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-03-09 13:49:23.604 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-03-09 13:49:23.605 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-03-09 13:49:23.605 | python3-zope.interface 2022-03-09 13:49:23.605 | Use 'sudo apt autoremove' to remove them. 2022-03-09 13:49:23.716 | 0 upgraded, 0 newly installed, 0 to remove and 122 not upgraded. 2022-03-09 13:49:23.720 | + functions-common:apt_get:1234 : result=0 2022-03-09 13:49:23.723 | + functions-common:apt_get:1237 : time_stop apt-get 2022-03-09 13:49:23.725 | + functions-common:time_stop:2425 : local name 2022-03-09 13:49:23.728 | + functions-common:time_stop:2426 : local end_time 2022-03-09 13:49:23.730 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 13:49:23.732 | + functions-common:time_stop:2428 : local total 2022-03-09 13:49:23.734 | + functions-common:time_stop:2429 : local start_time 2022-03-09 13:49:23.736 | + functions-common:time_stop:2431 : name=apt-get 2022-03-09 13:49:23.739 | + functions-common:time_stop:2432 : start_time=1646833762998 2022-03-09 13:49:23.741 | + functions-common:time_stop:2434 : [[ -z 1646833762998 ]] 2022-03-09 13:49:23.744 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 13:49:23.748 | + functions-common:time_stop:2437 : end_time=1646833763745 2022-03-09 13:49:23.750 | + functions-common:time_stop:2438 : elapsed_time=747 2022-03-09 13:49:23.752 | + functions-common:time_stop:2439 : total=18642 2022-03-09 13:49:23.754 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 13:49:23.756 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=19389 2022-03-09 13:49:23.758 | + functions-common:apt_get:1238 : return 0 2022-03-09 13:49:23.761 | + ./stack.sh:main:838 : '[' -n mysql ']' 2022-03-09 13:49:23.763 | + ./stack.sh:main:839 : install_database_python 2022-03-09 13:49:23.765 | + lib/database:install_database_python:123 : install_database_python_mysql 2022-03-09 13:49:23.767 | + lib/databases/mysql:install_database_python_mysql:198 : pip_install_gr PyMySQL 2022-03-09 13:49:23.770 | + inc/python:pip_install_gr:76 : local name=PyMySQL 2022-03-09 13:49:23.772 | + inc/python:pip_install_gr:77 : local clean_name 2022-03-09 13:49:23.775 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements PyMySQL 2022-03-09 13:49:23.777 | ++ inc/python:get_from_global_requirements:225 : local package=PyMySQL 2022-03-09 13:49:23.780 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-03-09 13:49:23.784 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-03-09 13:49:23.785 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^PyMySQL' /opt/stack/requirements/global-requirements.txt 2022-03-09 13:49:23.790 | ++ inc/python:get_from_global_requirements:227 : required_pkg='PyMySQL ' 2022-03-09 13:49:23.792 | ++ inc/python:get_from_global_requirements:228 : [[ PyMySQL == '' ]] 2022-03-09 13:49:23.794 | ++ inc/python:get_from_global_requirements:231 : echo PyMySQL 2022-03-09 13:49:23.797 | + inc/python:pip_install_gr:78 : clean_name=PyMySQL 2022-03-09 13:49:23.800 | + inc/python:pip_install_gr:79 : pip_install PyMySQL 2022-03-09 13:49:23.820 | Using python 3.8 to install PyMySQL 2022-03-09 13:49:23.823 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt PyMySQL 2022-03-09 13:49:24.678 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:49:24.678 | from cryptography.utils import int_from_bytes 2022-03-09 13:49:24.678 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:49:24.678 | from cryptography.utils import int_from_bytes 2022-03-09 13:49:25.799 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 13:49:25.826 | Requirement already satisfied: PyMySQL in /usr/local/lib/python3.8/dist-packages (1.0.2) 2022-03-09 13:49:28.047 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-03-09 13:49:28.054 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-03-09 13:49:28.058 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-03-09 13:49:28.170 | + inc/python:pip_install:200 : result=0 2022-03-09 13:49:28.172 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 13:49:28.175 | + functions-common:time_stop:2425 : local name 2022-03-09 13:49:28.177 | + functions-common:time_stop:2426 : local end_time 2022-03-09 13:49:28.179 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 13:49:28.182 | + functions-common:time_stop:2428 : local total 2022-03-09 13:49:28.184 | + functions-common:time_stop:2429 : local start_time 2022-03-09 13:49:28.186 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 13:49:28.188 | + functions-common:time_stop:2432 : start_time=1646833763815 2022-03-09 13:49:28.191 | + functions-common:time_stop:2434 : [[ -z 1646833763815 ]] 2022-03-09 13:49:28.194 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 13:49:28.198 | + functions-common:time_stop:2437 : end_time=1646833768195 2022-03-09 13:49:28.200 | + functions-common:time_stop:2438 : elapsed_time=4380 2022-03-09 13:49:28.202 | + functions-common:time_stop:2439 : total=25820 2022-03-09 13:49:28.205 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 13:49:28.207 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=30200 2022-03-09 13:49:28.210 | + inc/python:pip_install:203 : return 0 2022-03-09 13:49:28.212 | + lib/databases/mysql:install_database_python_mysql:199 : [[ PyMySQL == \M\y\S\Q\L\-\p\y\t\h\o\n ]] 2022-03-09 13:49:28.214 | + lib/databases/mysql:install_database_python_mysql:201 : [[ PyMySQL == \P\y\M\y\S\Q\L ]] 2022-03-09 13:49:28.217 | + lib/databases/mysql:install_database_python_mysql:202 : ADDITIONAL_VENV_PACKAGES+=,PyMySQL 2022-03-09 13:49:28.219 | + ./stack.sh:main:842 : is_service_enabled neutron 2022-03-09 13:49:28.235 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:49:28.237 | + ./stack.sh:main:843 : install_neutron_agent_packages 2022-03-09 13:49:28.240 | + lib/neutron:install_neutron_agent_packages:714 : is_neutron_legacy_enabled 2022-03-09 13:49:28.243 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-03-09 13:49:28.243 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-03-09 13:49:28.248 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-03-09 13:49:28.251 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-03-09 13:49:28.253 | + lib/neutron:is_neutron_legacy_enabled:138 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,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,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-03-09 13:49:28.256 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-03-09 13:49:28.258 | + lib/neutron:install_neutron_agent_packages:716 : install_neutron_agent_packages_mutnauq 2022-03-09 13:49:28.260 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:483 : is_service_enabled q-l3 2022-03-09 13:49:28.276 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:49:28.278 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:484 : install_package radvd 2022-03-09 13:49:28.281 | + functions-common:install_package:1463 : update_package_repo 2022-03-09 13:49:28.283 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-03-09 13:49:28.285 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-03-09 13:49:28.287 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-03-09 13:49:28.290 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-03-09 13:49:28.292 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-03-09 13:49:28.294 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:49:28.297 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:49:28.299 | + functions-common:update_package_repo:1444 : apt_get_update 2022-03-09 13:49:28.301 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-03-09 13:49:28.303 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-03-09 13:49:28.305 | + functions-common:apt_get_update:1190 : return 2022-03-09 13:49:28.308 | + functions-common:install_package:1464 : real_install_package radvd 2022-03-09 13:49:28.310 | + functions-common:real_install_package:1449 : is_ubuntu 2022-03-09 13:49:28.312 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:49:28.315 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:49:28.318 | + functions-common:real_install_package:1450 : apt_get install radvd 2022-03-09 13:49:28.338 | + 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-03-09 13:49:28.451 | Reading package lists... 2022-03-09 13:49:28.686 | Building dependency tree... 2022-03-09 13:49:28.688 | Reading state information... 2022-03-09 13:49:28.937 | radvd is already the newest version (1:2.17-2). 2022-03-09 13:49:28.937 | The following packages were automatically installed and are no longer required: 2022-03-09 13:49:28.938 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-03-09 13:49:28.939 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-03-09 13:49:28.939 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-03-09 13:49:28.939 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-03-09 13:49:28.939 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-03-09 13:49:28.939 | python3-zope.interface 2022-03-09 13:49:28.939 | Use 'sudo apt autoremove' to remove them. 2022-03-09 13:49:29.052 | 0 upgraded, 0 newly installed, 0 to remove and 122 not upgraded. 2022-03-09 13:49:29.056 | + functions-common:apt_get:1234 : result=0 2022-03-09 13:49:29.058 | + functions-common:apt_get:1237 : time_stop apt-get 2022-03-09 13:49:29.060 | + functions-common:time_stop:2425 : local name 2022-03-09 13:49:29.062 | + functions-common:time_stop:2426 : local end_time 2022-03-09 13:49:29.065 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 13:49:29.067 | + functions-common:time_stop:2428 : local total 2022-03-09 13:49:29.069 | + functions-common:time_stop:2429 : local start_time 2022-03-09 13:49:29.071 | + functions-common:time_stop:2431 : name=apt-get 2022-03-09 13:49:29.074 | + functions-common:time_stop:2432 : start_time=1646833768335 2022-03-09 13:49:29.076 | + functions-common:time_stop:2434 : [[ -z 1646833768335 ]] 2022-03-09 13:49:29.078 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 13:49:29.083 | + functions-common:time_stop:2437 : end_time=1646833769080 2022-03-09 13:49:29.085 | + functions-common:time_stop:2438 : elapsed_time=745 2022-03-09 13:49:29.087 | + functions-common:time_stop:2439 : total=19389 2022-03-09 13:49:29.090 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 13:49:29.092 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=20134 2022-03-09 13:49:29.094 | + functions-common:apt_get:1238 : return 0 2022-03-09 13:49:29.096 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:487 : is_service_enabled q-agt q-dhcp q-l3 2022-03-09 13:49:29.112 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:49:29.114 | + lib/neutron-legacy:install_neutron_agent_packages_mutnauq:488 : neutron_plugin_install_agent_packages 2022-03-09 13:49:29.117 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:17 : _neutron_ovs_base_install_agent_packages 2022-03-09 13:49:29.119 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:69 : '[' False == True ']' 2022-03-09 13:49:29.122 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : get_packages openvswitch 2022-03-09 13:49:29.142 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:76 : install_package fakeroot make openvswitch-switch 2022-03-09 13:49:29.145 | + functions-common:install_package:1463 : update_package_repo 2022-03-09 13:49:29.147 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-03-09 13:49:29.149 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-03-09 13:49:29.151 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-03-09 13:49:29.154 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-03-09 13:49:29.156 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-03-09 13:49:29.158 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:49:29.160 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:49:29.162 | + functions-common:update_package_repo:1444 : apt_get_update 2022-03-09 13:49:29.165 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-03-09 13:49:29.167 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-03-09 13:49:29.169 | + functions-common:apt_get_update:1190 : return 2022-03-09 13:49:29.171 | + functions-common:install_package:1464 : real_install_package fakeroot make openvswitch-switch 2022-03-09 13:49:29.173 | + functions-common:real_install_package:1449 : is_ubuntu 2022-03-09 13:49:29.176 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:49:29.178 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:49:29.180 | + functions-common:real_install_package:1450 : apt_get install fakeroot make openvswitch-switch 2022-03-09 13:49:29.200 | + 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-03-09 13:49:29.309 | Reading package lists... 2022-03-09 13:49:29.550 | Building dependency tree... 2022-03-09 13:49:29.551 | Reading state information... 2022-03-09 13:49:29.806 | fakeroot is already the newest version (1.24-1). 2022-03-09 13:49:29.806 | make is already the newest version (4.2.1-1.2). 2022-03-09 13:49:29.806 | openvswitch-switch is already the newest version (2.13.5-0ubuntu1). 2022-03-09 13:49:29.806 | The following packages were automatically installed and are no longer required: 2022-03-09 13:49:29.806 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-03-09 13:49:29.807 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-03-09 13:49:29.807 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-03-09 13:49:29.807 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-03-09 13:49:29.807 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-03-09 13:49:29.807 | python3-zope.interface 2022-03-09 13:49:29.807 | Use 'sudo apt autoremove' to remove them. 2022-03-09 13:49:29.919 | 0 upgraded, 0 newly installed, 0 to remove and 122 not upgraded. 2022-03-09 13:49:29.924 | + functions-common:apt_get:1234 : result=0 2022-03-09 13:49:29.926 | + functions-common:apt_get:1237 : time_stop apt-get 2022-03-09 13:49:29.929 | + functions-common:time_stop:2425 : local name 2022-03-09 13:49:29.931 | + functions-common:time_stop:2426 : local end_time 2022-03-09 13:49:29.933 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 13:49:29.935 | + functions-common:time_stop:2428 : local total 2022-03-09 13:49:29.937 | + functions-common:time_stop:2429 : local start_time 2022-03-09 13:49:29.939 | + functions-common:time_stop:2431 : name=apt-get 2022-03-09 13:49:29.941 | + functions-common:time_stop:2432 : start_time=1646833769198 2022-03-09 13:49:29.943 | + functions-common:time_stop:2434 : [[ -z 1646833769198 ]] 2022-03-09 13:49:29.946 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 13:49:29.950 | + functions-common:time_stop:2437 : end_time=1646833769948 2022-03-09 13:49:29.952 | + functions-common:time_stop:2438 : elapsed_time=750 2022-03-09 13:49:29.954 | + functions-common:time_stop:2439 : total=20134 2022-03-09 13:49:29.957 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 13:49:29.959 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=20884 2022-03-09 13:49:29.961 | + functions-common:apt_get:1238 : return 0 2022-03-09 13:49:29.964 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:77 : is_ubuntu 2022-03-09 13:49:29.966 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:49:29.969 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:49:29.972 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:78 : _neutron_ovs_base_install_ubuntu_dkms 2022-03-09 13:49:29.974 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:58 : local kernel_version 2022-03-09 13:49:29.977 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : uname -r 2022-03-09 13:49:29.982 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:59 : kernel_version=5.4.0-72-generic 2022-03-09 13:49:29.984 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:60 : local kernel_major_minor 2022-03-09 13:49:29.987 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : echo 5.4.0-72-generic 2022-03-09 13:49:29.988 | ++ lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : cut -d. -f1-2 2022-03-09 13:49:29.993 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:61 : kernel_major_minor=5.4 2022-03-09 13:49:29.995 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_ubuntu_dkms:63 : vercmp 5.4 '<' 3.13 2022-03-09 13:49:29.997 | + functions:vercmp:628 : local v1=5.4 2022-03-09 13:49:29.999 | + functions:vercmp:629 : local 'op=<' 2022-03-09 13:49:30.001 | + functions:vercmp:630 : local v2=3.13 2022-03-09 13:49:30.004 | + functions:vercmp:631 : local result 2022-03-09 13:49:30.007 | ++ functions:vercmp:635 : echo -e '5.4\n3.13' 2022-03-09 13:49:30.007 | ++ functions:vercmp:635 : sort -V 2022-03-09 13:49:30.008 | ++ functions:vercmp:635 : head -1 2022-03-09 13:49:30.012 | + functions:vercmp:635 : result=3.13 2022-03-09 13:49:30.014 | + functions:vercmp:637 : case $op in 2022-03-09 13:49:30.017 | + functions:vercmp:647 : '[' 5.4 '!=' 3.13 ']' 2022-03-09 13:49:30.019 | + functions:vercmp:647 : '[' 3.13 = 5.4 ']' 2022-03-09 13:49:30.022 | + functions:vercmp:648 : return 2022-03-09 13:49:30.024 | + lib/neutron_plugins/ovs_base:_neutron_ovs_base_install_agent_packages:79 : restart_service openvswitch-switch 2022-03-09 13:49:30.026 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-03-09 13:49:30.028 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart openvswitch-switch 2022-03-09 13:49:30.495 | + lib/neutron_plugins/openvswitch_agent:neutron_plugin_install_agent_packages:18 : use_library_from_git os-ken 2022-03-09 13:49:30.497 | + inc/python:use_library_from_git:250 : local name=os-ken 2022-03-09 13:49:30.500 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:30.506 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:30.509 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-ken, ]] 2022-03-09 13:49:30.511 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:30.513 | + ./stack.sh:main:846 : is_service_enabled etcd3 2022-03-09 13:49:30.532 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:49:30.534 | + ./stack.sh:main:847 : install_etcd3 2022-03-09 13:49:30.537 | + lib/etcd3:install_etcd3:103 : echo 'Installing etcd' 2022-03-09 13:49:30.537 | Installing etcd 2022-03-09 13:49:30.539 | + lib/etcd3:install_etcd3:106 : sudo mkdir -p /opt/stack/bin 2022-03-09 13:49:30.552 | + lib/etcd3:install_etcd3:107 : sudo mkdir -p /opt/stack/data/etcd 2022-03-09 13:49:30.568 | + lib/etcd3:install_etcd3:108 : [[ True == \T\r\u\e ]] 2022-03-09 13:49:30.571 | + lib/etcd3:install_etcd3:109 : sudo mount -t tmpfs -o nodev,nosuid,size=512M tmpfs /opt/stack/data/etcd 2022-03-09 13:49:30.585 | + lib/etcd3:install_etcd3:113 : local etcd_file 2022-03-09 13:49:30.588 | ++ 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-03-09 13:49:30.591 | ++ 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-03-09 13:49:30.594 | +++ 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-03-09 13:49:30.598 | ++ functions:get_extra_file:64 : file_name=etcd-v3.3.12-linux-amd64.tar.gz 2022-03-09 13:49:30.600 | ++ 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-03-09 13:49:30.603 | ++ functions:get_extra_file:67 : [[ ! -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz ]] 2022-03-09 13:49:30.605 | ++ functions:get_extra_file:73 : echo /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-03-09 13:49:30.607 | ++ functions:get_extra_file:74 : return 2022-03-09 13:49:30.610 | + lib/etcd3:install_etcd3:114 : etcd_file=/home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64.tar.gz 2022-03-09 13:49:30.613 | + lib/etcd3:install_etcd3:115 : '[' '!' -f /home/ubuntu/devstack/files/etcd-v3.3.12-linux-amd64/etcd ']' 2022-03-09 13:49:30.615 | + lib/etcd3:install_etcd3:124 : '[' '!' -f /opt/stack/bin/etcd ']' 2022-03-09 13:49:30.617 | + ./stack.sh:main:856 : is_service_enabled tls-proxy 2022-03-09 13:49:30.634 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:49:30.636 | + ./stack.sh:main:866 : install_dstat 2022-03-09 13:49:30.639 | + lib/dstat:install_dstat:22 : is_service_enabled memory_tracker 2022-03-09 13:49:30.655 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:49:30.658 | + ./stack.sh:main:872 : echo_summary 'Installing OpenStack project source' 2022-03-09 13:49:30.660 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-03-09 13:49:30.662 | + ./stack.sh:echo_summary:446 : echo -e Installing OpenStack project source 2022-03-09 13:49:30.664 | + ./stack.sh:main:875 : install_libs 2022-03-09 13:49:30.667 | + lib/libraries:install_libs:90 : _install_lib_from_source automaton 2022-03-09 13:49:30.669 | + lib/libraries:_install_lib_from_source:74 : local name=automaton 2022-03-09 13:49:30.671 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git automaton 2022-03-09 13:49:30.674 | + inc/python:use_library_from_git:250 : local name=automaton 2022-03-09 13:49:30.676 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:30.679 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:30.681 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,automaton, ]] 2022-03-09 13:49:30.683 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:30.685 | + lib/libraries:install_libs:91 : _install_lib_from_source castellan 2022-03-09 13:49:30.687 | + lib/libraries:_install_lib_from_source:74 : local name=castellan 2022-03-09 13:49:30.690 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git castellan 2022-03-09 13:49:30.692 | + inc/python:use_library_from_git:250 : local name=castellan 2022-03-09 13:49:30.695 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:30.697 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:30.699 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,castellan, ]] 2022-03-09 13:49:30.701 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:30.704 | + lib/libraries:install_libs:92 : _install_lib_from_source cliff 2022-03-09 13:49:30.706 | + lib/libraries:_install_lib_from_source:74 : local name=cliff 2022-03-09 13:49:30.708 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cliff 2022-03-09 13:49:30.710 | + inc/python:use_library_from_git:250 : local name=cliff 2022-03-09 13:49:30.712 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:30.715 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:30.717 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cliff, ]] 2022-03-09 13:49:30.719 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:30.722 | + lib/libraries:install_libs:93 : _install_lib_from_source cursive 2022-03-09 13:49:30.724 | + lib/libraries:_install_lib_from_source:74 : local name=cursive 2022-03-09 13:49:30.726 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git cursive 2022-03-09 13:49:30.728 | + inc/python:use_library_from_git:250 : local name=cursive 2022-03-09 13:49:30.730 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:30.733 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:30.735 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,cursive, ]] 2022-03-09 13:49:30.738 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:30.740 | + lib/libraries:install_libs:94 : _install_lib_from_source debtcollector 2022-03-09 13:49:30.742 | + lib/libraries:_install_lib_from_source:74 : local name=debtcollector 2022-03-09 13:49:30.744 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git debtcollector 2022-03-09 13:49:30.747 | + inc/python:use_library_from_git:250 : local name=debtcollector 2022-03-09 13:49:30.749 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:30.751 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:30.754 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,debtcollector, ]] 2022-03-09 13:49:30.756 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:30.758 | + lib/libraries:install_libs:95 : _install_lib_from_source futurist 2022-03-09 13:49:30.760 | + lib/libraries:_install_lib_from_source:74 : local name=futurist 2022-03-09 13:49:30.763 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git futurist 2022-03-09 13:49:30.765 | + inc/python:use_library_from_git:250 : local name=futurist 2022-03-09 13:49:30.767 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:30.769 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:30.771 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,futurist, ]] 2022-03-09 13:49:30.774 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:30.776 | + lib/libraries:install_libs:96 : _install_lib_from_source openstacksdk 2022-03-09 13:49:30.778 | + lib/libraries:_install_lib_from_source:74 : local name=openstacksdk 2022-03-09 13:49:30.780 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git openstacksdk 2022-03-09 13:49:30.783 | + inc/python:use_library_from_git:250 : local name=openstacksdk 2022-03-09 13:49:30.785 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:30.787 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:30.789 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,openstacksdk, ]] 2022-03-09 13:49:30.791 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:30.794 | + lib/libraries:install_libs:97 : _install_lib_from_source osc-lib 2022-03-09 13:49:30.796 | + lib/libraries:_install_lib_from_source:74 : local name=osc-lib 2022-03-09 13:49:30.798 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-lib 2022-03-09 13:49:30.801 | + inc/python:use_library_from_git:250 : local name=osc-lib 2022-03-09 13:49:30.803 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:30.805 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:30.807 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-lib, ]] 2022-03-09 13:49:30.810 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:30.812 | + lib/libraries:install_libs:98 : _install_lib_from_source osc-placement 2022-03-09 13:49:30.814 | + lib/libraries:_install_lib_from_source:74 : local name=osc-placement 2022-03-09 13:49:30.817 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osc-placement 2022-03-09 13:49:30.819 | + inc/python:use_library_from_git:250 : local name=osc-placement 2022-03-09 13:49:30.821 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:30.824 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:30.826 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osc-placement, ]] 2022-03-09 13:49:30.828 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:30.830 | + lib/libraries:install_libs:99 : _install_lib_from_source os-client-config 2022-03-09 13:49:30.832 | + lib/libraries:_install_lib_from_source:74 : local name=os-client-config 2022-03-09 13:49:30.835 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-client-config 2022-03-09 13:49:30.837 | + inc/python:use_library_from_git:250 : local name=os-client-config 2022-03-09 13:49:30.839 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:30.842 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:30.844 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-client-config, ]] 2022-03-09 13:49:30.846 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:30.849 | + lib/libraries:install_libs:100 : _install_lib_from_source oslo.cache 2022-03-09 13:49:30.851 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.cache 2022-03-09 13:49:30.853 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.cache 2022-03-09 13:49:30.855 | + inc/python:use_library_from_git:250 : local name=oslo.cache 2022-03-09 13:49:30.858 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:30.860 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:30.863 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.cache, ]] 2022-03-09 13:49:30.865 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:30.867 | + lib/libraries:install_libs:101 : _install_lib_from_source oslo.concurrency 2022-03-09 13:49:30.869 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.concurrency 2022-03-09 13:49:30.872 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.concurrency 2022-03-09 13:49:30.874 | + inc/python:use_library_from_git:250 : local name=oslo.concurrency 2022-03-09 13:49:30.876 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:30.879 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:30.881 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.concurrency, ]] 2022-03-09 13:49:30.883 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:30.886 | + lib/libraries:install_libs:102 : _install_lib_from_source oslo.config 2022-03-09 13:49:30.888 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.config 2022-03-09 13:49:30.890 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.config 2022-03-09 13:49:30.892 | + inc/python:use_library_from_git:250 : local name=oslo.config 2022-03-09 13:49:30.895 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:30.897 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:30.899 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.config, ]] 2022-03-09 13:49:30.901 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:30.904 | + lib/libraries:install_libs:103 : _install_lib_from_source oslo.context 2022-03-09 13:49:30.906 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.context 2022-03-09 13:49:30.908 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.context 2022-03-09 13:49:30.910 | + inc/python:use_library_from_git:250 : local name=oslo.context 2022-03-09 13:49:30.912 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:30.915 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:30.917 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.context, ]] 2022-03-09 13:49:30.919 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:30.921 | + lib/libraries:install_libs:104 : _install_lib_from_source oslo.db 2022-03-09 13:49:30.923 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.db 2022-03-09 13:49:30.926 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.db 2022-03-09 13:49:30.928 | + inc/python:use_library_from_git:250 : local name=oslo.db 2022-03-09 13:49:30.931 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:30.933 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:30.935 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.db, ]] 2022-03-09 13:49:30.937 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:30.940 | + lib/libraries:install_libs:105 : _install_lib_from_source oslo.i18n 2022-03-09 13:49:30.942 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.i18n 2022-03-09 13:49:30.945 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.i18n 2022-03-09 13:49:30.947 | + inc/python:use_library_from_git:250 : local name=oslo.i18n 2022-03-09 13:49:30.949 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:30.951 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:30.954 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.i18n, ]] 2022-03-09 13:49:30.956 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:30.958 | + lib/libraries:install_libs:106 : _install_lib_from_source oslo.limit 2022-03-09 13:49:30.960 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.limit 2022-03-09 13:49:30.963 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.limit 2022-03-09 13:49:30.965 | + inc/python:use_library_from_git:250 : local name=oslo.limit 2022-03-09 13:49:30.967 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:30.969 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:30.972 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.limit, ]] 2022-03-09 13:49:30.974 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:30.976 | + lib/libraries:install_libs:107 : _install_lib_from_source oslo.log 2022-03-09 13:49:30.978 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.log 2022-03-09 13:49:30.981 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.log 2022-03-09 13:49:30.983 | + inc/python:use_library_from_git:250 : local name=oslo.log 2022-03-09 13:49:30.985 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:30.988 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:30.990 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.log, ]] 2022-03-09 13:49:30.993 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:30.995 | + lib/libraries:install_libs:108 : _install_lib_from_source oslo.messaging 2022-03-09 13:49:30.997 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.messaging 2022-03-09 13:49:30.999 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.messaging 2022-03-09 13:49:31.002 | + inc/python:use_library_from_git:250 : local name=oslo.messaging 2022-03-09 13:49:31.004 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:31.006 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:31.009 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.messaging, ]] 2022-03-09 13:49:31.011 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:31.013 | + lib/libraries:install_libs:109 : _install_lib_from_source oslo.middleware 2022-03-09 13:49:31.016 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.middleware 2022-03-09 13:49:31.018 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.middleware 2022-03-09 13:49:31.020 | + inc/python:use_library_from_git:250 : local name=oslo.middleware 2022-03-09 13:49:31.022 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:31.024 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:31.027 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.middleware, ]] 2022-03-09 13:49:31.029 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:31.031 | + lib/libraries:install_libs:110 : _install_lib_from_source oslo.policy 2022-03-09 13:49:31.033 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.policy 2022-03-09 13:49:31.035 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.policy 2022-03-09 13:49:31.038 | + inc/python:use_library_from_git:250 : local name=oslo.policy 2022-03-09 13:49:31.040 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:31.042 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:31.045 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.policy, ]] 2022-03-09 13:49:31.047 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:31.050 | + lib/libraries:install_libs:111 : _install_lib_from_source oslo.privsep 2022-03-09 13:49:31.052 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.privsep 2022-03-09 13:49:31.054 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.privsep 2022-03-09 13:49:31.056 | + inc/python:use_library_from_git:250 : local name=oslo.privsep 2022-03-09 13:49:31.058 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:31.061 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:31.063 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.privsep, ]] 2022-03-09 13:49:31.066 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:31.068 | + lib/libraries:install_libs:112 : _install_lib_from_source oslo.reports 2022-03-09 13:49:31.070 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.reports 2022-03-09 13:49:31.073 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.reports 2022-03-09 13:49:31.075 | + inc/python:use_library_from_git:250 : local name=oslo.reports 2022-03-09 13:49:31.077 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:31.079 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:31.082 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.reports, ]] 2022-03-09 13:49:31.084 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:31.086 | + lib/libraries:install_libs:113 : _install_lib_from_source oslo.rootwrap 2022-03-09 13:49:31.089 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.rootwrap 2022-03-09 13:49:31.091 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.rootwrap 2022-03-09 13:49:31.093 | + inc/python:use_library_from_git:250 : local name=oslo.rootwrap 2022-03-09 13:49:31.095 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:31.098 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:31.100 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.rootwrap, ]] 2022-03-09 13:49:31.103 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:31.105 | + lib/libraries:install_libs:114 : _install_lib_from_source oslo.serialization 2022-03-09 13:49:31.107 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.serialization 2022-03-09 13:49:31.109 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.serialization 2022-03-09 13:49:31.112 | + inc/python:use_library_from_git:250 : local name=oslo.serialization 2022-03-09 13:49:31.114 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:31.117 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:31.119 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.serialization, ]] 2022-03-09 13:49:31.121 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:31.123 | + lib/libraries:install_libs:115 : _install_lib_from_source oslo.service 2022-03-09 13:49:31.125 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.service 2022-03-09 13:49:31.128 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.service 2022-03-09 13:49:31.131 | + inc/python:use_library_from_git:250 : local name=oslo.service 2022-03-09 13:49:31.133 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:31.135 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:31.137 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.service, ]] 2022-03-09 13:49:31.140 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:31.142 | + lib/libraries:install_libs:116 : _install_lib_from_source oslo.utils 2022-03-09 13:49:31.145 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.utils 2022-03-09 13:49:31.147 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.utils 2022-03-09 13:49:31.149 | + inc/python:use_library_from_git:250 : local name=oslo.utils 2022-03-09 13:49:31.152 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:31.154 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:31.156 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.utils, ]] 2022-03-09 13:49:31.158 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:31.161 | + lib/libraries:install_libs:117 : _install_lib_from_source oslo.versionedobjects 2022-03-09 13:49:31.163 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.versionedobjects 2022-03-09 13:49:31.165 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.versionedobjects 2022-03-09 13:49:31.167 | + inc/python:use_library_from_git:250 : local name=oslo.versionedobjects 2022-03-09 13:49:31.170 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:31.172 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:31.174 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.versionedobjects, ]] 2022-03-09 13:49:31.176 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:31.179 | + lib/libraries:install_libs:118 : _install_lib_from_source oslo.vmware 2022-03-09 13:49:31.181 | + lib/libraries:_install_lib_from_source:74 : local name=oslo.vmware 2022-03-09 13:49:31.183 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git oslo.vmware 2022-03-09 13:49:31.185 | + inc/python:use_library_from_git:250 : local name=oslo.vmware 2022-03-09 13:49:31.188 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:31.190 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:31.192 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,oslo.vmware, ]] 2022-03-09 13:49:31.195 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:31.197 | + lib/libraries:install_libs:119 : _install_lib_from_source osprofiler 2022-03-09 13:49:31.199 | + lib/libraries:_install_lib_from_source:74 : local name=osprofiler 2022-03-09 13:49:31.202 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git osprofiler 2022-03-09 13:49:31.204 | + inc/python:use_library_from_git:250 : local name=osprofiler 2022-03-09 13:49:31.206 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:31.209 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:31.211 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,osprofiler, ]] 2022-03-09 13:49:31.213 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:31.216 | + lib/libraries:install_libs:120 : _install_lib_from_source pycadf 2022-03-09 13:49:31.218 | + lib/libraries:_install_lib_from_source:74 : local name=pycadf 2022-03-09 13:49:31.220 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git pycadf 2022-03-09 13:49:31.223 | + inc/python:use_library_from_git:250 : local name=pycadf 2022-03-09 13:49:31.225 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:31.227 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:31.229 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,pycadf, ]] 2022-03-09 13:49:31.231 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:31.234 | + lib/libraries:install_libs:121 : _install_lib_from_source stevedore 2022-03-09 13:49:31.236 | + lib/libraries:_install_lib_from_source:74 : local name=stevedore 2022-03-09 13:49:31.238 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git stevedore 2022-03-09 13:49:31.241 | + inc/python:use_library_from_git:250 : local name=stevedore 2022-03-09 13:49:31.243 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:31.245 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:31.247 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,stevedore, ]] 2022-03-09 13:49:31.249 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:31.252 | + lib/libraries:install_libs:122 : _install_lib_from_source taskflow 2022-03-09 13:49:31.255 | + lib/libraries:_install_lib_from_source:74 : local name=taskflow 2022-03-09 13:49:31.257 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git taskflow 2022-03-09 13:49:31.259 | + inc/python:use_library_from_git:250 : local name=taskflow 2022-03-09 13:49:31.261 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:31.264 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:31.266 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,taskflow, ]] 2022-03-09 13:49:31.269 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:31.271 | + lib/libraries:install_libs:123 : _install_lib_from_source tooz 2022-03-09 13:49:31.273 | + lib/libraries:_install_lib_from_source:74 : local name=tooz 2022-03-09 13:49:31.276 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git tooz 2022-03-09 13:49:31.278 | + inc/python:use_library_from_git:250 : local name=tooz 2022-03-09 13:49:31.280 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:31.282 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:31.285 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,tooz, ]] 2022-03-09 13:49:31.287 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:31.289 | + lib/libraries:install_libs:127 : _install_lib_from_source os-brick 2022-03-09 13:49:31.292 | + lib/libraries:_install_lib_from_source:74 : local name=os-brick 2022-03-09 13:49:31.294 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-brick 2022-03-09 13:49:31.296 | + inc/python:use_library_from_git:250 : local name=os-brick 2022-03-09 13:49:31.299 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:31.301 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:31.303 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-brick, ]] 2022-03-09 13:49:31.305 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:31.308 | + lib/libraries:install_libs:128 : _install_lib_from_source os-resource-classes 2022-03-09 13:49:31.310 | + lib/libraries:_install_lib_from_source:74 : local name=os-resource-classes 2022-03-09 13:49:31.312 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-resource-classes 2022-03-09 13:49:31.315 | + inc/python:use_library_from_git:250 : local name=os-resource-classes 2022-03-09 13:49:31.317 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:31.320 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:31.322 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-resource-classes, ]] 2022-03-09 13:49:31.324 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:31.327 | + lib/libraries:install_libs:129 : _install_lib_from_source os-traits 2022-03-09 13:49:31.329 | + lib/libraries:_install_lib_from_source:74 : local name=os-traits 2022-03-09 13:49:31.332 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git os-traits 2022-03-09 13:49:31.334 | + inc/python:use_library_from_git:250 : local name=os-traits 2022-03-09 13:49:31.336 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:31.339 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:31.341 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-traits, ]] 2022-03-09 13:49:31.343 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:31.346 | + lib/libraries:install_libs:132 : _install_lib_from_source python-barbicanclient 2022-03-09 13:49:31.348 | + lib/libraries:_install_lib_from_source:74 : local name=python-barbicanclient 2022-03-09 13:49:31.351 | + lib/libraries:_install_lib_from_source:75 : use_library_from_git python-barbicanclient 2022-03-09 13:49:31.353 | + inc/python:use_library_from_git:250 : local name=python-barbicanclient 2022-03-09 13:49:31.355 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:31.358 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:31.360 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-barbicanclient, ]] 2022-03-09 13:49:31.362 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:31.365 | + lib/libraries:install_libs:139 : pip_install etcd3 2022-03-09 13:49:31.385 | Using python 3.8 to install etcd3 2022-03-09 13:49:31.388 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3 2022-03-09 13:49:32.260 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:49:32.260 | from cryptography.utils import int_from_bytes 2022-03-09 13:49:32.260 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:49:32.260 | from cryptography.utils import int_from_bytes 2022-03-09 13:49:33.418 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 13:49:33.444 | Requirement already satisfied: etcd3 in /usr/local/lib/python3.8/dist-packages (0.12.0) 2022-03-09 13:49:33.452 | Requirement already satisfied: protobuf>=3.6.1 in /usr/local/lib/python3.8/dist-packages (from etcd3) (3.19.4) 2022-03-09 13:49:33.453 | Requirement already satisfied: six>=1.12.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (1.16.0) 2022-03-09 13:49:33.454 | Requirement already satisfied: grpcio>=1.27.1 in /usr/local/lib/python3.8/dist-packages (from etcd3) (1.44.0) 2022-03-09 13:49:33.456 | Requirement already satisfied: tenacity>=6.1.0 in /usr/local/lib/python3.8/dist-packages (from etcd3) (6.3.1) 2022-03-09 13:49:35.761 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-03-09 13:49:35.768 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-03-09 13:49:35.768 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-03-09 13:49:35.881 | + inc/python:pip_install:200 : result=0 2022-03-09 13:49:35.884 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 13:49:35.886 | + functions-common:time_stop:2425 : local name 2022-03-09 13:49:35.888 | + functions-common:time_stop:2426 : local end_time 2022-03-09 13:49:35.890 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 13:49:35.893 | + functions-common:time_stop:2428 : local total 2022-03-09 13:49:35.896 | + functions-common:time_stop:2429 : local start_time 2022-03-09 13:49:35.898 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 13:49:35.900 | + functions-common:time_stop:2432 : start_time=1646833771380 2022-03-09 13:49:35.902 | + functions-common:time_stop:2434 : [[ -z 1646833771380 ]] 2022-03-09 13:49:35.905 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 13:49:35.909 | + functions-common:time_stop:2437 : end_time=1646833775907 2022-03-09 13:49:35.911 | + functions-common:time_stop:2438 : elapsed_time=4527 2022-03-09 13:49:35.913 | + functions-common:time_stop:2439 : total=30200 2022-03-09 13:49:35.915 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 13:49:35.918 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=34727 2022-03-09 13:49:35.921 | + inc/python:pip_install:203 : return 0 2022-03-09 13:49:35.923 | + lib/libraries:install_libs:140 : pip_install etcd3gw 2022-03-09 13:49:35.945 | Using python 3.8 to install etcd3gw 2022-03-09 13:49:35.948 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt etcd3gw 2022-03-09 13:49:36.827 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:49:36.827 | from cryptography.utils import int_from_bytes 2022-03-09 13:49:36.827 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:49:36.827 | from cryptography.utils import int_from_bytes 2022-03-09 13:49:37.954 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 13:49:37.980 | Requirement already satisfied: etcd3gw in /usr/local/lib/python3.8/dist-packages (1.0.1) 2022-03-09 13:49:37.988 | Requirement already satisfied: requests>=2.20.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.27.1) 2022-03-09 13:49:37.989 | Requirement already satisfied: six>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (1.16.0) 2022-03-09 13:49:37.990 | Requirement already satisfied: futurist>=0.16.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (2.4.0) 2022-03-09 13:49:37.991 | Requirement already satisfied: pbr>=2.0 in /usr/local/lib/python3.8/dist-packages (from etcd3gw) (5.8.1) 2022-03-09 13:49:38.022 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.20.0->etcd3gw) (2019.11.28) 2022-03-09 13:49:38.024 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (1.26.8) 2022-03-09 13:49:38.026 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (3.3) 2022-03-09 13:49:38.028 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.20.0->etcd3gw) (2.0.12) 2022-03-09 13:49:40.258 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-03-09 13:49:40.265 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-03-09 13:49:40.265 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-03-09 13:49:40.376 | + inc/python:pip_install:200 : result=0 2022-03-09 13:49:40.378 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 13:49:40.380 | + functions-common:time_stop:2425 : local name 2022-03-09 13:49:40.382 | + functions-common:time_stop:2426 : local end_time 2022-03-09 13:49:40.384 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 13:49:40.387 | + functions-common:time_stop:2428 : local total 2022-03-09 13:49:40.389 | + functions-common:time_stop:2429 : local start_time 2022-03-09 13:49:40.391 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 13:49:40.393 | + functions-common:time_stop:2432 : start_time=1646833775939 2022-03-09 13:49:40.395 | + functions-common:time_stop:2434 : [[ -z 1646833775939 ]] 2022-03-09 13:49:40.398 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 13:49:40.402 | + functions-common:time_stop:2437 : end_time=1646833780399 2022-03-09 13:49:40.404 | + functions-common:time_stop:2438 : elapsed_time=4460 2022-03-09 13:49:40.406 | + functions-common:time_stop:2439 : total=34727 2022-03-09 13:49:40.409 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 13:49:40.411 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=39187 2022-03-09 13:49:40.414 | + inc/python:pip_install:203 : return 0 2022-03-09 13:49:40.416 | + ./stack.sh:main:878 : install_apache_uwsgi 2022-03-09 13:49:40.419 | + lib/apache:install_apache_uwsgi:80 : local apxs=apxs2 2022-03-09 13:49:40.421 | + lib/apache:install_apache_uwsgi:81 : is_fedora 2022-03-09 13:49:40.423 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-03-09 13:49:40.426 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-03-09 13:49:40.428 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-03-09 13:49:40.431 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-03-09 13:49:40.433 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-03-09 13:49:40.435 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-03-09 13:49:40.438 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-03-09 13:49:40.440 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-03-09 13:49:40.442 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-03-09 13:49:40.445 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-03-09 13:49:40.447 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-03-09 13:49:40.449 | + lib/apache:install_apache_uwsgi:85 : is_ubuntu 2022-03-09 13:49:40.452 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:49:40.454 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:49:40.457 | + lib/apache:install_apache_uwsgi:86 : local 'pkg_list=uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi' 2022-03-09 13:49:40.459 | + lib/apache:install_apache_uwsgi:87 : install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-03-09 13:49:40.461 | + functions-common:install_package:1463 : update_package_repo 2022-03-09 13:49:40.464 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-03-09 13:49:40.466 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-03-09 13:49:40.468 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-03-09 13:49:40.471 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-03-09 13:49:40.473 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-03-09 13:49:40.476 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:49:40.478 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:49:40.480 | + functions-common:update_package_repo:1444 : apt_get_update 2022-03-09 13:49:40.483 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-03-09 13:49:40.485 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-03-09 13:49:40.487 | + functions-common:apt_get_update:1190 : return 2022-03-09 13:49:40.490 | + functions-common:install_package:1464 : real_install_package uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-03-09 13:49:40.492 | + functions-common:real_install_package:1449 : is_ubuntu 2022-03-09 13:49:40.494 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:49:40.497 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:49:40.499 | + functions-common:real_install_package:1450 : apt_get install uwsgi uwsgi-plugin-python3 libapache2-mod-proxy-uwsgi 2022-03-09 13:49:40.520 | + 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-03-09 13:49:40.629 | Reading package lists... 2022-03-09 13:49:40.866 | Building dependency tree... 2022-03-09 13:49:40.867 | Reading state information... 2022-03-09 13:49:41.119 | uwsgi is already the newest version (2.0.18-11ubuntu1). 2022-03-09 13:49:41.120 | uwsgi-plugin-python3 is already the newest version (2.0.18-11ubuntu1). 2022-03-09 13:49:41.120 | libapache2-mod-proxy-uwsgi is already the newest version (2.4.41-4ubuntu3.9). 2022-03-09 13:49:41.120 | The following packages were automatically installed and are no longer required: 2022-03-09 13:49:41.121 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-03-09 13:49:41.121 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-03-09 13:49:41.121 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-03-09 13:49:41.121 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-03-09 13:49:41.121 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-03-09 13:49:41.121 | python3-zope.interface 2022-03-09 13:49:41.121 | Use 'sudo apt autoremove' to remove them. 2022-03-09 13:49:41.234 | 0 upgraded, 0 newly installed, 0 to remove and 122 not upgraded. 2022-03-09 13:49:41.238 | + functions-common:apt_get:1234 : result=0 2022-03-09 13:49:41.240 | + functions-common:apt_get:1237 : time_stop apt-get 2022-03-09 13:49:41.243 | + functions-common:time_stop:2425 : local name 2022-03-09 13:49:41.245 | + functions-common:time_stop:2426 : local end_time 2022-03-09 13:49:41.247 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 13:49:41.249 | + functions-common:time_stop:2428 : local total 2022-03-09 13:49:41.251 | + functions-common:time_stop:2429 : local start_time 2022-03-09 13:49:41.254 | + functions-common:time_stop:2431 : name=apt-get 2022-03-09 13:49:41.256 | + functions-common:time_stop:2432 : start_time=1646833780518 2022-03-09 13:49:41.258 | + functions-common:time_stop:2434 : [[ -z 1646833780518 ]] 2022-03-09 13:49:41.261 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 13:49:41.265 | + functions-common:time_stop:2437 : end_time=1646833781262 2022-03-09 13:49:41.268 | + functions-common:time_stop:2438 : elapsed_time=744 2022-03-09 13:49:41.270 | + functions-common:time_stop:2439 : total=20884 2022-03-09 13:49:41.272 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 13:49:41.274 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=21628 2022-03-09 13:49:41.277 | + functions-common:apt_get:1238 : return 0 2022-03-09 13:49:41.279 | + lib/apache:install_apache_uwsgi:123 : is_ubuntu 2022-03-09 13:49:41.281 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:49:41.284 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:49:41.286 | + lib/apache:install_apache_uwsgi:125 : sudo a2enmod proxy 2022-03-09 13:49:41.347 | Module proxy already enabled 2022-03-09 13:49:41.351 | + lib/apache:install_apache_uwsgi:126 : sudo a2enmod proxy_uwsgi 2022-03-09 13:49:41.412 | Considering dependency proxy for proxy_uwsgi: 2022-03-09 13:49:41.412 | Module proxy already enabled 2022-03-09 13:49:41.412 | Module proxy_uwsgi already enabled 2022-03-09 13:49:41.416 | + lib/apache:install_apache_uwsgi:132 : restart_apache_server 2022-03-09 13:49:41.419 | + lib/apache:restart_apache_server:245 : restart_service apache2 2022-03-09 13:49:41.421 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-03-09 13:49:41.423 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart apache2 2022-03-09 13:49:41.555 | + ./stack.sh:main:881 : install_keystoneauth 2022-03-09 13:49:41.558 | + lib/keystone:install_keystoneauth:498 : use_library_from_git keystoneauth 2022-03-09 13:49:41.560 | + inc/python:use_library_from_git:250 : local name=keystoneauth 2022-03-09 13:49:41.566 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:41.571 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:41.571 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystoneauth, ]] 2022-03-09 13:49:41.573 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:41.576 | + ./stack.sh:main:882 : install_keystoneclient 2022-03-09 13:49:41.578 | + lib/keystone:install_keystoneclient:506 : use_library_from_git python-keystoneclient 2022-03-09 13:49:41.581 | + inc/python:use_library_from_git:250 : local name=python-keystoneclient 2022-03-09 13:49:41.583 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:41.586 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:41.588 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-keystoneclient, ]] 2022-03-09 13:49:41.590 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:41.593 | + ./stack.sh:main:883 : install_glanceclient 2022-03-09 13:49:41.595 | + lib/glance:install_glanceclient:498 : use_library_from_git python-glanceclient 2022-03-09 13:49:41.597 | + inc/python:use_library_from_git:250 : local name=python-glanceclient 2022-03-09 13:49:41.600 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:41.602 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:41.604 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-glanceclient, ]] 2022-03-09 13:49:41.607 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:41.609 | + ./stack.sh:main:884 : install_cinderclient 2022-03-09 13:49:41.612 | + lib/cinder:install_cinderclient:484 : use_library_from_git python-brick-cinderclient-ext 2022-03-09 13:49:41.614 | + inc/python:use_library_from_git:250 : local name=python-brick-cinderclient-ext 2022-03-09 13:49:41.616 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:41.618 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:41.621 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-brick-cinderclient-ext, ]] 2022-03-09 13:49:41.623 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:41.625 | + lib/cinder:install_cinderclient:489 : use_library_from_git python-cinderclient 2022-03-09 13:49:41.628 | + inc/python:use_library_from_git:250 : local name=python-cinderclient 2022-03-09 13:49:41.631 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:41.633 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:41.635 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-cinderclient, ]] 2022-03-09 13:49:41.638 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:41.640 | + ./stack.sh:main:885 : install_novaclient 2022-03-09 13:49:41.643 | + lib/nova:install_novaclient:891 : use_library_from_git python-novaclient 2022-03-09 13:49:41.645 | + inc/python:use_library_from_git:250 : local name=python-novaclient 2022-03-09 13:49:41.648 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:41.650 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:41.652 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-novaclient, ]] 2022-03-09 13:49:41.655 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:41.657 | + ./stack.sh:main:886 : is_service_enabled swift glance horizon 2022-03-09 13:49:41.674 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:49:41.676 | + ./stack.sh:main:887 : install_swiftclient 2022-03-09 13:49:41.679 | + lib/swift:install_swiftclient:728 : use_library_from_git python-swiftclient 2022-03-09 13:49:41.681 | + inc/python:use_library_from_git:250 : local name=python-swiftclient 2022-03-09 13:49:41.683 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:41.685 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:41.688 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-swiftclient, ]] 2022-03-09 13:49:41.690 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:41.693 | + ./stack.sh:main:889 : is_service_enabled neutron nova horizon 2022-03-09 13:49:41.710 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:49:41.712 | + ./stack.sh:main:890 : install_neutronclient 2022-03-09 13:49:41.715 | + lib/neutron:install_neutronclient:452 : use_library_from_git python-neutronclient 2022-03-09 13:49:41.717 | + inc/python:use_library_from_git:250 : local name=python-neutronclient 2022-03-09 13:49:41.719 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:41.722 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:41.724 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-neutronclient, ]] 2022-03-09 13:49:41.727 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:41.729 | + ./stack.sh:main:894 : install_keystonemiddleware 2022-03-09 13:49:41.731 | + lib/keystone:install_keystonemiddleware:516 : use_library_from_git keystonemiddleware 2022-03-09 13:49:41.734 | + inc/python:use_library_from_git:250 : local name=keystonemiddleware 2022-03-09 13:49:41.736 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:49:41.738 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:49:41.741 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,keystonemiddleware, ]] 2022-03-09 13:49:41.743 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:49:41.745 | + lib/keystone:install_keystonemiddleware:521 : pip_install_gr keystonemiddleware 2022-03-09 13:49:41.748 | + inc/python:pip_install_gr:76 : local name=keystonemiddleware 2022-03-09 13:49:41.750 | + inc/python:pip_install_gr:77 : local clean_name 2022-03-09 13:49:41.753 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements keystonemiddleware 2022-03-09 13:49:41.756 | ++ inc/python:get_from_global_requirements:225 : local package=keystonemiddleware 2022-03-09 13:49:41.758 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-03-09 13:49:41.762 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^keystonemiddleware' /opt/stack/requirements/global-requirements.txt 2022-03-09 13:49:41.762 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-03-09 13:49:41.767 | ++ inc/python:get_from_global_requirements:227 : required_pkg='keystonemiddleware ' 2022-03-09 13:49:41.770 | ++ inc/python:get_from_global_requirements:228 : [[ keystonemiddleware == '' ]] 2022-03-09 13:49:41.772 | ++ inc/python:get_from_global_requirements:231 : echo keystonemiddleware 2022-03-09 13:49:41.775 | + inc/python:pip_install_gr:78 : clean_name=keystonemiddleware 2022-03-09 13:49:41.777 | + inc/python:pip_install_gr:79 : pip_install keystonemiddleware 2022-03-09 13:49:41.797 | Using python 3.8 to install keystonemiddleware 2022-03-09 13:49:41.800 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt keystonemiddleware 2022-03-09 13:49:42.659 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:49:42.659 | from cryptography.utils import int_from_bytes 2022-03-09 13:49:42.659 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:49:42.660 | from cryptography.utils import int_from_bytes 2022-03-09 13:49:43.791 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 13:49:43.817 | Requirement already satisfied: keystonemiddleware in /usr/local/lib/python3.8/dist-packages (9.4.0) 2022-03-09 13:49:43.870 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (8.8.0) 2022-03-09 13:49:43.871 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.4.0) 2022-03-09 13:49:43.872 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.3.0) 2022-03-09 13:49:43.873 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.16.0) 2022-03-09 13:49:43.874 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.5.0) 2022-03-09 13:49:43.875 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (3.1.1) 2022-03-09 13:49:43.876 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.10.1) 2022-03-09 13:49:43.877 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.8.1) 2022-03-09 13:49:43.878 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (2.27.1) 2022-03-09 13:49:43.880 | Requirement already satisfied: oslo.log>=3.36.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.6.1) 2022-03-09 13:49:43.881 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.12.2) 2022-03-09 13:49:43.882 | Requirement already satisfied: oslo.context>=2.19.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (4.1.0) 2022-03-09 13:49:43.883 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (1.8.7) 2022-03-09 13:49:43.884 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware) (5.1.0) 2022-03-09 13:49:43.940 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (3.5.0) 2022-03-09 13:49:43.941 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (1.0.2) 2022-03-09 13:49:43.942 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware) (1.7.0) 2022-03-09 13:49:43.981 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware) (1.1.5) 2022-03-09 13:49:44.021 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (0.8.0) 2022-03-09 13:49:44.022 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (6.0) 2022-03-09 13:49:44.023 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (2.4.0) 2022-03-09 13:49:44.024 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware) (1.5.0) 2022-03-09 13:49:44.072 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware) (2.8.2) 2022-03-09 13:49:44.076 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware) (0.9.6) 2022-03-09 13:49:44.085 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) (2021.3) 2022-03-09 13:49:44.086 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware) (1.0.3) 2022-03-09 13:49:44.101 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (21.3) 2022-03-09 13:49:44.102 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (0.11.0) 2022-03-09 13:49:44.104 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware) (3.0.7) 2022-03-09 13:49:44.167 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware) (2019.11.28) 2022-03-09 13:49:44.168 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (1.26.8) 2022-03-09 13:49:44.170 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (2.0.12) 2022-03-09 13:49:44.173 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware) (3.3) 2022-03-09 13:49:44.223 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware) (1.13.3) 2022-03-09 13:49:44.235 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware) (5.1.1) 2022-03-09 13:49:46.400 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-03-09 13:49:46.407 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-03-09 13:49:46.407 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-03-09 13:49:46.524 | + inc/python:pip_install:200 : result=0 2022-03-09 13:49:46.526 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 13:49:46.528 | + functions-common:time_stop:2425 : local name 2022-03-09 13:49:46.530 | + functions-common:time_stop:2426 : local end_time 2022-03-09 13:49:46.533 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 13:49:46.535 | + functions-common:time_stop:2428 : local total 2022-03-09 13:49:46.537 | + functions-common:time_stop:2429 : local start_time 2022-03-09 13:49:46.539 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 13:49:46.541 | + functions-common:time_stop:2432 : start_time=1646833781792 2022-03-09 13:49:46.543 | + functions-common:time_stop:2434 : [[ -z 1646833781792 ]] 2022-03-09 13:49:46.546 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 13:49:46.551 | + functions-common:time_stop:2437 : end_time=1646833786548 2022-03-09 13:49:46.553 | + functions-common:time_stop:2438 : elapsed_time=4756 2022-03-09 13:49:46.555 | + functions-common:time_stop:2439 : total=39187 2022-03-09 13:49:46.557 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 13:49:46.559 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=43943 2022-03-09 13:49:46.562 | + inc/python:pip_install:203 : return 0 2022-03-09 13:49:46.565 | + lib/keystone:install_keystonemiddleware:525 : pip_install_gr python-memcached 2022-03-09 13:49:46.567 | + inc/python:pip_install_gr:76 : local name=python-memcached 2022-03-09 13:49:46.569 | + inc/python:pip_install_gr:77 : local clean_name 2022-03-09 13:49:46.572 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-memcached 2022-03-09 13:49:46.574 | ++ inc/python:get_from_global_requirements:225 : local package=python-memcached 2022-03-09 13:49:46.577 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-03-09 13:49:46.580 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-memcached' /opt/stack/requirements/global-requirements.txt 2022-03-09 13:49:46.581 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-03-09 13:49:46.586 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-memcached ' 2022-03-09 13:49:46.588 | ++ inc/python:get_from_global_requirements:228 : [[ python-memcached == '' ]] 2022-03-09 13:49:46.590 | ++ inc/python:get_from_global_requirements:231 : echo python-memcached 2022-03-09 13:49:46.593 | + inc/python:pip_install_gr:78 : clean_name=python-memcached 2022-03-09 13:49:46.595 | + inc/python:pip_install_gr:79 : pip_install python-memcached 2022-03-09 13:49:46.616 | Using python 3.8 to install python-memcached 2022-03-09 13:49:46.619 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-memcached 2022-03-09 13:49:47.480 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:49:47.481 | from cryptography.utils import int_from_bytes 2022-03-09 13:49:47.481 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:49:47.481 | from cryptography.utils import int_from_bytes 2022-03-09 13:49:48.613 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 13:49:48.640 | Requirement already satisfied: python-memcached in /usr/local/lib/python3.8/dist-packages (1.59) 2022-03-09 13:49:48.645 | Requirement already satisfied: six>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from python-memcached) (1.16.0) 2022-03-09 13:49:50.887 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-03-09 13:49:50.894 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-03-09 13:49:50.894 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-03-09 13:49:51.009 | + inc/python:pip_install:200 : result=0 2022-03-09 13:49:51.011 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 13:49:51.013 | + functions-common:time_stop:2425 : local name 2022-03-09 13:49:51.016 | + functions-common:time_stop:2426 : local end_time 2022-03-09 13:49:51.018 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 13:49:51.025 | + functions-common:time_stop:2428 : local total 2022-03-09 13:49:51.025 | + functions-common:time_stop:2429 : local start_time 2022-03-09 13:49:51.025 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 13:49:51.027 | + functions-common:time_stop:2432 : start_time=1646833786611 2022-03-09 13:49:51.029 | + functions-common:time_stop:2434 : [[ -z 1646833786611 ]] 2022-03-09 13:49:51.032 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 13:49:51.037 | + functions-common:time_stop:2437 : end_time=1646833791034 2022-03-09 13:49:51.039 | + functions-common:time_stop:2438 : elapsed_time=4423 2022-03-09 13:49:51.041 | + functions-common:time_stop:2439 : total=43943 2022-03-09 13:49:51.044 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 13:49:51.046 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=48366 2022-03-09 13:49:51.048 | + inc/python:pip_install:203 : return 0 2022-03-09 13:49:51.051 | + ./stack.sh:main:896 : is_service_enabled keystone 2022-03-09 13:49:51.067 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:49:51.069 | + ./stack.sh:main:897 : '[' 10.222.0.30 == 10.222.0.30 ']' 2022-03-09 13:49:51.072 | + ./stack.sh:main:898 : stack_install_service keystone 2022-03-09 13:49:51.074 | + lib/stack:stack_install_service:20 : local service=keystone 2022-03-09 13:49:51.076 | + lib/stack:stack_install_service:21 : type install_keystone 2022-03-09 13:49:51.079 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-03-09 13:49:51.082 | + lib/stack:stack_install_service:32 : install_keystone 2022-03-09 13:49:51.084 | + lib/keystone:install_keystone:531 : is_service_enabled ldap 2022-03-09 13:49:51.099 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:49:51.102 | + lib/keystone:install_keystone:535 : git_clone https://opendev.org/openstack/keystone.git /opt/stack/keystone master 2022-03-09 13:49:51.104 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/keystone.git 2022-03-09 13:49:51.106 | + functions-common:git_clone:609 : local git_dest=/opt/stack/keystone 2022-03-09 13:49:51.108 | + functions-common:git_clone:610 : local git_ref=master 2022-03-09 13:49:51.110 | + functions-common:git_clone:611 : local orig_dir 2022-03-09 13:49:51.113 | ++ functions-common:git_clone:612 : pwd 2022-03-09 13:49:51.115 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-03-09 13:49:51.117 | + functions-common:git_clone:613 : local git_clone_flags= 2022-03-09 13:49:51.120 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-03-09 13:49:51.134 | + functions-common:git_clone:615 : RECLONE=False 2022-03-09 13:49:51.136 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-03-09 13:49:51.138 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-03-09 13:49:51.141 | + functions-common:git_clone:629 : echo master 2022-03-09 13:49:51.141 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-03-09 13:49:51.147 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/keystone ]] 2022-03-09 13:49:51.149 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-03-09 13:49:51.151 | + functions-common:git_clone:677 : cd /opt/stack/keystone 2022-03-09 13:49:51.154 | + functions-common:git_clone:678 : git show --oneline 2022-03-09 13:49:51.154 | + functions-common:git_clone:678 : head -1 2022-03-09 13:49:51.157 | 0eba22f33 Fix bindep.txt for current RPM based distributions 2022-03-09 13:49:51.159 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-03-09 13:49:51.162 | + lib/keystone:install_keystone:536 : setup_develop /opt/stack/keystone 2022-03-09 13:49:51.164 | + inc/python:setup_develop:338 : local bindep 2022-03-09 13:49:51.166 | + inc/python:setup_develop:339 : [[ /opt/stack/keystone == -bindep* ]] 2022-03-09 13:49:51.168 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/keystone 2022-03-09 13:49:51.171 | + inc/python:setup_develop:344 : local extras= 2022-03-09 13:49:51.173 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/keystone -e 2022-03-09 13:49:51.175 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-03-09 13:49:51.177 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/keystone == -bindep* ]] 2022-03-09 13:49:51.180 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/keystone 2022-03-09 13:49:51.182 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-03-09 13:49:51.184 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-03-09 13:49:51.187 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/keystone 2022-03-09 13:49:51.189 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-03-09 13:49:51.192 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/keystone 2022-03-09 13:49:51.194 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-03-09 13:49:51.197 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-03-09 13:49:51.199 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/keystone/setup.cfg 2022-03-09 13:49:51.206 | + inc/python:_setup_package_with_constraints_edit:385 : name=keystone 2022-03-09 13:49:51.208 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- keystone 2022-03-09 13:49:51.867 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/keystone -e 2022-03-09 13:49:51.869 | + inc/python:setup_package:418 : local bindep=0 2022-03-09 13:49:51.872 | + inc/python:setup_package:419 : local bindep_flag= 2022-03-09 13:49:51.874 | + inc/python:setup_package:420 : local bindep_profiles= 2022-03-09 13:49:51.876 | + inc/python:setup_package:421 : [[ /opt/stack/keystone == -bindep* ]] 2022-03-09 13:49:51.878 | + inc/python:setup_package:426 : local project_dir=/opt/stack/keystone 2022-03-09 13:49:51.881 | + inc/python:setup_package:427 : local flags=-e 2022-03-09 13:49:51.883 | + inc/python:setup_package:428 : local extras= 2022-03-09 13:49:51.885 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-03-09 13:49:51.887 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-03-09 13:49:51.889 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-03-09 13:49:51.891 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-03-09 13:49:51.893 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-03-09 13:49:51.896 | + inc/python:setup_package:446 : pip_install -e /opt/stack/keystone 2022-03-09 13:49:51.915 | Using python 3.8 to install /opt/stack/keystone 2022-03-09 13:49:51.917 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/keystone 2022-03-09 13:49:52.775 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:49:52.775 | from cryptography.utils import int_from_bytes 2022-03-09 13:49:52.775 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:49:52.775 | from cryptography.utils import int_from_bytes 2022-03-09 13:49:53.898 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 13:49:53.925 | Obtaining file:///opt/stack/keystone 2022-03-09 13:49:53.926 | Preparing metadata (setup.py): started 2022-03-09 13:49:57.471 | Preparing metadata (setup.py): finished with status 'done' 2022-03-09 13:49:57.634 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (5.8.1) 2022-03-09 13:49:57.635 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (1.8.7) 2022-03-09 13:49:57.636 | Requirement already satisfied: Flask!=0.11,>=1.0.2 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (2.0.3) 2022-03-09 13:49:57.637 | Requirement already satisfied: Flask-RESTful>=0.3.5 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (0.3.9) 2022-03-09 13:49:57.639 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (36.0.1) 2022-03-09 13:49:57.640 | Requirement already satisfied: SQLAlchemy>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (1.4.31) 2022-03-09 13:49:57.641 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (0.13.0) 2022-03-09 13:49:57.642 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (3.5.0) 2022-03-09 13:49:57.643 | Requirement already satisfied: passlib>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (1.7.4) 2022-03-09 13:49:57.645 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (4.4.0) 2022-03-09 13:49:57.646 | Requirement already satisfied: keystonemiddleware>=7.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (9.4.0) 2022-03-09 13:49:57.646 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (3.2.0) 2022-03-09 13:49:57.647 | Requirement already satisfied: scrypt>=0.8.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (0.8.20) 2022-03-09 13:49:57.648 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (2.10.1) 2022-03-09 13:49:57.650 | Requirement already satisfied: oslo.config>=6.8.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (8.8.0) 2022-03-09 13:49:57.651 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (4.1.0) 2022-03-09 13:49:57.652 | Requirement already satisfied: oslo.messaging>=5.29.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (12.13.0) 2022-03-09 13:49:57.653 | Requirement already satisfied: oslo.db>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (11.2.0) 2022-03-09 13:49:57.654 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (5.1.0) 2022-03-09 13:49:57.655 | Requirement already satisfied: oslo.log>=3.44.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (4.6.1) 2022-03-09 13:49:57.656 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (4.5.1) 2022-03-09 13:49:57.658 | Requirement already satisfied: oslo.policy>=3.10.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (3.11.0) 2022-03-09 13:49:57.659 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (4.3.0) 2022-03-09 13:49:57.660 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (1.5.0) 2022-03-09 13:49:57.661 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (4.12.2) 2022-03-09 13:49:57.662 | Requirement already satisfied: oauthlib>=0.6.2 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (3.2.0) 2022-03-09 13:49:57.663 | Requirement already satisfied: pysaml2>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (7.1.1) 2022-03-09 13:49:57.664 | Requirement already satisfied: PyJWT>=1.6.1 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (2.3.0) 2022-03-09 13:49:57.665 | Requirement already satisfied: dogpile.cache>=1.0.2 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (1.1.5) 2022-03-09 13:49:57.666 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from keystone==20.1.0.dev103) (3.2.0) 2022-03-09 13:49:57.667 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (3.1.1) 2022-03-09 13:49:57.668 | Requirement already satisfied: msgpack>=0.5.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (1.0.3) 2022-03-09 13:49:57.670 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (3.4.2) 2022-03-09 13:49:57.671 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from keystone==20.1.0.dev103) (2021.3) 2022-03-09 13:49:57.681 | Requirement already satisfied: six>=1.4.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->keystone==20.1.0.dev103) (1.16.0) 2022-03-09 13:49:57.683 | Requirement already satisfied: cffi>=1.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->keystone==20.1.0.dev103) (1.15.0) 2022-03-09 13:49:57.726 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.0.2->keystone==20.1.0.dev103) (5.1.1) 2022-03-09 13:49:57.738 | Requirement already satisfied: click>=7.1.2 in /usr/local/lib/python3.8/dist-packages (from Flask!=0.11,>=1.0.2->keystone==20.1.0.dev103) (8.0.4) 2022-03-09 13:49:57.739 | Requirement already satisfied: itsdangerous>=2.0 in /usr/local/lib/python3.8/dist-packages (from Flask!=0.11,>=1.0.2->keystone==20.1.0.dev103) (2.1.0) 2022-03-09 13:49:57.740 | Requirement already satisfied: Werkzeug>=2.0 in /usr/local/lib/python3.8/dist-packages (from Flask!=0.11,>=1.0.2->keystone==20.1.0.dev103) (2.0.3) 2022-03-09 13:49:57.741 | Requirement already satisfied: Jinja2>=3.0 in /usr/local/lib/python3.8/dist-packages (from Flask!=0.11,>=1.0.2->keystone==20.1.0.dev103) (3.0.3) 2022-03-09 13:49:57.751 | Requirement already satisfied: aniso8601>=0.82 in /usr/local/lib/python3.8/dist-packages (from Flask-RESTful>=0.3.5->keystone==20.1.0.dev103) (9.0.1) 2022-03-09 13:49:57.812 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=7.0.0->keystone==20.1.0.dev103) (2.27.1) 2022-03-09 13:49:57.813 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=7.0.0->keystone==20.1.0.dev103) (4.5.0) 2022-03-09 13:49:57.910 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==20.1.0.dev103) (6.0) 2022-03-09 13:49:57.910 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==20.1.0.dev103) (2.4.0) 2022-03-09 13:49:57.911 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==20.1.0.dev103) (0.8.0) 2022-03-09 13:49:57.913 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.8.0->keystone==20.1.0.dev103) (1.5.0) 2022-03-09 13:49:57.966 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==20.1.0.dev103) (1.7.6) 2022-03-09 13:49:57.967 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==20.1.0.dev103) (0.5.0) 2022-03-09 13:49:57.969 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=6.0.0->keystone==20.1.0.dev103) (2.0.1) 2022-03-09 13:49:58.019 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.44.0->keystone==20.1.0.dev103) (2.8.2) 2022-03-09 13:49:58.022 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.44.0->keystone==20.1.0.dev103) (0.9.6) 2022-03-09 13:49:58.077 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.1.0.dev103) (5.2.3) 2022-03-09 13:49:58.078 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.1.0.dev103) (5.0.0) 2022-03-09 13:49:58.082 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.1.0.dev103) (5.0.9) 2022-03-09 13:49:58.084 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.1.0.dev103) (2.8.0) 2022-03-09 13:49:58.085 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.1.0.dev103) (2.4.0) 2022-03-09 13:49:58.086 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=5.29.0->keystone==20.1.0.dev103) (0.4.0) 2022-03-09 13:49:58.106 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->keystone==20.1.0.dev103) (3.3.0) 2022-03-09 13:49:58.155 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->keystone==20.1.0.dev103) (3.1.1) 2022-03-09 13:49:58.173 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==20.1.0.dev103) (1.0.2) 2022-03-09 13:49:58.175 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==20.1.0.dev103) (3.0.7) 2022-03-09 13:49:58.176 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==20.1.0.dev103) (21.3) 2022-03-09 13:49:58.177 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystone==20.1.0.dev103) (0.11.0) 2022-03-09 13:49:58.255 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from osprofiler>=1.4.0->keystone==20.1.0.dev103) (4.5.0) 2022-03-09 13:49:58.370 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==20.1.0.dev103) (60.9.3) 2022-03-09 13:49:58.371 | Requirement already satisfied: pyOpenSSL in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==20.1.0.dev103) (22.0.0) 2022-03-09 13:49:58.372 | Requirement already satisfied: xmlschema>=1.2.1 in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==20.1.0.dev103) (1.9.2) 2022-03-09 13:49:58.373 | Requirement already satisfied: defusedxml in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==20.1.0.dev103) (0.7.1) 2022-03-09 13:49:58.374 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from pysaml2>=5.0.0->keystone==20.1.0.dev103) (5.4.0) 2022-03-09 13:49:58.593 | Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.8/dist-packages (from SQLAlchemy>=1.3.0->keystone==20.1.0.dev103) (1.1.2) 2022-03-09 13:49:58.615 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->keystone==20.1.0.dev103) (0.4.2) 2022-03-09 13:49:58.617 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->keystone==20.1.0.dev103) (0.5.2) 2022-03-09 13:49:58.685 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==20.1.0.dev103) (4.11.1) 2022-03-09 13:49:58.686 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=6.0.0->keystone==20.1.0.dev103) (1.1.6) 2022-03-09 13:49:58.705 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=5.29.0->keystone==20.1.0.dev103) (5.0.0) 2022-03-09 13:49:58.777 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.1->bcrypt>=3.1.3->keystone==20.1.0.dev103) (2.21) 2022-03-09 13:49:58.818 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.8.0->keystone==20.1.0.dev103) (1.13.3) 2022-03-09 13:49:58.931 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=3.0->Flask!=0.11,>=1.0.2->keystone==20.1.0.dev103) (2.1.0) 2022-03-09 13:49:59.005 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=7.0.0->keystone==20.1.0.dev103) (1.7.0) 2022-03-09 13:49:59.131 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->osprofiler>=1.4.0->keystone==20.1.0.dev103) (0.17.3) 2022-03-09 13:49:59.161 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=5.29.0->keystone==20.1.0.dev103) (0.13.1) 2022-03-09 13:49:59.201 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev103) (2.1.1) 2022-03-09 13:49:59.203 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev103) (3.5.0) 2022-03-09 13:49:59.205 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev103) (1.3.3) 2022-03-09 13:49:59.206 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev103) (2.5.1) 2022-03-09 13:49:59.208 | Requirement already satisfied: eventlet>=0.25.2 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev103) (0.33.0) 2022-03-09 13:49:59.209 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev103) (3.0.0) 2022-03-09 13:49:59.262 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->keystone==20.1.0.dev103) (0.2.5) 2022-03-09 13:49:59.417 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==20.1.0.dev103) (2019.11.28) 2022-03-09 13:49:59.418 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==20.1.0.dev103) (1.26.8) 2022-03-09 13:49:59.421 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==20.1.0.dev103) (3.3) 2022-03-09 13:49:59.423 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystonemiddleware>=7.0.0->keystone==20.1.0.dev103) (2.0.12) 2022-03-09 13:49:59.575 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=6.0.0->keystone==20.1.0.dev103) (2.5.0) 2022-03-09 13:49:59.657 | Requirement already satisfied: elementpath<3.0.0,>=2.4.0 in /usr/local/lib/python3.8/dist-packages (from xmlschema>=1.2.1->pysaml2>=5.0.0->keystone==20.1.0.dev103) (2.4.0) 2022-03-09 13:49:59.729 | Requirement already satisfied: zipp>=3.1.0 in /usr/local/lib/python3.8/dist-packages (from importlib-resources->pysaml2>=5.0.0->keystone==20.1.0.dev103) (3.7.0) 2022-03-09 13:49:59.905 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.2->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev103) (2.1.0) 2022-03-09 13:50:00.167 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->oslo.service!=1.28.1,>=1.24.0->oslo.messaging>=5.29.0->keystone==20.1.0.dev103) (0.7) 2022-03-09 13:50:00.202 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=6.0.0->keystone==20.1.0.dev103) (1.0.0) 2022-03-09 13:50:01.852 | Installing collected packages: keystone 2022-03-09 13:50:01.854 | Running setup.py develop for keystone 2022-03-09 13:50:06.430 | Successfully installed keystone 2022-03-09 13:50:06.430 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-03-09 13:50:06.439 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-03-09 13:50:06.439 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-03-09 13:50:06.592 | + inc/python:pip_install:200 : result=0 2022-03-09 13:50:06.594 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 13:50:06.597 | + functions-common:time_stop:2425 : local name 2022-03-09 13:50:06.599 | + functions-common:time_stop:2426 : local end_time 2022-03-09 13:50:06.601 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 13:50:06.605 | + functions-common:time_stop:2428 : local total 2022-03-09 13:50:06.611 | + functions-common:time_stop:2429 : local start_time 2022-03-09 13:50:06.614 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 13:50:06.616 | + functions-common:time_stop:2432 : start_time=1646833791910 2022-03-09 13:50:06.618 | + functions-common:time_stop:2434 : [[ -z 1646833791910 ]] 2022-03-09 13:50:06.621 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 13:50:06.625 | + functions-common:time_stop:2437 : end_time=1646833806623 2022-03-09 13:50:06.627 | + functions-common:time_stop:2438 : elapsed_time=14713 2022-03-09 13:50:06.630 | + functions-common:time_stop:2439 : total=48366 2022-03-09 13:50:06.632 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 13:50:06.634 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=63079 2022-03-09 13:50:06.640 | + inc/python:pip_install:203 : return 0 2022-03-09 13:50:06.640 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-03-09 13:50:06.642 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-03-09 13:50:06.644 | + functions-common:safe_chown:2326 : _safe_permission_operation chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-03-09 13:50:06.662 | + functions-common:_safe_permission_operation:2174 : sudo chown -R ubuntu /opt/stack/keystone/keystone.egg-info 2022-03-09 13:50:06.675 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/keystone 2022-03-09 13:50:06.677 | + inc/python:use_library_from_git:250 : local name=/opt/stack/keystone 2022-03-09 13:50:06.680 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:50:06.682 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:50:06.685 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/keystone, ]] 2022-03-09 13:50:06.687 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:50:06.690 | + lib/keystone:install_keystone:538 : is_service_enabled ldap 2022-03-09 13:50:06.706 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:50:06.709 | + lib/keystone:install_keystone:542 : '[' uwsgi == mod_wsgi ']' 2022-03-09 13:50:06.711 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-03-09 13:50:06.714 | + ./stack.sh:main:899 : configure_keystone 2022-03-09 13:50:06.716 | + lib/keystone:configure_keystone:192 : sudo install -d -o ubuntu /etc/keystone 2022-03-09 13:50:06.728 | + 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-03-09 13:50:06.730 | + lib/keystone:configure_keystone:195 : install -m 600 /dev/null /etc/keystone/keystone.conf 2022-03-09 13:50:06.735 | + lib/keystone:configure_keystone:198 : is_service_enabled ldap 2022-03-09 13:50:06.751 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:50:06.754 | + lib/keystone:configure_keystone:202 : iniset /etc/keystone/keystone.conf identity driver sql 2022-03-09 13:50:06.783 | + lib/keystone:configure_keystone:203 : iniset /etc/keystone/keystone.conf identity password_hash_rounds 4 2022-03-09 13:50:06.811 | + lib/keystone:configure_keystone:204 : iniset /etc/keystone/keystone.conf assignment driver sql 2022-03-09 13:50:06.841 | + lib/keystone:configure_keystone:205 : iniset /etc/keystone/keystone.conf role driver sql 2022-03-09 13:50:06.871 | + lib/keystone:configure_keystone:206 : iniset /etc/keystone/keystone.conf resource driver sql 2022-03-09 13:50:06.900 | + lib/keystone:configure_keystone:209 : iniset /etc/keystone/keystone.conf cache enabled True 2022-03-09 13:50:06.930 | + lib/keystone:configure_keystone:210 : iniset /etc/keystone/keystone.conf cache backend dogpile.cache.memcached 2022-03-09 13:50:06.957 | + lib/keystone:configure_keystone:211 : iniset /etc/keystone/keystone.conf cache memcache_servers localhost:11211 2022-03-09 13:50:06.984 | + lib/keystone:configure_keystone:213 : iniset_rpc_backend keystone /etc/keystone/keystone.conf oslo_messaging_notifications 2022-03-09 13:50:06.987 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=keystone 2022-03-09 13:50:06.989 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/keystone/keystone.conf 2022-03-09 13:50:06.991 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=oslo_messaging_notifications 2022-03-09 13:50:06.994 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-03-09 13:50:06.996 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-03-09 13:50:07.013 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:50:07.016 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-03-09 13:50:07.018 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-03-09 13:50:07.020 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-03-09 13:50:07.035 | ++ functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:50:07.037 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.30:5672/ 2022-03-09 13:50:07.040 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/keystone/keystone.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.30:5672/ 2022-03-09 13:50:07.070 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-03-09 13:50:07.073 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-03-09 13:50:07.075 | + lib/keystone:configure_keystone:215 : local service_port=5000 2022-03-09 13:50:07.077 | + lib/keystone:configure_keystone:217 : is_service_enabled tls-proxy 2022-03-09 13:50:07.093 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:50:07.096 | + lib/keystone:configure_keystone:226 : iniset /etc/keystone/keystone.conf DEFAULT public_endpoint http://10.222.0.30/identity 2022-03-09 13:50:07.126 | + lib/keystone:configure_keystone:228 : [[ fernet != '' ]] 2022-03-09 13:50:07.128 | + lib/keystone:configure_keystone:229 : iniset /etc/keystone/keystone.conf token provider fernet 2022-03-09 13:50:07.158 | ++ lib/keystone:configure_keystone:232 : database_connection_url keystone 2022-03-09 13:50:07.160 | ++ lib/database:database_connection_url:134 : local db=keystone 2022-03-09 13:50:07.163 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql keystone 2022-03-09 13:50:07.165 | ++ lib/databases/mysql:database_connection_url_mysql:207 : local db=keystone 2022-03-09 13:50:07.167 | ++ lib/databases/mysql:database_connection_url_mysql:208 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2022-03-09 13:50:07.170 | + lib/keystone:configure_keystone:232 : iniset /etc/keystone/keystone.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/keystone?charset=utf8' 2022-03-09 13:50:07.200 | + lib/keystone:configure_keystone:235 : '[' False '!=' False ']' 2022-03-09 13:50:07.203 | + lib/keystone:configure_keystone:240 : setup_logging /etc/keystone/keystone.conf 2022-03-09 13:50:07.205 | + functions:setup_logging:674 : setup_systemd_logging /etc/keystone/keystone.conf 2022-03-09 13:50:07.207 | + functions:setup_systemd_logging:689 : local conf_file=/etc/keystone/keystone.conf 2022-03-09 13:50:07.210 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-03-09 13:50:07.227 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-03-09 13:50:07.229 | + functions:setup_systemd_logging:695 : local pidstr= 2022-03-09 13:50:07.232 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-03-09 13:50:07.234 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-03-09 13:50:07.237 | + 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-03-09 13:50:07.264 | + 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-03-09 13:50:07.291 | + 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-03-09 13:50:07.318 | + functions:setup_systemd_logging:706 : iniset /etc/keystone/keystone.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-03-09 13:50:07.346 | + lib/keystone:configure_keystone:242 : iniset /etc/keystone/keystone.conf DEFAULT debug True 2022-03-09 13:50:07.373 | + lib/keystone:configure_keystone:244 : '[' uwsgi == mod_wsgi ']' 2022-03-09 13:50:07.375 | + lib/keystone:configure_keystone:248 : write_uwsgi_config /etc/keystone/keystone-uwsgi-public.ini /usr/local/bin/keystone-wsgi-public /identity 2022-03-09 13:50:07.378 | + lib/apache:write_uwsgi_config:249 : local file=/etc/keystone/keystone-uwsgi-public.ini 2022-03-09 13:50:07.380 | + lib/apache:write_uwsgi_config:250 : local wsgi=/usr/local/bin/keystone-wsgi-public 2022-03-09 13:50:07.383 | + lib/apache:write_uwsgi_config:251 : local url=/identity 2022-03-09 13:50:07.385 | + lib/apache:write_uwsgi_config:252 : local http= 2022-03-09 13:50:07.387 | + lib/apache:write_uwsgi_config:253 : local name= 2022-03-09 13:50:07.390 | ++ lib/apache:write_uwsgi_config:254 : basename /usr/local/bin/keystone-wsgi-public 2022-03-09 13:50:07.394 | + lib/apache:write_uwsgi_config:254 : name=keystone-wsgi-public 2022-03-09 13:50:07.396 | + lib/apache:write_uwsgi_config:258 : local socket_dir=/var/run/uwsgi 2022-03-09 13:50:07.399 | + lib/apache:write_uwsgi_config:262 : sudo mkdir -p /etc/tmpfiles.d/ 2022-03-09 13:50:07.411 | + lib/apache:write_uwsgi_config:263 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-03-09 13:50:07.412 | + lib/apache:write_uwsgi_config:263 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-03-09 13:50:07.420 | d /var/run/uwsgi 0755 ubuntu root 2022-03-09 13:50:07.423 | + lib/apache:write_uwsgi_config:264 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-03-09 13:50:07.439 | + lib/apache:write_uwsgi_config:266 : local socket=/var/run/uwsgi/keystone-wsgi-public.socket 2022-03-09 13:50:07.441 | + lib/apache:write_uwsgi_config:269 : rm -rf /etc/keystone/keystone-uwsgi-public.ini 2022-03-09 13:50:07.445 | + lib/apache:write_uwsgi_config:270 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi wsgi-file /usr/local/bin/keystone-wsgi-public 2022-03-09 13:50:07.474 | + lib/apache:write_uwsgi_config:271 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi processes 2 2022-03-09 13:50:07.501 | + lib/apache:write_uwsgi_config:273 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi master true 2022-03-09 13:50:07.528 | + lib/apache:write_uwsgi_config:275 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi die-on-term true 2022-03-09 13:50:07.554 | + lib/apache:write_uwsgi_config:276 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi exit-on-reload false 2022-03-09 13:50:07.581 | + lib/apache:write_uwsgi_config:279 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi worker-reload-mercy 90 2022-03-09 13:50:07.608 | + lib/apache:write_uwsgi_config:280 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi enable-threads true 2022-03-09 13:50:07.634 | + lib/apache:write_uwsgi_config:281 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi plugins http,python3 2022-03-09 13:50:07.661 | + lib/apache:write_uwsgi_config:283 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi thunder-lock true 2022-03-09 13:50:07.688 | + lib/apache:write_uwsgi_config:285 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-03-09 13:50:07.715 | + lib/apache:write_uwsgi_config:287 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi buffer-size 65535 2022-03-09 13:50:07.741 | + lib/apache:write_uwsgi_config:289 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi add-header 'Connection: close' 2022-03-09 13:50:07.769 | + lib/apache:write_uwsgi_config:291 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi lazy-apps true 2022-03-09 13:50:07.795 | + lib/apache:write_uwsgi_config:294 : [[ -n '' ]] 2022-03-09 13:50:07.797 | + lib/apache:write_uwsgi_config:297 : local apache_conf= 2022-03-09 13:50:07.801 | ++ lib/apache:write_uwsgi_config:298 : apache_site_config_for keystone-wsgi-public 2022-03-09 13:50:07.803 | ++ lib/apache:apache_site_config_for:181 : local site=keystone-wsgi-public 2022-03-09 13:50:07.805 | ++ lib/apache:apache_site_config_for:182 : is_ubuntu 2022-03-09 13:50:07.807 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:50:07.810 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:50:07.812 | ++ lib/apache:apache_site_config_for:184 : echo /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-03-09 13:50:07.815 | + lib/apache:write_uwsgi_config:298 : apache_conf=/etc/apache2/sites-available/keystone-wsgi-public.conf 2022-03-09 13:50:07.817 | + lib/apache:write_uwsgi_config:299 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi socket /var/run/uwsgi/keystone-wsgi-public.socket 2022-03-09 13:50:07.844 | + lib/apache:write_uwsgi_config:300 : iniset /etc/keystone/keystone-uwsgi-public.ini uwsgi chmod-socket 666 2022-03-09 13:50:07.872 | + lib/apache:write_uwsgi_config:301 : echo 'ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 ' 2022-03-09 13:50:07.872 | + lib/apache:write_uwsgi_config:301 : sudo tee -a /etc/apache2/sites-available/keystone-wsgi-public.conf 2022-03-09 13:50:07.881 | ProxyPass "/identity" "unix:/var/run/uwsgi/keystone-wsgi-public.socket|uwsgi://uwsgi-uds-keystone-wsgi-public" retry=0 2022-03-09 13:50:07.884 | + lib/apache:write_uwsgi_config:302 : enable_apache_site keystone-wsgi-public 2022-03-09 13:50:07.886 | + lib/apache:enable_apache_site:198 : local site=keystone-wsgi-public 2022-03-09 13:50:07.888 | + lib/apache:enable_apache_site:200 : enable_apache_mod version 2022-03-09 13:50:07.891 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-03-09 13:50:07.893 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-03-09 13:50:07.895 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:50:07.897 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:50:07.900 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-03-09 13:50:07.902 | + lib/apache:enable_apache_site:201 : is_ubuntu 2022-03-09 13:50:07.904 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:50:07.906 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:50:07.909 | + lib/apache:enable_apache_site:202 : sudo a2ensite keystone-wsgi-public 2022-03-09 13:50:07.970 | Site keystone-wsgi-public already enabled 2022-03-09 13:50:07.974 | + lib/apache:write_uwsgi_config:303 : restart_apache_server 2022-03-09 13:50:07.977 | + lib/apache:restart_apache_server:245 : restart_service apache2 2022-03-09 13:50:07.979 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-03-09 13:50:07.981 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart apache2 2022-03-09 13:50:08.125 | + lib/keystone:configure_keystone:251 : iniset /etc/keystone/keystone.conf DEFAULT max_token_size 16384 2022-03-09 13:50:08.154 | + lib/keystone:configure_keystone:253 : iniset /etc/keystone/keystone.conf fernet_tokens key_repository /etc/keystone/fernet-keys/ 2022-03-09 13:50:08.190 | + lib/keystone:configure_keystone:255 : iniset /etc/keystone/keystone.conf credential key_repository /etc/keystone/credential-keys/ 2022-03-09 13:50:08.221 | + lib/keystone:configure_keystone:263 : [[ True = True ]] 2022-03-09 13:50:08.224 | + lib/keystone:configure_keystone:264 : iniset /etc/keystone/keystone.conf security_compliance lockout_failure_attempts 2 2022-03-09 13:50:08.254 | + lib/keystone:configure_keystone:265 : iniset /etc/keystone/keystone.conf security_compliance lockout_duration 10 2022-03-09 13:50:08.281 | + lib/keystone:configure_keystone:266 : iniset /etc/keystone/keystone.conf security_compliance unique_last_password_count 2 2022-03-09 13:50:08.309 | + lib/keystone:configure_keystone:268 : [[ False == True ]] 2022-03-09 13:50:08.312 | + ./stack.sh:main:903 : is_service_enabled swift 2022-03-09 13:50:08.328 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:50:08.332 | + ./stack.sh:main:904 : is_service_enabled ceilometer 2022-03-09 13:50:08.352 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:50:08.355 | + ./stack.sh:main:907 : stack_install_service swift 2022-03-09 13:50:08.357 | + lib/stack:stack_install_service:20 : local service=swift 2022-03-09 13:50:08.359 | + lib/stack:stack_install_service:21 : type install_swift 2022-03-09 13:50:08.362 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-03-09 13:50:08.364 | + lib/stack:stack_install_service:32 : install_swift 2022-03-09 13:50:08.366 | + lib/swift:install_swift:718 : git_clone https://opendev.org/openstack/swift.git /opt/stack/swift master 2022-03-09 13:50:08.369 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/swift.git 2022-03-09 13:50:08.371 | + functions-common:git_clone:609 : local git_dest=/opt/stack/swift 2022-03-09 13:50:08.373 | + functions-common:git_clone:610 : local git_ref=master 2022-03-09 13:50:08.376 | + functions-common:git_clone:611 : local orig_dir 2022-03-09 13:50:08.378 | ++ functions-common:git_clone:612 : pwd 2022-03-09 13:50:08.381 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-03-09 13:50:08.383 | + functions-common:git_clone:613 : local git_clone_flags= 2022-03-09 13:50:08.386 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-03-09 13:50:08.402 | + functions-common:git_clone:615 : RECLONE=False 2022-03-09 13:50:08.404 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-03-09 13:50:08.407 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-03-09 13:50:08.410 | + functions-common:git_clone:629 : echo master 2022-03-09 13:50:08.410 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-03-09 13:50:08.415 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/swift ]] 2022-03-09 13:50:08.417 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-03-09 13:50:08.420 | + functions-common:git_clone:677 : cd /opt/stack/swift 2022-03-09 13:50:08.422 | + functions-common:git_clone:678 : git show --oneline 2022-03-09 13:50:08.423 | + functions-common:git_clone:678 : head -1 2022-03-09 13:50:08.425 | 3ff3076ce Merge "db: Attempt to clean up part dir post replication" 2022-03-09 13:50:08.428 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-03-09 13:50:08.430 | + lib/swift:install_swift:721 : setup_develop /opt/stack/swift keystone 2022-03-09 13:50:08.433 | + inc/python:setup_develop:338 : local bindep 2022-03-09 13:50:08.435 | + inc/python:setup_develop:339 : [[ /opt/stack/swift == -bindep* ]] 2022-03-09 13:50:08.438 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/swift 2022-03-09 13:50:08.440 | + inc/python:setup_develop:344 : local extras=keystone 2022-03-09 13:50:08.443 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/swift -e keystone 2022-03-09 13:50:08.445 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-03-09 13:50:08.447 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/swift == -bindep* ]] 2022-03-09 13:50:08.449 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/swift 2022-03-09 13:50:08.452 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-03-09 13:50:08.455 | + inc/python:_setup_package_with_constraints_edit:371 : local extras=keystone 2022-03-09 13:50:08.458 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/swift 2022-03-09 13:50:08.460 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-03-09 13:50:08.463 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/swift 2022-03-09 13:50:08.465 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-03-09 13:50:08.468 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-03-09 13:50:08.471 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/swift/setup.cfg 2022-03-09 13:50:08.477 | + inc/python:_setup_package_with_constraints_edit:385 : name=swift 2022-03-09 13:50:08.479 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- swift 2022-03-09 13:50:09.131 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/swift -e keystone 2022-03-09 13:50:09.134 | + inc/python:setup_package:418 : local bindep=0 2022-03-09 13:50:09.136 | + inc/python:setup_package:419 : local bindep_flag= 2022-03-09 13:50:09.138 | + inc/python:setup_package:420 : local bindep_profiles= 2022-03-09 13:50:09.140 | + inc/python:setup_package:421 : [[ /opt/stack/swift == -bindep* ]] 2022-03-09 13:50:09.143 | + inc/python:setup_package:426 : local project_dir=/opt/stack/swift 2022-03-09 13:50:09.145 | + inc/python:setup_package:427 : local flags=-e 2022-03-09 13:50:09.147 | + inc/python:setup_package:428 : local extras=keystone 2022-03-09 13:50:09.149 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-03-09 13:50:09.152 | + inc/python:setup_package:432 : [[ -z keystone ]] 2022-03-09 13:50:09.154 | + inc/python:setup_package:437 : [[ ! -z keystone ]] 2022-03-09 13:50:09.156 | + inc/python:setup_package:438 : extras='[keystone]' 2022-03-09 13:50:09.158 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-03-09 13:50:09.160 | + inc/python:setup_package:446 : pip_install -e '/opt/stack/swift[keystone]' 2022-03-09 13:50:09.181 | Using python 3.8 to install /opt/stack/swift 2022-03-09 13:50:09.184 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e '/opt/stack/swift[keystone]' 2022-03-09 13:50:10.045 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:50:10.045 | from cryptography.utils import int_from_bytes 2022-03-09 13:50:10.045 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:50:10.045 | from cryptography.utils import int_from_bytes 2022-03-09 13:50:11.183 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 13:50:11.209 | Obtaining file:///opt/stack/swift 2022-03-09 13:50:11.209 | Preparing metadata (setup.py): started 2022-03-09 13:50:14.366 | Preparing metadata (setup.py): finished with status 'done' 2022-03-09 13:50:14.496 | Requirement already satisfied: eventlet>=0.25.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.1.dev13) (0.33.0) 2022-03-09 13:50:14.497 | Requirement already satisfied: greenlet>=0.3.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.1.dev13) (1.1.2) 2022-03-09 13:50:14.498 | Requirement already satisfied: netifaces!=0.10.0,!=0.10.1,>=0.8 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.1.dev13) (0.11.0) 2022-03-09 13:50:14.499 | Requirement already satisfied: PasteDeploy>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.1.dev13) (2.1.1) 2022-03-09 13:50:14.500 | Requirement already satisfied: lxml>=3.4.1 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.1.dev13) (4.8.0) 2022-03-09 13:50:14.501 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.1.dev13) (2.27.1) 2022-03-09 13:50:14.502 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.1.dev13) (1.16.0) 2022-03-09 13:50:14.503 | Requirement already satisfied: xattr>=0.4 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.1.dev13) (0.9.9) 2022-03-09 13:50:14.504 | Requirement already satisfied: PyECLib>=1.3.1 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.1.dev13) (1.6.0) 2022-03-09 13:50:14.505 | Requirement already satisfied: cryptography>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.1.dev13) (36.0.1) 2022-03-09 13:50:14.506 | Requirement already satisfied: keystonemiddleware>=4.17.0 in /usr/local/lib/python3.8/dist-packages (from swift==2.29.1.dev13) (9.4.0) 2022-03-09 13:50:14.544 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.0.2->swift==2.29.1.dev13) (1.15.0) 2022-03-09 13:50:14.552 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.0->swift==2.29.1.dev13) (2.1.0) 2022-03-09 13:50:14.608 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (3.1.1) 2022-03-09 13:50:14.609 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (4.4.0) 2022-03-09 13:50:14.610 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (4.12.2) 2022-03-09 13:50:14.612 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (4.5.0) 2022-03-09 13:50:14.612 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (1.8.7) 2022-03-09 13:50:14.614 | Requirement already satisfied: oslo.log>=3.36.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (4.6.1) 2022-03-09 13:50:14.615 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (5.1.0) 2022-03-09 13:50:14.616 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (2.10.1) 2022-03-09 13:50:14.617 | Requirement already satisfied: oslo.context>=2.19.2 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (4.1.0) 2022-03-09 13:50:14.618 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (5.8.1) 2022-03-09 13:50:14.619 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (4.3.0) 2022-03-09 13:50:14.620 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (8.8.0) 2022-03-09 13:50:14.640 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from PasteDeploy>=2.0.0->swift==2.29.1.dev13) (60.9.3) 2022-03-09 13:50:14.670 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.29.1.dev13) (1.26.8) 2022-03-09 13:50:14.673 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.29.1.dev13) (2.0.12) 2022-03-09 13:50:14.675 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->swift==2.29.1.dev13) (3.3) 2022-03-09 13:50:14.676 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->swift==2.29.1.dev13) (2019.11.28) 2022-03-09 13:50:14.699 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.0.2->swift==2.29.1.dev13) (2.21) 2022-03-09 13:50:14.789 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (1.7.0) 2022-03-09 13:50:14.791 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (1.0.2) 2022-03-09 13:50:14.792 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (3.5.0) 2022-03-09 13:50:14.833 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (1.1.5) 2022-03-09 13:50:14.877 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (1.5.0) 2022-03-09 13:50:14.878 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (6.0) 2022-03-09 13:50:14.879 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (2.4.0) 2022-03-09 13:50:14.880 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (0.8.0) 2022-03-09 13:50:14.941 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (0.9.6) 2022-03-09 13:50:14.943 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=3.36.0->keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (2.8.2) 2022-03-09 13:50:14.956 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (2021.3) 2022-03-09 13:50:14.958 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (1.0.3) 2022-03-09 13:50:14.976 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (21.3) 2022-03-09 13:50:14.977 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (3.0.7) 2022-03-09 13:50:15.082 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (1.13.3) 2022-03-09 13:50:15.098 | Requirement already satisfied: decorator>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from dogpile.cache>=1.1.5->oslo.cache>=1.26.0->keystonemiddleware>=4.17.0->swift==2.29.1.dev13) (5.1.1) 2022-03-09 13:50:17.201 | Installing collected packages: swift 2022-03-09 13:50:17.203 | Running setup.py develop for swift 2022-03-09 13:50:21.358 | Successfully installed swift 2022-03-09 13:50:21.358 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-03-09 13:50:21.366 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-03-09 13:50:21.366 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-03-09 13:50:21.493 | + inc/python:pip_install:200 : result=0 2022-03-09 13:50:21.495 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 13:50:21.497 | + functions-common:time_stop:2425 : local name 2022-03-09 13:50:21.500 | + functions-common:time_stop:2426 : local end_time 2022-03-09 13:50:21.502 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 13:50:21.504 | + functions-common:time_stop:2428 : local total 2022-03-09 13:50:21.506 | + functions-common:time_stop:2429 : local start_time 2022-03-09 13:50:21.508 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 13:50:21.511 | + functions-common:time_stop:2432 : start_time=1646833809176 2022-03-09 13:50:21.513 | + functions-common:time_stop:2434 : [[ -z 1646833809176 ]] 2022-03-09 13:50:21.516 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 13:50:21.520 | + functions-common:time_stop:2437 : end_time=1646833821518 2022-03-09 13:50:21.522 | + functions-common:time_stop:2438 : elapsed_time=12342 2022-03-09 13:50:21.524 | + functions-common:time_stop:2439 : total=63079 2022-03-09 13:50:21.526 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 13:50:21.529 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=75421 2022-03-09 13:50:21.531 | + inc/python:pip_install:203 : return 0 2022-03-09 13:50:21.533 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-03-09 13:50:21.536 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-03-09 13:50:21.538 | + functions-common:safe_chown:2326 : _safe_permission_operation chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-03-09 13:50:21.556 | + functions-common:_safe_permission_operation:2174 : sudo chown -R ubuntu /opt/stack/swift/swift.egg-info 2022-03-09 13:50:21.568 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/swift 2022-03-09 13:50:21.571 | + inc/python:use_library_from_git:250 : local name=/opt/stack/swift 2022-03-09 13:50:21.573 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:50:21.575 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:50:21.577 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/swift, ]] 2022-03-09 13:50:21.580 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:50:21.583 | + lib/swift:install_swift:722 : '[' False == True ']' 2022-03-09 13:50:21.585 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-03-09 13:50:21.588 | + ./stack.sh:main:908 : configure_swift 2022-03-09 13:50:21.590 | + lib/swift:configure_swift:331 : local swift_pipeline=crossdomain 2022-03-09 13:50:21.592 | + lib/swift:configure_swift:332 : local node_number 2022-03-09 13:50:21.594 | + lib/swift:configure_swift:333 : local swift_node_config 2022-03-09 13:50:21.596 | + lib/swift:configure_swift:334 : local swift_log_dir 2022-03-09 13:50:21.598 | + lib/swift:configure_swift:337 : /usr/local/bin/swift-init --run-dir=/opt/stack/data/swift/run all stop 2022-03-09 13:50:22.827 | No account-server running 2022-03-09 13:50:22.827 | No account-auditor running 2022-03-09 13:50:22.827 | No account-reaper running 2022-03-09 13:50:22.827 | No object-replicator running 2022-03-09 13:50:22.827 | No object-reconstructor running 2022-03-09 13:50:22.827 | No container-reconciler running 2022-03-09 13:50:22.827 | No object-updater running 2022-03-09 13:50:22.827 | No container-replicator running 2022-03-09 13:50:22.827 | No container-sync running 2022-03-09 13:50:22.827 | No proxy-server running 2022-03-09 13:50:22.827 | No container-auditor running 2022-03-09 13:50:22.827 | No account-replicator running 2022-03-09 13:50:22.827 | No container-server running 2022-03-09 13:50:22.827 | No object-expirer running 2022-03-09 13:50:22.827 | No container-updater running 2022-03-09 13:50:22.827 | No container-sharder running 2022-03-09 13:50:22.827 | No object-auditor running 2022-03-09 13:50:22.827 | No object-server running 2022-03-09 13:50:22.918 | + lib/swift:configure_swift:337 : true 2022-03-09 13:50:22.920 | + lib/swift:configure_swift:339 : sudo install -d -o ubuntu /etc/swift 2022-03-09 13:50:22.932 | + lib/swift:configure_swift:340 : sudo install -d -o ubuntu /etc/swift/object-server /etc/swift/container-server /etc/swift/account-server 2022-03-09 13:50:22.944 | + lib/swift:configure_swift:342 : [[ /etc/swift != \/\e\t\c\/\s\w\i\f\t ]] 2022-03-09 13:50:22.947 | + lib/swift:configure_swift:355 : sudo tee /etc/rsyncd.conf 2022-03-09 13:50:22.947 | ++ lib/swift:configure_swift:351 : id -g -n ubuntu 2022-03-09 13:50:22.951 | + lib/swift:configure_swift:351 : sed -e ' 2022-03-09 13:50:22.951 | s/%GROUP%/ubuntu/; 2022-03-09 13:50:22.952 | s/%USER%/ubuntu/; 2022-03-09 13:50:22.952 | s,%SWIFT_DATA_DIR%,/opt/stack/data/swift,; 2022-03-09 13:50:22.952 | ' /home/ubuntu/devstack/files/swift/rsyncd.conf 2022-03-09 13:50:22.956 | uid = ubuntu 2022-03-09 13:50:22.956 | gid = ubuntu 2022-03-09 13:50:22.956 | log file = /opt/stack/data/swift/logs/rsyncd.log 2022-03-09 13:50:22.956 | pid file = /opt/stack/data/swift/run/rsyncd.pid 2022-03-09 13:50:22.956 | address = 127.0.0.1 2022-03-09 13:50:22.956 | 2022-03-09 13:50:22.956 | [account6612] 2022-03-09 13:50:22.956 | max connections = 25 2022-03-09 13:50:22.956 | path = /opt/stack/data/swift/1/node/ 2022-03-09 13:50:22.956 | read only = false 2022-03-09 13:50:22.956 | lock file = /opt/stack/data/swift/run/account6612.lock 2022-03-09 13:50:22.956 | 2022-03-09 13:50:22.956 | [account6622] 2022-03-09 13:50:22.956 | max connections = 25 2022-03-09 13:50:22.956 | path = /opt/stack/data/swift/2/node/ 2022-03-09 13:50:22.956 | read only = false 2022-03-09 13:50:22.956 | lock file = /opt/stack/data/swift/run/account6622.lock 2022-03-09 13:50:22.956 | 2022-03-09 13:50:22.956 | [account6632] 2022-03-09 13:50:22.956 | max connections = 25 2022-03-09 13:50:22.956 | path = /opt/stack/data/swift/3/node/ 2022-03-09 13:50:22.956 | read only = false 2022-03-09 13:50:22.956 | lock file = /opt/stack/data/swift/run/account6632.lock 2022-03-09 13:50:22.956 | 2022-03-09 13:50:22.956 | [account6642] 2022-03-09 13:50:22.956 | max connections = 25 2022-03-09 13:50:22.956 | path = /opt/stack/data/swift/4/node/ 2022-03-09 13:50:22.956 | read only = false 2022-03-09 13:50:22.956 | lock file = /opt/stack/data/swift/run/account6642.lock 2022-03-09 13:50:22.956 | 2022-03-09 13:50:22.956 | 2022-03-09 13:50:22.956 | [container6611] 2022-03-09 13:50:22.957 | max connections = 25 2022-03-09 13:50:22.957 | path = /opt/stack/data/swift/1/node/ 2022-03-09 13:50:22.957 | read only = false 2022-03-09 13:50:22.957 | lock file = /opt/stack/data/swift/run/container6611.lock 2022-03-09 13:50:22.957 | 2022-03-09 13:50:22.957 | [container6621] 2022-03-09 13:50:22.957 | max connections = 25 2022-03-09 13:50:22.957 | path = /opt/stack/data/swift/2/node/ 2022-03-09 13:50:22.957 | read only = false 2022-03-09 13:50:22.957 | lock file = /opt/stack/data/swift/run/container6621.lock 2022-03-09 13:50:22.957 | 2022-03-09 13:50:22.957 | [container6631] 2022-03-09 13:50:22.957 | max connections = 25 2022-03-09 13:50:22.957 | path = /opt/stack/data/swift/3/node/ 2022-03-09 13:50:22.957 | read only = false 2022-03-09 13:50:22.957 | lock file = /opt/stack/data/swift/run/container6631.lock 2022-03-09 13:50:22.957 | 2022-03-09 13:50:22.957 | [container6641] 2022-03-09 13:50:22.957 | max connections = 25 2022-03-09 13:50:22.957 | path = /opt/stack/data/swift/4/node/ 2022-03-09 13:50:22.957 | read only = false 2022-03-09 13:50:22.957 | lock file = /opt/stack/data/swift/run/container6641.lock 2022-03-09 13:50:22.957 | 2022-03-09 13:50:22.957 | 2022-03-09 13:50:22.957 | [object6613] 2022-03-09 13:50:22.957 | max connections = 25 2022-03-09 13:50:22.957 | path = /opt/stack/data/swift/1/node/ 2022-03-09 13:50:22.957 | read only = false 2022-03-09 13:50:22.957 | lock file = /opt/stack/data/swift/run/object6613.lock 2022-03-09 13:50:22.957 | 2022-03-09 13:50:22.957 | [object6623] 2022-03-09 13:50:22.957 | max connections = 25 2022-03-09 13:50:22.957 | path = /opt/stack/data/swift/2/node/ 2022-03-09 13:50:22.957 | read only = false 2022-03-09 13:50:22.957 | lock file = /opt/stack/data/swift/run/object6623.lock 2022-03-09 13:50:22.957 | 2022-03-09 13:50:22.958 | [object6633] 2022-03-09 13:50:22.958 | max connections = 25 2022-03-09 13:50:22.958 | path = /opt/stack/data/swift/3/node/ 2022-03-09 13:50:22.958 | read only = false 2022-03-09 13:50:22.958 | lock file = /opt/stack/data/swift/run/object6633.lock 2022-03-09 13:50:22.958 | 2022-03-09 13:50:22.958 | [object6643] 2022-03-09 13:50:22.958 | max connections = 25 2022-03-09 13:50:22.958 | path = /opt/stack/data/swift/4/node/ 2022-03-09 13:50:22.958 | read only = false 2022-03-09 13:50:22.958 | lock file = /opt/stack/data/swift/run/object6643.lock 2022-03-09 13:50:22.959 | + lib/swift:configure_swift:357 : is_ubuntu 2022-03-09 13:50:22.961 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:50:22.963 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:50:22.965 | + lib/swift:configure_swift:358 : sudo sed -i '/^RSYNC_ENABLE=false/ { s/false/true/ }' /etc/default/rsync 2022-03-09 13:50:22.977 | + lib/swift:configure_swift:363 : SWIFT_CONFIG_PROXY_SERVER=/etc/swift/proxy-server.conf 2022-03-09 13:50:22.979 | + lib/swift:configure_swift:364 : cp /opt/stack/swift/etc/proxy-server.conf-sample /etc/swift/proxy-server.conf 2022-03-09 13:50:22.983 | + lib/swift:configure_swift:365 : cp /opt/stack/swift/etc/internal-client.conf-sample /etc/swift/internal-client.conf 2022-03-09 13:50:22.987 | + lib/swift:configure_swift:369 : local csyncfile=/etc/swift/container-sync-realms.conf 2022-03-09 13:50:22.989 | + lib/swift:configure_swift:370 : cp /opt/stack/swift/etc/container-sync-realms.conf-sample /etc/swift/container-sync-realms.conf 2022-03-09 13:50:22.993 | + lib/swift:configure_swift:371 : iniset /etc/swift/container-sync-realms.conf realm1 key realm1key 2022-03-09 13:50:23.022 | + lib/swift:configure_swift:372 : iniset /etc/swift/container-sync-realms.conf realm1 cluster_name1 http://10.222.0.30:8080/v1/ 2022-03-09 13:50:23.047 | + lib/swift:configure_swift:374 : iniuncomment /etc/swift/proxy-server.conf DEFAULT user 2022-03-09 13:50:23.069 | + lib/swift:configure_swift:375 : iniset /etc/swift/proxy-server.conf DEFAULT user ubuntu 2022-03-09 13:50:23.097 | + lib/swift:configure_swift:377 : iniuncomment /etc/swift/proxy-server.conf DEFAULT swift_dir 2022-03-09 13:50:23.114 | + lib/swift:configure_swift:378 : iniset /etc/swift/proxy-server.conf DEFAULT swift_dir /etc/swift 2022-03-09 13:50:23.142 | + lib/swift:configure_swift:380 : iniuncomment /etc/swift/proxy-server.conf DEFAULT workers 2022-03-09 13:50:23.159 | + lib/swift:configure_swift:381 : iniset /etc/swift/proxy-server.conf DEFAULT workers 1 2022-03-09 13:50:23.186 | + lib/swift:configure_swift:383 : iniuncomment /etc/swift/proxy-server.conf DEFAULT log_level 2022-03-09 13:50:23.204 | + lib/swift:configure_swift:384 : iniset /etc/swift/proxy-server.conf DEFAULT log_level DEBUG 2022-03-09 13:50:23.231 | + lib/swift:configure_swift:386 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_ip 2022-03-09 13:50:23.248 | + lib/swift:configure_swift:387 : iniset /etc/swift/proxy-server.conf DEFAULT bind_ip 0.0.0.0 2022-03-09 13:50:23.276 | + lib/swift:configure_swift:389 : iniuncomment /etc/swift/proxy-server.conf DEFAULT bind_port 2022-03-09 13:50:23.293 | + lib/swift:configure_swift:390 : is_service_enabled tls-proxy 2022-03-09 13:50:23.308 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:50:23.310 | + lib/swift:configure_swift:393 : iniset /etc/swift/proxy-server.conf DEFAULT bind_port 8080 2022-03-09 13:50:23.338 | + lib/swift:configure_swift:399 : iniset /etc/swift/proxy-server.conf app:proxy-server node_timeout 120 2022-03-09 13:50:23.369 | + lib/swift:configure_swift:400 : iniset /etc/swift/proxy-server.conf app:proxy-server conn_timeout 20 2022-03-09 13:50:23.396 | + lib/swift:configure_swift:403 : iniset /etc/swift/proxy-server.conf filter:versioned_writes allow_versioned_writes true 2022-03-09 13:50:23.422 | + lib/swift:configure_swift:406 : is_service_enabled ceilometer 2022-03-09 13:50:23.437 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:50:23.440 | + lib/swift:configure_swift:417 : iniset /etc/swift/proxy-server.conf filter:proxy-logging reveal_sensitive_prefix 12 2022-03-09 13:50:23.466 | + lib/swift:configure_swift:423 : is_service_enabled s3api 2022-03-09 13:50:23.480 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:50:23.482 | + lib/swift:configure_swift:426 : is_service_enabled keystone 2022-03-09 13:50:23.497 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:50:23.499 | + lib/swift:configure_swift:427 : swift_pipeline+=' authtoken' 2022-03-09 13:50:23.502 | + lib/swift:configure_swift:428 : is_service_enabled s3api 2022-03-09 13:50:23.516 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:50:23.518 | + lib/swift:configure_swift:433 : swift_pipeline+=' keystoneauth' 2022-03-09 13:50:23.520 | + lib/swift:configure_swift:436 : swift_pipeline+=' tempauth ' 2022-03-09 13:50:23.522 | + lib/swift:configure_swift:438 : sed -i '/^pipeline/ { s/tempauth/crossdomain authtoken keystoneauth tempauth formpost staticweb/ ;}' /etc/swift/proxy-server.conf 2022-03-09 13:50:23.527 | + lib/swift:configure_swift:439 : sed -i '/^pipeline/ { s/proxy-server/ proxy-server/ ; }' /etc/swift/proxy-server.conf 2022-03-09 13:50:23.534 | + lib/swift:configure_swift:441 : iniset /etc/swift/proxy-server.conf app:proxy-server account_autocreate true 2022-03-09 13:50:23.560 | + lib/swift:configure_swift:442 : iniset /etc/swift/proxy-server.conf app:proxy-server allow_account_management true 2022-03-09 13:50:23.587 | + lib/swift:configure_swift:445 : iniset /etc/swift/proxy-server.conf filter:crossdomain use egg:swift#crossdomain 2022-03-09 13:50:23.616 | + lib/swift:configure_swift:450 : iniset /etc/swift/proxy-server.conf filter:authtoken log_name swift 2022-03-09 13:50:23.644 | + lib/swift:configure_swift:452 : iniset /etc/swift/proxy-server.conf filter:authtoken paste.filter_factory keystonemiddleware.auth_token:filter_factory 2022-03-09 13:50:23.681 | + lib/swift:configure_swift:453 : configure_keystone_authtoken_middleware /etc/swift/proxy-server.conf swift filter:authtoken 2022-03-09 13:50:23.683 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/swift/proxy-server.conf 2022-03-09 13:50:23.685 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=swift 2022-03-09 13:50:23.688 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=filter:authtoken 2022-03-09 13:50:23.690 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_type password 2022-03-09 13:50:23.718 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/swift/proxy-server.conf filter:authtoken interface public 2022-03-09 13:50:23.746 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/swift/proxy-server.conf filter:authtoken auth_url http://10.222.0.30/identity 2022-03-09 13:50:23.772 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/swift/proxy-server.conf filter:authtoken username swift 2022-03-09 13:50:23.799 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/swift/proxy-server.conf filter:authtoken password Passw0rd 2022-03-09 13:50:23.826 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/swift/proxy-server.conf filter:authtoken user_domain_name Default 2022-03-09 13:50:23.853 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/swift/proxy-server.conf filter:authtoken project_name service 2022-03-09 13:50:23.880 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/swift/proxy-server.conf filter:authtoken project_domain_name Default 2022-03-09 13:50:23.906 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/swift/proxy-server.conf filter:authtoken cafile /opt/stack/data/ca-bundle.pem 2022-03-09 13:50:23.933 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/swift/proxy-server.conf filter:authtoken memcached_servers localhost:11211 2022-03-09 13:50:23.959 | + lib/swift:configure_swift:454 : iniset /etc/swift/proxy-server.conf filter:authtoken delay_auth_decision 1 2022-03-09 13:50:23.989 | + lib/swift:configure_swift:455 : iniset /etc/swift/proxy-server.conf filter:authtoken cache swift.cache 2022-03-09 13:50:24.016 | + lib/swift:configure_swift:456 : iniset /etc/swift/proxy-server.conf filter:authtoken include_service_catalog False 2022-03-09 13:50:24.044 | + lib/swift:configure_swift:458 : iniset /etc/swift/proxy-server.conf filter:keystoneauth use egg:swift#keystoneauth 2022-03-09 13:50:24.073 | + lib/swift:configure_swift:459 : iniset /etc/swift/proxy-server.conf filter:keystoneauth operator_roles 'Member, admin' 2022-03-09 13:50:24.100 | + lib/swift:configure_swift:464 : iniuncomment /etc/swift/proxy-server.conf filter:tempauth account_autocreate 2022-03-09 13:50:24.118 | + lib/swift:configure_swift:465 : iniset /etc/swift/proxy-server.conf filter:tempauth reseller_prefix TEMPAUTH 2022-03-09 13:50:24.145 | + lib/swift:configure_swift:468 : iniset /etc/swift/proxy-server.conf filter:domain_remap reseller_prefixes 'AUTH, TEMPAUTH' 2022-03-09 13:50:24.172 | + lib/swift:configure_swift:470 : cp /opt/stack/swift/etc/swift.conf-sample /etc/swift/swift.conf 2022-03-09 13:50:24.176 | + lib/swift:configure_swift:471 : iniset /etc/swift/swift.conf swift-hash swift_hash_path_suffix 66a3d6b56c1f479c8b4e70ab5d2014f6 2022-03-09 13:50:24.207 | + lib/swift:configure_swift:472 : iniset /etc/swift/swift.conf swift-constraints max_header_size 16384 2022-03-09 13:50:24.234 | + lib/swift:configure_swift:473 : iniset /etc/swift/swift.conf swift-constraints max_file_size 5368709122 2022-03-09 13:50:24.260 | + lib/swift:configure_swift:475 : local node_number 2022-03-09 13:50:24.262 | + lib/swift:configure_swift:476 : for node_number in ${SWIFT_REPLICAS_SEQ} 2022-03-09 13:50:24.264 | + lib/swift:configure_swift:477 : local swift_node_config=/etc/swift/object-server/1.conf 2022-03-09 13:50:24.267 | + lib/swift:configure_swift:478 : cp /opt/stack/swift/etc/object-server.conf-sample /etc/swift/object-server/1.conf 2022-03-09 13:50:24.271 | + lib/swift:configure_swift:479 : generate_swift_config_services /etc/swift/object-server/1.conf 1 6613 object 2022-03-09 13:50:24.273 | + lib/swift:generate_swift_config_services:289 : local swift_node_config=/etc/swift/object-server/1.conf 2022-03-09 13:50:24.276 | + lib/swift:generate_swift_config_services:290 : local node_id=1 2022-03-09 13:50:24.278 | + lib/swift:generate_swift_config_services:291 : local bind_port=6613 2022-03-09 13:50:24.280 | + lib/swift:generate_swift_config_services:292 : local server_type=object 2022-03-09 13:50:24.283 | + lib/swift:generate_swift_config_services:294 : log_facility=0 2022-03-09 13:50:24.285 | + lib/swift:generate_swift_config_services:295 : local node_path=/opt/stack/data/swift/1 2022-03-09 13:50:24.287 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/object-server/1.conf DEFAULT user 2022-03-09 13:50:24.306 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/object-server/1.conf DEFAULT user ubuntu 2022-03-09 13:50:24.335 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_port 2022-03-09 13:50:24.353 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/object-server/1.conf DEFAULT bind_port 6613 2022-03-09 13:50:24.380 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/object-server/1.conf DEFAULT swift_dir 2022-03-09 13:50:24.398 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/object-server/1.conf DEFAULT swift_dir /etc/swift 2022-03-09 13:50:24.426 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/object-server/1.conf DEFAULT devices 2022-03-09 13:50:24.443 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/object-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-03-09 13:50:24.472 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/object-server/1.conf DEFAULT log_facility 2022-03-09 13:50:24.489 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/object-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-03-09 13:50:24.517 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/object-server/1.conf DEFAULT workers 2022-03-09 13:50:24.535 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/object-server/1.conf DEFAULT workers 2 2022-03-09 13:50:24.563 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/object-server/1.conf DEFAULT disable_fallocate 2022-03-09 13:50:24.581 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/object-server/1.conf DEFAULT disable_fallocate true 2022-03-09 13:50:24.609 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/object-server/1.conf DEFAULT mount_check 2022-03-09 13:50:24.627 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/object-server/1.conf DEFAULT mount_check false 2022-03-09 13:50:24.656 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/object-server/1.conf object-replicator vm_test_mode 2022-03-09 13:50:24.674 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/object-server/1.conf object-replicator vm_test_mode yes 2022-03-09 13:50:24.705 | + 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-03-09 13:50:24.713 | + lib/swift:configure_swift:480 : iniuncomment /etc/swift/object-server/1.conf DEFAULT bind_ip 2022-03-09 13:50:24.730 | + lib/swift:configure_swift:481 : iniset /etc/swift/object-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-03-09 13:50:24.759 | + lib/swift:configure_swift:482 : iniset /etc/swift/object-server/1.conf filter:recon recon_cache_path /opt/stack/data/swift/cache 2022-03-09 13:50:24.787 | + lib/swift:configure_swift:484 : swift_node_config=/etc/swift/container-server/1.conf 2022-03-09 13:50:24.789 | + lib/swift:configure_swift:485 : cp /opt/stack/swift/etc/container-server.conf-sample /etc/swift/container-server/1.conf 2022-03-09 13:50:24.794 | + lib/swift:configure_swift:486 : generate_swift_config_services /etc/swift/container-server/1.conf 1 6611 container 2022-03-09 13:50:24.796 | + lib/swift:generate_swift_config_services:289 : local swift_node_config=/etc/swift/container-server/1.conf 2022-03-09 13:50:24.798 | + lib/swift:generate_swift_config_services:290 : local node_id=1 2022-03-09 13:50:24.801 | + lib/swift:generate_swift_config_services:291 : local bind_port=6611 2022-03-09 13:50:24.803 | + lib/swift:generate_swift_config_services:292 : local server_type=container 2022-03-09 13:50:24.805 | + lib/swift:generate_swift_config_services:294 : log_facility=0 2022-03-09 13:50:24.807 | + lib/swift:generate_swift_config_services:295 : local node_path=/opt/stack/data/swift/1 2022-03-09 13:50:24.809 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/container-server/1.conf DEFAULT user 2022-03-09 13:50:24.827 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/container-server/1.conf DEFAULT user ubuntu 2022-03-09 13:50:24.855 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_port 2022-03-09 13:50:24.873 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/container-server/1.conf DEFAULT bind_port 6611 2022-03-09 13:50:24.901 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/container-server/1.conf DEFAULT swift_dir 2022-03-09 13:50:24.918 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/container-server/1.conf DEFAULT swift_dir /etc/swift 2022-03-09 13:50:24.947 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/container-server/1.conf DEFAULT devices 2022-03-09 13:50:24.965 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/container-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-03-09 13:50:24.993 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/container-server/1.conf DEFAULT log_facility 2022-03-09 13:50:25.011 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/container-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-03-09 13:50:25.038 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/container-server/1.conf DEFAULT workers 2022-03-09 13:50:25.056 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/container-server/1.conf DEFAULT workers 2 2022-03-09 13:50:25.084 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/container-server/1.conf DEFAULT disable_fallocate 2022-03-09 13:50:25.102 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/container-server/1.conf DEFAULT disable_fallocate true 2022-03-09 13:50:25.130 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/container-server/1.conf DEFAULT mount_check 2022-03-09 13:50:25.148 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/container-server/1.conf DEFAULT mount_check false 2022-03-09 13:50:25.176 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/container-server/1.conf container-replicator vm_test_mode 2022-03-09 13:50:25.194 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/container-server/1.conf container-replicator vm_test_mode yes 2022-03-09 13:50:25.221 | + 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-03-09 13:50:25.226 | + lib/swift:configure_swift:487 : iniuncomment /etc/swift/container-server/1.conf DEFAULT bind_ip 2022-03-09 13:50:25.244 | + lib/swift:configure_swift:488 : iniset /etc/swift/container-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-03-09 13:50:25.271 | + lib/swift:configure_swift:490 : swift_node_config=/etc/swift/account-server/1.conf 2022-03-09 13:50:25.273 | + lib/swift:configure_swift:491 : cp /opt/stack/swift/etc/account-server.conf-sample /etc/swift/account-server/1.conf 2022-03-09 13:50:25.278 | + lib/swift:configure_swift:492 : generate_swift_config_services /etc/swift/account-server/1.conf 1 6612 account 2022-03-09 13:50:25.280 | + lib/swift:generate_swift_config_services:289 : local swift_node_config=/etc/swift/account-server/1.conf 2022-03-09 13:50:25.283 | + lib/swift:generate_swift_config_services:290 : local node_id=1 2022-03-09 13:50:25.285 | + lib/swift:generate_swift_config_services:291 : local bind_port=6612 2022-03-09 13:50:25.287 | + lib/swift:generate_swift_config_services:292 : local server_type=account 2022-03-09 13:50:25.289 | + lib/swift:generate_swift_config_services:294 : log_facility=0 2022-03-09 13:50:25.291 | + lib/swift:generate_swift_config_services:295 : local node_path=/opt/stack/data/swift/1 2022-03-09 13:50:25.293 | + lib/swift:generate_swift_config_services:297 : iniuncomment /etc/swift/account-server/1.conf DEFAULT user 2022-03-09 13:50:25.311 | + lib/swift:generate_swift_config_services:298 : iniset /etc/swift/account-server/1.conf DEFAULT user ubuntu 2022-03-09 13:50:25.339 | + lib/swift:generate_swift_config_services:300 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_port 2022-03-09 13:50:25.357 | + lib/swift:generate_swift_config_services:301 : iniset /etc/swift/account-server/1.conf DEFAULT bind_port 6612 2022-03-09 13:50:25.384 | + lib/swift:generate_swift_config_services:303 : iniuncomment /etc/swift/account-server/1.conf DEFAULT swift_dir 2022-03-09 13:50:25.402 | + lib/swift:generate_swift_config_services:304 : iniset /etc/swift/account-server/1.conf DEFAULT swift_dir /etc/swift 2022-03-09 13:50:25.430 | + lib/swift:generate_swift_config_services:306 : iniuncomment /etc/swift/account-server/1.conf DEFAULT devices 2022-03-09 13:50:25.448 | + lib/swift:generate_swift_config_services:307 : iniset /etc/swift/account-server/1.conf DEFAULT devices /opt/stack/data/swift/1 2022-03-09 13:50:25.476 | + lib/swift:generate_swift_config_services:309 : iniuncomment /etc/swift/account-server/1.conf DEFAULT log_facility 2022-03-09 13:50:25.494 | + lib/swift:generate_swift_config_services:310 : iniset /etc/swift/account-server/1.conf DEFAULT log_facility LOG_LOCAL0 2022-03-09 13:50:25.522 | + lib/swift:generate_swift_config_services:312 : iniuncomment /etc/swift/account-server/1.conf DEFAULT workers 2022-03-09 13:50:25.540 | + lib/swift:generate_swift_config_services:313 : iniset /etc/swift/account-server/1.conf DEFAULT workers 2 2022-03-09 13:50:25.567 | + lib/swift:generate_swift_config_services:315 : iniuncomment /etc/swift/account-server/1.conf DEFAULT disable_fallocate 2022-03-09 13:50:25.585 | + lib/swift:generate_swift_config_services:316 : iniset /etc/swift/account-server/1.conf DEFAULT disable_fallocate true 2022-03-09 13:50:25.614 | + lib/swift:generate_swift_config_services:318 : iniuncomment /etc/swift/account-server/1.conf DEFAULT mount_check 2022-03-09 13:50:25.632 | + lib/swift:generate_swift_config_services:319 : iniset /etc/swift/account-server/1.conf DEFAULT mount_check false 2022-03-09 13:50:25.659 | + lib/swift:generate_swift_config_services:321 : iniuncomment /etc/swift/account-server/1.conf account-replicator vm_test_mode 2022-03-09 13:50:25.677 | + lib/swift:generate_swift_config_services:322 : iniset /etc/swift/account-server/1.conf account-replicator vm_test_mode yes 2022-03-09 13:50:25.704 | + 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-03-09 13:50:25.724 | + lib/swift:configure_swift:493 : iniuncomment /etc/swift/account-server/1.conf DEFAULT bind_ip 2022-03-09 13:50:25.742 | + lib/swift:configure_swift:494 : iniset /etc/swift/account-server/1.conf DEFAULT bind_ip 0.0.0.0 2022-03-09 13:50:25.770 | + lib/swift:configure_swift:498 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest1 'testing .admin' 2022-03-09 13:50:25.797 | + lib/swift:configure_swift:499 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest2_swiftusertest2 'testing2 .admin' 2022-03-09 13:50:25.825 | + lib/swift:configure_swift:500 : iniset /etc/swift/proxy-server.conf filter:tempauth user_swiftprojecttest1_swiftusertest3 'testing3 .admin' 2022-03-09 13:50:25.854 | + lib/swift:configure_swift:502 : testfile=/etc/swift/test.conf 2022-03-09 13:50:25.856 | + lib/swift:configure_swift:503 : cp /opt/stack/swift/test/sample.conf /etc/swift/test.conf 2022-03-09 13:50:25.861 | + lib/swift:configure_swift:506 : iniset /etc/swift/test.conf func_test account swiftprojecttest1 2022-03-09 13:50:25.888 | + lib/swift:configure_swift:507 : iniset /etc/swift/test.conf func_test username swiftusertest1 2022-03-09 13:50:25.916 | + lib/swift:configure_swift:508 : iniset /etc/swift/test.conf func_test username3 swiftusertest3 2022-03-09 13:50:25.944 | + lib/swift:configure_swift:509 : iniset /etc/swift/test.conf func_test account2 swiftprojecttest2 2022-03-09 13:50:25.972 | + lib/swift:configure_swift:510 : iniset /etc/swift/test.conf func_test username2 swiftusertest2 2022-03-09 13:50:26.000 | + lib/swift:configure_swift:511 : iniset /etc/swift/test.conf func_test account4 swiftprojecttest4 2022-03-09 13:50:26.027 | + lib/swift:configure_swift:512 : iniset /etc/swift/test.conf func_test username4 swiftusertest4 2022-03-09 13:50:26.055 | + lib/swift:configure_swift:513 : iniset /etc/swift/test.conf func_test password4 testing4 2022-03-09 13:50:26.081 | + lib/swift:configure_swift:514 : iniset /etc/swift/test.conf func_test domain4 swift_test 2022-03-09 13:50:26.108 | + lib/swift:configure_swift:516 : is_service_enabled keystone 2022-03-09 13:50:26.124 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:50:26.126 | + lib/swift:configure_swift:517 : iniuncomment /etc/swift/test.conf func_test auth_version 2022-03-09 13:50:26.144 | + lib/swift:configure_swift:518 : local auth_vers 2022-03-09 13:50:26.147 | ++ lib/swift:configure_swift:519 : iniget /etc/swift/test.conf func_test auth_version 2022-03-09 13:50:26.166 | + lib/swift:configure_swift:519 : auth_vers=3 2022-03-09 13:50:26.168 | + lib/swift:configure_swift:520 : iniset /etc/swift/test.conf func_test auth_host 10.222.0.30 2022-03-09 13:50:26.195 | + lib/swift:configure_swift:521 : [[ http == \h\t\t\p\s ]] 2022-03-09 13:50:26.198 | + lib/swift:configure_swift:524 : iniset /etc/swift/test.conf func_test auth_port 80 2022-03-09 13:50:26.226 | + lib/swift:configure_swift:526 : iniset /etc/swift/test.conf func_test auth_uri http://10.222.0.30/identity 2022-03-09 13:50:26.254 | + lib/swift:configure_swift:527 : [[ 3 == \3 ]] 2022-03-09 13:50:26.256 | + lib/swift:configure_swift:528 : iniset /etc/swift/test.conf func_test auth_prefix /identity/v3/ 2022-03-09 13:50:26.284 | + lib/swift:configure_swift:532 : is_service_enabled tls-proxy 2022-03-09 13:50:26.299 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:50:26.301 | + lib/swift:configure_swift:538 : local user_group 2022-03-09 13:50:26.304 | ++ lib/swift:configure_swift:539 : id -g ubuntu 2022-03-09 13:50:26.309 | + lib/swift:configure_swift:539 : user_group=1000 2022-03-09 13:50:26.311 | + lib/swift:configure_swift:540 : sudo install -d -o ubuntu -g 1000 /opt/stack/data/swift 2022-03-09 13:50:26.323 | + lib/swift:configure_swift:542 : local swift_log_dir=/opt/stack/data/swift/logs 2022-03-09 13:50:26.325 | + lib/swift:configure_swift:543 : sudo rm -rf /opt/stack/data/swift/logs 2022-03-09 13:50:26.337 | + lib/swift:configure_swift:544 : local swift_log_group=adm 2022-03-09 13:50:26.339 | + lib/swift:configure_swift:545 : is_suse 2022-03-09 13:50:26.342 | + functions-common:is_suse:542 : is_opensuse 2022-03-09 13:50:26.344 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-03-09 13:50:26.347 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-03-09 13:50:26.349 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-03-09 13:50:26.351 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-03-09 13:50:26.353 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-03-09 13:50:26.355 | + lib/swift:configure_swift:548 : sudo install -d -o ubuntu -g adm /opt/stack/data/swift/logs/hourly 2022-03-09 13:50:26.367 | + lib/swift:configure_swift:550 : [[ False != \F\a\l\s\e ]] 2022-03-09 13:50:26.370 | + lib/swift:configure_swift:558 : '[' False == True ']' 2022-03-09 13:50:26.372 | + ./stack.sh:main:911 : is_service_enabled s3api 2022-03-09 13:50:26.389 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:50:26.392 | + ./stack.sh:main:917 : is_service_enabled g-api n-api 2022-03-09 13:50:26.409 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:50:26.411 | + ./stack.sh:main:919 : stack_install_service glance 2022-03-09 13:50:26.414 | + lib/stack:stack_install_service:20 : local service=glance 2022-03-09 13:50:26.416 | + lib/stack:stack_install_service:21 : type install_glance 2022-03-09 13:50:26.418 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-03-09 13:50:26.421 | + lib/stack:stack_install_service:32 : install_glance 2022-03-09 13:50:26.423 | + lib/glance:install_glance:507 : glance_store_extras=() 2022-03-09 13:50:26.426 | + lib/glance:install_glance:507 : local glance_store_extras 2022-03-09 13:50:26.428 | + lib/glance:install_glance:509 : is_service_enabled cinder 2022-03-09 13:50:26.445 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:50:26.447 | + lib/glance:install_glance:510 : glance_store_extras=("cinder" "${glance_store_extras[@]}") 2022-03-09 13:50:26.450 | + lib/glance:install_glance:513 : is_service_enabled swift 2022-03-09 13:50:26.467 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:50:26.470 | + lib/glance:install_glance:514 : glance_store_extras=("swift" "${glance_store_extras[@]}") 2022-03-09 13:50:26.473 | + lib/glance:install_glance:519 : use_library_from_git glance_store 2022-03-09 13:50:26.475 | + inc/python:use_library_from_git:250 : local name=glance_store 2022-03-09 13:50:26.478 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:50:26.480 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:50:26.483 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,glance_store, ]] 2022-03-09 13:50:26.485 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:50:26.488 | ++ lib/glance:install_glance:525 : join_extras swift cinder 2022-03-09 13:50:26.491 | ++ inc/python:join_extras:29 : local IFS=, 2022-03-09 13:50:26.493 | ++ inc/python:join_extras:30 : echo swift,cinder 2022-03-09 13:50:26.496 | + lib/glance:install_glance:525 : pip_install_gr_extras glance-store swift,cinder 2022-03-09 13:50:26.499 | + inc/python:pip_install_gr_extras:89 : local name=glance-store 2022-03-09 13:50:26.501 | + inc/python:pip_install_gr_extras:90 : local extras=swift,cinder 2022-03-09 13:50:26.504 | + inc/python:pip_install_gr_extras:91 : local version_constraints 2022-03-09 13:50:26.507 | ++ inc/python:pip_install_gr_extras:92 : get_version_constraints_from_global_requirements glance-store 2022-03-09 13:50:26.510 | ++ inc/python:get_version_constraints_from_global_requirements:237 : local package=glance-store 2022-03-09 13:50:26.512 | ++ inc/python:get_version_constraints_from_global_requirements:238 : local required_pkg_version_constraint 2022-03-09 13:50:26.516 | +++ inc/python:get_version_constraints_from_global_requirements:240 : grep -i -h -o -P '^glance-store\K.*' /opt/stack/requirements/global-requirements.txt 2022-03-09 13:50:26.517 | +++ inc/python:get_version_constraints_from_global_requirements:240 : cut -d# -f1 2022-03-09 13:50:26.522 | ++ inc/python:get_version_constraints_from_global_requirements:240 : required_pkg_version_constraint='!=0.29.0 ' 2022-03-09 13:50:26.525 | ++ inc/python:get_version_constraints_from_global_requirements:241 : [[ !=0.29.0 == '' ]] 2022-03-09 13:50:26.527 | ++ inc/python:get_version_constraints_from_global_requirements:244 : echo '!=0.29.0' 2022-03-09 13:50:26.530 | + inc/python:pip_install_gr_extras:92 : version_constraints='!=0.29.0' 2022-03-09 13:50:26.533 | + inc/python:pip_install_gr_extras:93 : pip_install 'glance-store[swift,cinder]!=0.29.0' 2022-03-09 13:50:26.554 | Using python 3.8 to install glance-store[swift,cinder]!=0.29.0 2022-03-09 13:50:26.556 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt 'glance-store[swift,cinder]!=0.29.0' 2022-03-09 13:50:27.430 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:50:27.430 | from cryptography.utils import int_from_bytes 2022-03-09 13:50:27.431 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:50:27.431 | from cryptography.utils import int_from_bytes 2022-03-09 13:50:28.577 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 13:50:28.605 | Requirement already satisfied: glance-store[cinder,swift]!=0.29.0 in /usr/local/lib/python3.8/dist-packages (3.0.0) 2022-03-09 13:50:28.690 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.5.0) 2022-03-09 13:50:28.691 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (2.27.1) 2022-03-09 13:50:28.692 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.5.0) 2022-03-09 13:50:28.693 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from glance-store[cinder,swift]!=0.29.0) (3.2.0) 2022-03-09 13:50:28.694 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.12.2) 2022-03-09 13:50:28.696 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.3.0) 2022-03-09 13:50:28.697 | Requirement already satisfied: six>=1.11.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (1.16.0) 2022-03-09 13:50:28.698 | Requirement already satisfied: eventlet!=0.18.3,!=0.20.1,>=0.18.2 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (0.33.0) 2022-03-09 13:50:28.699 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (3.5.0) 2022-03-09 13:50:28.700 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (4.4.0) 2022-03-09 13:50:28.701 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (8.8.0) 2022-03-09 13:50:28.702 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (5.1.0) 2022-03-09 13:50:28.705 | Requirement already satisfied: os-brick>=2.6.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (5.2.0) 2022-03-09 13:50:28.707 | Requirement already satisfied: oslo.privsep>=1.23.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (2.7.0) 2022-03-09 13:50:28.709 | Requirement already satisfied: oslo.rootwrap>=5.8.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (6.3.1) 2022-03-09 13:50:28.712 | Requirement already satisfied: python-cinderclient>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (8.3.0) 2022-03-09 13:50:28.714 | Requirement already satisfied: python-swiftclient>=3.2.0 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (3.13.1) 2022-03-09 13:50:28.716 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from glance-store[cinder,swift]!=0.29.0) (0.20.4) 2022-03-09 13:50:28.726 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder,swift]!=0.29.0) (2.1.0) 2022-03-09 13:50:28.727 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet!=0.18.3,!=0.20.1,>=0.18.2->glance-store[cinder,swift]!=0.29.0) (1.1.2) 2022-03-09 13:50:28.740 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.8/dist-packages (from httplib2>=0.9.1->glance-store[cinder,swift]!=0.29.0) (3.0.7) 2022-03-09 13:50:28.809 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder,swift]!=0.29.0) (1.0.2) 2022-03-09 13:50:28.810 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder,swift]!=0.29.0) (5.8.1) 2022-03-09 13:50:28.812 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance-store[cinder,swift]!=0.29.0) (1.7.0) 2022-03-09 13:50:28.835 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (4.6.1) 2022-03-09 13:50:28.837 | Requirement already satisfied: os-win>=5.5.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (5.6.0) 2022-03-09 13:50:28.839 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.8.0) 2022-03-09 13:50:28.840 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (6.3.1) 2022-03-09 13:50:28.842 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (4.1.0) 2022-03-09 13:50:28.853 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->glance-store[cinder,swift]!=0.29.0) (0.17.3) 2022-03-09 13:50:28.894 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (1.5.0) 2022-03-09 13:50:28.895 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (6.0) 2022-03-09 13:50:28.896 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (2.4.0) 2022-03-09 13:50:28.897 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (0.8.0) 2022-03-09 13:50:28.919 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder,swift]!=0.29.0) (1.15.0) 2022-03-09 13:50:28.921 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=1.23.0->glance-store[cinder,swift]!=0.29.0) (1.0.3) 2022-03-09 13:50:28.936 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->glance-store[cinder,swift]!=0.29.0) (2021.3) 2022-03-09 13:50:28.951 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder,swift]!=0.29.0) (21.3) 2022-03-09 13:50:28.954 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance-store[cinder,swift]!=0.29.0) (0.11.0) 2022-03-09 13:50:28.974 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient>=4.1.0->glance-store[cinder,swift]!=0.29.0) (3.17.6) 2022-03-09 13:50:28.976 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient>=4.1.0->glance-store[cinder,swift]!=0.29.0) (3.1.1) 2022-03-09 13:50:29.057 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (2.0.12) 2022-03-09 13:50:29.059 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (3.3) 2022-03-09 13:50:29.060 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (1.26.8) 2022-03-09 13:50:29.061 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->glance-store[cinder,swift]!=0.29.0) (2019.11.28) 2022-03-09 13:50:29.112 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.14.0->oslo.privsep>=1.23.0->glance-store[cinder,swift]!=0.29.0) (2.21) 2022-03-09 13:50:29.137 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=5.2.0->glance-store[cinder,swift]!=0.29.0) (1.13.3) 2022-03-09 13:50:29.338 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.6.1->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.8.2) 2022-03-09 13:50:29.342 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.6.1->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (0.9.6) 2022-03-09 13:50:29.375 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.5.1) 2022-03-09 13:50:29.377 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.1.1) 2022-03-09 13:50:29.380 | Requirement already satisfied: WebOb>=1.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (1.8.7) 2022-03-09 13:50:29.381 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (3.0.0) 2022-03-09 13:50:29.384 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (1.3.3) 2022-03-09 13:50:29.384 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (3.5.0) 2022-03-09 13:50:29.440 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.2->python-cinderclient>=4.1.0->glance-store[cinder,swift]!=0.29.0) (0.2.5) 2022-03-09 13:50:29.610 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (2.5.0) 2022-03-09 13:50:29.658 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (60.9.3) 2022-03-09 13:50:29.742 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (0.7) 2022-03-09 13:50:29.897 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=2.8.0->os-brick>=2.6.0->glance-store[cinder,swift]!=0.29.0) (1.0.0) 2022-03-09 13:50:31.831 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-03-09 13:50:31.838 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-03-09 13:50:31.839 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-03-09 13:50:31.956 | + inc/python:pip_install:200 : result=0 2022-03-09 13:50:31.959 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 13:50:31.961 | + functions-common:time_stop:2425 : local name 2022-03-09 13:50:31.964 | + functions-common:time_stop:2426 : local end_time 2022-03-09 13:50:31.966 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 13:50:31.968 | + functions-common:time_stop:2428 : local total 2022-03-09 13:50:31.970 | + functions-common:time_stop:2429 : local start_time 2022-03-09 13:50:31.973 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 13:50:31.975 | + functions-common:time_stop:2432 : start_time=1646833826548 2022-03-09 13:50:31.977 | + functions-common:time_stop:2434 : [[ -z 1646833826548 ]] 2022-03-09 13:50:31.980 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 13:50:31.984 | + functions-common:time_stop:2437 : end_time=1646833831982 2022-03-09 13:50:31.987 | + functions-common:time_stop:2438 : elapsed_time=5434 2022-03-09 13:50:31.989 | + functions-common:time_stop:2439 : total=75421 2022-03-09 13:50:31.991 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 13:50:31.993 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=80855 2022-03-09 13:50:31.996 | + inc/python:pip_install:203 : return 0 2022-03-09 13:50:31.998 | + lib/glance:install_glance:526 : copy_rootwrap /usr/local/etc/glance 2022-03-09 13:50:32.001 | + lib/glance:copy_rootwrap:239 : local source_path=/usr/local/etc/glance 2022-03-09 13:50:32.004 | + lib/glance:copy_rootwrap:241 : sudo install -d -o ubuntu /etc/glance 2022-03-09 13:50:32.017 | + lib/glance:copy_rootwrap:242 : cp -r /usr/local/etc/glance/rootwrap.conf /usr/local/etc/glance/rootwrap.d /etc/glance/ 2022-03-09 13:50:32.022 | + lib/glance:install_glance:529 : git_clone https://opendev.org/openstack/glance.git /opt/stack/glance master 2022-03-09 13:50:32.024 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/glance.git 2022-03-09 13:50:32.026 | + functions-common:git_clone:609 : local git_dest=/opt/stack/glance 2022-03-09 13:50:32.029 | + functions-common:git_clone:610 : local git_ref=master 2022-03-09 13:50:32.031 | + functions-common:git_clone:611 : local orig_dir 2022-03-09 13:50:32.034 | ++ functions-common:git_clone:612 : pwd 2022-03-09 13:50:32.037 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-03-09 13:50:32.039 | + functions-common:git_clone:613 : local git_clone_flags= 2022-03-09 13:50:32.042 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-03-09 13:50:32.057 | + functions-common:git_clone:615 : RECLONE=False 2022-03-09 13:50:32.060 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-03-09 13:50:32.062 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-03-09 13:50:32.065 | + functions-common:git_clone:629 : echo master 2022-03-09 13:50:32.066 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-03-09 13:50:32.071 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/glance ]] 2022-03-09 13:50:32.073 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-03-09 13:50:32.076 | + functions-common:git_clone:677 : cd /opt/stack/glance 2022-03-09 13:50:32.079 | + functions-common:git_clone:678 : git show --oneline 2022-03-09 13:50:32.079 | + functions-common:git_clone:678 : head -1 2022-03-09 13:50:32.082 | 7af4d971f Merge "Fix warning in the release notes" 2022-03-09 13:50:32.085 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-03-09 13:50:32.087 | + lib/glance:install_glance:531 : setup_develop /opt/stack/glance 2022-03-09 13:50:32.090 | + inc/python:setup_develop:338 : local bindep 2022-03-09 13:50:32.092 | + inc/python:setup_develop:339 : [[ /opt/stack/glance == -bindep* ]] 2022-03-09 13:50:32.095 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/glance 2022-03-09 13:50:32.097 | + inc/python:setup_develop:344 : local extras= 2022-03-09 13:50:32.100 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/glance -e 2022-03-09 13:50:32.102 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-03-09 13:50:32.105 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/glance == -bindep* ]] 2022-03-09 13:50:32.107 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/glance 2022-03-09 13:50:32.110 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-03-09 13:50:32.112 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-03-09 13:50:32.115 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/glance 2022-03-09 13:50:32.118 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-03-09 13:50:32.120 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/glance 2022-03-09 13:50:32.123 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-03-09 13:50:32.126 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-03-09 13:50:32.129 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/glance/setup.cfg 2022-03-09 13:50:32.135 | + inc/python:_setup_package_with_constraints_edit:385 : name=glance 2022-03-09 13:50:32.137 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- glance 2022-03-09 13:50:32.793 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/glance -e 2022-03-09 13:50:32.795 | + inc/python:setup_package:418 : local bindep=0 2022-03-09 13:50:32.798 | + inc/python:setup_package:419 : local bindep_flag= 2022-03-09 13:50:32.801 | + inc/python:setup_package:420 : local bindep_profiles= 2022-03-09 13:50:32.804 | + inc/python:setup_package:421 : [[ /opt/stack/glance == -bindep* ]] 2022-03-09 13:50:32.806 | + inc/python:setup_package:426 : local project_dir=/opt/stack/glance 2022-03-09 13:50:32.808 | + inc/python:setup_package:427 : local flags=-e 2022-03-09 13:50:32.811 | + inc/python:setup_package:428 : local extras= 2022-03-09 13:50:32.813 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-03-09 13:50:32.815 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-03-09 13:50:32.818 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-03-09 13:50:32.820 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-03-09 13:50:32.823 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-03-09 13:50:32.825 | + inc/python:setup_package:446 : pip_install -e /opt/stack/glance 2022-03-09 13:50:32.846 | Using python 3.8 to install /opt/stack/glance 2022-03-09 13:50:32.848 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/glance 2022-03-09 13:50:33.711 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:50:33.711 | from cryptography.utils import int_from_bytes 2022-03-09 13:50:33.711 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:50:33.711 | from cryptography.utils import int_from_bytes 2022-03-09 13:50:34.838 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 13:50:34.864 | Obtaining file:///opt/stack/glance 2022-03-09 13:50:34.865 | Preparing metadata (setup.py): started 2022-03-09 13:50:38.027 | Preparing metadata (setup.py): finished with status 'done' 2022-03-09 13:50:38.185 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (5.8.1) 2022-03-09 13:50:38.186 | Requirement already satisfied: defusedxml>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (0.7.1) 2022-03-09 13:50:38.187 | Requirement already satisfied: SQLAlchemy>=1.3.14 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (1.4.31) 2022-03-09 13:50:38.189 | Requirement already satisfied: eventlet>=0.25.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (0.33.0) 2022-03-09 13:50:38.190 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (2.1.1) 2022-03-09 13:50:38.191 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (2.5.1) 2022-03-09 13:50:38.192 | Requirement already satisfied: WebOb>=1.8.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (1.8.7) 2022-03-09 13:50:38.193 | Requirement already satisfied: sqlparse>=0.2.2 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (0.4.2) 2022-03-09 13:50:38.194 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (1.7.6) 2022-03-09 13:50:38.195 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (0.20.4) 2022-03-09 13:50:38.196 | Requirement already satisfied: oslo.config>=8.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (8.8.0) 2022-03-09 13:50:38.197 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (4.5.0) 2022-03-09 13:50:38.198 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (4.1.0) 2022-03-09 13:50:38.199 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (1.5.0) 2022-03-09 13:50:38.200 | Requirement already satisfied: oslo.utils>=4.7.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (4.12.2) 2022-03-09 13:50:38.201 | Requirement already satisfied: stevedore!=3.0.0,>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (3.5.0) 2022-03-09 13:50:38.202 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (2.4.0) 2022-03-09 13:50:38.204 | Requirement already satisfied: taskflow>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (4.6.4) 2022-03-09 13:50:38.205 | Requirement already satisfied: keystoneauth1>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (4.5.0) 2022-03-09 13:50:38.206 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (9.4.0) 2022-03-09 13:50:38.207 | Requirement already satisfied: WSME>=0.8.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (0.11.0) 2022-03-09 13:50:38.208 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (3.1.1) 2022-03-09 13:50:38.209 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (3.5.0) 2022-03-09 13:50:38.210 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from glance==24.1.0.dev3) (3.2.0) 2022-03-09 13:50:38.211 | Requirement already satisfied: python-keystoneclient>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (4.4.0) 2022-03-09 13:50:38.212 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (22.0.0) 2022-03-09 13:50:38.214 | Requirement already satisfied: oslo.db>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (11.2.0) 2022-03-09 13:50:38.215 | Requirement already satisfied: oslo.i18n>=5.0.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (5.1.0) 2022-03-09 13:50:38.216 | Requirement already satisfied: oslo.limit>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (1.5.0) 2022-03-09 13:50:38.217 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (4.6.1) 2022-03-09 13:50:38.218 | Requirement already satisfied: oslo.messaging!=9.0.0,>=5.29.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (12.13.0) 2022-03-09 13:50:38.220 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (4.5.1) 2022-03-09 13:50:38.221 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (2.3.0) 2022-03-09 13:50:38.222 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (3.11.0) 2022-03-09 13:50:38.223 | Requirement already satisfied: retrying!=1.3.0,>=1.2.3 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (1.3.3) 2022-03-09 13:50:38.224 | Requirement already satisfied: osprofiler>=1.4.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (3.4.2) 2022-03-09 13:50:38.225 | Requirement already satisfied: glance-store>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (3.0.0) 2022-03-09 13:50:38.226 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (2.4.0) 2022-03-09 13:50:38.228 | Requirement already satisfied: cryptography>=2.6.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (36.0.1) 2022-03-09 13:50:38.230 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (0.2.2) 2022-03-09 13:50:38.232 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (1.0.2) 2022-03-09 13:50:38.233 | Requirement already satisfied: os-win>=4.0.1 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (5.6.0) 2022-03-09 13:50:38.234 | Requirement already satisfied: castellan>=0.17.0 in /usr/local/lib/python3.8/dist-packages (from glance==24.1.0.dev3) (3.10.1) 2022-03-09 13:50:38.249 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==24.1.0.dev3) (1.1.6) 2022-03-09 13:50:38.251 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==24.1.0.dev3) (5.4.0) 2022-03-09 13:50:38.253 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->glance==24.1.0.dev3) (4.11.1) 2022-03-09 13:50:38.273 | Requirement already satisfied: requests!=2.20.0,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from castellan>=0.17.0->glance==24.1.0.dev3) (2.27.1) 2022-03-09 13:50:38.275 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /usr/local/lib/python3.8/dist-packages (from castellan>=0.17.0->glance==24.1.0.dev3) (5.3.0) 2022-03-09 13:50:38.314 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.6.1->glance==24.1.0.dev3) (1.15.0) 2022-03-09 13:50:38.331 | Requirement already satisfied: oslo.serialization>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from cursive>=0.2.1->glance==24.1.0.dev3) (4.3.0) 2022-03-09 13:50:38.340 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.19.0->glance==24.1.0.dev3) (1.13.3) 2022-03-09 13:50:38.355 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->glance==24.1.0.dev3) (1.16.0) 2022-03-09 13:50:38.356 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->glance==24.1.0.dev3) (2.1.0) 2022-03-09 13:50:38.357 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.25.1->glance==24.1.0.dev3) (1.1.2) 2022-03-09 13:50:38.447 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.8/dist-packages (from httplib2>=0.9.1->glance==24.1.0.dev3) (3.0.7) 2022-03-09 13:50:38.522 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.4.0->glance==24.1.0.dev3) (1.7.0) 2022-03-09 13:50:38.573 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->glance==24.1.0.dev3) (3.1.1) 2022-03-09 13:50:38.575 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->glance==24.1.0.dev3) (2.10.1) 2022-03-09 13:50:38.610 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->glance==24.1.0.dev3) (0.17.3) 2022-03-09 13:50:38.652 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==24.1.0.dev3) (0.8.0) 2022-03-09 13:50:38.654 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==24.1.0.dev3) (6.0) 2022-03-09 13:50:38.655 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.1.0->glance==24.1.0.dev3) (1.5.0) 2022-03-09 13:50:38.717 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==24.1.0.dev3) (2.0.1) 2022-03-09 13:50:38.718 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==24.1.0.dev3) (0.5.0) 2022-03-09 13:50:38.720 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=5.0.0->glance==24.1.0.dev3) (0.13.0) 2022-03-09 13:50:38.745 | Requirement already satisfied: openstacksdk>=0.31.1 in /usr/local/lib/python3.8/dist-packages (from oslo.limit>=1.4.0->glance==24.1.0.dev3) (0.61.0) 2022-03-09 13:50:38.819 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->glance==24.1.0.dev3) (0.9.6) 2022-03-09 13:50:38.821 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->glance==24.1.0.dev3) (2.8.2) 2022-03-09 13:50:38.882 | Requirement already satisfied: oslo.service!=1.28.1,>=1.24.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==24.1.0.dev3) (2.8.0) 2022-03-09 13:50:38.882 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==24.1.0.dev3) (5.2.3) 2022-03-09 13:50:38.884 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==24.1.0.dev3) (0.4.0) 2022-03-09 13:50:38.886 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==24.1.0.dev3) (5.0.9) 2022-03-09 13:50:38.887 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging!=9.0.0,>=5.29.0->glance==24.1.0.dev3) (5.0.0) 2022-03-09 13:50:38.913 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==24.1.0.dev3) (3.2.0) 2022-03-09 13:50:38.914 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==24.1.0.dev3) (3.0.3) 2022-03-09 13:50:38.916 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->glance==24.1.0.dev3) (3.3.0) 2022-03-09 13:50:38.958 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from oslo.reports>=1.18.0->glance==24.1.0.dev3) (5.9.0) 2022-03-09 13:50:39.004 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==24.1.0.dev3) (0.11.0) 2022-03-09 13:50:39.005 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==24.1.0.dev3) (2021.3) 2022-03-09 13:50:39.007 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.7.0->glance==24.1.0.dev3) (21.3) 2022-03-09 13:50:39.082 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->glance==24.1.0.dev3) (60.9.3) 2022-03-09 13:50:39.140 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->glance==24.1.0.dev3) (0.2.5) 2022-03-09 13:50:39.240 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->glance==24.1.0.dev3) (0.7) 2022-03-09 13:50:39.513 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.0.0->glance==24.1.0.dev3) (2.6.3) 2022-03-09 13:50:39.516 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.0.0->glance==24.1.0.dev3) (1.4.2) 2022-03-09 13:50:39.517 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.0.0->glance==24.1.0.dev3) (6.3.1) 2022-03-09 13:50:39.519 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.0.0->glance==24.1.0.dev3) (2.5.0) 2022-03-09 13:50:39.573 | Requirement already satisfied: simplegeneric in /usr/local/lib/python3.8/dist-packages (from WSME>=0.8.0->glance==24.1.0.dev3) (0.8.1) 2022-03-09 13:50:39.596 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging!=9.0.0,>=5.29.0->glance==24.1.0.dev3) (5.0.0) 2022-03-09 13:50:39.713 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.6.1->glance==24.1.0.dev3) (2.21) 2022-03-09 13:50:39.817 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->glance==24.1.0.dev3) (2.1.0) 2022-03-09 13:50:40.027 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.1.0.dev3) (2.5.0) 2022-03-09 13:50:40.028 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.1.0.dev3) (5.1.1) 2022-03-09 13:50:40.029 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.1.0.dev3) (1.4.4) 2022-03-09 13:50:40.030 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.1.0.dev3) (1.32) 2022-03-09 13:50:40.032 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.1.0.dev3) (1.1.5) 2022-03-09 13:50:40.033 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.1.0.dev3) (1.4.0) 2022-03-09 13:50:40.034 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.1.0.dev3) (0.10.0) 2022-03-09 13:50:40.151 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging!=9.0.0,>=5.29.0->glance==24.1.0.dev3) (0.13.1) 2022-03-09 13:50:40.184 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=1.10.0->cursive>=0.2.1->glance==24.1.0.dev3) (1.0.3) 2022-03-09 13:50:40.232 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==24.1.0.dev3) (1.3.3) 2022-03-09 13:50:40.233 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service!=1.28.1,>=1.24.0->oslo.messaging!=9.0.0,>=5.29.0->glance==24.1.0.dev3) (3.0.0) 2022-03-09 13:50:40.476 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==24.1.0.dev3) (3.10.1) 2022-03-09 13:50:40.657 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==24.1.0.dev3) (2.0.12) 2022-03-09 13:50:40.660 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==24.1.0.dev3) (3.3) 2022-03-09 13:50:40.661 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==24.1.0.dev3) (1.26.8) 2022-03-09 13:50:40.662 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests!=2.20.0,>=2.18.0->castellan>=0.17.0->glance==24.1.0.dev3) (2019.11.28) 2022-03-09 13:50:40.770 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=5.0.0->glance==24.1.0.dev3) (0.5.2) 2022-03-09 13:50:40.923 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=5.0.0->glance==24.1.0.dev3) (2.5.0) 2022-03-09 13:50:41.024 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=0.9.6->glance==24.1.0.dev3) (3.7.0) 2022-03-09 13:50:41.333 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==24.1.0.dev3) (0.5.0) 2022-03-09 13:50:41.334 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==24.1.0.dev3) (2.4.0) 2022-03-09 13:50:41.558 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.1->oslo.limit>=1.4.0->glance==24.1.0.dev3) (2.2) 2022-03-09 13:50:41.836 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=5.0.0->glance==24.1.0.dev3) (1.0.0) 2022-03-09 13:50:42.172 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==24.1.0.dev3) (1.8.2) 2022-03-09 13:50:42.173 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=4.5.2->castellan>=0.17.0->glance==24.1.0.dev3) (21.4.0) 2022-03-09 13:50:43.430 | Installing collected packages: glance 2022-03-09 13:50:43.432 | Running setup.py develop for glance 2022-03-09 13:50:47.805 | Successfully installed glance 2022-03-09 13:50:47.805 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-03-09 13:50:47.813 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-03-09 13:50:47.813 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-03-09 13:50:47.941 | + inc/python:pip_install:200 : result=0 2022-03-09 13:50:47.943 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 13:50:47.946 | + functions-common:time_stop:2425 : local name 2022-03-09 13:50:47.948 | + functions-common:time_stop:2426 : local end_time 2022-03-09 13:50:47.950 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 13:50:47.953 | + functions-common:time_stop:2428 : local total 2022-03-09 13:50:47.955 | + functions-common:time_stop:2429 : local start_time 2022-03-09 13:50:47.957 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 13:50:47.959 | + functions-common:time_stop:2432 : start_time=1646833832840 2022-03-09 13:50:47.962 | + functions-common:time_stop:2434 : [[ -z 1646833832840 ]] 2022-03-09 13:50:47.965 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 13:50:47.969 | + functions-common:time_stop:2437 : end_time=1646833847966 2022-03-09 13:50:47.971 | + functions-common:time_stop:2438 : elapsed_time=15126 2022-03-09 13:50:47.974 | + functions-common:time_stop:2439 : total=80855 2022-03-09 13:50:47.976 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 13:50:47.978 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=95981 2022-03-09 13:50:47.980 | + inc/python:pip_install:203 : return 0 2022-03-09 13:50:47.983 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-03-09 13:50:47.985 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-03-09 13:50:47.987 | + functions-common:safe_chown:2326 : _safe_permission_operation chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-03-09 13:50:48.006 | + functions-common:_safe_permission_operation:2174 : sudo chown -R ubuntu /opt/stack/glance/glance.egg-info 2022-03-09 13:50:48.019 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/glance 2022-03-09 13:50:48.021 | + inc/python:use_library_from_git:250 : local name=/opt/stack/glance 2022-03-09 13:50:48.023 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:50:48.026 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:50:48.028 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/glance, ]] 2022-03-09 13:50:48.031 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:50:48.034 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-03-09 13:50:48.036 | + ./stack.sh:main:920 : configure_glance 2022-03-09 13:50:48.039 | + lib/glance:configure_glance:323 : sudo install -d -o ubuntu /etc/glance /etc/glance/metadefs 2022-03-09 13:50:48.051 | + lib/glance:configure_glance:326 : local dburl 2022-03-09 13:50:48.053 | ++ lib/glance:configure_glance:327 : database_connection_url glance 2022-03-09 13:50:48.056 | ++ lib/database:database_connection_url:134 : local db=glance 2022-03-09 13:50:48.058 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql glance 2022-03-09 13:50:48.060 | ++ lib/databases/mysql:database_connection_url_mysql:207 : local db=glance 2022-03-09 13:50:48.063 | ++ lib/databases/mysql:database_connection_url_mysql:208 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2022-03-09 13:50:48.065 | + lib/glance:configure_glance:327 : dburl='mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2022-03-09 13:50:48.068 | + lib/glance:configure_glance:329 : iniset /etc/glance/glance-api.conf DEFAULT debug True 2022-03-09 13:50:48.096 | + lib/glance:configure_glance:330 : iniset /etc/glance/glance-api.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/glance?charset=utf8' 2022-03-09 13:50:48.124 | + lib/glance:configure_glance:331 : iniset /etc/glance/glance-api.conf DEFAULT use_syslog False 2022-03-09 13:50:48.153 | + lib/glance:configure_glance:332 : iniset /etc/glance/glance-api.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-03-09 13:50:48.183 | + lib/glance:configure_glance:333 : iniset /etc/glance/glance-api.conf oslo_concurrency lock_path /opt/stack/data/glance/locks 2022-03-09 13:50:48.213 | + lib/glance:configure_glance:334 : iniset /etc/glance/glance-api.conf paste_deploy flavor keystone+cachemanagement 2022-03-09 13:50:48.245 | + lib/glance:configure_glance:335 : configure_keystone_authtoken_middleware /etc/glance/glance-api.conf glance 2022-03-09 13:50:48.248 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/glance/glance-api.conf 2022-03-09 13:50:48.253 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=glance 2022-03-09 13:50:48.256 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-03-09 13:50:48.259 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_type password 2022-03-09 13:50:48.290 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/glance/glance-api.conf keystone_authtoken interface public 2022-03-09 13:50:48.320 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/glance/glance-api.conf keystone_authtoken auth_url http://10.222.0.30/identity 2022-03-09 13:50:48.350 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/glance/glance-api.conf keystone_authtoken username glance 2022-03-09 13:50:48.380 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/glance/glance-api.conf keystone_authtoken password Passw0rd 2022-03-09 13:50:48.410 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/glance/glance-api.conf keystone_authtoken user_domain_name Default 2022-03-09 13:50:48.441 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/glance/glance-api.conf keystone_authtoken project_name service 2022-03-09 13:50:48.470 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/glance/glance-api.conf keystone_authtoken project_domain_name Default 2022-03-09 13:50:48.498 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/glance/glance-api.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-03-09 13:50:48.528 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/glance/glance-api.conf keystone_authtoken memcached_servers localhost:11211 2022-03-09 13:50:48.556 | + lib/glance:configure_glance:336 : iniset /etc/glance/glance-api.conf oslo_messaging_notifications driver messagingv2 2022-03-09 13:50:48.586 | + lib/glance:configure_glance:337 : iniset_rpc_backend glance /etc/glance/glance-api.conf 2022-03-09 13:50:48.589 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=glance 2022-03-09 13:50:48.591 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/glance/glance-api.conf 2022-03-09 13:50:48.593 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-03-09 13:50:48.596 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-03-09 13:50:48.598 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-03-09 13:50:48.614 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:50:48.617 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-03-09 13:50:48.620 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-03-09 13:50:48.622 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-03-09 13:50:48.639 | ++ functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:50:48.642 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.30:5672/ 2022-03-09 13:50:48.644 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/glance/glance-api.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.30:5672/ 2022-03-09 13:50:48.674 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-03-09 13:50:48.677 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-03-09 13:50:48.679 | + lib/glance:configure_glance:338 : '[' libvirt = libvirt ']' 2022-03-09 13:50:48.681 | + lib/glance:configure_glance:338 : '[' kvm = parallels ']' 2022-03-09 13:50:48.684 | + lib/glance:configure_glance:342 : iniset /etc/glance/glance-api.conf DEFAULT show_image_direct_url False 2022-03-09 13:50:48.714 | + lib/glance:configure_glance:343 : iniset /etc/glance/glance-api.conf DEFAULT show_multiple_locations False 2022-03-09 13:50:48.744 | + lib/glance:configure_glance:346 : configure_glance_store False False 2022-03-09 13:50:48.746 | + lib/glance:configure_glance_store:252 : local use_cinder_for_glance=False 2022-03-09 13:50:48.748 | + lib/glance:configure_glance_store:253 : local glance_enable_multiple_stores=False 2022-03-09 13:50:48.751 | + lib/glance:configure_glance_store:254 : local be 2022-03-09 13:50:48.754 | + lib/glance:configure_glance_store:256 : [[ False == \F\a\l\s\e ]] 2022-03-09 13:50:48.756 | + lib/glance:configure_glance_store:258 : [[ False == \T\r\u\e ]] 2022-03-09 13:50:48.758 | + lib/glance:configure_glance_store:275 : iniset /etc/glance/glance-api.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-03-09 13:50:48.787 | + lib/glance:configure_glance:349 : '[' -n '' ']' 2022-03-09 13:50:48.790 | + lib/glance:configure_glance:352 : iniset /etc/glance/glance-api.conf cors allowed_origin http://10.222.0.30 2022-03-09 13:50:48.820 | + lib/glance:configure_glance:356 : [[ False == \F\a\l\s\e ]] 2022-03-09 13:50:48.822 | + lib/glance:configure_glance:358 : is_service_enabled s-proxy 2022-03-09 13:50:48.839 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:50:48.841 | + lib/glance:configure_glance:359 : iniset /etc/glance/glance-api.conf glance_store default_store swift 2022-03-09 13:50:48.870 | + lib/glance:configure_glance:360 : iniset /etc/glance/glance-api.conf glance_store swift_store_create_container_on_put True 2022-03-09 13:50:48.899 | + lib/glance:configure_glance:362 : iniset /etc/glance/glance-api.conf glance_store swift_store_config_file /etc/glance/glance-swift-store.conf 2022-03-09 13:50:48.929 | + lib/glance:configure_glance:363 : iniset /etc/glance/glance-api.conf glance_store default_swift_reference ref1 2022-03-09 13:50:48.961 | + lib/glance:configure_glance:364 : iniset /etc/glance/glance-api.conf glance_store stores 'file, http, swift' 2022-03-09 13:50:48.991 | + lib/glance:configure_glance:365 : is_service_enabled tls-proxy 2022-03-09 13:50:49.008 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:50:49.011 | + lib/glance:configure_glance:368 : iniset /etc/glance/glance-api.conf DEFAULT graceful_shutdown_timeout 5 2022-03-09 13:50:49.040 | + lib/glance:configure_glance:370 : iniset /etc/glance/glance-swift-store.conf ref1 user service:glance-swift 2022-03-09 13:50:49.069 | + lib/glance:configure_glance:372 : iniset /etc/glance/glance-swift-store.conf ref1 key Passw0rd 2022-03-09 13:50:49.098 | + lib/glance:configure_glance:373 : iniset /etc/glance/glance-swift-store.conf ref1 auth_address http://10.222.0.30/identity/v3 2022-03-09 13:50:49.127 | + lib/glance:configure_glance:374 : iniset /etc/glance/glance-swift-store.conf ref1 auth_version 3 2022-03-09 13:50:49.156 | + lib/glance:configure_glance:380 : iniset /etc/glance/glance-api.conf DEFAULT public_endpoint http://10.222.0.30/image 2022-03-09 13:50:49.185 | + lib/glance:configure_glance:382 : is_service_enabled tls-proxy 2022-03-09 13:50:49.201 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:50:49.204 | + lib/glance:configure_glance:388 : setup_logging /etc/glance/glance-api.conf 2022-03-09 13:50:49.206 | + functions:setup_logging:674 : setup_systemd_logging /etc/glance/glance-api.conf 2022-03-09 13:50:49.209 | + functions:setup_systemd_logging:689 : local conf_file=/etc/glance/glance-api.conf 2022-03-09 13:50:49.212 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-03-09 13:50:49.229 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-03-09 13:50:49.231 | + functions:setup_systemd_logging:695 : local pidstr= 2022-03-09 13:50:49.234 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-03-09 13:50:49.236 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-03-09 13:50:49.239 | + 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-03-09 13:50:49.267 | + 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-03-09 13:50:49.297 | + 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-03-09 13:50:49.326 | + functions:setup_systemd_logging:706 : iniset /etc/glance/glance-api.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-03-09 13:50:49.358 | + lib/glance:configure_glance:390 : cp -p /opt/stack/glance/etc/glance-api-paste.ini /etc/glance/glance-api-paste.ini 2022-03-09 13:50:49.363 | + lib/glance:configure_glance:393 : iniset /etc/glance/glance-cache.conf DEFAULT debug True 2022-03-09 13:50:49.392 | + lib/glance:configure_glance:394 : iniset /etc/glance/glance-cache.conf DEFAULT use_syslog False 2022-03-09 13:50:49.422 | + lib/glance:configure_glance:395 : iniset /etc/glance/glance-cache.conf DEFAULT image_cache_dir /opt/stack/data/glance/cache/ 2022-03-09 13:50:49.451 | + lib/glance:configure_glance:396 : iniset /etc/glance/glance-cache.conf DEFAULT auth_url http://10.222.0.30/identity 2022-03-09 13:50:49.480 | + lib/glance:configure_glance:397 : iniset /etc/glance/glance-cache.conf DEFAULT admin_tenant_name service 2022-03-09 13:50:49.509 | + lib/glance:configure_glance:398 : iniset /etc/glance/glance-cache.conf DEFAULT admin_user glance 2022-03-09 13:50:49.539 | + lib/glance:configure_glance:399 : iniset /etc/glance/glance-cache.conf DEFAULT admin_password Passw0rd 2022-03-09 13:50:49.568 | + lib/glance:configure_glance:402 : iniset /etc/glance/glance-cache.conf glance_store filesystem_store_datadir /opt/stack/data/glance/images/ 2022-03-09 13:50:49.598 | + lib/glance:configure_glance:405 : iniset /etc/glance/glance-image-import.conf image_import_opts image_import_plugins '[]' 2022-03-09 13:50:49.627 | + lib/glance:configure_glance:406 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties ignore_user_roles admin 2022-03-09 13:50:49.656 | + lib/glance:configure_glance:407 : iniset /etc/glance/glance-image-import.conf inject_metadata_properties inject 2022-03-09 13:50:49.685 | + lib/glance:configure_glance:409 : cp -p /opt/stack/glance/etc/schema-image.json /etc/glance/schema-image.json 2022-03-09 13:50:49.690 | + 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-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-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-03-09 13:50:49.698 | + lib/glance:configure_glance:413 : is_service_enabled tls-proxy 2022-03-09 13:50:49.715 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:50:49.717 | + lib/glance:configure_glance:421 : [[ False == False ]] 2022-03-09 13:50:49.720 | + lib/glance:configure_glance:422 : write_local_uwsgi_http_config /etc/glance/glance-uwsgi.ini /usr/local/bin/glance-wsgi-api /image 2022-03-09 13:50:49.722 | + lib/apache:write_local_uwsgi_http_config:314 : local file=/etc/glance/glance-uwsgi.ini 2022-03-09 13:50:49.724 | + lib/apache:write_local_uwsgi_http_config:315 : local wsgi=/usr/local/bin/glance-wsgi-api 2022-03-09 13:50:49.727 | + lib/apache:write_local_uwsgi_http_config:316 : local url=/image 2022-03-09 13:50:49.729 | ++ lib/apache:write_local_uwsgi_http_config:317 : basename /usr/local/bin/glance-wsgi-api 2022-03-09 13:50:49.733 | + lib/apache:write_local_uwsgi_http_config:317 : name=glance-wsgi-api 2022-03-09 13:50:49.735 | + lib/apache:write_local_uwsgi_http_config:323 : rm -rf /etc/glance/glance-uwsgi.ini 2022-03-09 13:50:49.739 | + lib/apache:write_local_uwsgi_http_config:324 : iniset /etc/glance/glance-uwsgi.ini uwsgi wsgi-file /usr/local/bin/glance-wsgi-api 2022-03-09 13:50:49.769 | ++ lib/apache:write_local_uwsgi_http_config:325 : get_random_port 2022-03-09 13:50:49.771 | ++ functions:get_random_port:836 : read lower_port upper_port 2022-03-09 13:50:49.773 | ++ functions:get_random_port:837 : true 2022-03-09 13:50:49.775 | ++ functions:get_random_port:838 : (( port = upper_port )) 2022-03-09 13:50:49.778 | ++ functions:get_random_port:838 : (( port >= lower_port )) 2022-03-09 13:50:49.780 | ++ functions:get_random_port:839 : sudo lsof -i :60999 2022-03-09 13:50:49.846 | ++ functions:get_random_port:840 : [[ 1 > 0 ]] 2022-03-09 13:50:49.848 | ++ functions:get_random_port:841 : break 2 2022-03-09 13:50:49.850 | ++ functions:get_random_port:845 : echo 60999 2022-03-09 13:50:49.853 | + lib/apache:write_local_uwsgi_http_config:325 : port=60999 2022-03-09 13:50:49.855 | + lib/apache:write_local_uwsgi_http_config:326 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-socket 127.0.0.1:60999 2022-03-09 13:50:49.883 | + lib/apache:write_local_uwsgi_http_config:327 : iniset /etc/glance/glance-uwsgi.ini uwsgi processes 2 2022-03-09 13:50:49.910 | + lib/apache:write_local_uwsgi_http_config:329 : iniset /etc/glance/glance-uwsgi.ini uwsgi master true 2022-03-09 13:50:49.937 | + lib/apache:write_local_uwsgi_http_config:331 : iniset /etc/glance/glance-uwsgi.ini uwsgi die-on-term true 2022-03-09 13:50:49.965 | + lib/apache:write_local_uwsgi_http_config:332 : iniset /etc/glance/glance-uwsgi.ini uwsgi exit-on-reload false 2022-03-09 13:50:49.992 | + lib/apache:write_local_uwsgi_http_config:333 : iniset /etc/glance/glance-uwsgi.ini uwsgi enable-threads true 2022-03-09 13:50:50.021 | + lib/apache:write_local_uwsgi_http_config:334 : iniset /etc/glance/glance-uwsgi.ini uwsgi plugins http,python3 2022-03-09 13:50:50.047 | + lib/apache:write_local_uwsgi_http_config:336 : iniset /etc/glance/glance-uwsgi.ini uwsgi thunder-lock true 2022-03-09 13:50:50.075 | + lib/apache:write_local_uwsgi_http_config:338 : iniset /etc/glance/glance-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-03-09 13:50:50.102 | + lib/apache:write_local_uwsgi_http_config:341 : iniset /etc/glance/glance-uwsgi.ini uwsgi worker-reload-mercy 90 2022-03-09 13:50:50.130 | + lib/apache:write_local_uwsgi_http_config:343 : iniset /etc/glance/glance-uwsgi.ini uwsgi buffer-size 65535 2022-03-09 13:50:50.157 | + lib/apache:write_local_uwsgi_http_config:345 : iniset /etc/glance/glance-uwsgi.ini uwsgi add-header 'Connection: close' 2022-03-09 13:50:50.185 | + lib/apache:write_local_uwsgi_http_config:347 : iniset /etc/glance/glance-uwsgi.ini uwsgi lazy-apps true 2022-03-09 13:50:50.212 | + lib/apache:write_local_uwsgi_http_config:348 : iniset /etc/glance/glance-uwsgi.ini uwsgi chmod-socket 666 2022-03-09 13:50:50.240 | + lib/apache:write_local_uwsgi_http_config:349 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-raw-body true 2022-03-09 13:50:50.267 | + lib/apache:write_local_uwsgi_http_config:350 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-chunked-input true 2022-03-09 13:50:50.295 | + lib/apache:write_local_uwsgi_http_config:351 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-auto-chunked true 2022-03-09 13:50:50.323 | + lib/apache:write_local_uwsgi_http_config:352 : iniset /etc/glance/glance-uwsgi.ini uwsgi http-keepalive false 2022-03-09 13:50:50.350 | + lib/apache:write_local_uwsgi_http_config:354 : iniset /etc/glance/glance-uwsgi.ini uwsgi socket-timeout 30 2022-03-09 13:50:50.380 | + lib/apache:write_local_uwsgi_http_config:356 : enable_apache_mod proxy 2022-03-09 13:50:50.382 | + lib/apache:enable_apache_mod:54 : local mod=proxy 2022-03-09 13:50:50.385 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-03-09 13:50:50.387 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:50:50.389 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:50:50.392 | + lib/apache:enable_apache_mod:59 : [[ proxy != \v\e\r\s\i\o\n ]] 2022-03-09 13:50:50.394 | + lib/apache:enable_apache_mod:59 : a2query -m proxy 2022-03-09 13:50:50.449 | proxy (enabled by site administrator) 2022-03-09 13:50:50.452 | + lib/apache:write_local_uwsgi_http_config:357 : enable_apache_mod proxy_http 2022-03-09 13:50:50.454 | + lib/apache:enable_apache_mod:54 : local mod=proxy_http 2022-03-09 13:50:50.456 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-03-09 13:50:50.459 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:50:50.461 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:50:50.464 | + lib/apache:enable_apache_mod:59 : [[ proxy_http != \v\e\r\s\i\o\n ]] 2022-03-09 13:50:50.466 | + lib/apache:enable_apache_mod:59 : a2query -m proxy_http 2022-03-09 13:50:50.521 | proxy_http (enabled by site administrator) 2022-03-09 13:50:50.524 | + lib/apache:write_local_uwsgi_http_config:358 : local apache_conf= 2022-03-09 13:50:50.527 | ++ lib/apache:write_local_uwsgi_http_config:359 : apache_site_config_for glance-wsgi-api 2022-03-09 13:50:50.529 | ++ lib/apache:apache_site_config_for:181 : local site=glance-wsgi-api 2022-03-09 13:50:50.532 | ++ lib/apache:apache_site_config_for:182 : is_ubuntu 2022-03-09 13:50:50.534 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:50:50.536 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:50:50.539 | ++ lib/apache:apache_site_config_for:184 : echo /etc/apache2/sites-available/glance-wsgi-api.conf 2022-03-09 13:50:50.541 | + lib/apache:write_local_uwsgi_http_config:359 : apache_conf=/etc/apache2/sites-available/glance-wsgi-api.conf 2022-03-09 13:50:50.544 | + lib/apache:write_local_uwsgi_http_config:360 : echo 'KeepAlive Off' 2022-03-09 13:50:50.545 | + lib/apache:write_local_uwsgi_http_config:360 : sudo tee /etc/apache2/sites-available/glance-wsgi-api.conf 2022-03-09 13:50:50.554 | KeepAlive Off 2022-03-09 13:50:50.558 | + lib/apache:write_local_uwsgi_http_config:361 : echo 'SetEnv proxy-sendchunked 1' 2022-03-09 13:50:50.558 | + lib/apache:write_local_uwsgi_http_config:361 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-03-09 13:50:50.567 | SetEnv proxy-sendchunked 1 2022-03-09 13:50:50.571 | + lib/apache:write_local_uwsgi_http_config:362 : echo 'ProxyPass "/image" "http://127.0.0.1:60999" retry=0 ' 2022-03-09 13:50:50.571 | + lib/apache:write_local_uwsgi_http_config:362 : sudo tee -a /etc/apache2/sites-available/glance-wsgi-api.conf 2022-03-09 13:50:50.579 | ProxyPass "/image" "http://127.0.0.1:60999" retry=0 2022-03-09 13:50:50.583 | + lib/apache:write_local_uwsgi_http_config:363 : enable_apache_site glance-wsgi-api 2022-03-09 13:50:50.585 | + lib/apache:enable_apache_site:198 : local site=glance-wsgi-api 2022-03-09 13:50:50.588 | + lib/apache:enable_apache_site:200 : enable_apache_mod version 2022-03-09 13:50:50.590 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-03-09 13:50:50.592 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-03-09 13:50:50.595 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:50:50.597 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:50:50.600 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-03-09 13:50:50.602 | + lib/apache:enable_apache_site:201 : is_ubuntu 2022-03-09 13:50:50.604 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:50:50.607 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:50:50.609 | + lib/apache:enable_apache_site:202 : sudo a2ensite glance-wsgi-api 2022-03-09 13:50:50.673 | Site glance-wsgi-api already enabled 2022-03-09 13:50:50.678 | + lib/apache:write_local_uwsgi_http_config:364 : restart_apache_server 2022-03-09 13:50:50.680 | + lib/apache:restart_apache_server:245 : restart_service apache2 2022-03-09 13:50:50.683 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-03-09 13:50:50.685 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart apache2 2022-03-09 13:50:50.823 | ++ lib/glance:configure_glance:425 : awk '-F= ' '/^http-socket/ { print "http://"$2}' /etc/glance/glance-uwsgi.ini 2022-03-09 13:50:50.830 | + lib/glance:configure_glance:425 : iniset /etc/glance/glance-api.conf DEFAULT worker_self_reference_url http://127.0.0.1:60999 2022-03-09 13:50:50.864 | + lib/glance:configure_glance:435 : [[ False == True ]] 2022-03-09 13:50:50.866 | + ./stack.sh:main:923 : is_service_enabled cinder 2022-03-09 13:50:50.885 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:50:50.888 | + ./stack.sh:main:925 : stack_install_service cinder 2022-03-09 13:50:50.890 | + lib/stack:stack_install_service:20 : local service=cinder 2022-03-09 13:50:50.893 | + lib/stack:stack_install_service:21 : type install_cinder 2022-03-09 13:50:50.895 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-03-09 13:50:50.898 | + lib/stack:stack_install_service:32 : install_cinder 2022-03-09 13:50:50.900 | + lib/cinder:install_cinder:466 : git_clone https://opendev.org/openstack/cinder.git /opt/stack/cinder master 2022-03-09 13:50:50.903 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/cinder.git 2022-03-09 13:50:50.905 | + functions-common:git_clone:609 : local git_dest=/opt/stack/cinder 2022-03-09 13:50:50.908 | + functions-common:git_clone:610 : local git_ref=master 2022-03-09 13:50:50.910 | + functions-common:git_clone:611 : local orig_dir 2022-03-09 13:50:50.913 | ++ functions-common:git_clone:612 : pwd 2022-03-09 13:50:50.916 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-03-09 13:50:50.918 | + functions-common:git_clone:613 : local git_clone_flags= 2022-03-09 13:50:50.922 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-03-09 13:50:50.938 | + functions-common:git_clone:615 : RECLONE=False 2022-03-09 13:50:50.940 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-03-09 13:50:50.942 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-03-09 13:50:50.945 | + functions-common:git_clone:629 : echo master 2022-03-09 13:50:50.946 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-03-09 13:50:50.951 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/cinder ]] 2022-03-09 13:50:50.954 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-03-09 13:50:50.956 | + functions-common:git_clone:677 : cd /opt/stack/cinder 2022-03-09 13:50:50.959 | + functions-common:git_clone:678 : git show --oneline 2022-03-09 13:50:50.959 | + functions-common:git_clone:678 : head -1 2022-03-09 13:50:50.970 | 1088f06d4 Merge "db: Move utility methods to top of file" 2022-03-09 13:50:50.973 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-03-09 13:50:50.975 | + lib/cinder:install_cinder:467 : setup_develop /opt/stack/cinder 2022-03-09 13:50:50.978 | + inc/python:setup_develop:338 : local bindep 2022-03-09 13:50:50.980 | + inc/python:setup_develop:339 : [[ /opt/stack/cinder == -bindep* ]] 2022-03-09 13:50:50.982 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/cinder 2022-03-09 13:50:50.985 | + inc/python:setup_develop:344 : local extras= 2022-03-09 13:50:50.988 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/cinder -e 2022-03-09 13:50:50.990 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-03-09 13:50:50.993 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/cinder == -bindep* ]] 2022-03-09 13:50:50.995 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/cinder 2022-03-09 13:50:50.997 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-03-09 13:50:51.000 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-03-09 13:50:51.003 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/cinder 2022-03-09 13:50:51.005 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-03-09 13:50:51.009 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/cinder 2022-03-09 13:50:51.012 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-03-09 13:50:51.016 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-03-09 13:50:51.020 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/cinder/setup.cfg 2022-03-09 13:50:51.026 | + inc/python:_setup_package_with_constraints_edit:385 : name=cinder 2022-03-09 13:50:51.029 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- cinder 2022-03-09 13:50:51.672 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/cinder -e 2022-03-09 13:50:51.675 | + inc/python:setup_package:418 : local bindep=0 2022-03-09 13:50:51.677 | + inc/python:setup_package:419 : local bindep_flag= 2022-03-09 13:50:51.680 | + inc/python:setup_package:420 : local bindep_profiles= 2022-03-09 13:50:51.682 | + inc/python:setup_package:421 : [[ /opt/stack/cinder == -bindep* ]] 2022-03-09 13:50:51.684 | + inc/python:setup_package:426 : local project_dir=/opt/stack/cinder 2022-03-09 13:50:51.687 | + inc/python:setup_package:427 : local flags=-e 2022-03-09 13:50:51.690 | + inc/python:setup_package:428 : local extras= 2022-03-09 13:50:51.692 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-03-09 13:50:51.694 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-03-09 13:50:51.697 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-03-09 13:50:51.699 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-03-09 13:50:51.701 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-03-09 13:50:51.704 | + inc/python:setup_package:446 : pip_install -e /opt/stack/cinder 2022-03-09 13:50:51.725 | Using python 3.8 to install /opt/stack/cinder 2022-03-09 13:50:51.727 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/cinder 2022-03-09 13:50:52.596 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:50:52.596 | from cryptography.utils import int_from_bytes 2022-03-09 13:50:52.596 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:50:52.596 | from cryptography.utils import int_from_bytes 2022-03-09 13:50:53.728 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 13:50:53.755 | Obtaining file:///opt/stack/cinder 2022-03-09 13:50:53.756 | Preparing metadata (setup.py): started 2022-03-09 13:50:57.720 | Preparing metadata (setup.py): finished with status 'done' 2022-03-09 13:50:57.944 | Requirement already satisfied: pbr>=5.5.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (5.8.1) 2022-03-09 13:50:57.946 | Requirement already satisfied: decorator>=4.4.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (5.1.1) 2022-03-09 13:50:57.947 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (0.33.0) 2022-03-09 13:50:57.948 | Requirement already satisfied: greenlet>=0.4.16 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (1.1.2) 2022-03-09 13:50:57.949 | Requirement already satisfied: httplib2>=0.18.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (0.20.4) 2022-03-09 13:50:57.950 | Requirement already satisfied: iso8601>=0.1.12 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (1.0.2) 2022-03-09 13:50:57.951 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from cinder==19.1.0.dev253) (3.2.0) 2022-03-09 13:50:57.953 | Requirement already satisfied: keystoneauth1>=4.2.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (4.5.0) 2022-03-09 13:50:57.954 | Requirement already satisfied: keystonemiddleware>=9.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (9.4.0) 2022-03-09 13:50:57.955 | Requirement already satisfied: lxml>=4.5.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (4.8.0) 2022-03-09 13:50:57.956 | Requirement already satisfied: oauth2client>=4.1.3 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (4.1.3) 2022-03-09 13:50:57.957 | Requirement already satisfied: oslo.config>=8.3.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (8.8.0) 2022-03-09 13:50:57.958 | Requirement already satisfied: oslo.concurrency>=4.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (4.5.0) 2022-03-09 13:50:57.959 | Requirement already satisfied: oslo.context>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (4.1.0) 2022-03-09 13:50:57.960 | Requirement already satisfied: oslo.db>=11.0.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (11.2.0) 2022-03-09 13:50:57.962 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (4.6.1) 2022-03-09 13:50:57.963 | Requirement already satisfied: oslo.messaging>=12.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (12.13.0) 2022-03-09 13:50:57.964 | Requirement already satisfied: oslo.middleware>=4.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (4.5.1) 2022-03-09 13:50:57.965 | Requirement already satisfied: oslo.policy>=3.8.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (3.11.0) 2022-03-09 13:50:57.966 | Requirement already satisfied: oslo.privsep>=2.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (2.7.0) 2022-03-09 13:50:57.967 | Requirement already satisfied: oslo.reports>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (2.3.0) 2022-03-09 13:50:57.969 | Requirement already satisfied: oslo.rootwrap>=6.2.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (6.3.1) 2022-03-09 13:50:57.970 | Requirement already satisfied: oslo.serialization>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (4.3.0) 2022-03-09 13:50:57.971 | Requirement already satisfied: oslo.service>=2.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (2.8.0) 2022-03-09 13:50:57.972 | Requirement already satisfied: oslo.upgradecheck>=1.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (1.5.0) 2022-03-09 13:50:57.973 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (4.12.2) 2022-03-09 13:50:57.974 | Requirement already satisfied: oslo.versionedobjects>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (2.6.0) 2022-03-09 13:50:57.975 | Requirement already satisfied: osprofiler>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (3.4.2) 2022-03-09 13:50:57.976 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (21.3) 2022-03-09 13:50:57.978 | Requirement already satisfied: paramiko>=2.7.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (2.8.1) 2022-03-09 13:50:57.979 | Requirement already satisfied: Paste>=3.4.3 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (3.5.0) 2022-03-09 13:50:57.980 | Requirement already satisfied: PasteDeploy>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (2.1.1) 2022-03-09 13:50:57.980 | Requirement already satisfied: psutil>=5.7.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (5.9.0) 2022-03-09 13:50:57.982 | Requirement already satisfied: pyparsing>=2.4.7 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (3.0.7) 2022-03-09 13:50:57.983 | Requirement already satisfied: python-barbicanclient>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (5.3.0) 2022-03-09 13:50:57.984 | Requirement already satisfied: python-glanceclient>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (3.6.0) 2022-03-09 13:50:57.985 | Requirement already satisfied: python-keystoneclient>=4.1.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (4.4.0) 2022-03-09 13:50:57.986 | Requirement already satisfied: python-novaclient>=17.2.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (17.7.0) 2022-03-09 13:50:57.988 | Requirement already satisfied: python-swiftclient>=3.10.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (3.13.1) 2022-03-09 13:50:57.989 | Requirement already satisfied: pytz>=2020.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (2021.3) 2022-03-09 13:50:57.990 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (2.27.1) 2022-03-09 13:50:57.991 | Requirement already satisfied: Routes>=2.4.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (2.5.1) 2022-03-09 13:50:57.992 | Requirement already satisfied: taskflow>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (4.6.4) 2022-03-09 13:50:57.993 | Requirement already satisfied: rtslib-fb>=2.1.74 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (2.1.74) 2022-03-09 13:50:57.994 | Requirement already satisfied: six>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (1.16.0) 2022-03-09 13:50:57.995 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (1.4.31) 2022-03-09 13:50:57.996 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (0.13.0) 2022-03-09 13:50:57.997 | Requirement already satisfied: stevedore>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (3.5.0) 2022-03-09 13:50:57.998 | Requirement already satisfied: tabulate>=0.8.7 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (0.8.9) 2022-03-09 13:50:58.000 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (6.3.1) 2022-03-09 13:50:58.001 | Requirement already satisfied: WebOb>=1.8.6 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (1.8.7) 2022-03-09 13:50:58.002 | Requirement already satisfied: oslo.i18n>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (5.1.0) 2022-03-09 13:50:58.003 | Requirement already satisfied: oslo.vmware>=3.10.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (3.10.0) 2022-03-09 13:50:58.005 | Requirement already satisfied: os-brick>=5.0.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (5.2.0) 2022-03-09 13:50:58.006 | Requirement already satisfied: os-win>=5.4.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (5.6.0) 2022-03-09 13:50:58.007 | Requirement already satisfied: tooz>=2.7.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (2.10.1) 2022-03-09 13:50:58.008 | Requirement already satisfied: google-api-python-client>=1.11.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (2.38.0) 2022-03-09 13:50:58.009 | Requirement already satisfied: castellan>=3.6.0 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (3.10.1) 2022-03-09 13:50:58.010 | Requirement already satisfied: cryptography>=3.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (36.0.1) 2022-03-09 13:50:58.011 | Requirement already satisfied: cursive>=0.2.2 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (0.2.2) 2022-03-09 13:50:58.012 | Requirement already satisfied: zstd>=1.4.5.1 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (1.5.1.0) 2022-03-09 13:50:58.013 | Requirement already satisfied: boto3>=1.16.51 in /usr/local/lib/python3.8/dist-packages (from cinder==19.1.0.dev253) (1.21.7) 2022-03-09 13:50:58.027 | Requirement already satisfied: s3transfer<0.6.0,>=0.5.0 in /usr/local/lib/python3.8/dist-packages (from boto3>=1.16.51->cinder==19.1.0.dev253) (0.5.2) 2022-03-09 13:50:58.028 | Requirement already satisfied: botocore<1.25.0,>=1.24.7 in /usr/local/lib/python3.8/dist-packages (from boto3>=1.16.51->cinder==19.1.0.dev253) (1.24.7) 2022-03-09 13:50:58.029 | Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from boto3>=1.16.51->cinder==19.1.0.dev253) (0.10.0) 2022-03-09 13:50:58.093 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=3.1->cinder==19.1.0.dev253) (1.15.0) 2022-03-09 13:50:58.123 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.30.1->cinder==19.1.0.dev253) (2.1.0) 2022-03-09 13:50:58.139 | Requirement already satisfied: google-api-core<3.0.0dev,>=1.21.0 in /usr/local/lib/python3.8/dist-packages (from google-api-python-client>=1.11.0->cinder==19.1.0.dev253) (2.5.0) 2022-03-09 13:50:58.141 | Requirement already satisfied: google-auth-httplib2>=0.1.0 in /usr/local/lib/python3.8/dist-packages (from google-api-python-client>=1.11.0->cinder==19.1.0.dev253) (0.1.0) 2022-03-09 13:50:58.142 | Requirement already satisfied: google-auth<3.0.0dev,>=1.16.0 in /usr/local/lib/python3.8/dist-packages (from google-api-python-client>=1.11.0->cinder==19.1.0.dev253) (2.6.0) 2022-03-09 13:50:58.143 | Requirement already satisfied: uritemplate<5,>=3.0.1 in /usr/local/lib/python3.8/dist-packages (from google-api-python-client>=1.11.0->cinder==19.1.0.dev253) (4.1.1) 2022-03-09 13:50:58.241 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=4.2.1->cinder==19.1.0.dev253) (1.7.0) 2022-03-09 13:50:58.295 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=9.1.0->cinder==19.1.0.dev253) (3.1.1) 2022-03-09 13:50:58.297 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=9.1.0->cinder==19.1.0.dev253) (2.10.1) 2022-03-09 13:50:58.323 | Requirement already satisfied: pyasn1-modules>=0.0.5 in /usr/local/lib/python3.8/dist-packages (from oauth2client>=4.1.3->cinder==19.1.0.dev253) (0.2.8) 2022-03-09 13:50:58.324 | Requirement already satisfied: rsa>=3.1.4 in /usr/local/lib/python3.8/dist-packages (from oauth2client>=4.1.3->cinder==19.1.0.dev253) (4.8) 2022-03-09 13:50:58.326 | Requirement already satisfied: pyasn1>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from oauth2client>=4.1.3->cinder==19.1.0.dev253) (0.4.8) 2022-03-09 13:50:58.416 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=4.4.0->cinder==19.1.0.dev253) (0.17.3) 2022-03-09 13:50:58.463 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.1.0.dev253) (1.5.0) 2022-03-09 13:50:58.465 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.1.0.dev253) (6.0) 2022-03-09 13:50:58.466 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.1.0.dev253) (2.4.0) 2022-03-09 13:50:58.467 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.3.2->cinder==19.1.0.dev253) (0.8.0) 2022-03-09 13:50:58.529 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==19.1.0.dev253) (0.5.0) 2022-03-09 13:50:58.530 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==19.1.0.dev253) (2.0.1) 2022-03-09 13:50:58.532 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=11.0.0->cinder==19.1.0.dev253) (1.7.6) 2022-03-09 13:50:58.592 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->cinder==19.1.0.dev253) (0.9.6) 2022-03-09 13:50:58.593 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->cinder==19.1.0.dev253) (2.8.2) 2022-03-09 13:50:58.656 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.0.dev253) (5.0.0) 2022-03-09 13:50:58.657 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.0.dev253) (2.4.0) 2022-03-09 13:50:58.660 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.0.dev253) (5.0.9) 2022-03-09 13:50:58.662 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.0.dev253) (5.2.3) 2022-03-09 13:50:58.663 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=12.5.0->cinder==19.1.0.dev253) (0.4.0) 2022-03-09 13:50:58.688 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==19.1.0.dev253) (3.0.3) 2022-03-09 13:50:58.691 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==19.1.0.dev253) (3.3.0) 2022-03-09 13:50:58.692 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=4.1.1->cinder==19.1.0.dev253) (3.2.0) 2022-03-09 13:50:58.738 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.4.0->cinder==19.1.0.dev253) (1.0.3) 2022-03-09 13:50:58.825 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->cinder==19.1.0.dev253) (3.0.0) 2022-03-09 13:50:58.829 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.5.0->cinder==19.1.0.dev253) (1.3.3) 2022-03-09 13:50:58.854 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.1.1->cinder==19.1.0.dev253) (3.1.1) 2022-03-09 13:50:58.878 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.8.0->cinder==19.1.0.dev253) (0.11.0) 2022-03-09 13:50:58.947 | Requirement already satisfied: urllib3>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from oslo.vmware>=3.10.0->cinder==19.1.0.dev253) (1.26.8) 2022-03-09 13:50:58.950 | Requirement already satisfied: suds-community>=0.6 in /usr/local/lib/python3.8/dist-packages (from oslo.vmware>=3.10.0->cinder==19.1.0.dev253) (1.0.0) 2022-03-09 13:50:59.082 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.8/dist-packages (from paramiko>=2.7.2->cinder==19.1.0.dev253) (1.5.0) 2022-03-09 13:50:59.108 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=3.4.3->cinder==19.1.0.dev253) (60.9.3) 2022-03-09 13:50:59.251 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from python-barbicanclient>=5.0.1->cinder==19.1.0.dev253) (3.10.1) 2022-03-09 13:50:59.289 | Requirement already satisfied: warlock<2,>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=3.2.2->cinder==19.1.0.dev253) (1.3.3) 2022-03-09 13:50:59.290 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=3.2.2->cinder==19.1.0.dev253) (22.0.0) 2022-03-09 13:50:59.292 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=3.2.2->cinder==19.1.0.dev253) (1.13.3) 2022-03-09 13:50:59.492 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->cinder==19.1.0.dev253) (2019.11.28) 2022-03-09 13:50:59.494 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->cinder==19.1.0.dev253) (2.0.12) 2022-03-09 13:50:59.497 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->cinder==19.1.0.dev253) (3.3) 2022-03-09 13:50:59.533 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.4.1->cinder==19.1.0.dev253) (0.7) 2022-03-09 13:50:59.563 | Requirement already satisfied: pyudev>=0.16.1 in /usr/local/lib/python3.8/dist-packages (from rtslib-fb>=2.1.74->cinder==19.1.0.dev253) (0.23.2) 2022-03-09 13:50:59.804 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==19.1.0.dev253) (0.5.2) 2022-03-09 13:50:59.805 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->cinder==19.1.0.dev253) (0.4.2) 2022-03-09 13:50:59.981 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==19.1.0.dev253) (1.4.2) 2022-03-09 13:50:59.982 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==19.1.0.dev253) (2.5.0) 2022-03-09 13:50:59.984 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=4.5.0->cinder==19.1.0.dev253) (2.6.3) 2022-03-09 13:51:00.115 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=2.7.1->cinder==19.1.0.dev253) (0.12.2) 2022-03-09 13:51:00.238 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==19.1.0.dev253) (5.4.0) 2022-03-09 13:51:00.239 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==19.1.0.dev253) (4.11.1) 2022-03-09 13:51:00.241 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=11.0.0->cinder==19.1.0.dev253) (1.1.6) 2022-03-09 13:51:00.276 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=12.5.0->cinder==19.1.0.dev253) (5.0.0) 2022-03-09 13:51:00.529 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=3.1->cinder==19.1.0.dev253) (2.21) 2022-03-09 13:51:00.609 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.1.0.dev253) (2.4.0) 2022-03-09 13:51:00.611 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.1.0.dev253) (0.5.0) 2022-03-09 13:51:00.783 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=2.5.0->cinder==19.1.0.dev253) (2.5.0) 2022-03-09 13:51:00.873 | Requirement already satisfied: protobuf>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from google-api-core<3.0.0dev,>=1.21.0->google-api-python-client>=1.11.0->cinder==19.1.0.dev253) (3.19.4) 2022-03-09 13:51:00.874 | Requirement already satisfied: googleapis-common-protos<2.0dev,>=1.52.0 in /usr/local/lib/python3.8/dist-packages (from google-api-core<3.0.0dev,>=1.21.0->google-api-python-client>=1.11.0->cinder==19.1.0.dev253) (1.55.0) 2022-03-09 13:51:01.054 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->oslo.middleware>=4.1.1->cinder==19.1.0.dev253) (2.1.0) 2022-03-09 13:51:01.515 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=9.1.0->cinder==19.1.0.dev253) (1.1.5) 2022-03-09 13:51:01.570 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=12.5.0->cinder==19.1.0.dev253) (0.13.1) 2022-03-09 13:51:01.618 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.1.1->cinder==19.1.0.dev253) (0.2.5) 2022-03-09 13:51:02.707 | Requirement already satisfied: jsonpatch<2,>=0.10 in /usr/local/lib/python3.8/dist-packages (from warlock<2,>=1.2.0->python-glanceclient>=3.2.2->cinder==19.1.0.dev253) (1.32) 2022-03-09 13:51:02.979 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.1.0.dev253) (21.4.0) 2022-03-09 13:51:02.980 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-barbicanclient>=5.0.1->cinder==19.1.0.dev253) (1.8.2) 2022-03-09 13:51:03.123 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch<2,>=0.10->warlock<2,>=1.2.0->python-glanceclient>=3.2.2->cinder==19.1.0.dev253) (2.2) 2022-03-09 13:51:03.314 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=2.5.0->cinder==19.1.0.dev253) (1.0.0) 2022-03-09 13:51:03.444 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=0.9.6->oslo.db>=11.0.0->cinder==19.1.0.dev253) (3.7.0) 2022-03-09 13:51:05.029 | Installing collected packages: cinder 2022-03-09 13:51:05.032 | Running setup.py develop for cinder 2022-03-09 13:51:10.823 | Successfully installed cinder 2022-03-09 13:51:10.823 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-03-09 13:51:10.831 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-03-09 13:51:10.831 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-03-09 13:51:10.978 | + inc/python:pip_install:200 : result=0 2022-03-09 13:51:10.980 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 13:51:10.982 | + functions-common:time_stop:2425 : local name 2022-03-09 13:51:10.985 | + functions-common:time_stop:2426 : local end_time 2022-03-09 13:51:10.987 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 13:51:10.989 | + functions-common:time_stop:2428 : local total 2022-03-09 13:51:10.992 | + functions-common:time_stop:2429 : local start_time 2022-03-09 13:51:10.994 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 13:51:10.996 | + functions-common:time_stop:2432 : start_time=1646833851719 2022-03-09 13:51:10.998 | + functions-common:time_stop:2434 : [[ -z 1646833851719 ]] 2022-03-09 13:51:11.001 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 13:51:11.005 | + functions-common:time_stop:2437 : end_time=1646833871003 2022-03-09 13:51:11.007 | + functions-common:time_stop:2438 : elapsed_time=19284 2022-03-09 13:51:11.009 | + functions-common:time_stop:2439 : total=95981 2022-03-09 13:51:11.012 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 13:51:11.014 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=115265 2022-03-09 13:51:11.016 | + inc/python:pip_install:203 : return 0 2022-03-09 13:51:11.018 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-03-09 13:51:11.021 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-03-09 13:51:11.023 | + functions-common:safe_chown:2326 : _safe_permission_operation chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-03-09 13:51:11.042 | + functions-common:_safe_permission_operation:2174 : sudo chown -R ubuntu /opt/stack/cinder/cinder.egg-info 2022-03-09 13:51:11.055 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/cinder 2022-03-09 13:51:11.057 | + inc/python:use_library_from_git:250 : local name=/opt/stack/cinder 2022-03-09 13:51:11.060 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:51:11.062 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:51:11.064 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/cinder, ]] 2022-03-09 13:51:11.067 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:51:11.069 | + lib/cinder:install_cinder:468 : [[ lioadm == \t\g\t\a\d\m ]] 2022-03-09 13:51:11.072 | + lib/cinder:install_cinder:470 : [[ lioadm == \l\i\o\a\d\m ]] 2022-03-09 13:51:11.074 | + lib/cinder:install_cinder:471 : is_ubuntu 2022-03-09 13:51:11.077 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:51:11.079 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:51:11.081 | + lib/cinder:install_cinder:473 : sudo mkdir -p /etc/target 2022-03-09 13:51:11.093 | + lib/cinder:install_cinder:475 : install_package targetcli-fb 2022-03-09 13:51:11.096 | + functions-common:install_package:1463 : update_package_repo 2022-03-09 13:51:11.098 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-03-09 13:51:11.101 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-03-09 13:51:11.103 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-03-09 13:51:11.106 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-03-09 13:51:11.109 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-03-09 13:51:11.111 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:51:11.114 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:51:11.116 | + functions-common:update_package_repo:1444 : apt_get_update 2022-03-09 13:51:11.119 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-03-09 13:51:11.121 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-03-09 13:51:11.123 | + functions-common:apt_get_update:1190 : return 2022-03-09 13:51:11.126 | + functions-common:install_package:1464 : real_install_package targetcli-fb 2022-03-09 13:51:11.128 | + functions-common:real_install_package:1449 : is_ubuntu 2022-03-09 13:51:11.131 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:51:11.133 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:51:11.136 | + functions-common:real_install_package:1450 : apt_get install targetcli-fb 2022-03-09 13:51:11.158 | + 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-03-09 13:51:11.266 | Reading package lists... 2022-03-09 13:51:11.502 | Building dependency tree... 2022-03-09 13:51:11.503 | Reading state information... 2022-03-09 13:51:11.753 | targetcli-fb is already the newest version (1:2.1.51-0ubuntu1). 2022-03-09 13:51:11.753 | The following packages were automatically installed and are no longer required: 2022-03-09 13:51:11.754 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-03-09 13:51:11.754 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-03-09 13:51:11.754 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-03-09 13:51:11.754 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-03-09 13:51:11.754 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-03-09 13:51:11.754 | python3-zope.interface 2022-03-09 13:51:11.754 | Use 'sudo apt autoremove' to remove them. 2022-03-09 13:51:11.866 | 0 upgraded, 0 newly installed, 0 to remove and 122 not upgraded. 2022-03-09 13:51:11.871 | + functions-common:apt_get:1234 : result=0 2022-03-09 13:51:11.873 | + functions-common:apt_get:1237 : time_stop apt-get 2022-03-09 13:51:11.876 | + functions-common:time_stop:2425 : local name 2022-03-09 13:51:11.878 | + functions-common:time_stop:2426 : local end_time 2022-03-09 13:51:11.881 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 13:51:11.883 | + functions-common:time_stop:2428 : local total 2022-03-09 13:51:11.886 | + functions-common:time_stop:2429 : local start_time 2022-03-09 13:51:11.888 | + functions-common:time_stop:2431 : name=apt-get 2022-03-09 13:51:11.890 | + functions-common:time_stop:2432 : start_time=1646833871155 2022-03-09 13:51:11.893 | + functions-common:time_stop:2434 : [[ -z 1646833871155 ]] 2022-03-09 13:51:11.896 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 13:51:11.900 | + functions-common:time_stop:2437 : end_time=1646833871898 2022-03-09 13:51:11.903 | + functions-common:time_stop:2438 : elapsed_time=743 2022-03-09 13:51:11.906 | + functions-common:time_stop:2439 : total=21628 2022-03-09 13:51:11.908 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 13:51:11.911 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=22371 2022-03-09 13:51:11.913 | + functions-common:apt_get:1238 : return 0 2022-03-09 13:51:11.916 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-03-09 13:51:11.918 | + ./stack.sh:main:926 : configure_cinder 2022-03-09 13:51:11.921 | + lib/cinder:configure_cinder:245 : sudo install -d -o ubuntu -m 755 /etc/cinder 2022-03-09 13:51:11.933 | + lib/cinder:configure_cinder:247 : rm -f /etc/cinder/cinder.conf 2022-03-09 13:51:11.937 | + lib/cinder:configure_cinder:249 : configure_rootwrap cinder 2022-03-09 13:51:11.939 | + inc/rootwrap:configure_rootwrap:43 : local project=cinder 2022-03-09 13:51:11.941 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-03-09 13:51:11.944 | ++ inc/rootwrap:configure_rootwrap:45 : echo cinder 2022-03-09 13:51:11.945 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-03-09 13:51:11.949 | + inc/rootwrap:configure_rootwrap:45 : project_uc=CINDER 2022-03-09 13:51:11.951 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=CINDER_BIN_DIR 2022-03-09 13:51:11.954 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-03-09 13:51:11.956 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=CINDER_DIR 2022-03-09 13:51:11.958 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/cinder 2022-03-09 13:51:11.960 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/cinder/etc/cinder 2022-03-09 13:51:11.962 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/cinder-rootwrap 2022-03-09 13:51:11.964 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/cinder/rootwrap.d 2022-03-09 13:51:11.976 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/cinder/rootwrap.d 2022-03-09 13:51:11.988 | + 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-03-09 13:51:12.000 | + 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-03-09 13:51:12.011 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/cinder/rootwrap.d:' -i /etc/cinder/rootwrap.conf 2022-03-09 13:51:12.023 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-03-09 13:51:12.026 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-03-09 13:51:12.031 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.PVoyarg3YF 2022-03-09 13:51:12.033 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-03-09 13:51:12.035 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/cinder-rootwrap /etc/cinder/rootwrap.conf *' 2022-03-09 13:51:12.037 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/cinder-rootwrap-daemon ']' 2022-03-09 13:51:12.039 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.PVoyarg3YF 2022-03-09 13:51:12.043 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.PVoyarg3YF 2022-03-09 13:51:12.054 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.PVoyarg3YF /etc/sudoers.d/cinder-rootwrap 2022-03-09 13:51:12.066 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/cinder-rootwrap 2022-03-09 13:51:12.070 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-03-09 13:51:12.072 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-03-09 13:51:12.074 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-03-09 13:51:12.077 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-03-09 13:51:12.079 | + 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-03-09 13:51:12.081 | + 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-03-09 13:51:12.083 | + lib/cinder:configure_cinder:251 : [[ -f /opt/stack/cinder/etc/cinder/resource_filters.json ]] 2022-03-09 13:51:12.086 | + lib/cinder:configure_cinder:252 : cp -p /opt/stack/cinder/etc/cinder/resource_filters.json /etc/cinder/resource_filters.json 2022-03-09 13:51:12.090 | + lib/cinder:configure_cinder:255 : cp /opt/stack/cinder/etc/cinder/api-paste.ini /etc/cinder/api-paste.ini 2022-03-09 13:51:12.095 | + lib/cinder:configure_cinder:257 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_host 2022-03-09 13:51:12.113 | + lib/cinder:configure_cinder:258 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_port 2022-03-09 13:51:12.131 | + lib/cinder:configure_cinder:259 : inicomment /etc/cinder/api-paste.ini filter:authtoken auth_protocol 2022-03-09 13:51:12.150 | + lib/cinder:configure_cinder:260 : inicomment /etc/cinder/api-paste.ini filter:authtoken cafile 2022-03-09 13:51:12.168 | + lib/cinder:configure_cinder:261 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_tenant_name 2022-03-09 13:51:12.186 | + lib/cinder:configure_cinder:262 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_user 2022-03-09 13:51:12.207 | + lib/cinder:configure_cinder:263 : inicomment /etc/cinder/api-paste.ini filter:authtoken admin_password 2022-03-09 13:51:12.225 | + lib/cinder:configure_cinder:264 : inicomment /etc/cinder/api-paste.ini filter:authtoken signing_dir 2022-03-09 13:51:12.244 | + lib/cinder:configure_cinder:266 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf cinder 2022-03-09 13:51:12.246 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/cinder/cinder.conf 2022-03-09 13:51:12.248 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=cinder 2022-03-09 13:51:12.251 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-03-09 13:51:12.253 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_type password 2022-03-09 13:51:12.282 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/cinder/cinder.conf keystone_authtoken interface public 2022-03-09 13:51:12.309 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/cinder/cinder.conf keystone_authtoken auth_url http://10.222.0.30/identity 2022-03-09 13:51:12.337 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/cinder/cinder.conf keystone_authtoken username cinder 2022-03-09 13:51:12.364 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/cinder/cinder.conf keystone_authtoken password Passw0rd 2022-03-09 13:51:12.392 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf keystone_authtoken user_domain_name Default 2022-03-09 13:51:12.419 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf keystone_authtoken project_name service 2022-03-09 13:51:12.446 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf keystone_authtoken project_domain_name Default 2022-03-09 13:51:12.474 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-03-09 13:51:12.502 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf keystone_authtoken memcached_servers localhost:11211 2022-03-09 13:51:12.529 | + lib/cinder:configure_cinder:268 : iniset /etc/cinder/cinder.conf DEFAULT debug True 2022-03-09 13:51:12.559 | + lib/cinder:configure_cinder:270 : iniset /etc/cinder/cinder.conf DEFAULT target_helper lioadm 2022-03-09 13:51:12.588 | ++ lib/cinder:configure_cinder:271 : database_connection_url cinder 2022-03-09 13:51:12.590 | ++ lib/database:database_connection_url:134 : local db=cinder 2022-03-09 13:51:12.593 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql cinder 2022-03-09 13:51:12.595 | ++ lib/databases/mysql:database_connection_url_mysql:207 : local db=cinder 2022-03-09 13:51:12.598 | ++ lib/databases/mysql:database_connection_url_mysql:208 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2022-03-09 13:51:12.600 | + lib/cinder:configure_cinder:271 : iniset /etc/cinder/cinder.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/cinder?charset=utf8' 2022-03-09 13:51:12.630 | + lib/cinder:configure_cinder:272 : iniset /etc/cinder/cinder.conf DEFAULT api_paste_config /etc/cinder/api-paste.ini 2022-03-09 13:51:12.658 | + lib/cinder:configure_cinder:273 : iniset /etc/cinder/cinder.conf DEFAULT rootwrap_config /etc/cinder/rootwrap.conf 2022-03-09 13:51:12.686 | + lib/cinder:configure_cinder:274 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_extension cinder.api.contrib.standard_extensions 2022-03-09 13:51:12.714 | + lib/cinder:configure_cinder:275 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_listen 0.0.0.0 2022-03-09 13:51:12.741 | + lib/cinder:configure_cinder:276 : iniset /etc/cinder/cinder.conf DEFAULT state_path /opt/stack/data/cinder 2022-03-09 13:51:12.768 | + lib/cinder:configure_cinder:277 : iniset /etc/cinder/cinder.conf oslo_concurrency lock_path /opt/stack/data/cinder 2022-03-09 13:51:12.798 | + lib/cinder:configure_cinder:278 : [[ 4 == 6 ]] 2022-03-09 13:51:12.801 | + lib/cinder:configure_cinder:281 : iniset /etc/cinder/cinder.conf DEFAULT my_ip 10.222.0.30 2022-03-09 13:51:12.830 | + lib/cinder:configure_cinder:283 : iniset /etc/cinder/cinder.conf key_manager backend cinder.keymgr.conf_key_mgr.ConfKeyManager 2022-03-09 13:51:12.862 | ++ lib/cinder:configure_cinder:284 : openssl rand -hex 16 2022-03-09 13:51:12.869 | + lib/cinder:configure_cinder:284 : iniset /etc/cinder/cinder.conf key_manager fixed_key bce3a53dae3824c195b40151a2004d14 2022-03-09 13:51:12.896 | + lib/cinder:configure_cinder:285 : [[ -n '' ]] 2022-03-09 13:51:12.899 | + lib/cinder:configure_cinder:290 : iniset /etc/cinder/cinder.conf DEFAULT quota_volumes 10 2022-03-09 13:51:12.926 | + lib/cinder:configure_cinder:291 : iniset /etc/cinder/cinder.conf DEFAULT quota_backups 10 2022-03-09 13:51:12.954 | + lib/cinder:configure_cinder:292 : iniset /etc/cinder/cinder.conf DEFAULT quota_snapshots 10 2022-03-09 13:51:12.981 | + lib/cinder:configure_cinder:297 : iniset /etc/cinder/cinder.conf DEFAULT rpc_response_timeout 120 2022-03-09 13:51:13.009 | + lib/cinder:configure_cinder:299 : is_service_enabled c-vol 2022-03-09 13:51:13.025 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:51:13.028 | + lib/cinder:configure_cinder:299 : [[ -n lvm:lvmdriver-1 ]] 2022-03-09 13:51:13.030 | + lib/cinder:configure_cinder:300 : local enabled_backends= 2022-03-09 13:51:13.032 | + lib/cinder:configure_cinder:301 : local default_name= 2022-03-09 13:51:13.035 | + lib/cinder:configure_cinder:302 : local be be_name be_type 2022-03-09 13:51:13.037 | + lib/cinder:configure_cinder:303 : for be in ${CINDER_ENABLED_BACKENDS//,/ } 2022-03-09 13:51:13.039 | + lib/cinder:configure_cinder:304 : be_type=lvm 2022-03-09 13:51:13.041 | + lib/cinder:configure_cinder:305 : be_name=lvmdriver-1 2022-03-09 13:51:13.044 | + lib/cinder:configure_cinder:306 : type configure_cinder_backend_lvm 2022-03-09 13:51:13.046 | + lib/cinder:configure_cinder:307 : configure_cinder_backend_lvm lvmdriver-1 2022-03-09 13:51:13.049 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:48 : local be_name=lvmdriver-1 2022-03-09 13:51:13.051 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:50 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_backend_name lvmdriver-1 2022-03-09 13:51:13.081 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:51 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_driver cinder.volume.drivers.lvm.LVMVolumeDriver 2022-03-09 13:51:13.110 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:52 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_group stack-volumes-lvmdriver-1 2022-03-09 13:51:13.137 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:53 : iniset /etc/cinder/cinder.conf lvmdriver-1 target_helper lioadm 2022-03-09 13:51:13.165 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:54 : iniset /etc/cinder/cinder.conf lvmdriver-1 lvm_type thin 2022-03-09 13:51:13.192 | + lib/cinder_backends/lvm:configure_cinder_backend_lvm:55 : iniset /etc/cinder/cinder.conf lvmdriver-1 volume_clear none 2022-03-09 13:51:13.220 | + lib/cinder:configure_cinder:309 : [[ -z '' ]] 2022-03-09 13:51:13.222 | + lib/cinder:configure_cinder:310 : default_name=lvmdriver-1 2022-03-09 13:51:13.225 | + lib/cinder:configure_cinder:312 : enabled_backends+=lvmdriver-1, 2022-03-09 13:51:13.227 | + lib/cinder:configure_cinder:314 : iniset /etc/cinder/cinder.conf DEFAULT enabled_backends lvmdriver-1 2022-03-09 13:51:13.254 | + lib/cinder:configure_cinder:315 : [[ -n lvmdriver-1 ]] 2022-03-09 13:51:13.257 | + lib/cinder:configure_cinder:316 : iniset /etc/cinder/cinder.conf DEFAULT default_volume_type lvmdriver-1 2022-03-09 13:51:13.284 | + lib/cinder:configure_cinder:318 : configure_cinder_image_volume_cache 2022-03-09 13:51:13.287 | + lib/cinder:configure_cinder_image_volume_cache:619 : for be in ${CINDER_CACHE_ENABLED_FOR_BACKENDS//,/ } 2022-03-09 13:51:13.289 | + lib/cinder:configure_cinder_image_volume_cache:620 : local be_name=lvmdriver-1 2022-03-09 13:51:13.291 | + lib/cinder:configure_cinder_image_volume_cache:622 : iniset /etc/cinder/cinder.conf lvmdriver-1 image_volume_cache_enabled True 2022-03-09 13:51:13.319 | + lib/cinder:configure_cinder_image_volume_cache:624 : [[ -n '' ]] 2022-03-09 13:51:13.321 | + lib/cinder:configure_cinder_image_volume_cache:628 : [[ -n '' ]] 2022-03-09 13:51:13.324 | + lib/cinder:configure_cinder:321 : is_service_enabled c-bak 2022-03-09 13:51:13.340 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:51:13.343 | + lib/cinder:configure_cinder:321 : [[ -n swift ]] 2022-03-09 13:51:13.345 | + lib/cinder:configure_cinder:322 : type configure_cinder_backup_swift 2022-03-09 13:51:13.348 | + lib/cinder:configure_cinder:323 : configure_cinder_backup_swift 2022-03-09 13:51:13.350 | + lib/cinder_backups/swift:configure_cinder_backup_swift:25 : iniset /etc/cinder/cinder.conf DEFAULT backup_driver cinder.backup.drivers.swift.SwiftBackupDriver 2022-03-09 13:51:13.378 | + lib/cinder_backups/swift:configure_cinder_backup_swift:26 : iniset /etc/cinder/cinder.conf DEFAULT backup_swift_url http://10.222.0.30:8080/v1/AUTH_ 2022-03-09 13:51:13.405 | + lib/cinder_backups/swift:configure_cinder_backup_swift:27 : is_service_enabled tls-proxy 2022-03-09 13:51:13.422 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:51:13.424 | + lib/cinder:configure_cinder:329 : is_service_enabled ceilometer 2022-03-09 13:51:13.440 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:51:13.442 | + lib/cinder:configure_cinder:333 : is_service_enabled tls-proxy 2022-03-09 13:51:13.459 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:51:13.461 | + lib/cinder:configure_cinder:347 : '[' False '!=' False ']' 2022-03-09 13:51:13.464 | + lib/cinder:configure_cinder:351 : iniset_rpc_backend cinder /etc/cinder/cinder.conf 2022-03-09 13:51:13.466 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=cinder 2022-03-09 13:51:13.469 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/cinder/cinder.conf 2022-03-09 13:51:13.471 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-03-09 13:51:13.474 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-03-09 13:51:13.476 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-03-09 13:51:13.492 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:51:13.495 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-03-09 13:51:13.497 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-03-09 13:51:13.500 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-03-09 13:51:13.516 | ++ functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:51:13.518 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.30:5672/ 2022-03-09 13:51:13.521 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/cinder/cinder.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.30:5672/ 2022-03-09 13:51:13.549 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-03-09 13:51:13.551 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-03-09 13:51:13.553 | + lib/cinder:configure_cinder:354 : setup_logging /etc/cinder/cinder.conf True 2022-03-09 13:51:13.556 | + functions:setup_logging:674 : setup_systemd_logging /etc/cinder/cinder.conf 2022-03-09 13:51:13.558 | + functions:setup_systemd_logging:689 : local conf_file=/etc/cinder/cinder.conf 2022-03-09 13:51:13.561 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-03-09 13:51:13.578 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-03-09 13:51:13.580 | + functions:setup_systemd_logging:695 : local pidstr= 2022-03-09 13:51:13.582 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-03-09 13:51:13.585 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-03-09 13:51:13.587 | + 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-03-09 13:51:13.616 | + 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-03-09 13:51:13.644 | + 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-03-09 13:51:13.672 | + functions:setup_systemd_logging:706 : iniset /etc/cinder/cinder.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-03-09 13:51:13.699 | + lib/cinder:configure_cinder:356 : is_service_enabled c-api 2022-03-09 13:51:13.716 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:51:13.718 | + lib/cinder:configure_cinder:357 : write_uwsgi_config /etc/cinder/cinder-api-uwsgi.ini /usr/local/bin/cinder-wsgi /volume 2022-03-09 13:51:13.721 | + lib/apache:write_uwsgi_config:249 : local file=/etc/cinder/cinder-api-uwsgi.ini 2022-03-09 13:51:13.723 | + lib/apache:write_uwsgi_config:250 : local wsgi=/usr/local/bin/cinder-wsgi 2022-03-09 13:51:13.726 | + lib/apache:write_uwsgi_config:251 : local url=/volume 2022-03-09 13:51:13.728 | + lib/apache:write_uwsgi_config:252 : local http= 2022-03-09 13:51:13.730 | + lib/apache:write_uwsgi_config:253 : local name= 2022-03-09 13:51:13.733 | ++ lib/apache:write_uwsgi_config:254 : basename /usr/local/bin/cinder-wsgi 2022-03-09 13:51:13.737 | + lib/apache:write_uwsgi_config:254 : name=cinder-wsgi 2022-03-09 13:51:13.739 | + lib/apache:write_uwsgi_config:258 : local socket_dir=/var/run/uwsgi 2022-03-09 13:51:13.742 | + lib/apache:write_uwsgi_config:262 : sudo mkdir -p /etc/tmpfiles.d/ 2022-03-09 13:51:13.754 | + lib/apache:write_uwsgi_config:263 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-03-09 13:51:13.759 | + lib/apache:write_uwsgi_config:263 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-03-09 13:51:13.762 | d /var/run/uwsgi 0755 ubuntu root 2022-03-09 13:51:13.766 | + lib/apache:write_uwsgi_config:264 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-03-09 13:51:13.782 | + lib/apache:write_uwsgi_config:266 : local socket=/var/run/uwsgi/cinder-wsgi.socket 2022-03-09 13:51:13.784 | + lib/apache:write_uwsgi_config:269 : rm -rf /etc/cinder/cinder-api-uwsgi.ini 2022-03-09 13:51:13.788 | + lib/apache:write_uwsgi_config:270 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/cinder-wsgi 2022-03-09 13:51:13.816 | + lib/apache:write_uwsgi_config:271 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi processes 2 2022-03-09 13:51:13.845 | + lib/apache:write_uwsgi_config:273 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi master true 2022-03-09 13:51:13.872 | + lib/apache:write_uwsgi_config:275 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi die-on-term true 2022-03-09 13:51:13.899 | + lib/apache:write_uwsgi_config:276 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi exit-on-reload false 2022-03-09 13:51:13.926 | + lib/apache:write_uwsgi_config:279 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-03-09 13:51:13.953 | + lib/apache:write_uwsgi_config:280 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi enable-threads true 2022-03-09 13:51:13.980 | + lib/apache:write_uwsgi_config:281 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi plugins http,python3 2022-03-09 13:51:14.007 | + lib/apache:write_uwsgi_config:283 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi thunder-lock true 2022-03-09 13:51:14.034 | + lib/apache:write_uwsgi_config:285 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-03-09 13:51:14.061 | + lib/apache:write_uwsgi_config:287 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi buffer-size 65535 2022-03-09 13:51:14.089 | + lib/apache:write_uwsgi_config:289 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-03-09 13:51:14.115 | + lib/apache:write_uwsgi_config:291 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi lazy-apps true 2022-03-09 13:51:14.143 | + lib/apache:write_uwsgi_config:294 : [[ -n '' ]] 2022-03-09 13:51:14.145 | + lib/apache:write_uwsgi_config:297 : local apache_conf= 2022-03-09 13:51:14.148 | ++ lib/apache:write_uwsgi_config:298 : apache_site_config_for cinder-wsgi 2022-03-09 13:51:14.150 | ++ lib/apache:apache_site_config_for:181 : local site=cinder-wsgi 2022-03-09 13:51:14.153 | ++ lib/apache:apache_site_config_for:182 : is_ubuntu 2022-03-09 13:51:14.155 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:51:14.157 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:51:14.160 | ++ lib/apache:apache_site_config_for:184 : echo /etc/apache2/sites-available/cinder-wsgi.conf 2022-03-09 13:51:14.162 | + lib/apache:write_uwsgi_config:298 : apache_conf=/etc/apache2/sites-available/cinder-wsgi.conf 2022-03-09 13:51:14.164 | + lib/apache:write_uwsgi_config:299 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi socket /var/run/uwsgi/cinder-wsgi.socket 2022-03-09 13:51:14.192 | + lib/apache:write_uwsgi_config:300 : iniset /etc/cinder/cinder-api-uwsgi.ini uwsgi chmod-socket 666 2022-03-09 13:51:14.221 | + lib/apache:write_uwsgi_config:301 : echo 'ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 ' 2022-03-09 13:51:14.222 | + lib/apache:write_uwsgi_config:301 : sudo tee -a /etc/apache2/sites-available/cinder-wsgi.conf 2022-03-09 13:51:14.230 | ProxyPass "/volume" "unix:/var/run/uwsgi/cinder-wsgi.socket|uwsgi://uwsgi-uds-cinder-wsgi" retry=0 2022-03-09 13:51:14.234 | + lib/apache:write_uwsgi_config:302 : enable_apache_site cinder-wsgi 2022-03-09 13:51:14.236 | + lib/apache:enable_apache_site:198 : local site=cinder-wsgi 2022-03-09 13:51:14.238 | + lib/apache:enable_apache_site:200 : enable_apache_mod version 2022-03-09 13:51:14.241 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-03-09 13:51:14.243 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-03-09 13:51:14.245 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:51:14.248 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:51:14.250 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-03-09 13:51:14.253 | + lib/apache:enable_apache_site:201 : is_ubuntu 2022-03-09 13:51:14.255 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:51:14.257 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:51:14.260 | + lib/apache:enable_apache_site:202 : sudo a2ensite cinder-wsgi 2022-03-09 13:51:14.321 | Enabling site cinder-wsgi. 2022-03-09 13:51:14.326 | To activate the new configuration, you need to run: 2022-03-09 13:51:14.326 | systemctl reload apache2 2022-03-09 13:51:14.331 | + lib/apache:write_uwsgi_config:303 : restart_apache_server 2022-03-09 13:51:14.333 | + lib/apache:restart_apache_server:245 : restart_service apache2 2022-03-09 13:51:14.335 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-03-09 13:51:14.338 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart apache2 2022-03-09 13:51:14.473 | + lib/cinder:configure_cinder:360 : [[ -r /home/ubuntu/devstack/lib/cinder_plugins/default ]] 2022-03-09 13:51:14.476 | + lib/cinder:configure_cinder:364 : iniset /etc/cinder/cinder.conf DEFAULT osapi_volume_workers 2 2022-03-09 13:51:14.506 | + lib/cinder:configure_cinder:366 : iniset /etc/cinder/cinder.conf DEFAULT glance_api_servers http://10.222.0.30/image 2022-03-09 13:51:14.538 | + lib/cinder:configure_cinder:367 : is_service_enabled tls-proxy 2022-03-09 13:51:14.555 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:51:14.557 | + lib/cinder:configure_cinder:373 : configure_keystone_authtoken_middleware /etc/cinder/cinder.conf nova nova 2022-03-09 13:51:14.560 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/cinder/cinder.conf 2022-03-09 13:51:14.563 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=nova 2022-03-09 13:51:14.565 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=nova 2022-03-09 13:51:14.567 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/cinder/cinder.conf nova auth_type password 2022-03-09 13:51:14.598 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/cinder/cinder.conf nova interface public 2022-03-09 13:51:14.626 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/cinder/cinder.conf nova auth_url http://10.222.0.30/identity 2022-03-09 13:51:14.653 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/cinder/cinder.conf nova username nova 2022-03-09 13:51:14.681 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/cinder/cinder.conf nova password Passw0rd 2022-03-09 13:51:14.708 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/cinder/cinder.conf nova user_domain_name Default 2022-03-09 13:51:14.737 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/cinder/cinder.conf nova project_name service 2022-03-09 13:51:14.764 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/cinder/cinder.conf nova project_domain_name Default 2022-03-09 13:51:14.791 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/cinder/cinder.conf nova cafile /opt/stack/data/ca-bundle.pem 2022-03-09 13:51:14.823 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/cinder/cinder.conf nova memcached_servers localhost:11211 2022-03-09 13:51:14.851 | + lib/cinder:configure_cinder:374 : iniset /etc/cinder/cinder.conf nova region_name RegionOne 2022-03-09 13:51:14.879 | + lib/cinder:configure_cinder:375 : iniset /etc/cinder/cinder.conf DEFAULT graceful_shutdown_timeout 5 2022-03-09 13:51:14.907 | + lib/cinder:configure_cinder:377 : [[ ! -z '' ]] 2022-03-09 13:51:14.909 | + lib/cinder:configure_cinder:379 : is_service_enabled etcd3 2022-03-09 13:51:14.926 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:51:14.928 | + lib/cinder:configure_cinder:380 : iniset /etc/cinder/cinder.conf coordination backend_url etcd3+http://10.222.0.30:2379 2022-03-09 13:51:14.959 | + lib/cinder:configure_cinder:383 : [[ False == True ]] 2022-03-09 13:51:14.961 | + ./stack.sh:main:929 : is_service_enabled neutron 2022-03-09 13:51:14.979 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:51:14.981 | + ./stack.sh:main:931 : stack_install_service neutron 2022-03-09 13:51:14.984 | + lib/stack:stack_install_service:20 : local service=neutron 2022-03-09 13:51:14.986 | + lib/stack:stack_install_service:21 : type install_neutron 2022-03-09 13:51:14.989 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-03-09 13:51:14.991 | + lib/stack:stack_install_service:32 : install_neutron 2022-03-09 13:51:14.993 | + lib/neutron:install_neutron:687 : is_neutron_legacy_enabled 2022-03-09 13:51:14.997 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-03-09 13:51:14.997 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-03-09 13:51:15.003 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-03-09 13:51:15.005 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-03-09 13:51:15.008 | + lib/neutron:is_neutron_legacy_enabled:138 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,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,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-03-09 13:51:15.010 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-03-09 13:51:15.013 | + lib/neutron:install_neutron:689 : install_mutnauq 2022-03-09 13:51:15.016 | + lib/neutron-legacy:install_mutnauq:467 : use_library_from_git neutron-lib 2022-03-09 13:51:15.018 | + inc/python:use_library_from_git:250 : local name=neutron-lib 2022-03-09 13:51:15.021 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:51:15.023 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:51:15.026 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,neutron-lib, ]] 2022-03-09 13:51:15.028 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:51:15.031 | + lib/neutron-legacy:install_mutnauq:472 : git_clone https://opendev.org/openstack/neutron.git /opt/stack/neutron master 2022-03-09 13:51:15.033 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/neutron.git 2022-03-09 13:51:15.036 | + functions-common:git_clone:609 : local git_dest=/opt/stack/neutron 2022-03-09 13:51:15.038 | + functions-common:git_clone:610 : local git_ref=master 2022-03-09 13:51:15.040 | + functions-common:git_clone:611 : local orig_dir 2022-03-09 13:51:15.043 | ++ functions-common:git_clone:612 : pwd 2022-03-09 13:51:15.046 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-03-09 13:51:15.048 | + functions-common:git_clone:613 : local git_clone_flags= 2022-03-09 13:51:15.051 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-03-09 13:51:15.067 | + functions-common:git_clone:615 : RECLONE=False 2022-03-09 13:51:15.069 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-03-09 13:51:15.071 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-03-09 13:51:15.074 | + functions-common:git_clone:629 : echo master 2022-03-09 13:51:15.074 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-03-09 13:51:15.080 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/neutron ]] 2022-03-09 13:51:15.082 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-03-09 13:51:15.084 | + functions-common:git_clone:677 : cd /opt/stack/neutron 2022-03-09 13:51:15.088 | + functions-common:git_clone:678 : git show --oneline 2022-03-09 13:51:15.088 | + functions-common:git_clone:678 : head -1 2022-03-09 13:51:15.097 | 9be8e28b4c Merge commit 'refs/changes/83/832783/1' of ssh://review.openstack.org:29418/openstack/neutron into HEAD 2022-03-09 13:51:15.100 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-03-09 13:51:15.102 | + lib/neutron-legacy:install_mutnauq:473 : setup_develop /opt/stack/neutron 2022-03-09 13:51:15.105 | + inc/python:setup_develop:338 : local bindep 2022-03-09 13:51:15.107 | + inc/python:setup_develop:339 : [[ /opt/stack/neutron == -bindep* ]] 2022-03-09 13:51:15.110 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/neutron 2022-03-09 13:51:15.112 | + inc/python:setup_develop:344 : local extras= 2022-03-09 13:51:15.114 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/neutron -e 2022-03-09 13:51:15.117 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-03-09 13:51:15.120 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/neutron == -bindep* ]] 2022-03-09 13:51:15.122 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/neutron 2022-03-09 13:51:15.125 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-03-09 13:51:15.127 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-03-09 13:51:15.130 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/neutron 2022-03-09 13:51:15.133 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-03-09 13:51:15.136 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/neutron 2022-03-09 13:51:15.138 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-03-09 13:51:15.141 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-03-09 13:51:15.144 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/neutron/setup.cfg 2022-03-09 13:51:15.150 | + inc/python:_setup_package_with_constraints_edit:385 : name=neutron 2022-03-09 13:51:15.153 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- neutron 2022-03-09 13:51:15.803 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/neutron -e 2022-03-09 13:51:15.805 | + inc/python:setup_package:418 : local bindep=0 2022-03-09 13:51:15.807 | + inc/python:setup_package:419 : local bindep_flag= 2022-03-09 13:51:15.810 | + inc/python:setup_package:420 : local bindep_profiles= 2022-03-09 13:51:15.813 | + inc/python:setup_package:421 : [[ /opt/stack/neutron == -bindep* ]] 2022-03-09 13:51:15.815 | + inc/python:setup_package:426 : local project_dir=/opt/stack/neutron 2022-03-09 13:51:15.817 | + inc/python:setup_package:427 : local flags=-e 2022-03-09 13:51:15.820 | + inc/python:setup_package:428 : local extras= 2022-03-09 13:51:15.822 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-03-09 13:51:15.824 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-03-09 13:51:15.827 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-03-09 13:51:15.829 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-03-09 13:51:15.831 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-03-09 13:51:15.834 | + inc/python:setup_package:446 : pip_install -e /opt/stack/neutron 2022-03-09 13:51:15.855 | Using python 3.8 to install /opt/stack/neutron 2022-03-09 13:51:15.857 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/neutron 2022-03-09 13:51:16.730 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:51:16.730 | from cryptography.utils import int_from_bytes 2022-03-09 13:51:16.730 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:51:16.730 | from cryptography.utils import int_from_bytes 2022-03-09 13:51:17.857 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 13:51:17.884 | Obtaining file:///opt/stack/neutron 2022-03-09 13:51:17.885 | Preparing metadata (setup.py): started 2022-03-09 13:51:22.064 | Preparing metadata (setup.py): finished with status 'done' 2022-03-09 13:51:22.153 | Requirement already satisfied: pbr>=4.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (5.8.1) 2022-03-09 13:51:22.154 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (3.5.0) 2022-03-09 13:51:22.155 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (2.1.1) 2022-03-09 13:51:22.156 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (2.5.1) 2022-03-09 13:51:22.157 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (2.4.0) 2022-03-09 13:51:22.158 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (5.1.1) 2022-03-09 13:51:22.159 | Requirement already satisfied: eventlet>=0.26.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (0.33.0) 2022-03-09 13:51:22.160 | Requirement already satisfied: pecan>=1.3.2 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (1.4.1) 2022-03-09 13:51:22.162 | Requirement already satisfied: httplib2>=0.9.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (0.20.4) 2022-03-09 13:51:22.163 | Requirement already satisfied: requests>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (2.27.1) 2022-03-09 13:51:22.164 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (3.0.3) 2022-03-09 13:51:22.165 | Requirement already satisfied: keystonemiddleware>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (9.4.0) 2022-03-09 13:51:22.166 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (0.8.0) 2022-03-09 13:51:22.167 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (0.11.0) 2022-03-09 13:51:22.168 | Requirement already satisfied: neutron-lib>=2.20.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (2.20.0) 2022-03-09 13:51:22.169 | Requirement already satisfied: python-neutronclient>=7.8.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (7.8.0) 2022-03-09 13:51:22.170 | Requirement already satisfied: tenacity>=6.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (6.3.1) 2022-03-09 13:51:22.171 | Requirement already satisfied: SQLAlchemy>=1.4.23 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (1.4.31) 2022-03-09 13:51:22.172 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (1.8.7) 2022-03-09 13:51:22.173 | Requirement already satisfied: keystoneauth1>=3.14.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (4.5.0) 2022-03-09 13:51:22.174 | Requirement already satisfied: alembic>=1.6.5 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (1.7.6) 2022-03-09 13:51:22.175 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (3.5.0) 2022-03-09 13:51:22.177 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (2.10.1) 2022-03-09 13:51:22.178 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (4.5.0) 2022-03-09 13:51:22.179 | Requirement already satisfied: oslo.config>=8.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (8.8.0) 2022-03-09 13:51:22.180 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (4.1.0) 2022-03-09 13:51:22.181 | Requirement already satisfied: oslo.db>=4.44.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (11.2.0) 2022-03-09 13:51:22.182 | Requirement already satisfied: oslo.i18n>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (5.1.0) 2022-03-09 13:51:22.183 | Requirement already satisfied: oslo.log>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (4.6.1) 2022-03-09 13:51:22.184 | Requirement already satisfied: oslo.messaging>=7.0.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (12.13.0) 2022-03-09 13:51:22.185 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (4.5.1) 2022-03-09 13:51:22.187 | Requirement already satisfied: oslo.policy>=3.10.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (3.11.0) 2022-03-09 13:51:22.188 | Requirement already satisfied: oslo.privsep>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (2.7.0) 2022-03-09 13:51:22.189 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (2.3.0) 2022-03-09 13:51:22.190 | Requirement already satisfied: oslo.rootwrap>=5.15.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (6.3.1) 2022-03-09 13:51:22.193 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (4.3.0) 2022-03-09 13:51:22.194 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (2.8.0) 2022-03-09 13:51:22.195 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (1.5.0) 2022-03-09 13:51:22.198 | Requirement already satisfied: oslo.utils>=4.8.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (4.12.2) 2022-03-09 13:51:22.199 | Requirement already satisfied: oslo.versionedobjects>=1.35.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (2.6.0) 2022-03-09 13:51:22.201 | Requirement already satisfied: osprofiler>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (3.4.2) 2022-03-09 13:51:22.202 | Requirement already satisfied: os-ken>=2.2.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (2.3.1) 2022-03-09 13:51:22.203 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (1.1.0) 2022-03-09 13:51:22.204 | Requirement already satisfied: ovs>=2.10.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (2.16.0) 2022-03-09 13:51:22.205 | Requirement already satisfied: ovsdbapp>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (1.15.1) 2022-03-09 13:51:22.207 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (21.3) 2022-03-09 13:51:22.208 | Requirement already satisfied: psutil>=5.3.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (5.9.0) 2022-03-09 13:51:22.208 | Requirement already satisfied: pyroute2>=0.6.4 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (0.6.7) 2022-03-09 13:51:22.210 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (22.0.0) 2022-03-09 13:51:22.211 | Requirement already satisfied: python-novaclient>=9.1.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (17.7.0) 2022-03-09 13:51:22.212 | Requirement already satisfied: openstacksdk>=0.31.2 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (0.61.0) 2022-03-09 13:51:22.213 | Requirement already satisfied: python-designateclient>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (4.5.0) 2022-03-09 13:51:22.214 | Requirement already satisfied: os-vif>=1.15.1 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (2.7.1) 2022-03-09 13:51:22.215 | Requirement already satisfied: futurist>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (2.4.0) 2022-03-09 13:51:22.216 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.8/dist-packages (from neutron==19.1.0.dev587) (2.10.1) 2022-03-09 13:51:22.233 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=1.6.5->neutron==19.1.0.dev587) (4.11.1) 2022-03-09 13:51:22.234 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=1.6.5->neutron==19.1.0.dev587) (5.4.0) 2022-03-09 13:51:22.235 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=1.6.5->neutron==19.1.0.dev587) (1.1.6) 2022-03-09 13:51:22.244 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.19.0->neutron==19.1.0.dev587) (1.13.3) 2022-03-09 13:51:22.257 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.26.1->neutron==19.1.0.dev587) (2.1.0) 2022-03-09 13:51:22.258 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.26.1->neutron==19.1.0.dev587) (1.16.0) 2022-03-09 13:51:22.259 | Requirement already satisfied: greenlet>=0.3 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.26.1->neutron==19.1.0.dev587) (1.1.2) 2022-03-09 13:51:22.279 | Requirement already satisfied: pyparsing!=3.0.0,!=3.0.1,!=3.0.2,!=3.0.3,<4,>=2.4.2 in /usr/local/lib/python3.8/dist-packages (from httplib2>=0.9.1->neutron==19.1.0.dev587) (3.0.7) 2022-03-09 13:51:22.286 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->neutron==19.1.0.dev587) (2.1.0) 2022-03-09 13:51:22.346 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.14.0->neutron==19.1.0.dev587) (1.7.0) 2022-03-09 13:51:22.348 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.14.0->neutron==19.1.0.dev587) (1.0.2) 2022-03-09 13:51:22.404 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->neutron==19.1.0.dev587) (3.1.1) 2022-03-09 13:51:22.405 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=5.1.0->neutron==19.1.0.dev587) (4.4.0) 2022-03-09 13:51:22.451 | Requirement already satisfied: setproctitle>=1.1.10 in /usr/local/lib/python3.8/dist-packages (from neutron-lib>=2.20.0->neutron==19.1.0.dev587) (1.2.2) 2022-03-09 13:51:22.455 | Requirement already satisfied: os-traits>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from neutron-lib>=2.20.0->neutron==19.1.0.dev587) (2.7.0) 2022-03-09 13:51:22.484 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev587) (1.32) 2022-03-09 13:51:22.486 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev587) (0.10.0) 2022-03-09 13:51:22.487 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev587) (36.0.1) 2022-03-09 13:51:22.488 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev587) (1.4.4) 2022-03-09 13:51:22.489 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev587) (2.5.0) 2022-03-09 13:51:22.490 | Requirement already satisfied: PyYAML>=3.13 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev587) (6.0) 2022-03-09 13:51:22.492 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev587) (1.4.0) 2022-03-09 13:51:22.494 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.31.2->neutron==19.1.0.dev587) (1.1.5) 2022-03-09 13:51:22.512 | Requirement already satisfied: msgpack>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from os-ken>=2.2.0->neutron==19.1.0.dev587) (1.0.3) 2022-03-09 13:51:22.600 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->neutron==19.1.0.dev587) (0.17.3) 2022-03-09 13:51:22.644 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=8.0.0->neutron==19.1.0.dev587) (1.5.0) 2022-03-09 13:51:22.732 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==19.1.0.dev587) (2.0.1) 2022-03-09 13:51:22.733 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==19.1.0.dev587) (0.13.0) 2022-03-09 13:51:22.736 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.44.0->neutron==19.1.0.dev587) (0.5.0) 2022-03-09 13:51:22.791 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->neutron==19.1.0.dev587) (2.8.2) 2022-03-09 13:51:22.794 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.5.0->neutron==19.1.0.dev587) (0.9.6) 2022-03-09 13:51:22.859 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==19.1.0.dev587) (5.0.9) 2022-03-09 13:51:22.861 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==19.1.0.dev587) (5.0.0) 2022-03-09 13:51:22.863 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==19.1.0.dev587) (5.2.3) 2022-03-09 13:51:22.864 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=7.0.0->neutron==19.1.0.dev587) (0.4.0) 2022-03-09 13:51:22.889 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->neutron==19.1.0.dev587) (3.3.0) 2022-03-09 13:51:22.892 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->neutron==19.1.0.dev587) (3.2.0) 2022-03-09 13:51:22.939 | Requirement already satisfied: cffi>=1.14.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.3.0->neutron==19.1.0.dev587) (1.15.0) 2022-03-09 13:51:22.991 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->neutron==19.1.0.dev587) (2021.3) 2022-03-09 13:51:23.024 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->neutron==19.1.0.dev587) (3.0.0) 2022-03-09 13:51:23.025 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->neutron==19.1.0.dev587) (1.3.3) 2022-03-09 13:51:23.051 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->neutron==19.1.0.dev587) (3.1.1) 2022-03-09 13:51:23.190 | Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.8/dist-packages (from ovs>=2.10.0->neutron==19.1.0.dev587) (2.4.0) 2022-03-09 13:51:23.260 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->neutron==19.1.0.dev587) (60.9.3) 2022-03-09 13:51:23.337 | Requirement already satisfied: logutils>=0.3 in /usr/local/lib/python3.8/dist-packages (from pecan>=1.3.2->neutron==19.1.0.dev587) (0.3.5) 2022-03-09 13:51:23.339 | Requirement already satisfied: WebTest>=1.3.1 in /usr/local/lib/python3.8/dist-packages (from pecan>=1.3.2->neutron==19.1.0.dev587) (3.0.0) 2022-03-09 13:51:23.448 | Requirement already satisfied: pyroute2.ipset==0.6.7 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev587) (0.6.7) 2022-03-09 13:51:23.449 | Requirement already satisfied: pyroute2.nslink==0.6.7 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev587) (0.6.7) 2022-03-09 13:51:23.450 | Requirement already satisfied: pyroute2.ethtool==0.6.7 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev587) (0.6.7) 2022-03-09 13:51:23.452 | Requirement already satisfied: pyroute2.core==0.6.7 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev587) (0.6.7) 2022-03-09 13:51:23.453 | Requirement already satisfied: pyroute2.ndb==0.6.7 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev587) (0.6.7) 2022-03-09 13:51:23.454 | Requirement already satisfied: pyroute2.nftables==0.6.7 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev587) (0.6.7) 2022-03-09 13:51:23.455 | Requirement already satisfied: pyroute2.ipdb==0.6.7 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.6.4->neutron==19.1.0.dev587) (0.6.7) 2022-03-09 13:51:23.662 | Requirement already satisfied: cliff!=2.9.0,>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from python-designateclient>=2.7.0->neutron==19.1.0.dev587) (3.10.1) 2022-03-09 13:51:23.663 | Requirement already satisfied: osc-lib>=1.8.0 in /usr/local/lib/python3.8/dist-packages (from python-designateclient>=2.7.0->neutron==19.1.0.dev587) (2.5.0) 2022-03-09 13:51:23.664 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from python-designateclient>=2.7.0->neutron==19.1.0.dev587) (3.2.0) 2022-03-09 13:51:23.710 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.8.0->neutron==19.1.0.dev587) (3.17.6) 2022-03-09 13:51:23.713 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.8.0->neutron==19.1.0.dev587) (2.1.0) 2022-03-09 13:51:23.803 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==19.1.0.dev587) (3.3) 2022-03-09 13:51:23.804 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==19.1.0.dev587) (1.26.8) 2022-03-09 13:51:23.815 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.18.0->neutron==19.1.0.dev587) (2019.11.28) 2022-03-09 13:51:23.815 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.18.0->neutron==19.1.0.dev587) (2.0.12) 2022-03-09 13:51:23.845 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->neutron==19.1.0.dev587) (0.7) 2022-03-09 13:51:24.179 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=1.58.0->neutron==19.1.0.dev587) (0.12.2) 2022-03-09 13:51:24.256 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=7.0.0->neutron==19.1.0.dev587) (5.0.0) 2022-03-09 13:51:24.453 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.14.0->oslo.privsep>=2.3.0->neutron==19.1.0.dev587) (2.21) 2022-03-09 13:51:24.536 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.0.dev587) (2.4.0) 2022-03-09 13:51:24.537 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.0.dev587) (0.5.0) 2022-03-09 13:51:24.762 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=2.8.0->neutron==19.1.0.dev587) (2.5.0) 2022-03-09 13:51:24.946 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.31.2->neutron==19.1.0.dev587) (2.2) 2022-03-09 13:51:25.475 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=7.0.0->neutron==19.1.0.dev587) (0.13.1) 2022-03-09 13:51:25.560 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->neutron==19.1.0.dev587) (0.2.5) 2022-03-09 13:51:26.188 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==19.1.0.dev587) (0.5.2) 2022-03-09 13:51:26.189 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.44.0->neutron==19.1.0.dev587) (0.4.2) 2022-03-09 13:51:26.557 | Requirement already satisfied: beautifulsoup4 in /usr/local/lib/python3.8/dist-packages (from WebTest>=1.3.1->pecan>=1.3.2->neutron==19.1.0.dev587) (4.10.0) 2022-03-09 13:51:26.559 | Requirement already satisfied: waitress>=0.8.5 in /usr/local/lib/python3.8/dist-packages (from WebTest>=1.3.1->pecan>=1.3.2->neutron==19.1.0.dev587) (2.0.0) 2022-03-09 13:51:26.727 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=1.6.5->neutron==19.1.0.dev587) (3.7.0) 2022-03-09 13:51:26.976 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.0.dev587) (1.8.2) 2022-03-09 13:51:26.978 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff!=2.9.0,>=2.8.0->python-designateclient>=2.7.0->neutron==19.1.0.dev587) (21.4.0) 2022-03-09 13:51:27.164 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=2.8.0->neutron==19.1.0.dev587) (1.0.0) 2022-03-09 13:51:27.383 | Requirement already satisfied: soupsieve>1.2 in /usr/local/lib/python3.8/dist-packages (from beautifulsoup4->WebTest>=1.3.1->pecan>=1.3.2->neutron==19.1.0.dev587) (2.3.1) 2022-03-09 13:51:28.900 | Installing collected packages: neutron 2022-03-09 13:51:28.900 | Attempting uninstall: neutron 2022-03-09 13:51:28.908 | Found existing installation: neutron 19.1.0 2022-03-09 13:51:30.176 | Uninstalling neutron-19.1.0: 2022-03-09 13:51:30.253 | Successfully uninstalled neutron-19.1.0 2022-03-09 13:51:30.255 | Running setup.py develop for neutron 2022-03-09 13:51:36.324 | Successfully installed neutron 2022-03-09 13:51:36.325 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-03-09 13:51:36.332 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-03-09 13:51:36.332 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-03-09 13:51:36.472 | + inc/python:pip_install:200 : result=0 2022-03-09 13:51:36.474 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 13:51:36.477 | + functions-common:time_stop:2425 : local name 2022-03-09 13:51:36.479 | + functions-common:time_stop:2426 : local end_time 2022-03-09 13:51:36.481 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 13:51:36.486 | + functions-common:time_stop:2428 : local total 2022-03-09 13:51:36.489 | + functions-common:time_stop:2429 : local start_time 2022-03-09 13:51:36.492 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 13:51:36.494 | + functions-common:time_stop:2432 : start_time=1646833875849 2022-03-09 13:51:36.496 | + functions-common:time_stop:2434 : [[ -z 1646833875849 ]] 2022-03-09 13:51:36.499 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 13:51:36.503 | + functions-common:time_stop:2437 : end_time=1646833896501 2022-03-09 13:51:36.505 | + functions-common:time_stop:2438 : elapsed_time=20652 2022-03-09 13:51:36.507 | + functions-common:time_stop:2439 : total=115265 2022-03-09 13:51:36.510 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 13:51:36.512 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=135917 2022-03-09 13:51:36.514 | + inc/python:pip_install:203 : return 0 2022-03-09 13:51:36.516 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-03-09 13:51:36.519 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-03-09 13:51:36.521 | + functions-common:safe_chown:2326 : _safe_permission_operation chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-03-09 13:51:36.541 | + functions-common:_safe_permission_operation:2174 : sudo chown -R ubuntu /opt/stack/neutron/neutron.egg-info 2022-03-09 13:51:36.553 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/neutron 2022-03-09 13:51:36.556 | + inc/python:use_library_from_git:250 : local name=/opt/stack/neutron 2022-03-09 13:51:36.558 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:51:36.561 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:51:36.563 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/neutron, ]] 2022-03-09 13:51:36.566 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:51:36.568 | + lib/neutron-legacy:install_mutnauq:475 : [[ openvswitch == \o\v\n ]] 2022-03-09 13:51:36.571 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-03-09 13:51:36.573 | + ./stack.sh:main:934 : is_service_enabled nova 2022-03-09 13:51:36.590 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:51:36.593 | + ./stack.sh:main:936 : stack_install_service nova 2022-03-09 13:51:36.596 | + lib/stack:stack_install_service:20 : local service=nova 2022-03-09 13:51:36.598 | + lib/stack:stack_install_service:21 : type install_nova 2022-03-09 13:51:36.600 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-03-09 13:51:36.603 | + lib/stack:stack_install_service:32 : install_nova 2022-03-09 13:51:36.605 | + lib/nova:install_nova:902 : use_library_from_git os-vif 2022-03-09 13:51:36.608 | + inc/python:use_library_from_git:250 : local name=os-vif 2022-03-09 13:51:36.611 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:51:36.613 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:51:36.615 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,os-vif, ]] 2022-03-09 13:51:36.618 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:51:36.620 | + lib/nova:install_nova:907 : is_service_enabled n-cpu 2022-03-09 13:51:36.636 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:51:36.638 | + lib/nova:install_nova:911 : is_service_enabled n-novnc 2022-03-09 13:51:36.655 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:51:36.657 | + lib/nova:install_nova:923 : is_service_enabled n-spice 2022-03-09 13:51:36.674 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:51:36.676 | + lib/nova:install_nova:935 : git_clone https://opendev.org/openstack/nova.git /opt/stack/nova master 2022-03-09 13:51:36.678 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/nova.git 2022-03-09 13:51:36.681 | + functions-common:git_clone:609 : local git_dest=/opt/stack/nova 2022-03-09 13:51:36.683 | + functions-common:git_clone:610 : local git_ref=master 2022-03-09 13:51:36.685 | + functions-common:git_clone:611 : local orig_dir 2022-03-09 13:51:36.688 | ++ functions-common:git_clone:612 : pwd 2022-03-09 13:51:36.690 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-03-09 13:51:36.692 | + functions-common:git_clone:613 : local git_clone_flags= 2022-03-09 13:51:36.695 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-03-09 13:51:36.711 | + functions-common:git_clone:615 : RECLONE=False 2022-03-09 13:51:36.713 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-03-09 13:51:36.716 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-03-09 13:51:36.719 | + functions-common:git_clone:629 : echo master 2022-03-09 13:51:36.719 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-03-09 13:51:36.724 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/nova ]] 2022-03-09 13:51:36.726 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-03-09 13:51:36.729 | + functions-common:git_clone:677 : cd /opt/stack/nova 2022-03-09 13:51:36.731 | + functions-common:git_clone:678 : git show --oneline 2022-03-09 13:51:36.732 | + functions-common:git_clone:678 : head -1 2022-03-09 13:51:36.738 | d1b036fdb1 Merge "Follow up for unified limits" 2022-03-09 13:51:36.740 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-03-09 13:51:36.743 | + lib/nova:install_nova:936 : setup_develop /opt/stack/nova 2022-03-09 13:51:36.745 | + inc/python:setup_develop:338 : local bindep 2022-03-09 13:51:36.748 | + inc/python:setup_develop:339 : [[ /opt/stack/nova == -bindep* ]] 2022-03-09 13:51:36.750 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/nova 2022-03-09 13:51:36.752 | + inc/python:setup_develop:344 : local extras= 2022-03-09 13:51:36.755 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/nova -e 2022-03-09 13:51:36.757 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-03-09 13:51:36.760 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/nova == -bindep* ]] 2022-03-09 13:51:36.762 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/nova 2022-03-09 13:51:36.765 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-03-09 13:51:36.767 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-03-09 13:51:36.770 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/nova 2022-03-09 13:51:36.773 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-03-09 13:51:36.776 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/nova 2022-03-09 13:51:36.778 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-03-09 13:51:36.781 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-03-09 13:51:36.784 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/nova/setup.cfg 2022-03-09 13:51:36.790 | + inc/python:_setup_package_with_constraints_edit:385 : name=nova 2022-03-09 13:51:36.792 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- nova 2022-03-09 13:51:37.440 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/nova -e 2022-03-09 13:51:37.442 | + inc/python:setup_package:418 : local bindep=0 2022-03-09 13:51:37.444 | + inc/python:setup_package:419 : local bindep_flag= 2022-03-09 13:51:37.447 | + inc/python:setup_package:420 : local bindep_profiles= 2022-03-09 13:51:37.449 | + inc/python:setup_package:421 : [[ /opt/stack/nova == -bindep* ]] 2022-03-09 13:51:37.451 | + inc/python:setup_package:426 : local project_dir=/opt/stack/nova 2022-03-09 13:51:37.453 | + inc/python:setup_package:427 : local flags=-e 2022-03-09 13:51:37.455 | + inc/python:setup_package:428 : local extras= 2022-03-09 13:51:37.458 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-03-09 13:51:37.460 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-03-09 13:51:37.462 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-03-09 13:51:37.464 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-03-09 13:51:37.467 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-03-09 13:51:37.469 | + inc/python:setup_package:446 : pip_install -e /opt/stack/nova 2022-03-09 13:51:37.490 | Using python 3.8 to install /opt/stack/nova 2022-03-09 13:51:37.492 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/nova 2022-03-09 13:51:38.361 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:51:38.361 | from cryptography.utils import int_from_bytes 2022-03-09 13:51:38.361 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:51:38.361 | from cryptography.utils import int_from_bytes 2022-03-09 13:51:39.488 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 13:51:39.513 | Obtaining file:///opt/stack/nova 2022-03-09 13:51:39.514 | Preparing metadata (setup.py): started 2022-03-09 13:51:44.663 | Preparing metadata (setup.py): finished with status 'done' 2022-03-09 13:51:44.878 | Requirement already satisfied: pbr>=5.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (5.8.1) 2022-03-09 13:51:44.879 | Requirement already satisfied: SQLAlchemy>=1.4.13 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (1.4.31) 2022-03-09 13:51:44.880 | Requirement already satisfied: decorator>=4.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (5.1.1) 2022-03-09 13:51:44.881 | Requirement already satisfied: eventlet>=0.30.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (0.33.0) 2022-03-09 13:51:44.882 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (3.0.3) 2022-03-09 13:51:44.883 | Requirement already satisfied: keystonemiddleware>=4.20.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (9.4.0) 2022-03-09 13:51:44.884 | Requirement already satisfied: lxml>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (4.8.0) 2022-03-09 13:51:44.885 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (2.5.1) 2022-03-09 13:51:44.886 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (36.0.1) 2022-03-09 13:51:44.887 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (1.8.7) 2022-03-09 13:51:44.888 | Requirement already satisfied: greenlet>=0.4.15 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (1.1.2) 2022-03-09 13:51:44.889 | Requirement already satisfied: PasteDeploy>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (2.1.1) 2022-03-09 13:51:44.890 | Requirement already satisfied: Paste>=2.0.2 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (3.5.0) 2022-03-09 13:51:44.891 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (3.1.1) 2022-03-09 13:51:44.892 | Requirement already satisfied: sqlalchemy-migrate>=0.13.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (0.13.0) 2022-03-09 13:51:44.893 | Requirement already satisfied: alembic>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (1.7.6) 2022-03-09 13:51:44.895 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (0.8.0) 2022-03-09 13:51:44.897 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (0.11.0) 2022-03-09 13:51:44.898 | Requirement already satisfied: paramiko>=2.7.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (2.8.1) 2022-03-09 13:51:44.900 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (1.0.2) 2022-03-09 13:51:44.902 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from nova==24.1.0.dev367) (3.2.0) 2022-03-09 13:51:44.904 | Requirement already satisfied: python-cinderclient!=4.0.0,>=3.3.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (8.3.0) 2022-03-09 13:51:44.905 | Requirement already satisfied: keystoneauth1>=3.16.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (4.5.0) 2022-03-09 13:51:44.906 | Requirement already satisfied: python-neutronclient>=7.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (7.8.0) 2022-03-09 13:51:44.907 | Requirement already satisfied: python-glanceclient>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (3.6.0) 2022-03-09 13:51:44.908 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (2.27.1) 2022-03-09 13:51:44.909 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (3.5.0) 2022-03-09 13:51:44.910 | Requirement already satisfied: websockify>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (0.10.0) 2022-03-09 13:51:44.911 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (2.10.1) 2022-03-09 13:51:44.912 | Requirement already satisfied: oslo.concurrency>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (4.5.0) 2022-03-09 13:51:44.913 | Requirement already satisfied: oslo.config>=8.6.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (8.8.0) 2022-03-09 13:51:44.914 | Requirement already satisfied: oslo.context>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (4.1.0) 2022-03-09 13:51:44.915 | Requirement already satisfied: oslo.log>=4.6.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (4.6.1) 2022-03-09 13:51:44.916 | Requirement already satisfied: oslo.limit>=1.5.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (1.5.0) 2022-03-09 13:51:44.917 | Requirement already satisfied: oslo.reports>=1.18.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (2.3.0) 2022-03-09 13:51:44.919 | Requirement already satisfied: oslo.serialization>=4.2.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (4.3.0) 2022-03-09 13:51:44.920 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (1.5.0) 2022-03-09 13:51:44.921 | Requirement already satisfied: oslo.utils>=4.12.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (4.12.2) 2022-03-09 13:51:44.922 | Requirement already satisfied: oslo.db>=10.0.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (11.2.0) 2022-03-09 13:51:44.923 | Requirement already satisfied: oslo.rootwrap>=5.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (6.3.1) 2022-03-09 13:51:44.925 | Requirement already satisfied: oslo.messaging>=10.3.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (12.13.0) 2022-03-09 13:51:44.926 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (3.11.0) 2022-03-09 13:51:44.927 | Requirement already satisfied: oslo.privsep>=2.6.2 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (2.7.0) 2022-03-09 13:51:44.928 | Requirement already satisfied: oslo.i18n>=5.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (5.1.0) 2022-03-09 13:51:44.929 | Requirement already satisfied: oslo.service>=2.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (2.8.0) 2022-03-09 13:51:44.930 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (1.5.0) 2022-03-09 13:51:44.931 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (4.5.1) 2022-03-09 13:51:44.932 | Requirement already satisfied: psutil>=3.2.2 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (5.9.0) 2022-03-09 13:51:44.933 | Requirement already satisfied: oslo.versionedobjects>=1.35.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (2.6.0) 2022-03-09 13:51:44.934 | Requirement already satisfied: os-brick>=5.2 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (5.2.0) 2022-03-09 13:51:44.935 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (1.1.0) 2022-03-09 13:51:44.936 | Requirement already satisfied: os-traits>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (2.7.0) 2022-03-09 13:51:44.937 | Requirement already satisfied: os-vif>=1.15.2 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (2.7.1) 2022-03-09 13:51:44.939 | Requirement already satisfied: castellan>=0.16.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (3.10.1) 2022-03-09 13:51:44.940 | Requirement already satisfied: microversion-parse>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (1.0.1) 2022-03-09 13:51:44.941 | Requirement already satisfied: tooz>=1.58.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (2.10.1) 2022-03-09 13:51:44.942 | Requirement already satisfied: cursive>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (0.2.2) 2022-03-09 13:51:44.943 | Requirement already satisfied: retrying!=1.3.0,>=1.3.3 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (1.3.3) 2022-03-09 13:51:44.945 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (1.7.0) 2022-03-09 13:51:44.946 | Requirement already satisfied: taskflow>=3.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (4.6.4) 2022-03-09 13:51:44.947 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (2.8.2) 2022-03-09 13:51:44.947 | Requirement already satisfied: futurist>=1.8.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (2.4.0) 2022-03-09 13:51:44.948 | Requirement already satisfied: openstacksdk>=0.35.0 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (0.61.0) 2022-03-09 13:51:44.950 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from nova==24.1.0.dev367) (6.0) 2022-03-09 13:51:44.967 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=1.5.0->nova==24.1.0.dev367) (4.11.1) 2022-03-09 13:51:44.969 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=1.5.0->nova==24.1.0.dev367) (5.4.0) 2022-03-09 13:51:44.969 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=1.5.0->nova==24.1.0.dev367) (1.1.6) 2022-03-09 13:51:44.989 | Requirement already satisfied: python-barbicanclient>=4.5.2 in /usr/local/lib/python3.8/dist-packages (from castellan>=0.16.0->nova==24.1.0.dev367) (5.3.0) 2022-03-09 13:51:45.031 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.7->nova==24.1.0.dev367) (1.15.0) 2022-03-09 13:51:45.060 | Requirement already satisfied: dnspython>=1.15.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.30.1->nova==24.1.0.dev367) (2.1.0) 2022-03-09 13:51:45.061 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from eventlet>=0.30.1->nova==24.1.0.dev367) (1.16.0) 2022-03-09 13:51:45.086 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->nova==24.1.0.dev367) (2.1.0) 2022-03-09 13:51:45.209 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.20.0->nova==24.1.0.dev367) (3.1.1) 2022-03-09 13:51:45.212 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.20.0->nova==24.1.0.dev367) (4.4.0) 2022-03-09 13:51:45.268 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.1.0.dev367) (1.1.5) 2022-03-09 13:51:45.270 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.1.0.dev367) (1.4.0) 2022-03-09 13:51:45.272 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.1.0.dev367) (1.32) 2022-03-09 13:51:45.274 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.1.0.dev367) (2.5.0) 2022-03-09 13:51:45.275 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.1.0.dev367) (1.4.4) 2022-03-09 13:51:45.276 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.35.0->nova==24.1.0.dev367) (0.10.0) 2022-03-09 13:51:45.298 | Requirement already satisfied: os-win>=5.5.0 in /usr/local/lib/python3.8/dist-packages (from os-brick>=5.2->nova==24.1.0.dev367) (5.6.0) 2022-03-09 13:51:45.301 | Requirement already satisfied: tenacity>=6.3.1 in /usr/local/lib/python3.8/dist-packages (from os-brick>=5.2->nova==24.1.0.dev367) (6.3.1) 2022-03-09 13:51:45.352 | Requirement already satisfied: ovsdbapp>=0.12.1 in /usr/local/lib/python3.8/dist-packages (from os-vif>=1.15.2->nova==24.1.0.dev367) (1.15.1) 2022-03-09 13:51:45.355 | Requirement already satisfied: pyroute2>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from os-vif>=1.15.2->nova==24.1.0.dev367) (0.6.7) 2022-03-09 13:51:45.357 | Requirement already satisfied: debtcollector>=1.19.0 in /usr/local/lib/python3.8/dist-packages (from os-vif>=1.15.2->nova==24.1.0.dev367) (2.4.0) 2022-03-09 13:51:45.441 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=4.5.0->nova==24.1.0.dev367) (0.17.3) 2022-03-09 13:51:45.550 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=10.0.0->nova==24.1.0.dev367) (0.5.0) 2022-03-09 13:51:45.551 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=10.0.0->nova==24.1.0.dev367) (2.0.1) 2022-03-09 13:51:45.631 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.6.1->nova==24.1.0.dev367) (0.9.6) 2022-03-09 13:51:45.693 | Requirement already satisfied: kombu>=4.6.6 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==24.1.0.dev367) (5.2.3) 2022-03-09 13:51:45.696 | Requirement already satisfied: oslo.metrics>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==24.1.0.dev367) (0.4.0) 2022-03-09 13:51:45.696 | Requirement already satisfied: cachetools>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==24.1.0.dev367) (5.0.0) 2022-03-09 13:51:45.697 | Requirement already satisfied: amqp>=2.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.messaging>=10.3.0->nova==24.1.0.dev367) (5.0.9) 2022-03-09 13:51:45.726 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->nova==24.1.0.dev367) (3.3.0) 2022-03-09 13:51:45.728 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->nova==24.1.0.dev367) (3.2.0) 2022-03-09 13:51:45.778 | Requirement already satisfied: msgpack>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.privsep>=2.6.2->nova==24.1.0.dev367) (1.0.3) 2022-03-09 13:51:45.835 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=4.2.0->nova==24.1.0.dev367) (2021.3) 2022-03-09 13:51:45.868 | Requirement already satisfied: Yappi>=1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->nova==24.1.0.dev367) (1.3.3) 2022-03-09 13:51:45.870 | Requirement already satisfied: fixtures>=3.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.service>=2.8.0->nova==24.1.0.dev367) (3.0.0) 2022-03-09 13:51:45.924 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.12.1->nova==24.1.0.dev367) (3.0.7) 2022-03-09 13:51:45.926 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.12.1->nova==24.1.0.dev367) (21.3) 2022-03-09 13:51:46.014 | Requirement already satisfied: pynacl>=1.0.1 in /usr/local/lib/python3.8/dist-packages (from paramiko>=2.7.1->nova==24.1.0.dev367) (1.5.0) 2022-03-09 13:51:46.040 | Requirement already satisfied: setuptools in /usr/local/lib/python3.8/dist-packages (from Paste>=2.0.2->nova==24.1.0.dev367) (60.9.3) 2022-03-09 13:51:46.120 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->nova==24.1.0.dev367) (0.2.5) 2022-03-09 13:51:46.195 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient!=4.0.0,>=3.3.0->nova==24.1.0.dev367) (3.17.6) 2022-03-09 13:51:46.261 | Requirement already satisfied: warlock<2,>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=2.8.0->nova==24.1.0.dev367) (1.3.3) 2022-03-09 13:51:46.263 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=2.8.0->nova==24.1.0.dev367) (1.13.3) 2022-03-09 13:51:46.264 | Requirement already satisfied: pyOpenSSL>=17.1.0 in /usr/local/lib/python3.8/dist-packages (from python-glanceclient>=2.8.0->nova==24.1.0.dev367) (22.0.0) 2022-03-09 13:51:46.308 | Requirement already satisfied: cliff>=3.4.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.1.0->nova==24.1.0.dev367) (3.10.1) 2022-03-09 13:51:46.311 | Requirement already satisfied: os-client-config>=1.28.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.1.0->nova==24.1.0.dev367) (2.1.0) 2022-03-09 13:51:46.313 | Requirement already satisfied: osc-lib>=1.12.0 in /usr/local/lib/python3.8/dist-packages (from python-neutronclient>=7.1.0->nova==24.1.0.dev367) (2.5.0) 2022-03-09 13:51:46.393 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==24.1.0.dev367) (3.3) 2022-03-09 13:51:46.394 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->nova==24.1.0.dev367) (2019.11.28) 2022-03-09 13:51:46.395 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==24.1.0.dev367) (1.26.8) 2022-03-09 13:51:46.397 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->nova==24.1.0.dev367) (2.0.12) 2022-03-09 13:51:46.492 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->nova==24.1.0.dev367) (0.7) 2022-03-09 13:51:46.703 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==24.1.0.dev367) (0.4.2) 2022-03-09 13:51:46.705 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.13.0->nova==24.1.0.dev367) (0.5.2) 2022-03-09 13:51:46.814 | Requirement already satisfied: pydot>=1.2.4 in /usr/local/lib/python3.8/dist-packages (from taskflow>=3.8.0->nova==24.1.0.dev367) (1.4.2) 2022-03-09 13:51:46.818 | Requirement already satisfied: networkx>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=3.8.0->nova==24.1.0.dev367) (2.6.3) 2022-03-09 13:51:46.819 | Requirement already satisfied: automaton>=1.9.0 in /usr/local/lib/python3.8/dist-packages (from taskflow>=3.8.0->nova==24.1.0.dev367) (2.5.0) 2022-03-09 13:51:46.905 | Requirement already satisfied: voluptuous>=0.8.9 in /usr/local/lib/python3.8/dist-packages (from tooz>=1.58.0->nova==24.1.0.dev367) (0.12.2) 2022-03-09 13:51:46.981 | Requirement already satisfied: numpy in /usr/local/lib/python3.8/dist-packages (from websockify>=0.9.0->nova==24.1.0.dev367) (1.22.2) 2022-03-09 13:51:47.014 | Requirement already satisfied: vine==5.0.0 in /usr/local/lib/python3.8/dist-packages (from amqp>=2.5.2->oslo.messaging>=10.3.0->nova==24.1.0.dev367) (5.0.0) 2022-03-09 13:51:47.336 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.7->nova==24.1.0.dev367) (2.21) 2022-03-09 13:51:47.414 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==24.1.0.dev367) (2.4.0) 2022-03-09 13:51:47.416 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.4.0->python-neutronclient>=7.1.0->nova==24.1.0.dev367) (0.5.0) 2022-03-09 13:51:47.619 | Requirement already satisfied: testtools>=0.9.22 in /usr/local/lib/python3.8/dist-packages (from fixtures>=3.0.0->oslo.service>=2.8.0->nova==24.1.0.dev367) (2.5.0) 2022-03-09 13:51:47.728 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.35.0->nova==24.1.0.dev367) (2.2) 2022-03-09 13:51:48.224 | Requirement already satisfied: prometheus-client>=0.6.0 in /usr/local/lib/python3.8/dist-packages (from oslo.metrics>=0.2.1->oslo.messaging>=10.3.0->nova==24.1.0.dev367) (0.13.1) 2022-03-09 13:51:48.271 | Requirement already satisfied: ovs>=2.10.0 in /usr/local/lib/python3.8/dist-packages (from ovsdbapp>=0.12.1->os-vif>=1.15.2->nova==24.1.0.dev367) (2.16.0) 2022-03-09 13:51:48.648 | Requirement already satisfied: pyroute2.nslink==0.6.7 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.0.dev367) (0.6.7) 2022-03-09 13:51:48.649 | Requirement already satisfied: pyroute2.ipdb==0.6.7 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.0.dev367) (0.6.7) 2022-03-09 13:51:48.650 | Requirement already satisfied: pyroute2.ipset==0.6.7 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.0.dev367) (0.6.7) 2022-03-09 13:51:48.651 | Requirement already satisfied: pyroute2.ndb==0.6.7 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.0.dev367) (0.6.7) 2022-03-09 13:51:48.652 | Requirement already satisfied: pyroute2.core==0.6.7 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.0.dev367) (0.6.7) 2022-03-09 13:51:48.654 | Requirement already satisfied: pyroute2.nftables==0.6.7 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.0.dev367) (0.6.7) 2022-03-09 13:51:48.655 | Requirement already satisfied: pyroute2.ethtool==0.6.7 in /usr/local/lib/python3.8/dist-packages (from pyroute2>=0.5.2->os-vif>=1.15.2->nova==24.1.0.dev367) (0.6.7) 2022-03-09 13:51:49.864 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=1.5.0->nova==24.1.0.dev367) (3.7.0) 2022-03-09 13:51:50.266 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==24.1.0.dev367) (1.8.2) 2022-03-09 13:51:50.267 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.4.0->python-neutronclient>=7.1.0->nova==24.1.0.dev367) (21.4.0) 2022-03-09 13:51:50.364 | Requirement already satisfied: sortedcontainers in /usr/local/lib/python3.8/dist-packages (from ovs>=2.10.0->ovsdbapp>=0.12.1->os-vif>=1.15.2->nova==24.1.0.dev367) (2.4.0) 2022-03-09 13:51:50.469 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools>=0.9.22->fixtures>=3.0.0->oslo.service>=2.8.0->nova==24.1.0.dev367) (1.0.0) 2022-03-09 13:51:52.004 | Installing collected packages: nova 2022-03-09 13:51:52.006 | Running setup.py develop for nova 2022-03-09 13:51:58.519 | Successfully installed nova 2022-03-09 13:51:58.519 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-03-09 13:51:58.527 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-03-09 13:51:58.527 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-03-09 13:51:58.681 | + inc/python:pip_install:200 : result=0 2022-03-09 13:51:58.683 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 13:51:58.686 | + functions-common:time_stop:2425 : local name 2022-03-09 13:51:58.688 | + functions-common:time_stop:2426 : local end_time 2022-03-09 13:51:58.690 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 13:51:58.692 | + functions-common:time_stop:2428 : local total 2022-03-09 13:51:58.694 | + functions-common:time_stop:2429 : local start_time 2022-03-09 13:51:58.697 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 13:51:58.699 | + functions-common:time_stop:2432 : start_time=1646833897484 2022-03-09 13:51:58.701 | + functions-common:time_stop:2434 : [[ -z 1646833897484 ]] 2022-03-09 13:51:58.704 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 13:51:58.708 | + functions-common:time_stop:2437 : end_time=1646833918705 2022-03-09 13:51:58.710 | + functions-common:time_stop:2438 : elapsed_time=21221 2022-03-09 13:51:58.712 | + functions-common:time_stop:2439 : total=135917 2022-03-09 13:51:58.714 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 13:51:58.716 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=157138 2022-03-09 13:51:58.719 | + inc/python:pip_install:203 : return 0 2022-03-09 13:51:58.721 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-03-09 13:51:58.723 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-03-09 13:51:58.726 | + functions-common:safe_chown:2326 : _safe_permission_operation chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-03-09 13:51:58.744 | + functions-common:_safe_permission_operation:2174 : sudo chown -R ubuntu /opt/stack/nova/nova.egg-info 2022-03-09 13:51:58.756 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/nova 2022-03-09 13:51:58.759 | + inc/python:use_library_from_git:250 : local name=/opt/stack/nova 2022-03-09 13:51:58.761 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:51:58.764 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:51:58.766 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/nova, ]] 2022-03-09 13:51:58.769 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:51:58.771 | + lib/nova:install_nova:937 : sudo install -D -m 0644 -o ubuntu /opt/stack/nova/tools/nova-manage.bash_completion /etc/bash_completion.d/nova-manage.bash_completion 2022-03-09 13:51:58.783 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-03-09 13:51:58.786 | + ./stack.sh:main:937 : configure_nova 2022-03-09 13:51:58.788 | + lib/nova:configure_nova:248 : sudo install -d -o ubuntu /etc/nova 2022-03-09 13:51:58.801 | + lib/nova:configure_nova:250 : configure_rootwrap nova 2022-03-09 13:51:58.803 | + inc/rootwrap:configure_rootwrap:43 : local project=nova 2022-03-09 13:51:58.805 | + inc/rootwrap:configure_rootwrap:44 : local project_uc 2022-03-09 13:51:58.809 | ++ inc/rootwrap:configure_rootwrap:45 : echo nova 2022-03-09 13:51:58.810 | ++ inc/rootwrap:configure_rootwrap:45 : tr a-z A-Z 2022-03-09 13:51:58.815 | + inc/rootwrap:configure_rootwrap:45 : project_uc=NOVA 2022-03-09 13:51:58.817 | + inc/rootwrap:configure_rootwrap:46 : local bin_dir=NOVA_BIN_DIR 2022-03-09 13:51:58.819 | + inc/rootwrap:configure_rootwrap:47 : bin_dir=/usr/local/bin 2022-03-09 13:51:58.822 | + inc/rootwrap:configure_rootwrap:48 : local project_dir=NOVA_DIR 2022-03-09 13:51:58.824 | + inc/rootwrap:configure_rootwrap:49 : project_dir=/opt/stack/nova 2022-03-09 13:51:58.826 | + inc/rootwrap:configure_rootwrap:51 : local rootwrap_conf_src_dir=/opt/stack/nova/etc/nova 2022-03-09 13:51:58.829 | + inc/rootwrap:configure_rootwrap:52 : local rootwrap_bin=/usr/local/bin/nova-rootwrap 2022-03-09 13:51:58.831 | + inc/rootwrap:configure_rootwrap:55 : sudo rm -rf /etc/nova/rootwrap.d 2022-03-09 13:51:58.843 | + inc/rootwrap:configure_rootwrap:56 : sudo install -d -o root -g root -m 755 /etc/nova/rootwrap.d 2022-03-09 13:51:58.855 | + 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-03-09 13:51:58.868 | + 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-03-09 13:51:58.880 | + inc/rootwrap:configure_rootwrap:61 : sudo sed -e 's:^filters_path=.*$:filters_path=/etc/nova/rootwrap.d:' -i /etc/nova/rootwrap.conf 2022-03-09 13:51:58.892 | + inc/rootwrap:configure_rootwrap:64 : local tempfile 2022-03-09 13:51:58.895 | ++ inc/rootwrap:configure_rootwrap:65 : mktemp 2022-03-09 13:51:58.899 | + inc/rootwrap:configure_rootwrap:65 : tempfile=/tmp/tmp.zulmkOlj8c 2022-03-09 13:51:58.902 | + inc/rootwrap:configure_rootwrap:67 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2022-03-09 13:51:58.905 | + inc/rootwrap:configure_rootwrap:68 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap /etc/nova/rootwrap.conf *' 2022-03-09 13:51:58.907 | + inc/rootwrap:configure_rootwrap:69 : '[' -f /usr/local/bin/nova-rootwrap-daemon ']' 2022-03-09 13:51:58.910 | + inc/rootwrap:configure_rootwrap:71 : rootwrap_sudo_cmd='/usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2022-03-09 13:51:58.912 | + inc/rootwrap:configure_rootwrap:72 : echo 'ubuntu ALL=(root) NOPASSWD: /usr/local/bin/nova-rootwrap-daemon /etc/nova/rootwrap.conf' 2022-03-09 13:51:58.915 | + inc/rootwrap:configure_rootwrap:74 : chmod 0440 /tmp/tmp.zulmkOlj8c 2022-03-09 13:51:58.919 | + inc/rootwrap:configure_rootwrap:75 : sudo chown root:root /tmp/tmp.zulmkOlj8c 2022-03-09 13:51:58.931 | + inc/rootwrap:configure_rootwrap:76 : sudo mv /tmp/tmp.zulmkOlj8c /etc/sudoers.d/nova-rootwrap 2022-03-09 13:51:58.946 | ++ inc/rootwrap:configure_rootwrap:80 : dirname /usr/local/bin/nova-rootwrap 2022-03-09 13:51:58.950 | + inc/rootwrap:configure_rootwrap:80 : add_sudo_secure_path /usr/local/bin 2022-03-09 13:51:58.953 | + inc/rootwrap:add_sudo_secure_path:21 : local dir=/usr/local/bin 2022-03-09 13:51:58.955 | + inc/rootwrap:add_sudo_secure_path:22 : local line 2022-03-09 13:51:58.957 | + inc/rootwrap:add_sudo_secure_path:25 : [[ -r /etc/sudoers.d/zz-secure-path ]] 2022-03-09 13:51:58.960 | + 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-03-09 13:51:58.962 | + 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-03-09 13:51:58.966 | + 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,c-vol,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,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ n-api ]] 2022-03-09 13:51:58.968 | + lib/nova:configure_nova:254 : cp /opt/stack/nova/etc/nova/api-paste.ini /etc/nova 2022-03-09 13:51:58.973 | + lib/nova:configure_nova:257 : is_service_enabled n-cpu 2022-03-09 13:51:58.989 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:51:58.992 | + lib/nova:configure_nova:338 : create_nova_conf 2022-03-09 13:51:58.994 | + lib/nova:create_nova_conf:412 : rm -f /opt/stack/nova/bin/nova.conf 2022-03-09 13:51:58.998 | + lib/nova:create_nova_conf:415 : rm -f /etc/nova/nova.conf 2022-03-09 13:51:59.001 | + lib/nova:create_nova_conf:416 : iniset /etc/nova/nova.conf DEFAULT debug True 2022-03-09 13:51:59.030 | + lib/nova:create_nova_conf:417 : '[' True == True ']' 2022-03-09 13:51:59.032 | + lib/nova:create_nova_conf:418 : iniset /etc/nova/nova.conf DEFAULT allow_resize_to_same_host True 2022-03-09 13:51:59.059 | + lib/nova:create_nova_conf:420 : iniset /etc/nova/nova.conf wsgi api_paste_config /etc/nova/api-paste.ini 2022-03-09 13:51:59.087 | + lib/nova:create_nova_conf:421 : iniset /etc/nova/nova.conf DEFAULT rootwrap_config /etc/nova/rootwrap.conf 2022-03-09 13:51:59.115 | + lib/nova:create_nova_conf:422 : iniset /etc/nova/nova.conf filter_scheduler enabled_filters AvailabilityZoneFilter,ComputeFilter,ComputeCapabilitiesFilter,ImagePropertiesFilter,ServerGroupAntiAffinityFilter,ServerGroupAffinityFilter,SameHostFilter,DifferentHostFilter 2022-03-09 13:51:59.145 | + lib/nova:create_nova_conf:423 : iniset /etc/nova/nova.conf scheduler workers 2 2022-03-09 13:51:59.174 | + lib/nova:create_nova_conf:424 : iniset /etc/nova/nova.conf neutron default_floating_pool public 2022-03-09 13:51:59.203 | + lib/nova:create_nova_conf:425 : [[ 4 == 6 ]] 2022-03-09 13:51:59.206 | + lib/nova:create_nova_conf:428 : iniset /etc/nova/nova.conf DEFAULT my_ip 10.222.0.30 2022-03-09 13:51:59.233 | + lib/nova:create_nova_conf:430 : iniset /etc/nova/nova.conf DEFAULT instance_name_template instance-%08x 2022-03-09 13:51:59.260 | + lib/nova:create_nova_conf:431 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_listen 0.0.0.0 2022-03-09 13:51:59.286 | + lib/nova:create_nova_conf:432 : iniset /etc/nova/nova.conf DEFAULT metadata_listen 0.0.0.0 2022-03-09 13:51:59.314 | + lib/nova:create_nova_conf:433 : iniset /etc/nova/nova.conf DEFAULT shutdown_timeout 0 2022-03-09 13:51:59.340 | + lib/nova:create_nova_conf:435 : iniset /etc/nova/nova.conf key_manager backend nova.keymgr.conf_key_mgr.ConfKeyManager 2022-03-09 13:51:59.370 | + lib/nova:create_nova_conf:437 : is_fedora 2022-03-09 13:51:59.373 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-03-09 13:51:59.375 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-03-09 13:51:59.377 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-03-09 13:51:59.379 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-03-09 13:51:59.381 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-03-09 13:51:59.384 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-03-09 13:51:59.386 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-03-09 13:51:59.388 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-03-09 13:51:59.390 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-03-09 13:51:59.392 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-03-09 13:51:59.394 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-03-09 13:51:59.397 | + lib/nova:create_nova_conf:437 : is_suse 2022-03-09 13:51:59.399 | + functions-common:is_suse:542 : is_opensuse 2022-03-09 13:51:59.401 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-03-09 13:51:59.403 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-03-09 13:51:59.406 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-03-09 13:51:59.408 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-03-09 13:51:59.410 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-03-09 13:51:59.412 | + lib/nova:create_nova_conf:446 : is_service_enabled n-api n-cond n-sched 2022-03-09 13:51:59.429 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:51:59.431 | + lib/nova:create_nova_conf:450 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-03-09 13:51:59.433 | + lib/nova:create_nova_conf:453 : local db=nova_cell0 2022-03-09 13:51:59.436 | + lib/nova:create_nova_conf:456 : iniset /etc/nova/nova.conf filter_scheduler track_instance_changes False 2022-03-09 13:51:59.463 | ++ lib/nova:create_nova_conf:459 : database_connection_url nova_cell0 2022-03-09 13:51:59.465 | ++ lib/database:database_connection_url:134 : local db=nova_cell0 2022-03-09 13:51:59.468 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell0 2022-03-09 13:51:59.470 | ++ lib/databases/mysql:database_connection_url_mysql:207 : local db=nova_cell0 2022-03-09 13:51:59.472 | ++ lib/databases/mysql:database_connection_url_mysql:208 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2022-03-09 13:51:59.475 | + lib/nova:create_nova_conf:459 : iniset /etc/nova/nova.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell0?charset=utf8' 2022-03-09 13:51:59.506 | ++ lib/nova:create_nova_conf:460 : database_connection_url nova_api 2022-03-09 13:51:59.508 | ++ lib/database:database_connection_url:134 : local db=nova_api 2022-03-09 13:51:59.510 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_api 2022-03-09 13:51:59.512 | ++ lib/databases/mysql:database_connection_url_mysql:207 : local db=nova_api 2022-03-09 13:51:59.515 | ++ lib/databases/mysql:database_connection_url_mysql:208 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8' 2022-03-09 13:51:59.517 | + lib/nova:create_nova_conf:460 : iniset /etc/nova/nova.conf api_database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_api?charset=utf8' 2022-03-09 13:51:59.547 | + lib/nova:create_nova_conf:465 : iniset /etc/nova/nova.conf cache enabled True 2022-03-09 13:51:59.577 | + lib/nova:create_nova_conf:466 : iniset /etc/nova/nova.conf cache backend dogpile.cache.memcached 2022-03-09 13:51:59.604 | + lib/nova:create_nova_conf:467 : iniset /etc/nova/nova.conf cache memcache_servers localhost:11211 2022-03-09 13:51:59.631 | + lib/nova:create_nova_conf:470 : is_service_enabled n-api 2022-03-09 13:51:59.647 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:51:59.649 | + lib/nova:create_nova_conf:471 : is_service_enabled n-api-meta 2022-03-09 13:51:59.666 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:51:59.670 | ++ lib/nova:create_nova_conf:473 : echo osapi_compute,metadata 2022-03-09 13:51:59.670 | ++ lib/nova:create_nova_conf:473 : sed s/,metadata// 2022-03-09 13:51:59.675 | + lib/nova:create_nova_conf:473 : NOVA_ENABLED_APIS=osapi_compute 2022-03-09 13:51:59.677 | + lib/nova:create_nova_conf:475 : iniset /etc/nova/nova.conf DEFAULT enabled_apis osapi_compute 2022-03-09 13:51:59.704 | + lib/nova:create_nova_conf:476 : is_service_enabled tls-proxy 2022-03-09 13:51:59.721 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:51:59.723 | + lib/nova:create_nova_conf:482 : configure_keystone_authtoken_middleware /etc/nova/nova.conf nova 2022-03-09 13:51:59.725 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/nova/nova.conf 2022-03-09 13:51:59.727 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=nova 2022-03-09 13:51:59.730 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-03-09 13:51:59.733 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/nova/nova.conf keystone_authtoken auth_type password 2022-03-09 13:51:59.761 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/nova/nova.conf keystone_authtoken interface public 2022-03-09 13:51:59.788 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/nova/nova.conf keystone_authtoken auth_url http://10.222.0.30/identity 2022-03-09 13:51:59.815 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/nova/nova.conf keystone_authtoken username nova 2022-03-09 13:51:59.843 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/nova/nova.conf keystone_authtoken password Passw0rd 2022-03-09 13:51:59.870 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/nova/nova.conf keystone_authtoken user_domain_name Default 2022-03-09 13:51:59.897 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/nova/nova.conf keystone_authtoken project_name service 2022-03-09 13:51:59.924 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/nova/nova.conf keystone_authtoken project_domain_name Default 2022-03-09 13:51:59.952 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/nova/nova.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-03-09 13:51:59.979 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/nova/nova.conf keystone_authtoken memcached_servers localhost:11211 2022-03-09 13:52:00.006 | + lib/nova:create_nova_conf:485 : is_service_enabled cinder 2022-03-09 13:52:00.023 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:52:00.025 | + lib/nova:create_nova_conf:486 : configure_cinder_access 2022-03-09 13:52:00.027 | + lib/nova:configure_cinder_access:613 : iniset /etc/nova/nova.conf cinder os_region_name RegionOne 2022-03-09 13:52:00.057 | + lib/nova:configure_cinder_access:614 : iniset /etc/nova/nova.conf cinder auth_type password 2022-03-09 13:52:00.084 | + lib/nova:configure_cinder_access:615 : iniset /etc/nova/nova.conf cinder auth_url http://10.222.0.30/identity 2022-03-09 13:52:00.111 | + lib/nova:configure_cinder_access:622 : iniset /etc/nova/nova.conf cinder username nova 2022-03-09 13:52:00.138 | + lib/nova:configure_cinder_access:623 : iniset /etc/nova/nova.conf cinder password Passw0rd 2022-03-09 13:52:00.165 | + lib/nova:configure_cinder_access:624 : iniset /etc/nova/nova.conf cinder user_domain_name Default 2022-03-09 13:52:00.192 | + lib/nova:configure_cinder_access:625 : iniset /etc/nova/nova.conf cinder project_name service 2022-03-09 13:52:00.219 | + lib/nova:configure_cinder_access:626 : iniset /etc/nova/nova.conf cinder project_domain_name Default 2022-03-09 13:52:00.247 | + lib/nova:configure_cinder_access:627 : is_service_enabled tls-proxy 2022-03-09 13:52:00.263 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:52:00.265 | + lib/nova:create_nova_conf:489 : '[' -n /opt/stack/data/nova ']' 2022-03-09 13:52:00.267 | + lib/nova:create_nova_conf:490 : iniset /etc/nova/nova.conf DEFAULT state_path /opt/stack/data/nova 2022-03-09 13:52:00.294 | + lib/nova:create_nova_conf:491 : iniset /etc/nova/nova.conf oslo_concurrency lock_path /opt/stack/data/nova 2022-03-09 13:52:00.324 | + lib/nova:create_nova_conf:493 : '[' -n /opt/stack/data/nova/instances ']' 2022-03-09 13:52:00.327 | + lib/nova:create_nova_conf:494 : iniset /etc/nova/nova.conf DEFAULT instances_path /opt/stack/data/nova/instances 2022-03-09 13:52:00.354 | + lib/nova:create_nova_conf:496 : '[' False '!=' False ']' 2022-03-09 13:52:00.357 | + lib/nova:create_nova_conf:499 : '[' False '!=' False ']' 2022-03-09 13:52:00.359 | + lib/nova:create_nova_conf:505 : is_suse 2022-03-09 13:52:00.362 | + functions-common:is_suse:542 : is_opensuse 2022-03-09 13:52:00.364 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-03-09 13:52:00.366 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-03-09 13:52:00.368 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-03-09 13:52:00.370 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-03-09 13:52:00.373 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-03-09 13:52:00.375 | + lib/nova:create_nova_conf:505 : is_fedora 2022-03-09 13:52:00.377 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-03-09 13:52:00.380 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-03-09 13:52:00.382 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-03-09 13:52:00.384 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-03-09 13:52:00.387 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-03-09 13:52:00.389 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-03-09 13:52:00.391 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-03-09 13:52:00.393 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-03-09 13:52:00.395 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-03-09 13:52:00.398 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-03-09 13:52:00.400 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-03-09 13:52:00.402 | + lib/nova:create_nova_conf:510 : setup_logging /etc/nova/nova.conf 2022-03-09 13:52:00.405 | + functions:setup_logging:674 : setup_systemd_logging /etc/nova/nova.conf 2022-03-09 13:52:00.407 | + functions:setup_systemd_logging:689 : local conf_file=/etc/nova/nova.conf 2022-03-09 13:52:00.410 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-03-09 13:52:00.427 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-03-09 13:52:00.429 | + functions:setup_systemd_logging:695 : local pidstr= 2022-03-09 13:52:00.431 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-03-09 13:52:00.434 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-03-09 13:52:00.436 | + 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-03-09 13:52:00.463 | + 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-03-09 13:52:00.491 | + 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-03-09 13:52:00.518 | + functions:setup_systemd_logging:706 : iniset /etc/nova/nova.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-03-09 13:52:00.546 | + lib/nova:create_nova_conf:512 : iniset /etc/nova/nova.conf upgrade_levels compute auto 2022-03-09 13:52:00.575 | + lib/nova:create_nova_conf:514 : is_service_enabled n-api 2022-03-09 13:52:00.592 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:52:00.594 | + lib/nova:create_nova_conf:515 : write_uwsgi_config /etc/nova/nova-api-uwsgi.ini /usr/local/bin/nova-api-wsgi /compute 2022-03-09 13:52:00.597 | + lib/apache:write_uwsgi_config:249 : local file=/etc/nova/nova-api-uwsgi.ini 2022-03-09 13:52:00.599 | + lib/apache:write_uwsgi_config:250 : local wsgi=/usr/local/bin/nova-api-wsgi 2022-03-09 13:52:00.601 | + lib/apache:write_uwsgi_config:251 : local url=/compute 2022-03-09 13:52:00.604 | + lib/apache:write_uwsgi_config:252 : local http= 2022-03-09 13:52:00.606 | + lib/apache:write_uwsgi_config:253 : local name= 2022-03-09 13:52:00.609 | ++ lib/apache:write_uwsgi_config:254 : basename /usr/local/bin/nova-api-wsgi 2022-03-09 13:52:00.613 | + lib/apache:write_uwsgi_config:254 : name=nova-api-wsgi 2022-03-09 13:52:00.616 | + lib/apache:write_uwsgi_config:258 : local socket_dir=/var/run/uwsgi 2022-03-09 13:52:00.618 | + lib/apache:write_uwsgi_config:262 : sudo mkdir -p /etc/tmpfiles.d/ 2022-03-09 13:52:00.635 | + lib/apache:write_uwsgi_config:263 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-03-09 13:52:00.635 | + lib/apache:write_uwsgi_config:263 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-03-09 13:52:00.644 | d /var/run/uwsgi 0755 ubuntu root 2022-03-09 13:52:00.648 | + lib/apache:write_uwsgi_config:264 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-03-09 13:52:00.663 | + lib/apache:write_uwsgi_config:266 : local socket=/var/run/uwsgi/nova-api-wsgi.socket 2022-03-09 13:52:00.666 | + lib/apache:write_uwsgi_config:269 : rm -rf /etc/nova/nova-api-uwsgi.ini 2022-03-09 13:52:00.670 | + lib/apache:write_uwsgi_config:270 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-api-wsgi 2022-03-09 13:52:00.699 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi processes 2 2022-03-09 13:52:00.725 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi master true 2022-03-09 13:52:00.753 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi die-on-term true 2022-03-09 13:52:00.779 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi exit-on-reload false 2022-03-09 13:52:00.806 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi worker-reload-mercy 90 2022-03-09 13:52:00.833 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi enable-threads true 2022-03-09 13:52:00.860 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi plugins http,python3 2022-03-09 13:52:00.887 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi thunder-lock true 2022-03-09 13:52:00.914 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-03-09 13:52:00.943 | + lib/apache:write_uwsgi_config:287 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi buffer-size 65535 2022-03-09 13:52:00.971 | + lib/apache:write_uwsgi_config:289 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi add-header 'Connection: close' 2022-03-09 13:52:00.998 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi lazy-apps true 2022-03-09 13:52:01.025 | + lib/apache:write_uwsgi_config:294 : [[ -n '' ]] 2022-03-09 13:52:01.027 | + lib/apache:write_uwsgi_config:297 : local apache_conf= 2022-03-09 13:52:01.030 | ++ lib/apache:write_uwsgi_config:298 : apache_site_config_for nova-api-wsgi 2022-03-09 13:52:01.033 | ++ lib/apache:apache_site_config_for:181 : local site=nova-api-wsgi 2022-03-09 13:52:01.035 | ++ lib/apache:apache_site_config_for:182 : is_ubuntu 2022-03-09 13:52:01.037 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:52:01.040 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:52:01.042 | ++ lib/apache:apache_site_config_for:184 : echo /etc/apache2/sites-available/nova-api-wsgi.conf 2022-03-09 13:52:01.045 | + lib/apache:write_uwsgi_config:298 : apache_conf=/etc/apache2/sites-available/nova-api-wsgi.conf 2022-03-09 13:52:01.047 | + lib/apache:write_uwsgi_config:299 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi socket /var/run/uwsgi/nova-api-wsgi.socket 2022-03-09 13:52:01.074 | + lib/apache:write_uwsgi_config:300 : iniset /etc/nova/nova-api-uwsgi.ini uwsgi chmod-socket 666 2022-03-09 13:52:01.102 | + lib/apache:write_uwsgi_config:301 : echo 'ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 ' 2022-03-09 13:52:01.102 | + lib/apache:write_uwsgi_config:301 : sudo tee -a /etc/apache2/sites-available/nova-api-wsgi.conf 2022-03-09 13:52:01.111 | ProxyPass "/compute" "unix:/var/run/uwsgi/nova-api-wsgi.socket|uwsgi://uwsgi-uds-nova-api-wsgi" retry=0 2022-03-09 13:52:01.114 | + lib/apache:write_uwsgi_config:302 : enable_apache_site nova-api-wsgi 2022-03-09 13:52:01.116 | + lib/apache:enable_apache_site:198 : local site=nova-api-wsgi 2022-03-09 13:52:01.118 | + lib/apache:enable_apache_site:200 : enable_apache_mod version 2022-03-09 13:52:01.121 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-03-09 13:52:01.123 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-03-09 13:52:01.126 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:52:01.128 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:52:01.130 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-03-09 13:52:01.132 | + lib/apache:enable_apache_site:201 : is_ubuntu 2022-03-09 13:52:01.135 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:52:01.137 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:52:01.140 | + lib/apache:enable_apache_site:202 : sudo a2ensite nova-api-wsgi 2022-03-09 13:52:01.202 | Enabling site nova-api-wsgi. 2022-03-09 13:52:01.207 | To activate the new configuration, you need to run: 2022-03-09 13:52:01.207 | systemctl reload apache2 2022-03-09 13:52:01.212 | + lib/apache:write_uwsgi_config:303 : restart_apache_server 2022-03-09 13:52:01.214 | + lib/apache:restart_apache_server:245 : restart_service apache2 2022-03-09 13:52:01.216 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-03-09 13:52:01.219 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart apache2 2022-03-09 13:52:01.356 | + lib/nova:create_nova_conf:518 : is_service_enabled n-api-meta 2022-03-09 13:52:01.375 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:52:01.378 | + lib/nova:create_nova_conf:519 : write_uwsgi_config /etc/nova/nova-metadata-uwsgi.ini /usr/local/bin/nova-metadata-wsgi '' 0.0.0.0:8775 2022-03-09 13:52:01.380 | + lib/apache:write_uwsgi_config:249 : local file=/etc/nova/nova-metadata-uwsgi.ini 2022-03-09 13:52:01.382 | + lib/apache:write_uwsgi_config:250 : local wsgi=/usr/local/bin/nova-metadata-wsgi 2022-03-09 13:52:01.385 | + lib/apache:write_uwsgi_config:251 : local url= 2022-03-09 13:52:01.388 | + lib/apache:write_uwsgi_config:252 : local http=0.0.0.0:8775 2022-03-09 13:52:01.390 | + lib/apache:write_uwsgi_config:253 : local name= 2022-03-09 13:52:01.393 | ++ lib/apache:write_uwsgi_config:254 : basename /usr/local/bin/nova-metadata-wsgi 2022-03-09 13:52:01.397 | + lib/apache:write_uwsgi_config:254 : name=nova-metadata-wsgi 2022-03-09 13:52:01.399 | + lib/apache:write_uwsgi_config:258 : local socket_dir=/var/run/uwsgi 2022-03-09 13:52:01.402 | + lib/apache:write_uwsgi_config:262 : sudo mkdir -p /etc/tmpfiles.d/ 2022-03-09 13:52:01.414 | + lib/apache:write_uwsgi_config:263 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-03-09 13:52:01.415 | + lib/apache:write_uwsgi_config:263 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-03-09 13:52:01.424 | d /var/run/uwsgi 0755 ubuntu root 2022-03-09 13:52:01.427 | + lib/apache:write_uwsgi_config:264 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-03-09 13:52:01.443 | + lib/apache:write_uwsgi_config:266 : local socket=/var/run/uwsgi/nova-metadata-wsgi.socket 2022-03-09 13:52:01.445 | + lib/apache:write_uwsgi_config:269 : rm -rf /etc/nova/nova-metadata-uwsgi.ini 2022-03-09 13:52:01.449 | + lib/apache:write_uwsgi_config:270 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi wsgi-file /usr/local/bin/nova-metadata-wsgi 2022-03-09 13:52:01.478 | + lib/apache:write_uwsgi_config:271 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi processes 2 2022-03-09 13:52:01.505 | + lib/apache:write_uwsgi_config:273 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi master true 2022-03-09 13:52:01.532 | + lib/apache:write_uwsgi_config:275 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi die-on-term true 2022-03-09 13:52:01.560 | + lib/apache:write_uwsgi_config:276 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi exit-on-reload false 2022-03-09 13:52:01.586 | + lib/apache:write_uwsgi_config:279 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi worker-reload-mercy 90 2022-03-09 13:52:01.613 | + lib/apache:write_uwsgi_config:280 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi enable-threads true 2022-03-09 13:52:01.640 | + lib/apache:write_uwsgi_config:281 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi plugins http,python3 2022-03-09 13:52:01.667 | + lib/apache:write_uwsgi_config:283 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi thunder-lock true 2022-03-09 13:52:01.695 | + lib/apache:write_uwsgi_config:285 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-03-09 13:52:01.722 | + lib/apache:write_uwsgi_config:287 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi buffer-size 65535 2022-03-09 13:52:01.749 | + lib/apache:write_uwsgi_config:289 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi add-header 'Connection: close' 2022-03-09 13:52:01.776 | + lib/apache:write_uwsgi_config:291 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi lazy-apps true 2022-03-09 13:52:01.803 | + lib/apache:write_uwsgi_config:294 : [[ -n 0.0.0.0:8775 ]] 2022-03-09 13:52:01.805 | + lib/apache:write_uwsgi_config:295 : iniset /etc/nova/nova-metadata-uwsgi.ini uwsgi http 0.0.0.0:8775 2022-03-09 13:52:01.832 | + lib/nova:create_nova_conf:522 : is_service_enabled ceilometer 2022-03-09 13:52:01.849 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:52:01.852 | + lib/nova:create_nova_conf:530 : iniset /etc/nova/nova.conf oslo_messaging_notifications driver messagingv2 2022-03-09 13:52:01.883 | ++ lib/nova:create_nova_conf:531 : get_notification_url 2022-03-09 13:52:01.885 | ++ lib/rpc_backend:get_notification_url:149 : local virtual_host= 2022-03-09 13:52:01.887 | ++ lib/rpc_backend:get_notification_url:150 : is_service_enabled rabbit 2022-03-09 13:52:01.904 | ++ functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:52:01.906 | ++ lib/rpc_backend:get_notification_url:151 : echo rabbit://stackrabbit:Passw0rd@10.222.0.30:5672/ 2022-03-09 13:52:01.909 | + lib/nova:create_nova_conf:531 : iniset /etc/nova/nova.conf oslo_messaging_notifications transport_url rabbit://stackrabbit:Passw0rd@10.222.0.30:5672/ 2022-03-09 13:52:01.937 | + lib/nova:create_nova_conf:532 : iniset /etc/nova/nova.conf notifications notification_format unversioned 2022-03-09 13:52:01.967 | + lib/nova:create_nova_conf:533 : iniset_rpc_backend nova /etc/nova/nova.conf 2022-03-09 13:52:01.970 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-03-09 13:52:01.972 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova.conf 2022-03-09 13:52:01.974 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-03-09 13:52:01.976 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host= 2022-03-09 13:52:01.979 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-03-09 13:52:01.996 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:52:01.999 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url '' 2022-03-09 13:52:02.001 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host= 2022-03-09 13:52:02.003 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-03-09 13:52:02.019 | ++ functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:52:02.021 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.30:5672/ 2022-03-09 13:52:02.024 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.30:5672/ 2022-03-09 13:52:02.052 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-03-09 13:52:02.055 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-03-09 13:52:02.057 | + lib/nova:create_nova_conf:535 : iniset /etc/nova/nova.conf DEFAULT osapi_compute_workers 2 2022-03-09 13:52:02.084 | + lib/nova:create_nova_conf:536 : iniset /etc/nova/nova.conf DEFAULT metadata_workers 2 2022-03-09 13:52:02.113 | + lib/nova:create_nova_conf:538 : iniset /etc/nova/nova.conf conductor workers 2 2022-03-09 13:52:02.142 | + lib/nova:create_nova_conf:540 : is_service_enabled tls-proxy 2022-03-09 13:52:02.159 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:52:02.162 | + lib/nova:create_nova_conf:545 : iniset /etc/nova/nova.conf DEFAULT graceful_shutdown_timeout 5 2022-03-09 13:52:02.190 | + lib/nova:create_nova_conf:547 : '[' True == True ']' 2022-03-09 13:52:02.192 | + lib/nova:create_nova_conf:548 : init_nova_service_user_conf 2022-03-09 13:52:02.194 | + lib/nova:init_nova_service_user_conf:805 : iniset /etc/nova/nova.conf service_user send_service_user_token True 2022-03-09 13:52:02.226 | + lib/nova:init_nova_service_user_conf:806 : iniset /etc/nova/nova.conf service_user auth_type password 2022-03-09 13:52:02.253 | + lib/nova:init_nova_service_user_conf:807 : iniset /etc/nova/nova.conf service_user auth_url http://10.222.0.30/identity 2022-03-09 13:52:02.282 | + lib/nova:init_nova_service_user_conf:808 : iniset /etc/nova/nova.conf service_user username nova 2022-03-09 13:52:02.309 | + lib/nova:init_nova_service_user_conf:809 : iniset /etc/nova/nova.conf service_user password Passw0rd 2022-03-09 13:52:02.337 | + lib/nova:init_nova_service_user_conf:810 : iniset /etc/nova/nova.conf service_user user_domain_name Default 2022-03-09 13:52:02.365 | + lib/nova:init_nova_service_user_conf:811 : iniset /etc/nova/nova.conf service_user project_name service 2022-03-09 13:52:02.393 | + lib/nova:init_nova_service_user_conf:812 : iniset /etc/nova/nova.conf service_user project_domain_name Default 2022-03-09 13:52:02.421 | + lib/nova:init_nova_service_user_conf:813 : iniset /etc/nova/nova.conf service_user auth_strategy keystone 2022-03-09 13:52:02.448 | + lib/nova:create_nova_conf:551 : is_service_enabled n-cond 2022-03-09 13:52:02.466 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:52:02.469 | ++ lib/nova:create_nova_conf:552 : seq 1 1 2022-03-09 13:52:02.473 | + lib/nova:create_nova_conf:552 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-03-09 13:52:02.475 | + lib/nova:create_nova_conf:553 : local conf 2022-03-09 13:52:02.477 | + lib/nova:create_nova_conf:554 : local vhost 2022-03-09 13:52:02.480 | ++ lib/nova:create_nova_conf:555 : conductor_conf 1 2022-03-09 13:52:02.483 | ++ lib/nova:conductor_conf:817 : local cell=1 2022-03-09 13:52:02.485 | ++ lib/nova:conductor_conf:818 : echo /etc/nova/nova_cell1.conf 2022-03-09 13:52:02.488 | + lib/nova:create_nova_conf:555 : conf=/etc/nova/nova_cell1.conf 2022-03-09 13:52:02.490 | + lib/nova:create_nova_conf:556 : vhost=nova_cell1 2022-03-09 13:52:02.492 | + lib/nova:create_nova_conf:558 : rm -f /etc/nova/nova_cell1.conf 2022-03-09 13:52:02.497 | ++ lib/nova:create_nova_conf:559 : database_connection_url nova_cell1 2022-03-09 13:52:02.499 | ++ lib/database:database_connection_url:134 : local db=nova_cell1 2022-03-09 13:52:02.501 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql nova_cell1 2022-03-09 13:52:02.504 | ++ lib/databases/mysql:database_connection_url_mysql:207 : local db=nova_cell1 2022-03-09 13:52:02.506 | ++ lib/databases/mysql:database_connection_url_mysql:208 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8' 2022-03-09 13:52:02.509 | + lib/nova:create_nova_conf:559 : iniset /etc/nova/nova_cell1.conf database connection 'mysql+pymysql://root:Passw0rd@127.0.0.1/nova_cell1?charset=utf8' 2022-03-09 13:52:02.540 | + lib/nova:create_nova_conf:560 : iniset /etc/nova/nova_cell1.conf conductor workers 2 2022-03-09 13:52:02.571 | + lib/nova:create_nova_conf:561 : iniset /etc/nova/nova_cell1.conf DEFAULT debug True 2022-03-09 13:52:02.603 | + lib/nova:create_nova_conf:563 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-03-09 13:52:02.605 | + lib/nova:create_nova_conf:566 : rpc_backend_add_vhost nova_cell1 2022-03-09 13:52:02.608 | + lib/rpc_backend:rpc_backend_add_vhost:125 : local vhost=nova_cell1 2022-03-09 13:52:02.610 | + lib/rpc_backend:rpc_backend_add_vhost:126 : is_service_enabled rabbit 2022-03-09 13:52:02.627 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:52:02.631 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : sudo rabbitmqctl list_vhosts 2022-03-09 13:52:02.631 | ++ lib/rpc_backend:rpc_backend_add_vhost:127 : grep nova_cell1 2022-03-09 13:52:03.324 | + lib/rpc_backend:rpc_backend_add_vhost:127 : '[' -z nova_cell1 ']' 2022-03-09 13:52:03.326 | + lib/nova:create_nova_conf:567 : iniset_rpc_backend nova /etc/nova/nova_cell1.conf DEFAULT nova_cell1 2022-03-09 13:52:03.329 | + lib/rpc_backend:iniset_rpc_backend:157 : local package=nova 2022-03-09 13:52:03.331 | + lib/rpc_backend:iniset_rpc_backend:158 : local file=/etc/nova/nova_cell1.conf 2022-03-09 13:52:03.334 | + lib/rpc_backend:iniset_rpc_backend:159 : local section=DEFAULT 2022-03-09 13:52:03.336 | + lib/rpc_backend:iniset_rpc_backend:160 : local virtual_host=nova_cell1 2022-03-09 13:52:03.339 | + lib/rpc_backend:iniset_rpc_backend:161 : is_service_enabled rabbit 2022-03-09 13:52:03.355 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:52:03.359 | ++ lib/rpc_backend:iniset_rpc_backend:162 : get_transport_url nova_cell1 2022-03-09 13:52:03.361 | ++ lib/rpc_backend:get_transport_url:139 : local virtual_host=nova_cell1 2022-03-09 13:52:03.364 | ++ lib/rpc_backend:get_transport_url:140 : is_service_enabled rabbit 2022-03-09 13:52:03.379 | ++ functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:52:03.382 | ++ lib/rpc_backend:get_transport_url:141 : echo rabbit://stackrabbit:Passw0rd@10.222.0.30:5672/nova_cell1 2022-03-09 13:52:03.385 | + lib/rpc_backend:iniset_rpc_backend:162 : iniset /etc/nova/nova_cell1.conf DEFAULT transport_url rabbit://stackrabbit:Passw0rd@10.222.0.30:5672/nova_cell1 2022-03-09 13:52:03.412 | + lib/rpc_backend:iniset_rpc_backend:163 : '[' -n '' ']' 2022-03-09 13:52:03.415 | + lib/rpc_backend:iniset_rpc_backend:166 : '[' -n '' ']' 2022-03-09 13:52:03.417 | + lib/nova:create_nova_conf:571 : is_service_enabled placement placement-client 2022-03-09 13:52:03.434 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:52:03.436 | + lib/nova:create_nova_conf:572 : configure_placement_nova_compute /etc/nova/nova_cell1.conf 2022-03-09 13:52:03.439 | + lib/nova:configure_placement_nova_compute:600 : local conf=/etc/nova/nova_cell1.conf 2022-03-09 13:52:03.441 | + lib/nova:configure_placement_nova_compute:601 : iniset /etc/nova/nova_cell1.conf placement auth_type password 2022-03-09 13:52:03.471 | + lib/nova:configure_placement_nova_compute:602 : iniset /etc/nova/nova_cell1.conf placement auth_url http://10.222.0.30/identity 2022-03-09 13:52:03.500 | + lib/nova:configure_placement_nova_compute:603 : iniset /etc/nova/nova_cell1.conf placement username placement 2022-03-09 13:52:03.528 | + lib/nova:configure_placement_nova_compute:604 : iniset /etc/nova/nova_cell1.conf placement password Passw0rd 2022-03-09 13:52:03.556 | + lib/nova:configure_placement_nova_compute:605 : iniset /etc/nova/nova_cell1.conf placement user_domain_name Default 2022-03-09 13:52:03.585 | + lib/nova:configure_placement_nova_compute:606 : iniset /etc/nova/nova_cell1.conf placement project_name service 2022-03-09 13:52:03.611 | + lib/nova:configure_placement_nova_compute:607 : iniset /etc/nova/nova_cell1.conf placement project_domain_name Default 2022-03-09 13:52:03.639 | + lib/nova:configure_placement_nova_compute:608 : iniset /etc/nova/nova_cell1.conf placement region_name RegionOne 2022-03-09 13:52:03.667 | + lib/nova:create_nova_conf:576 : setup_logging /etc/nova/nova_cell1.conf 2022-03-09 13:52:03.670 | + functions:setup_logging:674 : setup_systemd_logging /etc/nova/nova_cell1.conf 2022-03-09 13:52:03.672 | + functions:setup_systemd_logging:689 : local conf_file=/etc/nova/nova_cell1.conf 2022-03-09 13:52:03.675 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-03-09 13:52:03.692 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-03-09 13:52:03.695 | + functions:setup_systemd_logging:695 : local pidstr= 2022-03-09 13:52:03.697 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-03-09 13:52:03.699 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-03-09 13:52:03.701 | + 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-03-09 13:52:03.729 | + 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-03-09 13:52:03.757 | + 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-03-09 13:52:03.784 | + functions:setup_systemd_logging:706 : iniset /etc/nova/nova_cell1.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-03-09 13:52:03.813 | + lib/nova:create_nova_conf:583 : [[ superconductor == \s\i\n\g\l\e\c\o\n\d\u\c\t\o\r ]] 2022-03-09 13:52:03.816 | ++ lib/nova:create_nova_conf:586 : seq 1 1 2022-03-09 13:52:03.820 | + lib/nova:create_nova_conf:586 : for i in $(seq 1 $NOVA_NUM_CELLS) 2022-03-09 13:52:03.823 | + lib/nova:create_nova_conf:587 : local conf 2022-03-09 13:52:03.825 | + lib/nova:create_nova_conf:588 : local offset 2022-03-09 13:52:03.828 | ++ lib/nova:create_nova_conf:589 : conductor_conf 1 2022-03-09 13:52:03.830 | ++ lib/nova:conductor_conf:817 : local cell=1 2022-03-09 13:52:03.833 | ++ lib/nova:conductor_conf:818 : echo /etc/nova/nova_cell1.conf 2022-03-09 13:52:03.836 | + lib/nova:create_nova_conf:589 : conf=/etc/nova/nova_cell1.conf 2022-03-09 13:52:03.838 | + lib/nova:create_nova_conf:590 : offset=0 2022-03-09 13:52:03.840 | + lib/nova:create_nova_conf:591 : configure_console_proxies /etc/nova/nova_cell1.conf 0 2022-03-09 13:52:03.843 | + lib/nova:configure_console_proxies:698 : local conf=/etc/nova/nova_cell1.conf 2022-03-09 13:52:03.845 | + lib/nova:configure_console_proxies:699 : local offset=0 2022-03-09 13:52:03.847 | + lib/nova:configure_console_proxies:703 : offset=0 2022-03-09 13:52:03.849 | + lib/nova:configure_console_proxies:705 : is_service_enabled n-novnc 2022-03-09 13:52:03.865 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:52:03.868 | + lib/nova:configure_console_proxies:705 : '[' False '!=' False ']' 2022-03-09 13:52:03.870 | + lib/nova:configure_console_proxies:737 : is_service_enabled n-spice 2022-03-09 13:52:03.886 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:52:03.889 | + lib/nova:configure_console_proxies:742 : is_service_enabled n-sproxy 2022-03-09 13:52:03.904 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:52:03.907 | + lib/nova:configure_nova:340 : is_service_enabled n-cpu 2022-03-09 13:52:03.924 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:52:03.926 | + ./stack.sh:main:940 : is_service_enabled placement 2022-03-09 13:52:03.944 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:52:03.946 | + ./stack.sh:main:942 : stack_install_service placement 2022-03-09 13:52:03.949 | + lib/stack:stack_install_service:20 : local service=placement 2022-03-09 13:52:03.951 | + lib/stack:stack_install_service:21 : type install_placement 2022-03-09 13:52:03.954 | + lib/stack:stack_install_service:23 : [[ False = True ]] 2022-03-09 13:52:03.956 | + lib/stack:stack_install_service:32 : install_placement 2022-03-09 13:52:03.959 | + lib/placement:install_placement:137 : install_apache_wsgi 2022-03-09 13:52:03.961 | + lib/apache:install_apache_wsgi:138 : is_ubuntu 2022-03-09 13:52:03.964 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:52:03.966 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:52:03.969 | + lib/apache:install_apache_wsgi:140 : install_package apache2 2022-03-09 13:52:03.971 | + functions-common:install_package:1463 : update_package_repo 2022-03-09 13:52:03.974 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-03-09 13:52:03.976 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-03-09 13:52:03.979 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-03-09 13:52:03.981 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-03-09 13:52:03.984 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-03-09 13:52:03.986 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:52:03.989 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:52:03.991 | + functions-common:update_package_repo:1444 : apt_get_update 2022-03-09 13:52:03.994 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-03-09 13:52:03.996 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-03-09 13:52:03.999 | + functions-common:apt_get_update:1190 : return 2022-03-09 13:52:04.002 | + functions-common:install_package:1464 : real_install_package apache2 2022-03-09 13:52:04.004 | + functions-common:real_install_package:1449 : is_ubuntu 2022-03-09 13:52:04.006 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:52:04.009 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:52:04.011 | + functions-common:real_install_package:1450 : apt_get install apache2 2022-03-09 13:52:04.033 | + 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-03-09 13:52:04.148 | Reading package lists... 2022-03-09 13:52:04.387 | Building dependency tree... 2022-03-09 13:52:04.389 | Reading state information... 2022-03-09 13:52:04.645 | apache2 is already the newest version (2.4.41-4ubuntu3.9). 2022-03-09 13:52:04.645 | The following packages were automatically installed and are no longer required: 2022-03-09 13:52:04.647 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-03-09 13:52:04.647 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-03-09 13:52:04.647 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-03-09 13:52:04.647 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-03-09 13:52:04.647 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-03-09 13:52:04.647 | python3-zope.interface 2022-03-09 13:52:04.647 | Use 'sudo apt autoremove' to remove them. 2022-03-09 13:52:04.759 | 0 upgraded, 0 newly installed, 0 to remove and 122 not upgraded. 2022-03-09 13:52:04.763 | + functions-common:apt_get:1234 : result=0 2022-03-09 13:52:04.766 | + functions-common:apt_get:1237 : time_stop apt-get 2022-03-09 13:52:04.768 | + functions-common:time_stop:2425 : local name 2022-03-09 13:52:04.770 | + functions-common:time_stop:2426 : local end_time 2022-03-09 13:52:04.773 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 13:52:04.775 | + functions-common:time_stop:2428 : local total 2022-03-09 13:52:04.777 | + functions-common:time_stop:2429 : local start_time 2022-03-09 13:52:04.780 | + functions-common:time_stop:2431 : name=apt-get 2022-03-09 13:52:04.782 | + functions-common:time_stop:2432 : start_time=1646833924030 2022-03-09 13:52:04.784 | + functions-common:time_stop:2434 : [[ -z 1646833924030 ]] 2022-03-09 13:52:04.787 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 13:52:04.792 | + functions-common:time_stop:2437 : end_time=1646833924789 2022-03-09 13:52:04.794 | + functions-common:time_stop:2438 : elapsed_time=759 2022-03-09 13:52:04.797 | + functions-common:time_stop:2439 : total=22371 2022-03-09 13:52:04.799 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 13:52:04.801 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=23130 2022-03-09 13:52:04.804 | + functions-common:apt_get:1238 : return 0 2022-03-09 13:52:04.806 | + lib/apache:install_apache_wsgi:141 : is_package_installed libapache2-mod-wsgi 2022-03-09 13:52:04.809 | + functions-common:is_package_installed:1472 : [[ -z libapache2-mod-wsgi ]] 2022-03-09 13:52:04.812 | + functions-common:is_package_installed:1476 : [[ -z deb ]] 2022-03-09 13:52:04.814 | + functions-common:is_package_installed:1480 : [[ deb = \d\e\b ]] 2022-03-09 13:52:04.816 | + functions-common:is_package_installed:1481 : dpkg -s libapache2-mod-wsgi 2022-03-09 13:52:04.838 | + lib/apache:install_apache_wsgi:144 : install_package libapache2-mod-wsgi-py3 2022-03-09 13:52:04.842 | + functions-common:install_package:1463 : update_package_repo 2022-03-09 13:52:04.844 | + functions-common:update_package_repo:1435 : NO_UPDATE_REPOS=False 2022-03-09 13:52:04.846 | + functions-common:update_package_repo:1436 : REPOS_UPDATED=True 2022-03-09 13:52:04.849 | + functions-common:update_package_repo:1437 : RETRY_UPDATE=False 2022-03-09 13:52:04.851 | + functions-common:update_package_repo:1439 : [[ False = \T\r\u\e ]] 2022-03-09 13:52:04.854 | + functions-common:update_package_repo:1443 : is_ubuntu 2022-03-09 13:52:04.856 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:52:04.859 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:52:04.861 | + functions-common:update_package_repo:1444 : apt_get_update 2022-03-09 13:52:04.864 | + functions-common:apt_get_update:1189 : [[ True == \T\r\u\e ]] 2022-03-09 13:52:04.866 | + functions-common:apt_get_update:1189 : [[ False != \T\r\u\e ]] 2022-03-09 13:52:04.869 | + functions-common:apt_get_update:1190 : return 2022-03-09 13:52:04.871 | + functions-common:install_package:1464 : real_install_package libapache2-mod-wsgi-py3 2022-03-09 13:52:04.874 | + functions-common:real_install_package:1449 : is_ubuntu 2022-03-09 13:52:04.876 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:52:04.879 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:52:04.881 | + functions-common:real_install_package:1450 : apt_get install libapache2-mod-wsgi-py3 2022-03-09 13:52:04.903 | + 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-03-09 13:52:05.017 | Reading package lists... 2022-03-09 13:52:05.261 | Building dependency tree... 2022-03-09 13:52:05.263 | Reading state information... 2022-03-09 13:52:05.522 | libapache2-mod-wsgi-py3 is already the newest version (4.6.8-1ubuntu3). 2022-03-09 13:52:05.522 | The following packages were automatically installed and are no longer required: 2022-03-09 13:52:05.523 | apport-symptoms libnetplan0 python3-automat python3-blinker python3-click 2022-03-09 13:52:05.523 | python3-colorama python3-configobj python3-constantly python3-entrypoints 2022-03-09 13:52:05.523 | python3-hamcrest python3-hyperlink python3-incremental python3-jwt 2022-03-09 13:52:05.523 | python3-keyring python3-lazr.uri python3-oauthlib python3-problem-report 2022-03-09 13:52:05.523 | python3-secretstorage python3-twisted-bin python3-wadllib 2022-03-09 13:52:05.523 | python3-zope.interface 2022-03-09 13:52:05.523 | Use 'sudo apt autoremove' to remove them. 2022-03-09 13:52:05.636 | 0 upgraded, 0 newly installed, 0 to remove and 122 not upgraded. 2022-03-09 13:52:05.641 | + functions-common:apt_get:1234 : result=0 2022-03-09 13:52:05.643 | + functions-common:apt_get:1237 : time_stop apt-get 2022-03-09 13:52:05.646 | + functions-common:time_stop:2425 : local name 2022-03-09 13:52:05.649 | + functions-common:time_stop:2426 : local end_time 2022-03-09 13:52:05.651 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 13:52:05.653 | + functions-common:time_stop:2428 : local total 2022-03-09 13:52:05.656 | + functions-common:time_stop:2429 : local start_time 2022-03-09 13:52:05.658 | + functions-common:time_stop:2431 : name=apt-get 2022-03-09 13:52:05.660 | + functions-common:time_stop:2432 : start_time=1646833924900 2022-03-09 13:52:05.663 | + functions-common:time_stop:2434 : [[ -z 1646833924900 ]] 2022-03-09 13:52:05.666 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 13:52:05.670 | + functions-common:time_stop:2437 : end_time=1646833925667 2022-03-09 13:52:05.672 | + functions-common:time_stop:2438 : elapsed_time=767 2022-03-09 13:52:05.674 | + functions-common:time_stop:2439 : total=23130 2022-03-09 13:52:05.677 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 13:52:05.679 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=23897 2022-03-09 13:52:05.682 | + functions-common:apt_get:1238 : return 0 2022-03-09 13:52:05.684 | + lib/apache:install_apache_wsgi:159 : enable_apache_mod wsgi 2022-03-09 13:52:05.687 | + lib/apache:enable_apache_mod:54 : local mod=wsgi 2022-03-09 13:52:05.690 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-03-09 13:52:05.692 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:52:05.694 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:52:05.697 | + lib/apache:enable_apache_mod:59 : [[ wsgi != \v\e\r\s\i\o\n ]] 2022-03-09 13:52:05.699 | + lib/apache:enable_apache_mod:59 : a2query -m wsgi 2022-03-09 13:52:05.754 | wsgi (enabled by maintainer script) 2022-03-09 13:52:05.758 | + lib/placement:install_placement:139 : pip_install_gr osc-placement 2022-03-09 13:52:05.760 | + inc/python:pip_install_gr:76 : local name=osc-placement 2022-03-09 13:52:05.763 | + inc/python:pip_install_gr:77 : local clean_name 2022-03-09 13:52:05.766 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements osc-placement 2022-03-09 13:52:05.769 | ++ inc/python:get_from_global_requirements:225 : local package=osc-placement 2022-03-09 13:52:05.771 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-03-09 13:52:05.775 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-03-09 13:52:05.775 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^osc-placement' /opt/stack/requirements/global-requirements.txt 2022-03-09 13:52:05.781 | ++ inc/python:get_from_global_requirements:227 : required_pkg='osc-placement ' 2022-03-09 13:52:05.784 | ++ inc/python:get_from_global_requirements:228 : [[ osc-placement == '' ]] 2022-03-09 13:52:05.786 | ++ inc/python:get_from_global_requirements:231 : echo osc-placement 2022-03-09 13:52:05.789 | + inc/python:pip_install_gr:78 : clean_name=osc-placement 2022-03-09 13:52:05.791 | + inc/python:pip_install_gr:79 : pip_install osc-placement 2022-03-09 13:52:05.814 | Using python 3.8 to install osc-placement 2022-03-09 13:52:05.816 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt osc-placement 2022-03-09 13:52:06.695 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:52:06.695 | from cryptography.utils import int_from_bytes 2022-03-09 13:52:06.695 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:52:06.695 | from cryptography.utils import int_from_bytes 2022-03-09 13:52:07.830 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 13:52:07.856 | Requirement already satisfied: osc-placement in /usr/local/lib/python3.8/dist-packages (3.2.0) 2022-03-09 13:52:07.867 | Requirement already satisfied: keystoneauth1>=3.3.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (4.5.0) 2022-03-09 13:52:07.867 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (1.16.0) 2022-03-09 13:52:07.868 | Requirement already satisfied: osc-lib>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (2.5.0) 2022-03-09 13:52:07.869 | Requirement already satisfied: oslo.utils>=3.37.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (4.12.2) 2022-03-09 13:52:07.871 | Requirement already satisfied: pbr>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (5.8.1) 2022-03-09 13:52:07.872 | Requirement already satisfied: simplejson>=3.16.0 in /usr/local/lib/python3.8/dist-packages (from osc-placement) (3.17.6) 2022-03-09 13:52:07.930 | Requirement already satisfied: requests>=2.14.2 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (2.27.1) 2022-03-09 13:52:07.931 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.0.2) 2022-03-09 13:52:07.932 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (1.7.0) 2022-03-09 13:52:07.933 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.3.0->osc-placement) (3.5.0) 2022-03-09 13:52:07.947 | Requirement already satisfied: openstacksdk>=0.15.0 in /usr/local/lib/python3.8/dist-packages (from osc-lib>=1.2.0->osc-placement) (0.61.0) 2022-03-09 13:52:07.949 | Requirement already satisfied: cliff>=3.2.0 in /usr/local/lib/python3.8/dist-packages (from osc-lib>=1.2.0->osc-placement) (3.10.1) 2022-03-09 13:52:07.951 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from osc-lib>=1.2.0->osc-placement) (5.1.0) 2022-03-09 13:52:07.964 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2.4.0) 2022-03-09 13:52:07.965 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (0.8.0) 2022-03-09 13:52:07.966 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (3.0.7) 2022-03-09 13:52:07.967 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (21.3) 2022-03-09 13:52:07.969 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (2021.3) 2022-03-09 13:52:07.970 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.37.0->osc-placement) (0.11.0) 2022-03-09 13:52:07.990 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (3.1.1) 2022-03-09 13:52:07.991 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (2.4.0) 2022-03-09 13:52:07.992 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (6.0) 2022-03-09 13:52:07.994 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.5.0) 2022-03-09 13:52:08.003 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.37.0->osc-placement) (1.13.3) 2022-03-09 13:52:08.042 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.4) 2022-03-09 13:52:08.043 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.32) 2022-03-09 13:52:08.044 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (5.1.1) 2022-03-09 13:52:08.045 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.1.5) 2022-03-09 13:52:08.046 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.5.0) 2022-03-09 13:52:08.047 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.4.0) 2022-03-09 13:52:08.049 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (0.10.0) 2022-03-09 13:52:08.051 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (36.0.1) 2022-03-09 13:52:08.117 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2019.11.28) 2022-03-09 13:52:08.119 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (2.0.12) 2022-03-09 13:52:08.120 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (1.26.8) 2022-03-09 13:52:08.123 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.14.2->keystoneauth1>=3.3.0->osc-placement) (3.3) 2022-03-09 13:52:08.218 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (1.8.2) 2022-03-09 13:52:08.220 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (21.4.0) 2022-03-09 13:52:08.221 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.2.0->osc-lib>=1.2.0->osc-placement) (0.2.5) 2022-03-09 13:52:08.269 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (1.15.0) 2022-03-09 13:52:08.309 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.2) 2022-03-09 13:52:08.472 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.15.0->osc-lib>=1.2.0->osc-placement) (2.21) 2022-03-09 13:52:10.721 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-03-09 13:52:10.728 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-03-09 13:52:10.728 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-03-09 13:52:10.849 | + inc/python:pip_install:200 : result=0 2022-03-09 13:52:10.852 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 13:52:10.854 | + functions-common:time_stop:2425 : local name 2022-03-09 13:52:10.857 | + functions-common:time_stop:2426 : local end_time 2022-03-09 13:52:10.860 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 13:52:10.862 | + functions-common:time_stop:2428 : local total 2022-03-09 13:52:10.865 | + functions-common:time_stop:2429 : local start_time 2022-03-09 13:52:10.867 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 13:52:10.870 | + functions-common:time_stop:2432 : start_time=1646833925807 2022-03-09 13:52:10.872 | + functions-common:time_stop:2434 : [[ -z 1646833925807 ]] 2022-03-09 13:52:10.875 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 13:52:10.880 | + functions-common:time_stop:2437 : end_time=1646833930877 2022-03-09 13:52:10.883 | + functions-common:time_stop:2438 : elapsed_time=5070 2022-03-09 13:52:10.885 | + functions-common:time_stop:2439 : total=157138 2022-03-09 13:52:10.887 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 13:52:10.890 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=162208 2022-03-09 13:52:10.892 | + inc/python:pip_install:203 : return 0 2022-03-09 13:52:10.895 | + lib/placement:install_placement:140 : git_clone https://opendev.org/openstack/placement.git /opt/stack/placement master 2022-03-09 13:52:10.898 | + functions-common:git_clone:608 : local git_remote=https://opendev.org/openstack/placement.git 2022-03-09 13:52:10.900 | + functions-common:git_clone:609 : local git_dest=/opt/stack/placement 2022-03-09 13:52:10.902 | + functions-common:git_clone:610 : local git_ref=master 2022-03-09 13:52:10.905 | + functions-common:git_clone:611 : local orig_dir 2022-03-09 13:52:10.908 | ++ functions-common:git_clone:612 : pwd 2022-03-09 13:52:10.911 | + functions-common:git_clone:612 : orig_dir=/home/ubuntu/devstack 2022-03-09 13:52:10.914 | + functions-common:git_clone:613 : local git_clone_flags= 2022-03-09 13:52:10.917 | ++ functions-common:git_clone:615 : trueorfalse False RECLONE 2022-03-09 13:52:10.934 | + functions-common:git_clone:615 : RECLONE=False 2022-03-09 13:52:10.936 | + functions-common:git_clone:616 : [[ 0 -gt 0 ]] 2022-03-09 13:52:10.938 | + functions-common:git_clone:620 : [[ False = \T\r\u\e ]] 2022-03-09 13:52:10.941 | + functions-common:git_clone:629 : echo master 2022-03-09 13:52:10.942 | + functions-common:git_clone:629 : egrep -q '^refs' 2022-03-09 13:52:10.947 | + functions-common:git_clone:643 : [[ ! -d /opt/stack/placement ]] 2022-03-09 13:52:10.950 | + functions-common:git_clone:651 : [[ False = \T\r\u\e ]] 2022-03-09 13:52:10.952 | + functions-common:git_clone:677 : cd /opt/stack/placement 2022-03-09 13:52:10.955 | + functions-common:git_clone:678 : git show --oneline 2022-03-09 13:52:10.955 | + functions-common:git_clone:678 : head -1 2022-03-09 13:52:10.959 | ff0f2dda Merge "Add microversion 1.39 to support any-trait queries" 2022-03-09 13:52:10.961 | + functions-common:git_clone:679 : cd /home/ubuntu/devstack 2022-03-09 13:52:10.964 | + lib/placement:install_placement:141 : setup_develop /opt/stack/placement 2022-03-09 13:52:10.967 | + inc/python:setup_develop:338 : local bindep 2022-03-09 13:52:10.970 | + inc/python:setup_develop:339 : [[ /opt/stack/placement == -bindep* ]] 2022-03-09 13:52:10.972 | + inc/python:setup_develop:343 : local project_dir=/opt/stack/placement 2022-03-09 13:52:10.975 | + inc/python:setup_develop:344 : local extras= 2022-03-09 13:52:10.977 | + inc/python:setup_develop:345 : _setup_package_with_constraints_edit /opt/stack/placement -e 2022-03-09 13:52:10.980 | + inc/python:_setup_package_with_constraints_edit:364 : local bindep 2022-03-09 13:52:10.983 | + inc/python:_setup_package_with_constraints_edit:365 : [[ /opt/stack/placement == -bindep* ]] 2022-03-09 13:52:10.986 | + inc/python:_setup_package_with_constraints_edit:369 : local project_dir=/opt/stack/placement 2022-03-09 13:52:10.988 | + inc/python:_setup_package_with_constraints_edit:370 : local flags=-e 2022-03-09 13:52:10.991 | + inc/python:_setup_package_with_constraints_edit:371 : local extras= 2022-03-09 13:52:10.994 | ++ inc/python:_setup_package_with_constraints_edit:378 : cd /opt/stack/placement 2022-03-09 13:52:10.996 | ++ inc/python:_setup_package_with_constraints_edit:378 : pwd 2022-03-09 13:52:10.999 | + inc/python:_setup_package_with_constraints_edit:378 : project_dir=/opt/stack/placement 2022-03-09 13:52:11.002 | + inc/python:_setup_package_with_constraints_edit:380 : '[' -n /opt/stack/requirements ']' 2022-03-09 13:52:11.004 | + inc/python:_setup_package_with_constraints_edit:384 : local name 2022-03-09 13:52:11.008 | ++ inc/python:_setup_package_with_constraints_edit:385 : awk '/^name.*=/ {print $3}' /opt/stack/placement/setup.cfg 2022-03-09 13:52:11.014 | + inc/python:_setup_package_with_constraints_edit:385 : name=openstack-placement 2022-03-09 13:52:11.016 | + inc/python:_setup_package_with_constraints_edit:387 : /opt/stack/requirements/.venv/bin/edit-constraints /opt/stack/requirements/upper-constraints.txt -- openstack-placement 2022-03-09 13:52:11.675 | + inc/python:_setup_package_with_constraints_edit:390 : setup_package /opt/stack/placement -e 2022-03-09 13:52:11.678 | + inc/python:setup_package:418 : local bindep=0 2022-03-09 13:52:11.680 | + inc/python:setup_package:419 : local bindep_flag= 2022-03-09 13:52:11.682 | + inc/python:setup_package:420 : local bindep_profiles= 2022-03-09 13:52:11.685 | + inc/python:setup_package:421 : [[ /opt/stack/placement == -bindep* ]] 2022-03-09 13:52:11.687 | + inc/python:setup_package:426 : local project_dir=/opt/stack/placement 2022-03-09 13:52:11.690 | + inc/python:setup_package:427 : local flags=-e 2022-03-09 13:52:11.692 | + inc/python:setup_package:428 : local extras= 2022-03-09 13:52:11.694 | + inc/python:setup_package:432 : [[ -n -e ]] 2022-03-09 13:52:11.697 | + inc/python:setup_package:432 : [[ -z '' ]] 2022-03-09 13:52:11.699 | + inc/python:setup_package:432 : [[ ! -e =~ ^-.* ]] 2022-03-09 13:52:11.702 | + inc/python:setup_package:437 : [[ ! -z '' ]] 2022-03-09 13:52:11.704 | + inc/python:setup_package:442 : [[ 0 == 1 ]] 2022-03-09 13:52:11.707 | + inc/python:setup_package:446 : pip_install -e /opt/stack/placement 2022-03-09 13:52:11.729 | Using python 3.8 to install /opt/stack/placement 2022-03-09 13:52:11.731 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt -e /opt/stack/placement 2022-03-09 13:52:12.604 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:52:12.604 | from cryptography.utils import int_from_bytes 2022-03-09 13:52:12.604 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:52:12.604 | from cryptography.utils import int_from_bytes 2022-03-09 13:52:13.743 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 13:52:13.769 | Obtaining file:///opt/stack/placement 2022-03-09 13:52:13.769 | Preparing metadata (setup.py): started 2022-03-09 13:52:16.921 | Preparing metadata (setup.py): finished with status 'done' 2022-03-09 13:52:16.965 | Requirement already satisfied: pbr>=3.1.1 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (5.8.1) 2022-03-09 13:52:16.966 | Requirement already satisfied: SQLAlchemy>=1.2.19 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (1.4.31) 2022-03-09 13:52:16.967 | Requirement already satisfied: keystonemiddleware>=4.18.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (9.4.0) 2022-03-09 13:52:16.968 | Requirement already satisfied: Routes>=2.3.1 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (2.5.1) 2022-03-09 13:52:16.969 | Requirement already satisfied: WebOb>=1.8.2 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (1.8.7) 2022-03-09 13:52:16.970 | Requirement already satisfied: jsonschema>=3.2.0 in /usr/lib/python3/dist-packages (from openstack-placement==6.1.0.dev36) (3.2.0) 2022-03-09 13:52:16.971 | Requirement already satisfied: requests>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (2.27.1) 2022-03-09 13:52:16.973 | 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/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (60.9.3) 2022-03-09 13:52:16.974 | Requirement already satisfied: oslo.concurrency>=3.26.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (4.5.0) 2022-03-09 13:52:16.976 | Requirement already satisfied: oslo.config>=6.7.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (8.8.0) 2022-03-09 13:52:16.977 | Requirement already satisfied: oslo.context>=2.22.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (4.1.0) 2022-03-09 13:52:16.978 | Requirement already satisfied: oslo.log>=4.3.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (4.6.1) 2022-03-09 13:52:16.979 | Requirement already satisfied: oslo.serialization>=2.25.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (4.3.0) 2022-03-09 13:52:16.980 | Requirement already satisfied: oslo.utils>=4.5.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (4.12.2) 2022-03-09 13:52:16.982 | Requirement already satisfied: oslo.db>=4.40.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (11.2.0) 2022-03-09 13:52:16.983 | Requirement already satisfied: oslo.policy>=3.7.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (3.11.0) 2022-03-09 13:52:16.984 | Requirement already satisfied: oslo.middleware>=3.31.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (4.5.1) 2022-03-09 13:52:16.985 | Requirement already satisfied: oslo.upgradecheck>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (1.5.0) 2022-03-09 13:52:16.986 | Requirement already satisfied: os-resource-classes>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (1.1.0) 2022-03-09 13:52:16.987 | Requirement already satisfied: os-traits>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (2.7.0) 2022-03-09 13:52:16.988 | Requirement already satisfied: microversion-parse>=0.2.1 in /usr/local/lib/python3.8/dist-packages (from openstack-placement==6.1.0.dev36) (1.0.1) 2022-03-09 13:52:17.055 | Requirement already satisfied: keystoneauth1>=3.12.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.1.0.dev36) (4.5.0) 2022-03-09 13:52:17.057 | Requirement already satisfied: pycadf!=2.0.0,>=1.1.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.1.0.dev36) (3.1.1) 2022-03-09 13:52:17.058 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.1.0.dev36) (1.16.0) 2022-03-09 13:52:17.059 | Requirement already satisfied: python-keystoneclient>=3.20.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.1.0.dev36) (4.4.0) 2022-03-09 13:52:17.060 | Requirement already satisfied: oslo.cache>=1.26.0 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.1.0.dev36) (2.10.1) 2022-03-09 13:52:17.062 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from keystonemiddleware>=4.18.0->openstack-placement==6.1.0.dev36) (5.1.0) 2022-03-09 13:52:17.082 | Requirement already satisfied: fasteners>=0.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.concurrency>=3.26.0->openstack-placement==6.1.0.dev36) (0.17.3) 2022-03-09 13:52:17.123 | Requirement already satisfied: PyYAML>=5.1 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.1.0.dev36) (6.0) 2022-03-09 13:52:17.124 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.1.0.dev36) (1.5.0) 2022-03-09 13:52:17.125 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.1.0.dev36) (0.8.0) 2022-03-09 13:52:17.127 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.1.0.dev36) (2.4.0) 2022-03-09 13:52:17.128 | Requirement already satisfied: stevedore>=1.20.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=6.7.0->openstack-placement==6.1.0.dev36) (3.5.0) 2022-03-09 13:52:17.178 | Requirement already satisfied: testscenarios>=0.4 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==6.1.0.dev36) (0.5.0) 2022-03-09 13:52:17.179 | Requirement already satisfied: alembic>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==6.1.0.dev36) (1.7.6) 2022-03-09 13:52:17.180 | Requirement already satisfied: sqlalchemy-migrate>=0.11.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==6.1.0.dev36) (0.13.0) 2022-03-09 13:52:17.182 | Requirement already satisfied: testresources>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from oslo.db>=4.40.0->openstack-placement==6.1.0.dev36) (2.0.1) 2022-03-09 13:52:17.224 | Requirement already satisfied: pyinotify>=0.9.6 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.3.0->openstack-placement==6.1.0.dev36) (0.9.6) 2022-03-09 13:52:17.225 | Requirement already satisfied: python-dateutil>=2.7.0 in /usr/local/lib/python3.8/dist-packages (from oslo.log>=4.3.0->openstack-placement==6.1.0.dev36) (2.8.2) 2022-03-09 13:52:17.244 | Requirement already satisfied: bcrypt>=3.1.3 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==6.1.0.dev36) (3.2.0) 2022-03-09 13:52:17.246 | Requirement already satisfied: statsd>=3.2.1 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==6.1.0.dev36) (3.3.0) 2022-03-09 13:52:17.248 | Requirement already satisfied: Jinja2>=2.10 in /usr/local/lib/python3.8/dist-packages (from oslo.middleware>=3.31.0->openstack-placement==6.1.0.dev36) (3.0.3) 2022-03-09 13:52:17.273 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==6.1.0.dev36) (1.0.3) 2022-03-09 13:52:17.275 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization>=2.25.0->openstack-placement==6.1.0.dev36) (2021.3) 2022-03-09 13:52:17.288 | Requirement already satisfied: PrettyTable>=0.7.1 in /usr/local/lib/python3.8/dist-packages (from oslo.upgradecheck>=1.3.0->openstack-placement==6.1.0.dev36) (3.1.1) 2022-03-09 13:52:17.304 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==6.1.0.dev36) (1.0.2) 2022-03-09 13:52:17.305 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==6.1.0.dev36) (21.3) 2022-03-09 13:52:17.306 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==6.1.0.dev36) (0.11.0) 2022-03-09 13:52:17.308 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=4.5.0->openstack-placement==6.1.0.dev36) (3.0.7) 2022-03-09 13:52:17.350 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==6.1.0.dev36) (1.26.8) 2022-03-09 13:52:17.353 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==6.1.0.dev36) (3.3) 2022-03-09 13:52:17.354 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.0->openstack-placement==6.1.0.dev36) (2019.11.28) 2022-03-09 13:52:17.356 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.0->openstack-placement==6.1.0.dev36) (2.0.12) 2022-03-09 13:52:17.372 | Requirement already satisfied: repoze.lru>=0.3 in /usr/local/lib/python3.8/dist-packages (from Routes>=2.3.1->openstack-placement==6.1.0.dev36) (0.7) 2022-03-09 13:52:17.558 | Requirement already satisfied: greenlet!=0.4.17 in /usr/local/lib/python3.8/dist-packages (from SQLAlchemy>=1.2.19->openstack-placement==6.1.0.dev36) (1.1.2) 2022-03-09 13:52:17.597 | Requirement already satisfied: importlib-resources in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=4.40.0->openstack-placement==6.1.0.dev36) (5.4.0) 2022-03-09 13:52:17.599 | Requirement already satisfied: importlib-metadata in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=4.40.0->openstack-placement==6.1.0.dev36) (4.11.1) 2022-03-09 13:52:17.600 | Requirement already satisfied: Mako in /usr/local/lib/python3.8/dist-packages (from alembic>=0.9.6->oslo.db>=4.40.0->openstack-placement==6.1.0.dev36) (1.1.6) 2022-03-09 13:52:17.616 | Requirement already satisfied: cffi>=1.1 in /usr/local/lib/python3.8/dist-packages (from bcrypt>=3.1.3->oslo.middleware>=3.31.0->openstack-placement==6.1.0.dev36) (1.15.0) 2022-03-09 13:52:17.651 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.config>=6.7.0->openstack-placement==6.1.0.dev36) (1.13.3) 2022-03-09 13:52:17.707 | Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.8/dist-packages (from Jinja2>=2.10->oslo.middleware>=3.31.0->openstack-placement==6.1.0.dev36) (2.1.0) 2022-03-09 13:52:17.772 | Requirement already satisfied: os-service-types>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from keystoneauth1>=3.12.0->keystonemiddleware>=4.18.0->openstack-placement==6.1.0.dev36) (1.7.0) 2022-03-09 13:52:17.854 | Requirement already satisfied: dogpile.cache>=1.1.5 in /usr/local/lib/python3.8/dist-packages (from oslo.cache>=1.26.0->keystonemiddleware>=4.18.0->openstack-placement==6.1.0.dev36) (1.1.5) 2022-03-09 13:52:17.905 | Requirement already satisfied: wcwidth in /usr/local/lib/python3.8/dist-packages (from PrettyTable>=0.7.1->oslo.upgradecheck>=1.3.0->openstack-placement==6.1.0.dev36) (0.2.5) 2022-03-09 13:52:18.094 | Requirement already satisfied: sqlparse in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.40.0->openstack-placement==6.1.0.dev36) (0.4.2) 2022-03-09 13:52:18.095 | Requirement already satisfied: decorator in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.40.0->openstack-placement==6.1.0.dev36) (5.1.1) 2022-03-09 13:52:18.096 | Requirement already satisfied: Tempita>=0.4 in /usr/local/lib/python3.8/dist-packages (from sqlalchemy-migrate>=0.11.0->oslo.db>=4.40.0->openstack-placement==6.1.0.dev36) (0.5.2) 2022-03-09 13:52:18.172 | Requirement already satisfied: testtools in /usr/local/lib/python3.8/dist-packages (from testscenarios>=0.4->oslo.db>=4.40.0->openstack-placement==6.1.0.dev36) (2.5.0) 2022-03-09 13:52:18.223 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.1->bcrypt>=3.1.3->oslo.middleware>=3.31.0->openstack-placement==6.1.0.dev36) (2.21) 2022-03-09 13:52:18.383 | Requirement already satisfied: zipp>=0.5 in /usr/local/lib/python3.8/dist-packages (from importlib-metadata->alembic>=0.9.6->oslo.db>=4.40.0->openstack-placement==6.1.0.dev36) (3.7.0) 2022-03-09 13:52:18.487 | Requirement already satisfied: fixtures>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=4.40.0->openstack-placement==6.1.0.dev36) (3.0.0) 2022-03-09 13:52:18.489 | Requirement already satisfied: extras>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from testtools->testscenarios>=0.4->oslo.db>=4.40.0->openstack-placement==6.1.0.dev36) (1.0.0) 2022-03-09 13:52:20.425 | Installing collected packages: openstack-placement 2022-03-09 13:52:20.425 | Attempting uninstall: openstack-placement 2022-03-09 13:52:20.426 | Found existing installation: openstack-placement 6.1.0.dev36 2022-03-09 13:52:20.428 | Can't uninstall 'openstack-placement'. No files were found to uninstall. 2022-03-09 13:52:20.430 | Running setup.py develop for openstack-placement 2022-03-09 13:52:24.686 | Successfully installed openstack-placement 2022-03-09 13:52:24.686 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-03-09 13:52:24.696 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-03-09 13:52:24.696 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-03-09 13:52:24.826 | + inc/python:pip_install:200 : result=0 2022-03-09 13:52:24.829 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 13:52:24.831 | + functions-common:time_stop:2425 : local name 2022-03-09 13:52:24.834 | + functions-common:time_stop:2426 : local end_time 2022-03-09 13:52:24.836 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 13:52:24.838 | + functions-common:time_stop:2428 : local total 2022-03-09 13:52:24.840 | + functions-common:time_stop:2429 : local start_time 2022-03-09 13:52:24.842 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 13:52:24.845 | + functions-common:time_stop:2432 : start_time=1646833931723 2022-03-09 13:52:24.847 | + functions-common:time_stop:2434 : [[ -z 1646833931723 ]] 2022-03-09 13:52:24.850 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 13:52:24.854 | + functions-common:time_stop:2437 : end_time=1646833944851 2022-03-09 13:52:24.857 | + functions-common:time_stop:2438 : elapsed_time=13128 2022-03-09 13:52:24.859 | + functions-common:time_stop:2439 : total=162208 2022-03-09 13:52:24.861 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 13:52:24.863 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=175336 2022-03-09 13:52:24.866 | + inc/python:pip_install:203 : return 0 2022-03-09 13:52:24.868 | + inc/python:setup_package:448 : [[ -e == \-\e ]] 2022-03-09 13:52:24.871 | + inc/python:setup_package:449 : safe_chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-03-09 13:52:24.874 | + functions-common:safe_chown:2326 : _safe_permission_operation chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-03-09 13:52:24.893 | + functions-common:_safe_permission_operation:2174 : sudo chown -R ubuntu /opt/stack/placement/openstack_placement.egg-info 2022-03-09 13:52:24.905 | + inc/python:_setup_package_with_constraints_edit:394 : use_library_from_git /opt/stack/placement 2022-03-09 13:52:24.907 | + inc/python:use_library_from_git:250 : local name=/opt/stack/placement 2022-03-09 13:52:24.910 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:52:24.912 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:52:24.915 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,/opt/stack/placement, ]] 2022-03-09 13:52:24.918 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:52:24.921 | + lib/stack:stack_install_service:33 : [[ False = True ]] 2022-03-09 13:52:24.923 | + ./stack.sh:main:943 : configure_placement 2022-03-09 13:52:24.925 | + lib/placement:configure_placement:106 : sudo install -d -o ubuntu /etc/placement 2022-03-09 13:52:24.938 | + lib/placement:configure_placement:107 : create_placement_conf 2022-03-09 13:52:24.941 | + lib/placement:create_placement_conf:96 : rm -f /etc/placement/placement.conf 2022-03-09 13:52:24.945 | ++ lib/placement:create_placement_conf:97 : database_connection_url placement 2022-03-09 13:52:24.948 | ++ lib/database:database_connection_url:134 : local db=placement 2022-03-09 13:52:24.950 | ++ lib/database:database_connection_url:135 : database_connection_url_mysql placement 2022-03-09 13:52:24.953 | ++ lib/databases/mysql:database_connection_url_mysql:207 : local db=placement 2022-03-09 13:52:24.955 | ++ lib/databases/mysql:database_connection_url_mysql:208 : echo 'mysql+pymysql://root:Passw0rd@127.0.0.1/placement?charset=utf8' 2022-03-09 13:52:24.958 | + 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' 2022-03-09 13:52:24.990 | + lib/placement:create_placement_conf:98 : iniset /etc/placement/placement.conf DEFAULT debug True 2022-03-09 13:52:25.022 | + lib/placement:create_placement_conf:99 : iniset /etc/placement/placement.conf api auth_strategy keystone 2022-03-09 13:52:25.053 | + lib/placement:create_placement_conf:100 : configure_keystone_authtoken_middleware /etc/placement/placement.conf placement 2022-03-09 13:52:25.056 | + lib/keystone:configure_keystone_authtoken_middleware:447 : local conf_file=/etc/placement/placement.conf 2022-03-09 13:52:25.058 | + lib/keystone:configure_keystone_authtoken_middleware:448 : local admin_user=placement 2022-03-09 13:52:25.061 | + lib/keystone:configure_keystone_authtoken_middleware:449 : local section=keystone_authtoken 2022-03-09 13:52:25.064 | + lib/keystone:configure_keystone_authtoken_middleware:451 : iniset /etc/placement/placement.conf keystone_authtoken auth_type password 2022-03-09 13:52:25.097 | + lib/keystone:configure_keystone_authtoken_middleware:452 : iniset /etc/placement/placement.conf keystone_authtoken interface public 2022-03-09 13:52:25.126 | + lib/keystone:configure_keystone_authtoken_middleware:453 : iniset /etc/placement/placement.conf keystone_authtoken auth_url http://10.222.0.30/identity 2022-03-09 13:52:25.155 | + lib/keystone:configure_keystone_authtoken_middleware:454 : iniset /etc/placement/placement.conf keystone_authtoken username placement 2022-03-09 13:52:25.184 | + lib/keystone:configure_keystone_authtoken_middleware:455 : iniset /etc/placement/placement.conf keystone_authtoken password Passw0rd 2022-03-09 13:52:25.213 | + lib/keystone:configure_keystone_authtoken_middleware:456 : iniset /etc/placement/placement.conf keystone_authtoken user_domain_name Default 2022-03-09 13:52:25.242 | + lib/keystone:configure_keystone_authtoken_middleware:457 : iniset /etc/placement/placement.conf keystone_authtoken project_name service 2022-03-09 13:52:25.270 | + lib/keystone:configure_keystone_authtoken_middleware:458 : iniset /etc/placement/placement.conf keystone_authtoken project_domain_name Default 2022-03-09 13:52:25.300 | + lib/keystone:configure_keystone_authtoken_middleware:460 : iniset /etc/placement/placement.conf keystone_authtoken cafile /opt/stack/data/ca-bundle.pem 2022-03-09 13:52:25.328 | + lib/keystone:configure_keystone_authtoken_middleware:461 : iniset /etc/placement/placement.conf keystone_authtoken memcached_servers localhost:11211 2022-03-09 13:52:25.359 | + lib/placement:create_placement_conf:101 : setup_logging /etc/placement/placement.conf 2022-03-09 13:52:25.361 | + functions:setup_logging:674 : setup_systemd_logging /etc/placement/placement.conf 2022-03-09 13:52:25.363 | + functions:setup_systemd_logging:689 : local conf_file=/etc/placement/placement.conf 2022-03-09 13:52:25.367 | ++ functions:setup_systemd_logging:694 : trueorfalse False USE_JOURNAL 2022-03-09 13:52:25.384 | + functions:setup_systemd_logging:694 : USE_JOURNAL=False 2022-03-09 13:52:25.386 | + functions:setup_systemd_logging:695 : local pidstr= 2022-03-09 13:52:25.389 | + functions:setup_systemd_logging:696 : [[ False == \T\r\u\e ]] 2022-03-09 13:52:25.392 | + functions:setup_systemd_logging:700 : pidstr='(pid=%(process)d) ' 2022-03-09 13:52:25.394 | + 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-03-09 13:52:25.423 | + 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-03-09 13:52:25.452 | + 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-03-09 13:52:25.481 | + functions:setup_systemd_logging:706 : iniset /etc/placement/placement.conf DEFAULT logging_exception_prefix 'ERROR %(name)s %(instance)s' 2022-03-09 13:52:25.509 | + lib/placement:configure_placement:109 : [[ uwsgi == \u\w\s\g\i ]] 2022-03-09 13:52:25.512 | + lib/placement:configure_placement:110 : write_uwsgi_config /etc/placement/placement-uwsgi.ini /usr/local/bin/placement-api /placement 2022-03-09 13:52:25.515 | + lib/apache:write_uwsgi_config:249 : local file=/etc/placement/placement-uwsgi.ini 2022-03-09 13:52:25.517 | + lib/apache:write_uwsgi_config:250 : local wsgi=/usr/local/bin/placement-api 2022-03-09 13:52:25.519 | + lib/apache:write_uwsgi_config:251 : local url=/placement 2022-03-09 13:52:25.522 | + lib/apache:write_uwsgi_config:252 : local http= 2022-03-09 13:52:25.524 | + lib/apache:write_uwsgi_config:253 : local name= 2022-03-09 13:52:25.527 | ++ lib/apache:write_uwsgi_config:254 : basename /usr/local/bin/placement-api 2022-03-09 13:52:25.532 | + lib/apache:write_uwsgi_config:254 : name=placement-api 2022-03-09 13:52:25.535 | + lib/apache:write_uwsgi_config:258 : local socket_dir=/var/run/uwsgi 2022-03-09 13:52:25.537 | + lib/apache:write_uwsgi_config:262 : sudo mkdir -p /etc/tmpfiles.d/ 2022-03-09 13:52:25.550 | + lib/apache:write_uwsgi_config:263 : echo 'd /var/run/uwsgi 0755 ubuntu root' 2022-03-09 13:52:25.550 | + lib/apache:write_uwsgi_config:263 : sudo tee /etc/tmpfiles.d/uwsgi.conf 2022-03-09 13:52:25.558 | d /var/run/uwsgi 0755 ubuntu root 2022-03-09 13:52:25.562 | + lib/apache:write_uwsgi_config:264 : sudo systemd-tmpfiles --create /etc/tmpfiles.d/uwsgi.conf 2022-03-09 13:52:25.578 | + lib/apache:write_uwsgi_config:266 : local socket=/var/run/uwsgi/placement-api.socket 2022-03-09 13:52:25.580 | + lib/apache:write_uwsgi_config:269 : rm -rf /etc/placement/placement-uwsgi.ini 2022-03-09 13:52:25.585 | + lib/apache:write_uwsgi_config:270 : iniset /etc/placement/placement-uwsgi.ini uwsgi wsgi-file /usr/local/bin/placement-api 2022-03-09 13:52:25.617 | + lib/apache:write_uwsgi_config:271 : iniset /etc/placement/placement-uwsgi.ini uwsgi processes 2 2022-03-09 13:52:25.645 | + lib/apache:write_uwsgi_config:273 : iniset /etc/placement/placement-uwsgi.ini uwsgi master true 2022-03-09 13:52:25.674 | + lib/apache:write_uwsgi_config:275 : iniset /etc/placement/placement-uwsgi.ini uwsgi die-on-term true 2022-03-09 13:52:25.708 | + lib/apache:write_uwsgi_config:276 : iniset /etc/placement/placement-uwsgi.ini uwsgi exit-on-reload false 2022-03-09 13:52:25.736 | + lib/apache:write_uwsgi_config:279 : iniset /etc/placement/placement-uwsgi.ini uwsgi worker-reload-mercy 90 2022-03-09 13:52:25.765 | + lib/apache:write_uwsgi_config:280 : iniset /etc/placement/placement-uwsgi.ini uwsgi enable-threads true 2022-03-09 13:52:25.794 | + lib/apache:write_uwsgi_config:281 : iniset /etc/placement/placement-uwsgi.ini uwsgi plugins http,python3 2022-03-09 13:52:25.823 | + lib/apache:write_uwsgi_config:283 : iniset /etc/placement/placement-uwsgi.ini uwsgi thunder-lock true 2022-03-09 13:52:25.853 | + lib/apache:write_uwsgi_config:285 : iniset /etc/placement/placement-uwsgi.ini uwsgi hook-master-start 'unix_signal:15 gracefully_kill_them_all' 2022-03-09 13:52:25.882 | + lib/apache:write_uwsgi_config:287 : iniset /etc/placement/placement-uwsgi.ini uwsgi buffer-size 65535 2022-03-09 13:52:25.911 | + lib/apache:write_uwsgi_config:289 : iniset /etc/placement/placement-uwsgi.ini uwsgi add-header 'Connection: close' 2022-03-09 13:52:25.939 | + lib/apache:write_uwsgi_config:291 : iniset /etc/placement/placement-uwsgi.ini uwsgi lazy-apps true 2022-03-09 13:52:25.968 | + lib/apache:write_uwsgi_config:294 : [[ -n '' ]] 2022-03-09 13:52:25.970 | + lib/apache:write_uwsgi_config:297 : local apache_conf= 2022-03-09 13:52:25.973 | ++ lib/apache:write_uwsgi_config:298 : apache_site_config_for placement-api 2022-03-09 13:52:25.976 | ++ lib/apache:apache_site_config_for:181 : local site=placement-api 2022-03-09 13:52:25.979 | ++ lib/apache:apache_site_config_for:182 : is_ubuntu 2022-03-09 13:52:25.981 | ++ functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:52:25.983 | ++ functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:52:25.986 | ++ lib/apache:apache_site_config_for:184 : echo /etc/apache2/sites-available/placement-api.conf 2022-03-09 13:52:25.989 | + lib/apache:write_uwsgi_config:298 : apache_conf=/etc/apache2/sites-available/placement-api.conf 2022-03-09 13:52:25.991 | + lib/apache:write_uwsgi_config:299 : iniset /etc/placement/placement-uwsgi.ini uwsgi socket /var/run/uwsgi/placement-api.socket 2022-03-09 13:52:26.020 | + lib/apache:write_uwsgi_config:300 : iniset /etc/placement/placement-uwsgi.ini uwsgi chmod-socket 666 2022-03-09 13:52:26.050 | + lib/apache:write_uwsgi_config:301 : echo 'ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 ' 2022-03-09 13:52:26.050 | + lib/apache:write_uwsgi_config:301 : sudo tee -a /etc/apache2/sites-available/placement-api.conf 2022-03-09 13:52:26.059 | ProxyPass "/placement" "unix:/var/run/uwsgi/placement-api.socket|uwsgi://uwsgi-uds-placement-api" retry=0 2022-03-09 13:52:26.062 | + lib/apache:write_uwsgi_config:302 : enable_apache_site placement-api 2022-03-09 13:52:26.065 | + lib/apache:enable_apache_site:198 : local site=placement-api 2022-03-09 13:52:26.067 | + lib/apache:enable_apache_site:200 : enable_apache_mod version 2022-03-09 13:52:26.070 | + lib/apache:enable_apache_mod:54 : local mod=version 2022-03-09 13:52:26.072 | + lib/apache:enable_apache_mod:56 : is_ubuntu 2022-03-09 13:52:26.075 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:52:26.078 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:52:26.080 | + lib/apache:enable_apache_mod:59 : [[ version != \v\e\r\s\i\o\n ]] 2022-03-09 13:52:26.083 | + lib/apache:enable_apache_site:201 : is_ubuntu 2022-03-09 13:52:26.085 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:52:26.088 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:52:26.090 | + lib/apache:enable_apache_site:202 : sudo a2ensite placement-api 2022-03-09 13:52:26.152 | Site placement-api already enabled 2022-03-09 13:52:26.156 | + lib/apache:write_uwsgi_config:303 : restart_apache_server 2022-03-09 13:52:26.159 | + lib/apache:restart_apache_server:245 : restart_service apache2 2022-03-09 13:52:26.161 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-03-09 13:52:26.164 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart apache2 2022-03-09 13:52:26.305 | + ./stack.sh:main:950 : is_service_enabled placement placement-client 2022-03-09 13:52:26.325 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:52:26.327 | + ./stack.sh:main:951 : is_service_enabled n-cpu 2022-03-09 13:52:26.348 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:52:26.351 | + ./stack.sh:main:951 : is_service_enabled n-sch 2022-03-09 13:52:26.371 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:52:26.374 | + ./stack.sh:main:952 : configure_placement_nova_compute 2022-03-09 13:52:26.376 | + lib/nova:configure_placement_nova_compute:600 : local conf=/etc/nova/nova.conf 2022-03-09 13:52:26.379 | + lib/nova:configure_placement_nova_compute:601 : iniset /etc/nova/nova.conf placement auth_type password 2022-03-09 13:52:26.410 | + lib/nova:configure_placement_nova_compute:602 : iniset /etc/nova/nova.conf placement auth_url http://10.222.0.30/identity 2022-03-09 13:52:26.440 | + lib/nova:configure_placement_nova_compute:603 : iniset /etc/nova/nova.conf placement username placement 2022-03-09 13:52:26.468 | + lib/nova:configure_placement_nova_compute:604 : iniset /etc/nova/nova.conf placement password Passw0rd 2022-03-09 13:52:26.498 | + lib/nova:configure_placement_nova_compute:605 : iniset /etc/nova/nova.conf placement user_domain_name Default 2022-03-09 13:52:26.529 | + lib/nova:configure_placement_nova_compute:606 : iniset /etc/nova/nova.conf placement project_name service 2022-03-09 13:52:26.559 | + lib/nova:configure_placement_nova_compute:607 : iniset /etc/nova/nova.conf placement project_domain_name Default 2022-03-09 13:52:26.588 | + lib/nova:configure_placement_nova_compute:608 : iniset /etc/nova/nova.conf placement region_name RegionOne 2022-03-09 13:52:26.618 | + ./stack.sh:main:956 : is_service_enabled horizon 2022-03-09 13:52:26.635 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:52:26.637 | + ./stack.sh:main:961 : is_service_enabled tls-proxy 2022-03-09 13:52:26.654 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:52:26.657 | + ./stack.sh:main:969 : run_phase stack install 2022-03-09 13:52:26.660 | + functions-common:run_phase:1853 : local mode=stack 2022-03-09 13:52:26.662 | + functions-common:run_phase:1854 : local phase=install 2022-03-09 13:52:26.665 | + functions-common:run_phase:1855 : [[ -d /home/ubuntu/devstack/extras.d ]] 2022-03-09 13:52:26.667 | + functions-common:run_phase:1856 : local extra_plugin_file_name 2022-03-09 13:52:26.670 | + functions-common:run_phase:1857 : for extra_plugin_file_name in $TOP_DIR/extras.d/*.sh 2022-03-09 13:52:26.673 | + functions-common:run_phase:1862 : local exceptions=80-tempest.sh 2022-03-09 13:52:26.675 | + functions-common:run_phase:1863 : local extra 2022-03-09 13:52:26.678 | ++ functions-common:run_phase:1864 : basename /home/ubuntu/devstack/extras.d/80-tempest.sh 2022-03-09 13:52:26.682 | + functions-common:run_phase:1864 : extra=80-tempest.sh 2022-03-09 13:52:26.685 | + functions-common:run_phase:1865 : [[ 80-tempest.sh =~ 80-tempest\.sh ]] 2022-03-09 13:52:26.688 | + functions-common:run_phase:1869 : [[ -r /home/ubuntu/devstack/extras.d/80-tempest.sh ]] 2022-03-09 13:52:26.690 | + functions-common:run_phase:1869 : source /home/ubuntu/devstack/extras.d/80-tempest.sh stack install 2022-03-09 13:52:26.693 | ++ extras.d/80-tempest.sh:source:3 : is_service_enabled tempest 2022-03-09 13:52:26.708 | ++ functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:52:26.711 | ++ extras.d/80-tempest.sh:source:4 : [[ stack == \s\o\u\r\c\e ]] 2022-03-09 13:52:26.713 | ++ extras.d/80-tempest.sh:source:7 : [[ stack == \s\t\a\c\k ]] 2022-03-09 13:52:26.716 | ++ extras.d/80-tempest.sh:source:7 : [[ install == \i\n\s\t\a\l\l ]] 2022-03-09 13:52:26.718 | ++ extras.d/80-tempest.sh:source:8 : echo_summary 'Installing Tempest' 2022-03-09 13:52:26.721 | ++ ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-03-09 13:52:26.723 | ++ ./stack.sh:echo_summary:446 : echo -e Installing Tempest 2022-03-09 13:52:26.725 | ++ extras.d/80-tempest.sh:source:9 : async_runfunc install_tempest 2022-03-09 13:52:26.728 | ++ inc/async:async_runfunc:116 : async_run install_tempest install_tempest 2022-03-09 13:52:26.787 | ++ inc/async:async_inner:63 : install_tempest 2022-03-09 13:52:26.822 | [415298 Async install_tempest:440917]: running: install_tempest 2022-03-09 13:52:26.825 | ++ extras.d/80-tempest.sh:source:27 : [[ stack == \u\n\s\t\a\c\k ]] 2022-03-09 13:52:26.827 | ++ extras.d/80-tempest.sh:source:32 : [[ stack == \c\l\e\a\n ]] 2022-03-09 13:52:26.831 | + functions-common:run_phase:1874 : [[ stack == \s\o\u\r\c\e ]] 2022-03-09 13:52:26.834 | + functions-common:run_phase:1877 : [[ stack == \o\v\e\r\r\i\d\e\_\d\e\f\a\u\l\t\s ]] 2022-03-09 13:52:26.836 | + functions-common:run_phase:1880 : run_plugins stack install 2022-03-09 13:52:26.839 | + functions-common:run_plugins:1839 : local mode=stack 2022-03-09 13:52:26.842 | + functions-common:run_plugins:1840 : local phase=install 2022-03-09 13:52:26.845 | + functions-common:run_plugins:1842 : local plugins= 2022-03-09 13:52:26.848 | + functions-common:run_plugins:1843 : local plugin 2022-03-09 13:52:26.851 | + ./stack.sh:main:972 : use_library_from_git python-openstackclient 2022-03-09 13:52:26.853 | + inc/python:use_library_from_git:250 : local name=python-openstackclient 2022-03-09 13:52:26.857 | + inc/python:use_library_from_git:251 : local enabled=1 2022-03-09 13:52:26.860 | + inc/python:use_library_from_git:252 : [[ '' = \A\L\L ]] 2022-03-09 13:52:26.864 | + inc/python:use_library_from_git:252 : [[ ,, =~ ,python-openstackclient, ]] 2022-03-09 13:52:26.866 | + inc/python:use_library_from_git:253 : return 1 2022-03-09 13:52:26.869 | + ./stack.sh:main:976 : pip_install_gr python-openstackclient 2022-03-09 13:52:26.872 | + inc/python:pip_install_gr:76 : local name=python-openstackclient 2022-03-09 13:52:26.874 | + inc/python:pip_install_gr:77 : local clean_name 2022-03-09 13:52:26.878 | ++ inc/python:pip_install_gr:78 : get_from_global_requirements python-openstackclient 2022-03-09 13:52:26.880 | ++ inc/python:get_from_global_requirements:225 : local package=python-openstackclient 2022-03-09 13:52:26.883 | ++ inc/python:get_from_global_requirements:226 : local required_pkg 2022-03-09 13:52:26.888 | +++ inc/python:get_from_global_requirements:227 : grep -i -h '^python-openstackclient' /opt/stack/requirements/global-requirements.txt 2022-03-09 13:52:26.890 | +++ inc/python:get_from_global_requirements:227 : cut -d# -f1 2022-03-09 13:52:26.895 | ++ inc/python:get_from_global_requirements:227 : required_pkg='python-openstackclient ' 2022-03-09 13:52:26.898 | ++ inc/python:get_from_global_requirements:228 : [[ python-openstackclient == '' ]] 2022-03-09 13:52:26.900 | ++ inc/python:get_from_global_requirements:231 : echo python-openstackclient 2022-03-09 13:52:26.904 | + inc/python:pip_install_gr:78 : clean_name=python-openstackclient 2022-03-09 13:52:26.906 | + inc/python:pip_install_gr:79 : pip_install python-openstackclient 2022-03-09 13:52:26.930 | Using python 3.8 to install python-openstackclient 2022-03-09 13:52:26.933 | + inc/python:pip_install:193 : sudo -H LC_ALL=en_US.UTF-8 SETUPTOOLS_USE_DISTUTILS=stdlib http_proxy= https_proxy= no_proxy= PIP_FIND_LINKS= SETUPTOOLS_SYS_PATH_TECHNIQUE=rewrite python3.8 -m pip install -c /opt/stack/requirements/upper-constraints.txt python-openstackclient 2022-03-09 13:52:27.810 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:52:27.810 | from cryptography.utils import int_from_bytes 2022-03-09 13:52:27.810 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:52:27.810 | from cryptography.utils import int_from_bytes 2022-03-09 13:52:28.952 | Looking in indexes: http://10.100.0.9:8080/cloudbase/CI/+simple/ 2022-03-09 13:52:28.978 | Requirement already satisfied: python-openstackclient in /usr/local/lib/python3.8/dist-packages (5.8.0) 2022-03-09 13:52:28.996 | Requirement already satisfied: oslo.i18n>=3.15.3 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (5.1.0) 2022-03-09 13:52:28.997 | Requirement already satisfied: stevedore>=2.0.1 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (3.5.0) 2022-03-09 13:52:28.999 | Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (5.8.1) 2022-03-09 13:52:29.000 | Requirement already satisfied: python-novaclient>=17.0.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (17.7.0) 2022-03-09 13:52:29.001 | Requirement already satisfied: iso8601>=0.1.11 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (1.0.2) 2022-03-09 13:52:29.002 | Requirement already satisfied: cliff>=3.5.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (3.10.1) 2022-03-09 13:52:29.003 | Requirement already satisfied: osc-lib>=2.3.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (2.5.0) 2022-03-09 13:52:29.004 | Requirement already satisfied: python-cinderclient>=3.3.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (8.3.0) 2022-03-09 13:52:29.005 | Requirement already satisfied: python-keystoneclient>=3.22.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (4.4.0) 2022-03-09 13:52:29.006 | Requirement already satisfied: oslo.utils>=3.33.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (4.12.2) 2022-03-09 13:52:29.007 | Requirement already satisfied: openstacksdk>=0.61.0 in /usr/local/lib/python3.8/dist-packages (from python-openstackclient) (0.61.0) 2022-03-09 13:52:29.018 | Requirement already satisfied: pyparsing>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (3.0.7) 2022-03-09 13:52:29.019 | Requirement already satisfied: autopage>=0.4.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (0.5.0) 2022-03-09 13:52:29.020 | Requirement already satisfied: cmd2>=1.0.0 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (2.4.0) 2022-03-09 13:52:29.022 | Requirement already satisfied: PrettyTable>=0.7.2 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (3.1.1) 2022-03-09 13:52:29.023 | Requirement already satisfied: PyYAML>=3.12 in /usr/local/lib/python3.8/dist-packages (from cliff>=3.5.0->python-openstackclient) (6.0) 2022-03-09 13:52:29.049 | Requirement already satisfied: netifaces>=0.10.4 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (0.11.0) 2022-03-09 13:52:29.049 | Requirement already satisfied: cryptography>=2.7 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (36.0.1) 2022-03-09 13:52:29.050 | Requirement already satisfied: jmespath>=0.9.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (0.10.0) 2022-03-09 13:52:29.052 | Requirement already satisfied: requestsexceptions>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (1.4.0) 2022-03-09 13:52:29.053 | Requirement already satisfied: keystoneauth1>=3.18.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (4.5.0) 2022-03-09 13:52:29.054 | Requirement already satisfied: appdirs>=1.3.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (1.4.4) 2022-03-09 13:52:29.055 | Requirement already satisfied: munch>=2.1.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (2.5.0) 2022-03-09 13:52:29.057 | Requirement already satisfied: os-service-types>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (1.7.0) 2022-03-09 13:52:29.058 | Requirement already satisfied: jsonpatch!=1.20,>=1.16 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (1.32) 2022-03-09 13:52:29.059 | Requirement already satisfied: dogpile.cache>=0.6.5 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (1.1.5) 2022-03-09 13:52:29.060 | Requirement already satisfied: decorator>=4.4.1 in /usr/local/lib/python3.8/dist-packages (from openstacksdk>=0.61.0->python-openstackclient) (5.1.1) 2022-03-09 13:52:29.079 | Requirement already satisfied: simplejson>=3.5.1 in /usr/local/lib/python3.8/dist-packages (from osc-lib>=2.3.0->python-openstackclient) (3.17.6) 2022-03-09 13:52:29.097 | Requirement already satisfied: pytz>=2013.6 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2021.3) 2022-03-09 13:52:29.099 | Requirement already satisfied: debtcollector>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (2.4.0) 2022-03-09 13:52:29.100 | Requirement already satisfied: netaddr>=0.7.18 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (0.8.0) 2022-03-09 13:52:29.101 | Requirement already satisfied: packaging>=20.4 in /usr/local/lib/python3.8/dist-packages (from oslo.utils>=3.33.0->python-openstackclient) (21.3) 2022-03-09 13:52:29.122 | Requirement already satisfied: requests>=2.25.1 in /usr/local/lib/python3.8/dist-packages (from python-cinderclient>=3.3.0->python-openstackclient) (2.27.1) 2022-03-09 13:52:29.141 | Requirement already satisfied: six>=1.10.0 in /usr/local/lib/python3.8/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (1.16.0) 2022-03-09 13:52:29.143 | Requirement already satisfied: oslo.config>=5.2.0 in /usr/local/lib/python3.8/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (8.8.0) 2022-03-09 13:52:29.144 | Requirement already satisfied: oslo.serialization!=2.19.1,>=2.18.0 in /usr/local/lib/python3.8/dist-packages (from python-keystoneclient>=3.22.0->python-openstackclient) (4.3.0) 2022-03-09 13:52:29.234 | Requirement already satisfied: wcwidth>=0.1.7 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (0.2.5) 2022-03-09 13:52:29.235 | Requirement already satisfied: pyperclip>=1.6 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (1.8.2) 2022-03-09 13:52:29.236 | Requirement already satisfied: attrs>=16.3.0 in /usr/local/lib/python3.8/dist-packages (from cmd2>=1.0.0->cliff>=3.5.0->python-openstackclient) (21.4.0) 2022-03-09 13:52:29.278 | Requirement already satisfied: cffi>=1.12 in /usr/local/lib/python3.8/dist-packages (from cryptography>=2.7->openstacksdk>=0.61.0->python-openstackclient) (1.15.0) 2022-03-09 13:52:29.289 | Requirement already satisfied: wrapt>=1.7.0 in /usr/local/lib/python3.8/dist-packages (from debtcollector>=1.2.0->oslo.utils>=3.33.0->python-openstackclient) (1.13.3) 2022-03-09 13:52:29.324 | Requirement already satisfied: jsonpointer>=1.9 in /usr/local/lib/python3.8/dist-packages (from jsonpatch!=1.20,>=1.16->openstacksdk>=0.61.0->python-openstackclient) (2.2) 2022-03-09 13:52:29.485 | Requirement already satisfied: rfc3986>=1.2.0 in /usr/local/lib/python3.8/dist-packages (from oslo.config>=5.2.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.5.0) 2022-03-09 13:52:29.500 | Requirement already satisfied: msgpack>=0.5.2 in /usr/local/lib/python3.8/dist-packages (from oslo.serialization!=2.19.1,>=2.18.0->python-keystoneclient>=3.22.0->python-openstackclient) (1.0.3) 2022-03-09 13:52:29.603 | Requirement already satisfied: charset-normalizer~=2.0.0 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2.0.12) 2022-03-09 13:52:29.604 | Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (1.26.8) 2022-03-09 13:52:29.605 | Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (2019.11.28) 2022-03-09 13:52:29.608 | Requirement already satisfied: idna<4,>=2.5 in /usr/local/lib/python3.8/dist-packages (from requests>=2.25.1->python-cinderclient>=3.3.0->python-openstackclient) (3.3) 2022-03-09 13:52:29.734 | Requirement already satisfied: pycparser in /usr/local/lib/python3.8/dist-packages (from cffi>=1.12->cryptography>=2.7->openstacksdk>=0.61.0->python-openstackclient) (2.21) 2022-03-09 13:52:32.003 | WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2022-03-09 13:52:32.010 | WARNING: You are using pip version 21.3.1; however, version 22.0.4 is available. 2022-03-09 13:52:32.010 | You should consider upgrading via the '/usr/bin/python3.8 -m pip install --upgrade pip' command. 2022-03-09 13:52:32.136 | + inc/python:pip_install:200 : result=0 2022-03-09 13:52:32.139 | + inc/python:pip_install:202 : time_stop pip_install 2022-03-09 13:52:32.141 | + functions-common:time_stop:2425 : local name 2022-03-09 13:52:32.144 | + functions-common:time_stop:2426 : local end_time 2022-03-09 13:52:32.146 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 13:52:32.148 | + functions-common:time_stop:2428 : local total 2022-03-09 13:52:32.151 | + functions-common:time_stop:2429 : local start_time 2022-03-09 13:52:32.154 | + functions-common:time_stop:2431 : name=pip_install 2022-03-09 13:52:32.156 | + functions-common:time_stop:2432 : start_time=1646833946925 2022-03-09 13:52:32.158 | + functions-common:time_stop:2434 : [[ -z 1646833946925 ]] 2022-03-09 13:52:32.161 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 13:52:32.165 | + functions-common:time_stop:2437 : end_time=1646833952163 2022-03-09 13:52:32.168 | + functions-common:time_stop:2438 : elapsed_time=5238 2022-03-09 13:52:32.170 | + functions-common:time_stop:2439 : total=175336 2022-03-09 13:52:32.173 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 13:52:32.175 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=180574 2022-03-09 13:52:32.177 | + inc/python:pip_install:203 : return 0 2022-03-09 13:52:32.180 | + ./stack.sh:main:981 : install_oscwrap 2022-03-09 13:52:32.183 | ++ functions-common:install_oscwrap:2470 : mktemp 2022-03-09 13:52:32.188 | + functions-common:install_oscwrap:2470 : OSCWRAP_TIMER_FILE=/tmp/tmp.WLs9RQuLXl 2022-03-09 13:52:32.190 | + functions-common:install_oscwrap:2473 : shopt -s expand_aliases 2022-03-09 13:52:32.193 | + functions-common:install_oscwrap:2476 : unalias -a 2022-03-09 13:52:32.195 | + functions-common:install_oscwrap:2478 : alias openstack=oscwrap 2022-03-09 13:52:32.198 | + ./stack.sh:main:986 : [[ False != \F\a\l\s\e ]] 2022-03-09 13:52:32.201 | + ./stack.sh:main:1026 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2022-03-09 13:52:32.204 | + ./stack.sh:main:1034 : is_service_enabled mysql postgresql 2022-03-09 13:52:32.222 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:52:32.224 | + ./stack.sh:main:1035 : configure_database 2022-03-09 13:52:32.227 | + lib/database:configure_database:128 : configure_database_mysql 2022-03-09 13:52:32.229 | + lib/databases/mysql:configure_database_mysql:72 : local my_conf mysql slow_log 2022-03-09 13:52:32.232 | + lib/databases/mysql:configure_database_mysql:73 : echo_summary 'Configuring and starting MySQL' 2022-03-09 13:52:32.234 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-03-09 13:52:32.236 | + ./stack.sh:echo_summary:446 : echo -e Configuring and starting MySQL 2022-03-09 13:52:32.239 | + lib/databases/mysql:configure_database_mysql:75 : is_ubuntu 2022-03-09 13:52:32.241 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:52:32.243 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:52:32.246 | + lib/databases/mysql:configure_database_mysql:76 : my_conf=/etc/mysql/my.cnf 2022-03-09 13:52:32.248 | + lib/databases/mysql:configure_database_mysql:90 : is_fedora 2022-03-09 13:52:32.250 | + functions-common:is_fedora:524 : [[ -z Ubuntu ]] 2022-03-09 13:52:32.252 | + functions-common:is_fedora:528 : '[' Ubuntu = Fedora ']' 2022-03-09 13:52:32.255 | + functions-common:is_fedora:528 : '[' Ubuntu = 'Red Hat' ']' 2022-03-09 13:52:32.257 | + functions-common:is_fedora:529 : '[' Ubuntu = openEuler ']' 2022-03-09 13:52:32.259 | + functions-common:is_fedora:530 : '[' Ubuntu = RedHatEnterpriseServer ']' 2022-03-09 13:52:32.261 | + functions-common:is_fedora:531 : '[' Ubuntu = RedHatEnterprise ']' 2022-03-09 13:52:32.264 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOS ']' 2022-03-09 13:52:32.266 | + functions-common:is_fedora:532 : '[' Ubuntu = CentOSStream ']' 2022-03-09 13:52:32.268 | + functions-common:is_fedora:533 : '[' Ubuntu = AlmaLinux ']' 2022-03-09 13:52:32.270 | + functions-common:is_fedora:534 : '[' Ubuntu = OracleServer ']' 2022-03-09 13:52:32.273 | + functions-common:is_fedora:534 : '[' Ubuntu = Virtuozzo ']' 2022-03-09 13:52:32.275 | + lib/databases/mysql:configure_database_mysql:90 : is_suse 2022-03-09 13:52:32.279 | + functions-common:is_suse:542 : is_opensuse 2022-03-09 13:52:32.281 | + functions-common:is_opensuse:549 : [[ -z Ubuntu ]] 2022-03-09 13:52:32.284 | + functions-common:is_opensuse:553 : [[ Ubuntu =~ (openSUSE) ]] 2022-03-09 13:52:32.286 | + functions-common:is_suse:542 : is_suse_linux_enterprise 2022-03-09 13:52:32.288 | + functions-common:is_suse_linux_enterprise:561 : [[ -z Ubuntu ]] 2022-03-09 13:52:32.291 | + functions-common:is_suse_linux_enterprise:565 : [[ Ubuntu =~ (^SUSE) ]] 2022-03-09 13:52:32.293 | + lib/databases/mysql:configure_database_mysql:98 : sudo mysqladmin -u root password Passw0rd 2022-03-09 13:52:32.308 | mysqladmin: connect to server at 'localhost' failed 2022-03-09 13:52:32.309 | error: 'Access denied for user 'root'@'localhost' (using password: NO)' 2022-03-09 13:52:32.312 | + lib/databases/mysql:configure_database_mysql:98 : true 2022-03-09 13:52:32.315 | + lib/databases/mysql:configure_database_mysql:102 : is_ubuntu 2022-03-09 13:52:32.317 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:52:32.320 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:52:32.322 | + lib/databases/mysql:configure_database_mysql:102 : '[' mysql == mariadb ']' 2022-03-09 13:52:32.325 | + lib/databases/mysql:configure_database_mysql:105 : local 'cmd_args=-uroot -pPassw0rd -h127.0.0.1 ' 2022-03-09 13:52:32.327 | + lib/databases/mysql:configure_database_mysql:111 : is_ubuntu 2022-03-09 13:52:32.330 | + functions-common:is_ubuntu:573 : [[ -z deb ]] 2022-03-09 13:52:32.332 | + functions-common:is_ubuntu:576 : '[' deb = deb ']' 2022-03-09 13:52:32.335 | + lib/databases/mysql:configure_database_mysql:111 : [[ focal != \b\u\l\l\s\e\y\e ]] 2022-03-09 13:52:32.337 | + lib/databases/mysql:configure_database_mysql:111 : '[' mysql == mariadb ']' 2022-03-09 13:52:32.339 | + lib/databases/mysql:configure_database_mysql:116 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE USER IF NOT EXISTS '\''root'\''@'\''%'\'' identified by '\''Passw0rd'\'';' 2022-03-09 13:52:32.351 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-03-09 13:52:32.412 | + lib/databases/mysql:configure_database_mysql:118 : sudo mysql -uroot -pPassw0rd -h127.0.0.1 -e 'GRANT ALL PRIVILEGES ON *.* TO '\''root'\''@'\''%'\'';' 2022-03-09 13:52:32.423 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-03-09 13:52:32.487 | ++ lib/databases/mysql:configure_database_mysql:124 : ipv6_unquote 0.0.0.0 2022-03-09 13:52:32.490 | ++ functions-common:ipv6_unquote:2223 : echo 0.0.0.0 2022-03-09 13:52:32.490 | ++ functions-common:ipv6_unquote:2223 : tr -d '[]' 2022-03-09 13:52:32.495 | + lib/databases/mysql:configure_database_mysql:124 : iniset -sudo /etc/mysql/my.cnf mysqld bind-address 0.0.0.0 2022-03-09 13:52:32.548 | + lib/databases/mysql:configure_database_mysql:125 : iniset -sudo /etc/mysql/my.cnf mysqld sql_mode TRADITIONAL 2022-03-09 13:52:32.602 | + lib/databases/mysql:configure_database_mysql:126 : iniset -sudo /etc/mysql/my.cnf mysqld default-storage-engine InnoDB 2022-03-09 13:52:32.655 | + lib/databases/mysql:configure_database_mysql:127 : iniset -sudo /etc/mysql/my.cnf mysqld max_connections 1024 2022-03-09 13:52:32.708 | + lib/databases/mysql:configure_database_mysql:129 : [[ False == \T\r\u\e ]] 2022-03-09 13:52:32.710 | + lib/databases/mysql:configure_database_mysql:149 : restart_service mysql 2022-03-09 13:52:32.712 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-03-09 13:52:32.715 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart mysql 2022-03-09 13:52:35.660 | + ./stack.sh:main:1039 : save_stackenv 1039 2022-03-09 13:52:35.662 | + functions-common:save_stackenv:60 : local tag=1039 2022-03-09 13:52:35.666 | ++ functions-common:save_stackenv:62 : date +%F-%H%M%S 2022-03-09 13:52:35.670 | + functions-common:save_stackenv:62 : time_stamp=2022-03-09-135235 2022-03-09 13:52:35.673 | + functions-common:save_stackenv:63 : echo '# 2022-03-09-135235 1039' 2022-03-09 13:52:35.675 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 13:52:35.678 | + functions-common:save_stackenv:65 : echo BASE_SQL_CONN=mysql+pymysql://root:Passw0rd@127.0.0.1 2022-03-09 13:52:35.681 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 13:52:35.684 | + functions-common:save_stackenv:65 : echo DATA_DIR=/opt/stack/data 2022-03-09 13:52:35.686 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 13:52:35.689 | + functions-common:save_stackenv:65 : echo DEST=/opt/stack 2022-03-09 13:52:35.691 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 13:52:35.694 | + functions-common:save_stackenv:65 : echo ENABLED_SERVICES=key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,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,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification 2022-03-09 13:52:35.696 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 13:52:35.699 | + functions-common:save_stackenv:65 : echo HOST_IP=10.222.0.30 2022-03-09 13:52:35.702 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 13:52:35.704 | + functions-common:save_stackenv:65 : echo KEYSTONE_SERVICE_URI=http://10.222.0.30/identity 2022-03-09 13:52:35.707 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 13:52:35.710 | + functions-common:save_stackenv:65 : echo LOGFILE=/opt/stack/logs/stack.sh.log.2022-03-09-134810 2022-03-09 13:52:35.712 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 13:52:35.714 | + functions-common:save_stackenv:65 : echo OS_CACERT= 2022-03-09 13:52:35.717 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 13:52:35.720 | + functions-common:save_stackenv:65 : echo SERVICE_HOST=10.222.0.30 2022-03-09 13:52:35.722 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 13:52:35.725 | + functions-common:save_stackenv:65 : echo STACK_USER=ubuntu 2022-03-09 13:52:35.727 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 13:52:35.730 | + functions-common:save_stackenv:65 : echo TLS_IP= 2022-03-09 13:52:35.734 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 13:52:35.737 | + functions-common:save_stackenv:65 : echo HOST_IPV6=::1 2022-03-09 13:52:35.739 | + functions-common:save_stackenv:64 : for i in $STACK_ENV_VARS 2022-03-09 13:52:35.741 | + functions-common:save_stackenv:65 : echo SERVICE_IP_VERSION=4 2022-03-09 13:52:35.744 | + ./stack.sh:main:1051 : [[ True == \T\r\u\e ]] 2022-03-09 13:52:35.747 | + ./stack.sh:main:1052 : [[ -f /sys/kernel/mm/ksm/run ]] 2022-03-09 13:52:35.749 | + ./stack.sh:main:1053 : sudo sh -c 'echo 1 > /sys/kernel/mm/ksm/run' 2022-03-09 13:52:35.761 | + ./stack.sh:main:1065 : start_dstat 2022-03-09 13:52:35.764 | + lib/dstat:start_dstat:31 : run_process dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-03-09 13:52:35.766 | + functions-common:run_process:1680 : local service=dstat 2022-03-09 13:52:35.769 | + functions-common:run_process:1681 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-03-09 13:52:35.771 | + functions-common:run_process:1682 : local group= 2022-03-09 13:52:35.776 | + functions-common:run_process:1683 : local user= 2022-03-09 13:52:35.779 | + functions-common:run_process:1685 : local name=dstat 2022-03-09 13:52:35.781 | + functions-common:run_process:1687 : time_start run_process 2022-03-09 13:52:35.783 | + functions-common:time_start:2411 : local name=run_process 2022-03-09 13:52:35.786 | + functions-common:time_start:2412 : local start_time= 2022-03-09 13:52:35.788 | + functions-common:time_start:2413 : [[ -n '' ]] 2022-03-09 13:52:35.792 | ++ functions-common:time_start:2416 : date +%s%3N 2022-03-09 13:52:35.797 | + functions-common:time_start:2416 : _TIME_START[$name]=1646833955794 2022-03-09 13:52:35.799 | + functions-common:run_process:1688 : is_service_enabled dstat 2022-03-09 13:52:35.826 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:52:35.828 | + functions-common:run_process:1689 : _run_under_systemd dstat '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' '' 2022-03-09 13:52:35.831 | + functions-common:_run_under_systemd:1645 : local service=dstat 2022-03-09 13:52:35.834 | + functions-common:_run_under_systemd:1646 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-03-09 13:52:35.836 | + functions-common:_run_under_systemd:1647 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-03-09 13:52:35.839 | + functions-common:_run_under_systemd:1649 : _common_systemd_pitfalls '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-03-09 13:52:35.842 | + functions-common:_common_systemd_pitfalls:1617 : local 'cmd=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-03-09 13:52:35.844 | + functions-common:_common_systemd_pitfalls:1620 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ sudo ]] 2022-03-09 13:52:35.847 | + functions-common:_common_systemd_pitfalls:1631 : [[ ! /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ ^/ ]] 2022-03-09 13:52:35.849 | + functions-common:_run_under_systemd:1651 : local systemd_service=devstack@dstat.service 2022-03-09 13:52:35.852 | + functions-common:_run_under_systemd:1652 : local group= 2022-03-09 13:52:35.854 | + functions-common:_run_under_systemd:1653 : local user=ubuntu 2022-03-09 13:52:35.857 | + functions-common:_run_under_systemd:1654 : [[ /home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs =~ uwsgi ]] 2022-03-09 13:52:35.860 | + functions-common:_run_under_systemd:1657 : write_user_unit_file devstack@dstat.service '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' '' ubuntu 2022-03-09 13:52:35.862 | + functions-common:write_user_unit_file:1562 : local service=devstack@dstat.service 2022-03-09 13:52:35.864 | + functions-common:write_user_unit_file:1563 : local 'command=/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-03-09 13:52:35.867 | + functions-common:write_user_unit_file:1564 : local group= 2022-03-09 13:52:35.869 | + functions-common:write_user_unit_file:1565 : local user=ubuntu 2022-03-09 13:52:35.871 | + functions-common:write_user_unit_file:1566 : local extra= 2022-03-09 13:52:35.874 | + functions-common:write_user_unit_file:1567 : [[ -n '' ]] 2022-03-09 13:52:35.876 | + functions-common:write_user_unit_file:1570 : local unitfile=/etc/systemd/system/devstack@dstat.service 2022-03-09 13:52:35.878 | + functions-common:write_user_unit_file:1571 : mkdir -p /etc/systemd/system 2022-03-09 13:52:35.883 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@dstat.service Unit Description 'Devstack devstack@dstat.service' 2022-03-09 13:52:35.934 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service User ubuntu 2022-03-09 13:52:35.986 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecStart '/home/ubuntu/devstack/tools/dstat.sh /opt/stack/logs' 2022-03-09 13:52:36.039 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service KillMode process 2022-03-09 13:52:36.092 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service TimeoutStopSec 300 2022-03-09 13:52:36.143 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@dstat.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-03-09 13:52:36.196 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2022-03-09 13:52:36.198 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@dstat.service Install WantedBy multi-user.target 2022-03-09 13:52:36.250 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2022-03-09 13:52:36.648 | + functions-common:_run_under_systemd:1660 : sudo systemctl enable devstack@dstat.service 2022-03-09 13:52:36.661 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@dstat.service → /etc/systemd/system/devstack@dstat.service. 2022-03-09 13:52:37.054 | + functions-common:_run_under_systemd:1661 : sudo systemctl start devstack@dstat.service 2022-03-09 13:52:37.075 | + functions-common:run_process:1691 : time_stop run_process 2022-03-09 13:52:37.079 | + functions-common:time_stop:2425 : local name 2022-03-09 13:52:37.082 | + functions-common:time_stop:2426 : local end_time 2022-03-09 13:52:37.084 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 13:52:37.087 | + functions-common:time_stop:2428 : local total 2022-03-09 13:52:37.089 | + functions-common:time_stop:2429 : local start_time 2022-03-09 13:52:37.092 | + functions-common:time_stop:2431 : name=run_process 2022-03-09 13:52:37.095 | + functions-common:time_stop:2432 : start_time=1646833955794 2022-03-09 13:52:37.097 | + functions-common:time_stop:2434 : [[ -z 1646833955794 ]] 2022-03-09 13:52:37.100 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 13:52:37.105 | + functions-common:time_stop:2437 : end_time=1646833957102 2022-03-09 13:52:37.109 | + functions-common:time_stop:2438 : elapsed_time=1308 2022-03-09 13:52:37.113 | + functions-common:time_stop:2439 : total=0 2022-03-09 13:52:37.116 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 13:52:37.118 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=1308 2022-03-09 13:52:37.121 | + lib/dstat:start_dstat:36 : run_process memory_tracker /home/ubuntu/devstack/tools/memory_tracker.sh '' root 2022-03-09 13:52:37.123 | + functions-common:run_process:1680 : local service=memory_tracker 2022-03-09 13:52:37.126 | + functions-common:run_process:1681 : local command=/home/ubuntu/devstack/tools/memory_tracker.sh 2022-03-09 13:52:37.128 | + functions-common:run_process:1682 : local group= 2022-03-09 13:52:37.131 | + functions-common:run_process:1683 : local user=root 2022-03-09 13:52:37.133 | + functions-common:run_process:1685 : local name=memory_tracker 2022-03-09 13:52:37.136 | + functions-common:run_process:1687 : time_start run_process 2022-03-09 13:52:37.138 | + functions-common:time_start:2411 : local name=run_process 2022-03-09 13:52:37.141 | + functions-common:time_start:2412 : local start_time= 2022-03-09 13:52:37.143 | + functions-common:time_start:2413 : [[ -n '' ]] 2022-03-09 13:52:37.146 | ++ functions-common:time_start:2416 : date +%s%3N 2022-03-09 13:52:37.151 | + functions-common:time_start:2416 : _TIME_START[$name]=1646833957148 2022-03-09 13:52:37.154 | + functions-common:run_process:1688 : is_service_enabled memory_tracker 2022-03-09 13:52:37.171 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:52:37.174 | + functions-common:run_process:1691 : time_stop run_process 2022-03-09 13:52:37.176 | + functions-common:time_stop:2425 : local name 2022-03-09 13:52:37.178 | + functions-common:time_stop:2426 : local end_time 2022-03-09 13:52:37.181 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 13:52:37.183 | + functions-common:time_stop:2428 : local total 2022-03-09 13:52:37.186 | + functions-common:time_stop:2429 : local start_time 2022-03-09 13:52:37.188 | + functions-common:time_stop:2431 : name=run_process 2022-03-09 13:52:37.190 | + functions-common:time_stop:2432 : start_time=1646833957148 2022-03-09 13:52:37.193 | + functions-common:time_stop:2434 : [[ -z 1646833957148 ]] 2022-03-09 13:52:37.196 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 13:52:37.200 | + functions-common:time_stop:2437 : end_time=1646833957198 2022-03-09 13:52:37.203 | + functions-common:time_stop:2438 : elapsed_time=50 2022-03-09 13:52:37.205 | + functions-common:time_stop:2439 : total=1308 2022-03-09 13:52:37.208 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 13:52:37.210 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=1358 2022-03-09 13:52:37.213 | + lib/dstat:start_dstat:40 : is_service_enabled peakmem_tracker 2022-03-09 13:52:37.231 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:52:37.233 | + ./stack.sh:main:1069 : is_service_enabled tcpdump 2022-03-09 13:52:37.251 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:52:37.254 | + ./stack.sh:main:1077 : is_service_enabled etcd3 2022-03-09 13:52:37.272 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:52:37.275 | + ./stack.sh:main:1078 : start_etcd3 2022-03-09 13:52:37.278 | + lib/etcd3:start_etcd3:41 : local cmd=/opt/stack/bin/etcd 2022-03-09 13:52:37.280 | + lib/etcd3:start_etcd3:42 : cmd+=' --name dv-neutron-832783-1-hyperv --data-dir /opt/stack/data/etcd' 2022-03-09 13:52:37.283 | + lib/etcd3:start_etcd3:43 : cmd+=' --initial-cluster-state new --initial-cluster-token etcd-cluster-01' 2022-03-09 13:52:37.285 | + lib/etcd3:start_etcd3:44 : cmd+=' --initial-cluster dv-neutron-832783-1-hyperv=http://10.222.0.30:2380' 2022-03-09 13:52:37.288 | + lib/etcd3:start_etcd3:45 : cmd+=' --initial-advertise-peer-urls http://10.222.0.30:2380' 2022-03-09 13:52:37.290 | + lib/etcd3:start_etcd3:46 : cmd+=' --advertise-client-urls http://10.222.0.30:2379' 2022-03-09 13:52:37.293 | + lib/etcd3:start_etcd3:47 : '[' 0.0.0.0 == :: ']' 2022-03-09 13:52:37.296 | + lib/etcd3:start_etcd3:50 : cmd+=' --listen-peer-urls http://0.0.0.0:2380 ' 2022-03-09 13:52:37.298 | + lib/etcd3:start_etcd3:52 : cmd+=' --listen-client-urls http://10.222.0.30:2379' 2022-03-09 13:52:37.301 | + lib/etcd3:start_etcd3:53 : '[' True == True ']' 2022-03-09 13:52:37.303 | + lib/etcd3:start_etcd3:54 : cmd+=' --debug' 2022-03-09 13:52:37.306 | + lib/etcd3:start_etcd3:57 : local unitfile=/etc/systemd/system/devstack@etcd.service 2022-03-09 13:52:37.308 | + lib/etcd3:start_etcd3:58 : write_user_unit_file devstack@etcd.service '/opt/stack/bin/etcd --name dv-neutron-832783-1-hyperv --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-neutron-832783-1-hyperv=http://10.222.0.30:2380 --initial-advertise-peer-urls http://10.222.0.30:2380 --advertise-client-urls http://10.222.0.30:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.30:2379 --debug' '' root 2022-03-09 13:52:37.311 | + functions-common:write_user_unit_file:1562 : local service=devstack@etcd.service 2022-03-09 13:52:37.313 | + functions-common:write_user_unit_file:1563 : local 'command=/opt/stack/bin/etcd --name dv-neutron-832783-1-hyperv --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-neutron-832783-1-hyperv=http://10.222.0.30:2380 --initial-advertise-peer-urls http://10.222.0.30:2380 --advertise-client-urls http://10.222.0.30:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.30:2379 --debug' 2022-03-09 13:52:37.316 | + functions-common:write_user_unit_file:1564 : local group= 2022-03-09 13:52:37.318 | + functions-common:write_user_unit_file:1565 : local user=root 2022-03-09 13:52:37.320 | + functions-common:write_user_unit_file:1566 : local extra= 2022-03-09 13:52:37.323 | + functions-common:write_user_unit_file:1567 : [[ -n '' ]] 2022-03-09 13:52:37.325 | + functions-common:write_user_unit_file:1570 : local unitfile=/etc/systemd/system/devstack@etcd.service 2022-03-09 13:52:37.327 | + functions-common:write_user_unit_file:1571 : mkdir -p /etc/systemd/system 2022-03-09 13:52:37.332 | + functions-common:write_user_unit_file:1573 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit Description 'Devstack devstack@etcd.service' 2022-03-09 13:52:37.398 | + functions-common:write_user_unit_file:1574 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service User root 2022-03-09 13:52:37.460 | + functions-common:write_user_unit_file:1575 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecStart '/opt/stack/bin/etcd --name dv-neutron-832783-1-hyperv --data-dir /opt/stack/data/etcd --initial-cluster-state new --initial-cluster-token etcd-cluster-01 --initial-cluster dv-neutron-832783-1-hyperv=http://10.222.0.30:2380 --initial-advertise-peer-urls http://10.222.0.30:2380 --advertise-client-urls http://10.222.0.30:2379 --listen-peer-urls http://0.0.0.0:2380 --listen-client-urls http://10.222.0.30:2379 --debug' 2022-03-09 13:52:37.514 | + functions-common:write_user_unit_file:1576 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service KillMode process 2022-03-09 13:52:37.564 | + functions-common:write_user_unit_file:1577 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service TimeoutStopSec 300 2022-03-09 13:52:37.615 | + functions-common:write_user_unit_file:1578 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-03-09 13:52:37.665 | + functions-common:write_user_unit_file:1579 : [[ -n '' ]] 2022-03-09 13:52:37.668 | + functions-common:write_user_unit_file:1582 : iniset -sudo /etc/systemd/system/devstack@etcd.service Install WantedBy multi-user.target 2022-03-09 13:52:37.728 | + functions-common:write_user_unit_file:1585 : sudo systemctl daemon-reload 2022-03-09 13:52:38.099 | + lib/etcd3:start_etcd3:60 : iniset -sudo /etc/systemd/system/devstack@etcd.service Unit After network.target 2022-03-09 13:52:38.152 | + lib/etcd3:start_etcd3:61 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Type notify 2022-03-09 13:52:38.207 | + lib/etcd3:start_etcd3:62 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service Restart on-failure 2022-03-09 13:52:38.259 | + lib/etcd3:start_etcd3:63 : iniset -sudo /etc/systemd/system/devstack@etcd.service Service LimitNOFILE 65536 2022-03-09 13:52:38.310 | + lib/etcd3:start_etcd3:64 : is_arch aarch64 2022-03-09 13:52:38.313 | ++ functions-common:is_arch:506 : uname -m 2022-03-09 13:52:38.317 | + functions-common:is_arch:506 : [[ x86_64 == \a\a\r\c\h\6\4 ]] 2022-03-09 13:52:38.320 | + lib/etcd3:start_etcd3:68 : sudo systemctl daemon-reload 2022-03-09 13:52:38.711 | + lib/etcd3:start_etcd3:69 : sudo systemctl enable devstack@etcd.service 2022-03-09 13:52:38.725 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@etcd.service → /etc/systemd/system/devstack@etcd.service. 2022-03-09 13:52:39.094 | + lib/etcd3:start_etcd3:70 : sudo systemctl start devstack@etcd.service 2022-03-09 13:52:39.567 | + ./stack.sh:main:1084 : is_service_enabled tls-proxy 2022-03-09 13:52:39.585 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:52:39.588 | + ./stack.sh:main:1089 : write_clouds_yaml 2022-03-09 13:52:39.591 | + functions-common:write_clouds_yaml:79 : CLOUDS_YAML=/etc/openstack/clouds.yaml 2022-03-09 13:52:39.594 | ++ functions-common:write_clouds_yaml:81 : dirname /etc/openstack/clouds.yaml 2022-03-09 13:52:39.598 | + functions-common:write_clouds_yaml:81 : sudo mkdir -p /etc/openstack 2022-03-09 13:52:39.609 | + functions-common:write_clouds_yaml:82 : sudo chown -R ubuntu /etc/openstack 2022-03-09 13:52:39.622 | + functions-common:write_clouds_yaml:84 : CA_CERT_ARG= 2022-03-09 13:52:39.624 | + functions-common:write_clouds_yaml:85 : '[' -f /opt/stack/data/ca-bundle.pem ']' 2022-03-09 13:52:39.626 | + 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.30/identity --os-username demo --os-password Passw0rd --os-project-name demo 2022-03-09 13:52:39.773 | + 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.30/identity --os-username admin --os-password Passw0rd --os-project-name admin 2022-03-09 13:52:39.910 | + 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.30/identity --os-username admin --os-password Passw0rd --os-project-name demo 2022-03-09 13:52:40.049 | + 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.30/identity --os-username alt_demo --os-password Passw0rd --os-project-name alt_demo 2022-03-09 13:52:40.185 | + 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.30/identity --os-username alt_demo_member --os-password Passw0rd --os-project-name alt_demo 2022-03-09 13:52:40.321 | + 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.30/identity --os-username alt_demo_reader --os-password Passw0rd --os-project-name alt_demo 2022-03-09 13:52:40.458 | + 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.30/identity --os-username demo_reader --os-password Passw0rd --os-project-name demo 2022-03-09 13:52:40.594 | + 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.30/identity --os-username admin --os-password Passw0rd --os-system-scope all 2022-03-09 13:52:40.730 | + 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.30/identity --os-username system_member --os-password Passw0rd --os-system-scope all 2022-03-09 13:52:40.867 | + 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.30/identity --os-username system_reader --os-password Passw0rd --os-system-scope all 2022-03-09 13:52:41.003 | + functions-common:write_clouds_yaml:198 : cat 2022-03-09 13:52:41.008 | ++ functions-common:write_clouds_yaml:204 : eval echo '~ubuntu' 2022-03-09 13:52:41.011 | +++ functions-common:write_clouds_yaml:204 : echo /home/ubuntu 2022-03-09 13:52:41.014 | + functions-common:write_clouds_yaml:204 : rm -f /home/ubuntu/.config/openstack/clouds.yaml 2022-03-09 13:52:41.018 | + ./stack.sh:main:1090 : export OS_CLOUD=devstack-admin 2022-03-09 13:52:41.021 | + ./stack.sh:main:1090 : OS_CLOUD=devstack-admin 2022-03-09 13:52:41.023 | + ./stack.sh:main:1092 : is_service_enabled keystone 2022-03-09 13:52:41.040 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:52:41.042 | + ./stack.sh:main:1093 : echo_summary 'Starting Keystone' 2022-03-09 13:52:41.045 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-03-09 13:52:41.048 | + ./stack.sh:echo_summary:446 : echo -e Starting Keystone 2022-03-09 13:52:41.050 | + ./stack.sh:main:1095 : '[' 10.222.0.30 == 10.222.0.30 ']' 2022-03-09 13:52:41.053 | + ./stack.sh:main:1096 : init_keystone 2022-03-09 13:52:41.055 | + lib/keystone:init_keystone:473 : is_service_enabled ldap 2022-03-09 13:52:41.070 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:52:41.073 | + lib/keystone:init_keystone:477 : [[ True == True ]] 2022-03-09 13:52:41.075 | + lib/keystone:init_keystone:479 : recreate_database keystone 2022-03-09 13:52:41.077 | + lib/database:recreate_database:112 : local db=keystone 2022-03-09 13:52:41.080 | + lib/database:recreate_database:113 : recreate_database_mysql keystone 2022-03-09 13:52:41.082 | + lib/databases/mysql:recreate_database_mysql:66 : local db=keystone 2022-03-09 13:52:41.085 | + lib/databases/mysql:recreate_database_mysql:67 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'DROP DATABASE IF EXISTS keystone;' 2022-03-09 13:52:41.090 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-03-09 13:52:47.270 | + lib/databases/mysql:recreate_database_mysql:68 : mysql -uroot -pPassw0rd -h127.0.0.1 -e 'CREATE DATABASE keystone CHARACTER SET utf8;' 2022-03-09 13:52:47.275 | mysql: [Warning] Using a password on the command line interface can be insecure. 2022-03-09 13:52:47.405 | + lib/keystone:init_keystone:482 : time_start dbsync 2022-03-09 13:52:47.407 | + functions-common:time_start:2411 : local name=dbsync 2022-03-09 13:52:47.410 | + functions-common:time_start:2412 : local start_time= 2022-03-09 13:52:47.412 | + functions-common:time_start:2413 : [[ -n '' ]] 2022-03-09 13:52:47.415 | ++ functions-common:time_start:2416 : date +%s%3N 2022-03-09 13:52:47.420 | + functions-common:time_start:2416 : _TIME_START[$name]=1646833967417 2022-03-09 13:52:47.422 | + lib/keystone:init_keystone:484 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf db_sync 2022-03-09 13:52:52.163 | 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=442744) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-03-09 13:52:52.170 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-03-09 13:52:52.171 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:52:52.171 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:52:52.171 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:52:52.171 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:52:52.172 | 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=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:52:52.172 | 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=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:52:52.172 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:52:52.172 | 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=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:52:52.172 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:52:52.172 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:52:52.173 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:52:52.173 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:52:52.173 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:52:52.173 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:52:52.173 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-03-09 13:52:52.173 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-03-09 13:52:52.199 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-03-09 13:52:52.199 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:52:52.200 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:52:52.200 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:52:52.200 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:52:52.200 | 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=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:52:52.200 | 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=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:52:52.200 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:52:52.201 | 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=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:52:52.201 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:52:52.201 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:52:52.201 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:52:52.201 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:52:52.202 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:52:52.202 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:52:52.202 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-03-09 13:52:52.202 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-03-09 13:52:52.770 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-03-09 13:52:52.771 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:52:52.771 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:52:52.771 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:52:52.772 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:52:52.772 | 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=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:52:52.772 | 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=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:52:52.772 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:52:52.772 | 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=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:52:52.773 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:52:52.773 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:52:52.773 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:52:52.773 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:52:52.773 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:52:52.773 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:52:52.773 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-03-09 13:52:52.774 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-03-09 13:52:52.781 | INFO migrate.versioning.api [-] 72 -> 73...  2022-03-09 13:53:19.203 | INFO migrate.versioning.api [-] done 2022-03-09 13:53:19.203 | INFO migrate.versioning.api [-] 73 -> 74...  2022-03-09 13:53:19.312 | INFO migrate.versioning.api [-] done 2022-03-09 13:53:19.312 | INFO migrate.versioning.api [-] 74 -> 75...  2022-03-09 13:53:19.374 | INFO migrate.versioning.api [-] done 2022-03-09 13:53:19.374 | INFO migrate.versioning.api [-] 75 -> 76...  2022-03-09 13:53:19.437 | INFO migrate.versioning.api [-] done 2022-03-09 13:53:19.437 | INFO migrate.versioning.api [-] 76 -> 77...  2022-03-09 13:53:19.512 | INFO migrate.versioning.api [-] done 2022-03-09 13:53:19.512 | INFO migrate.versioning.api [-] 77 -> 78...  2022-03-09 13:53:19.568 | INFO migrate.versioning.api [-] done 2022-03-09 13:53:19.569 | INFO migrate.versioning.api [-] 78 -> 79...  2022-03-09 13:53:20.443 | INFO migrate.versioning.api [-] done 2022-03-09 13:53:20.443 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-03-09 13:53:20.445 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:20.445 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:20.445 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:20.445 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:20.445 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:20.446 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:20.446 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:20.446 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:20.446 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:20.446 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:20.446 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:20.447 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:20.447 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:20.447 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:20.447 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-03-09 13:53:20.447 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-03-09 13:53:20.448 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-03-09 13:53:20.449 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:20.449 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/075_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:20.449 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:20.449 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/077_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:20.449 | 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=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:20.449 | 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=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:20.450 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/073_expand_initial_migration.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:20.453 | 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=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:20.453 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:20.453 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/074_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:20.453 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:20.453 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/078_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:20.453 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:20.453 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo/versions/076_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:20.453 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/expand_repo loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-03-09 13:53:20.453 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_expand', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-03-09 13:53:20.459 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-03-09 13:53:20.460 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:20.460 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:20.460 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:20.460 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:20.460 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:20.460 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:20.461 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:20.461 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:20.461 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:20.461 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:20.461 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:20.462 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:20.462 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:20.462 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:20.462 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-03-09 13:53:20.462 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-03-09 13:53:20.832 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-03-09 13:53:20.833 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:20.833 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:20.833 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:20.833 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:20.834 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:20.834 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:20.834 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:20.834 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:20.834 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:20.834 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:20.835 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:20.835 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:20.835 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:20.835 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:20.835 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-03-09 13:53:20.836 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-03-09 13:53:20.906 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-03-09 13:53:20.907 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:20.907 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:20.908 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:20.908 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:20.908 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:20.908 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:20.908 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:20.908 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:20.909 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:20.909 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:20.909 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:20.909 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:20.909 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:20.909 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:20.909 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-03-09 13:53:20.910 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-03-09 13:53:20.917 | INFO migrate.versioning.api [-] 72 -> 73...  2022-03-09 13:53:21.066 | INFO migrate.versioning.api [-] done 2022-03-09 13:53:21.066 | INFO migrate.versioning.api [-] 73 -> 74...  2022-03-09 13:53:21.123 | INFO migrate.versioning.api [-] done 2022-03-09 13:53:21.123 | INFO migrate.versioning.api [-] 74 -> 75...  2022-03-09 13:53:21.203 | INFO migrate.versioning.api [-] done 2022-03-09 13:53:21.203 | INFO migrate.versioning.api [-] 75 -> 76...  2022-03-09 13:53:21.276 | INFO migrate.versioning.api [-] done 2022-03-09 13:53:21.276 | INFO migrate.versioning.api [-] 76 -> 77...  2022-03-09 13:53:21.380 | INFO migrate.versioning.api [-] done 2022-03-09 13:53:21.380 | INFO migrate.versioning.api [-] 77 -> 78...  2022-03-09 13:53:21.472 | INFO migrate.versioning.api [-] done 2022-03-09 13:53:21.472 | INFO migrate.versioning.api [-] 78 -> 79...  2022-03-09 13:53:21.541 | INFO migrate.versioning.api [-] done 2022-03-09 13:53:21.541 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-03-09 13:53:21.542 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:21.542 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:21.542 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:21.542 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:21.543 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:21.543 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:21.543 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:21.543 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:21.543 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:21.543 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:21.544 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:21.544 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:21.544 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:21.544 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:21.544 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-03-09 13:53:21.544 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-03-09 13:53:21.545 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-03-09 13:53:21.545 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:21.546 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/075_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:21.546 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:21.546 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/077_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:21.546 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:21.546 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/074_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:21.546 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:21.547 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/078_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:21.547 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:21.547 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/073_migrate_initial_migration.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:21.547 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:21.547 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/076_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:21.547 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:21.547 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo/versions/079_migrate_update_local_id_limit.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:21.548 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/data_migration_repo loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-03-09 13:53:21.548 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_data_migrate', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-03-09 13:53:21.556 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-03-09 13:53:21.556 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:21.557 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:21.557 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:21.557 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:21.557 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:21.557 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:21.557 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:21.558 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:21.558 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:21.558 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:21.558 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:21.558 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:21.561 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:21.561 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:21.561 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-03-09 13:53:21.561 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-03-09 13:53:21.871 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-03-09 13:53:21.871 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:21.872 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:21.872 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:21.872 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:21.872 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:21.872 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:21.872 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:21.873 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:21.873 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:21.873 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:21.873 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:21.873 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:21.873 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:21.874 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:21.874 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-03-09 13:53:21.874 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-03-09 13:53:21.973 | DEBUG migrate.versioning.repository [-] Loading repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:76}} 2022-03-09 13:53:21.974 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:21.974 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/075_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:21.975 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:21.975 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/077_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:21.975 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:21.976 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/073_contract_initial_migration.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:21.976 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:21.976 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/074_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:21.976 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:21.976 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/078_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:21.976 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:21.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/079_contract_update_local_id_limit.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:21.977 | DEBUG migrate.versioning.script.base [-] Loading script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py... {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:27}} 2022-03-09 13:53:21.977 | DEBUG migrate.versioning.script.base [-] Script /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo/versions/076_placeholder.py loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/script/base.py:30}} 2022-03-09 13:53:21.977 | DEBUG migrate.versioning.repository [-] Repository /opt/stack/keystone/keystone/common/sql/legacy_migrations/contract_repo loaded successfully {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:82}} 2022-03-09 13:53:21.977 | DEBUG migrate.versioning.repository [-] Config: {'db_settings': {'repository_id': 'keystone_contract', 'version_table': 'migrate_version', 'required_dbs': '[]', 'use_timestamp_numbering': 'False'}} {{(pid=442744) __init__ /usr/local/lib/python3.8/dist-packages/migrate/versioning/repository.py:83}} 2022-03-09 13:53:21.984 | INFO migrate.versioning.api [-] 72 -> 73...  2022-03-09 13:53:22.042 | INFO migrate.versioning.api [-] done 2022-03-09 13:53:22.042 | INFO migrate.versioning.api [-] 73 -> 74...  2022-03-09 13:53:22.128 | INFO migrate.versioning.api [-] done 2022-03-09 13:53:22.128 | INFO migrate.versioning.api [-] 74 -> 75...  2022-03-09 13:53:22.202 | INFO migrate.versioning.api [-] done 2022-03-09 13:53:22.202 | INFO migrate.versioning.api [-] 75 -> 76...  2022-03-09 13:53:22.283 | INFO migrate.versioning.api [-] done 2022-03-09 13:53:22.283 | INFO migrate.versioning.api [-] 76 -> 77...  2022-03-09 13:53:22.414 | INFO migrate.versioning.api [-] done 2022-03-09 13:53:22.414 | INFO migrate.versioning.api [-] 77 -> 78...  2022-03-09 13:53:22.494 | INFO migrate.versioning.api [-] done 2022-03-09 13:53:22.494 | INFO migrate.versioning.api [-] 78 -> 79...  2022-03-09 13:53:22.552 | INFO migrate.versioning.api [-] done 2022-03-09 13:53:22.950 | + lib/keystone:init_keystone:485 : time_stop dbsync 2022-03-09 13:53:22.952 | + functions-common:time_stop:2425 : local name 2022-03-09 13:53:22.955 | + functions-common:time_stop:2426 : local end_time 2022-03-09 13:53:22.957 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 13:53:22.960 | + functions-common:time_stop:2428 : local total 2022-03-09 13:53:22.962 | + functions-common:time_stop:2429 : local start_time 2022-03-09 13:53:22.965 | + functions-common:time_stop:2431 : name=dbsync 2022-03-09 13:53:22.967 | + functions-common:time_stop:2432 : start_time=1646833967417 2022-03-09 13:53:22.969 | + functions-common:time_stop:2434 : [[ -z 1646833967417 ]] 2022-03-09 13:53:22.973 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 13:53:22.978 | + functions-common:time_stop:2437 : end_time=1646834002974 2022-03-09 13:53:22.980 | + functions-common:time_stop:2438 : elapsed_time=35557 2022-03-09 13:53:22.982 | + functions-common:time_stop:2439 : total=0 2022-03-09 13:53:22.985 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 13:53:22.987 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=35557 2022-03-09 13:53:22.990 | + lib/keystone:init_keystone:487 : [[ fernet == \f\e\r\n\e\t ]] 2022-03-09 13:53:22.993 | + lib/keystone:init_keystone:488 : rm -rf /etc/keystone/fernet-keys/ 2022-03-09 13:53:22.996 | + lib/keystone:init_keystone:489 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf fernet_setup 2022-03-09 13:53:27.582 | INFO keystone.common.utils [-] /etc/keystone/fernet-keys/ does not appear to exist; attempting to create it 2022-03-09 13:53:27.583 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2022-03-09 13:53:27.583 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2022-03-09 13:53:27.583 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/fernet-keys/0'] 2022-03-09 13:53:27.583 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/fernet-keys/0.tmp 2022-03-09 13:53:27.584 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2022-03-09 13:53:27.584 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2022-03-09 13:53:27.585 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2022-03-09 13:53:27.585 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/fernet-keys/0 2022-03-09 13:53:27.946 | + lib/keystone:init_keystone:491 : rm -rf /etc/keystone/credential-keys/ 2022-03-09 13:53:27.950 | + lib/keystone:init_keystone:492 : /usr/local/bin/keystone-manage --config-file /etc/keystone/keystone.conf credential_setup 2022-03-09 13:53:32.519 | INFO keystone.common.utils [-] /etc/keystone/credential-keys/ does not appear to exist; attempting to create it 2022-03-09 13:53:32.519 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2022-03-09 13:53:32.520 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2022-03-09 13:53:32.520 | INFO keystone.common.fernet_utils [-] Starting key rotation with 1 key files: ['/etc/keystone/credential-keys/0'] 2022-03-09 13:53:32.520 | INFO keystone.common.fernet_utils [-] Created a new temporary key: /etc/keystone/credential-keys/0.tmp 2022-03-09 13:53:32.520 | INFO keystone.common.fernet_utils [-] Current primary key is: 0 2022-03-09 13:53:32.521 | INFO keystone.common.fernet_utils [-] Next primary key will be: 1 2022-03-09 13:53:32.521 | INFO keystone.common.fernet_utils [-] Promoted key 0 to be the primary: 1 2022-03-09 13:53:32.521 | INFO keystone.common.fernet_utils [-] Become a valid new key: /etc/keystone/credential-keys/0 2022-03-09 13:53:32.876 | + ./stack.sh:main:1097 : start_keystone 2022-03-09 13:53:32.878 | + lib/keystone:start_keystone:550 : local service_port=5000 2022-03-09 13:53:32.882 | + lib/keystone:start_keystone:551 : local auth_protocol=http 2022-03-09 13:53:32.884 | + lib/keystone:start_keystone:552 : is_service_enabled tls-proxy 2022-03-09 13:53:32.902 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:53:32.904 | + lib/keystone:start_keystone:557 : '[' uwsgi == mod_wsgi ']' 2022-03-09 13:53:32.908 | ++ lib/keystone:start_keystone:561 : which uwsgi 2022-03-09 13:53:32.912 | + lib/keystone:start_keystone:561 : run_process keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' 2022-03-09 13:53:32.914 | + functions-common:run_process:1680 : local service=keystone 2022-03-09 13:53:32.917 | + functions-common:run_process:1681 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-03-09 13:53:32.919 | + functions-common:run_process:1682 : local group= 2022-03-09 13:53:32.922 | + functions-common:run_process:1683 : local user= 2022-03-09 13:53:32.928 | + functions-common:run_process:1685 : local name=keystone 2022-03-09 13:53:32.928 | + functions-common:run_process:1687 : time_start run_process 2022-03-09 13:53:32.929 | + functions-common:time_start:2411 : local name=run_process 2022-03-09 13:53:32.932 | + functions-common:time_start:2412 : local start_time= 2022-03-09 13:53:32.934 | + functions-common:time_start:2413 : [[ -n '' ]] 2022-03-09 13:53:32.937 | ++ functions-common:time_start:2416 : date +%s%3N 2022-03-09 13:53:32.941 | + functions-common:time_start:2416 : _TIME_START[$name]=1646834012939 2022-03-09 13:53:32.944 | + functions-common:run_process:1688 : is_service_enabled keystone 2022-03-09 13:53:32.961 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:53:32.963 | + functions-common:run_process:1689 : _run_under_systemd keystone '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' '' 2022-03-09 13:53:32.966 | + functions-common:_run_under_systemd:1645 : local service=keystone 2022-03-09 13:53:32.968 | + functions-common:_run_under_systemd:1646 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-03-09 13:53:32.970 | + functions-common:_run_under_systemd:1647 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-03-09 13:53:32.973 | + functions-common:_run_under_systemd:1649 : _common_systemd_pitfalls '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-03-09 13:53:32.975 | + functions-common:_common_systemd_pitfalls:1617 : local 'cmd=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-03-09 13:53:32.977 | + functions-common:_common_systemd_pitfalls:1620 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ sudo ]] 2022-03-09 13:53:32.980 | + functions-common:_common_systemd_pitfalls:1631 : [[ ! /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ ^/ ]] 2022-03-09 13:53:32.982 | + functions-common:_run_under_systemd:1651 : local systemd_service=devstack@keystone.service 2022-03-09 13:53:32.984 | + functions-common:_run_under_systemd:1652 : local group= 2022-03-09 13:53:32.990 | + functions-common:_run_under_systemd:1653 : local user=ubuntu 2022-03-09 13:53:32.990 | + functions-common:_run_under_systemd:1654 : [[ /usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini =~ uwsgi ]] 2022-03-09 13:53:32.992 | + functions-common:_run_under_systemd:1655 : write_uwsgi_user_unit_file devstack@keystone.service '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' '' ubuntu 2022-03-09 13:53:32.994 | + functions-common:write_uwsgi_user_unit_file:1589 : local service=devstack@keystone.service 2022-03-09 13:53:32.997 | + functions-common:write_uwsgi_user_unit_file:1590 : local 'command=/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-03-09 13:53:32.999 | + functions-common:write_uwsgi_user_unit_file:1591 : local group= 2022-03-09 13:53:33.001 | + functions-common:write_uwsgi_user_unit_file:1592 : local user=ubuntu 2022-03-09 13:53:33.003 | + functions-common:write_uwsgi_user_unit_file:1593 : local unitfile=/etc/systemd/system/devstack@keystone.service 2022-03-09 13:53:33.007 | + functions-common:write_uwsgi_user_unit_file:1594 : mkdir -p /etc/systemd/system 2022-03-09 13:53:33.010 | + functions-common:write_uwsgi_user_unit_file:1596 : iniset -sudo /etc/systemd/system/devstack@keystone.service Unit Description 'Devstack devstack@keystone.service' 2022-03-09 13:53:33.060 | + functions-common:write_uwsgi_user_unit_file:1597 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service SyslogIdentifier devstack@keystone.service 2022-03-09 13:53:33.110 | + functions-common:write_uwsgi_user_unit_file:1598 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service User ubuntu 2022-03-09 13:53:33.161 | + functions-common:write_uwsgi_user_unit_file:1599 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecStart '/usr/bin/uwsgi --procname-prefix keystone --ini /etc/keystone/keystone-uwsgi-public.ini' 2022-03-09 13:53:33.219 | + functions-common:write_uwsgi_user_unit_file:1600 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service ExecReload '/usr/bin/kill -HUP $MAINPID' 2022-03-09 13:53:33.270 | + functions-common:write_uwsgi_user_unit_file:1601 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Type notify 2022-03-09 13:53:33.328 | + functions-common:write_uwsgi_user_unit_file:1602 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service KillMode process 2022-03-09 13:53:33.385 | + functions-common:write_uwsgi_user_unit_file:1603 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service Restart always 2022-03-09 13:53:33.436 | + functions-common:write_uwsgi_user_unit_file:1604 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service NotifyAccess all 2022-03-09 13:53:33.488 | + functions-common:write_uwsgi_user_unit_file:1605 : iniset -sudo /etc/systemd/system/devstack@keystone.service Service RestartForceExitStatus 100 2022-03-09 13:53:33.540 | + functions-common:write_uwsgi_user_unit_file:1607 : [[ -n '' ]] 2022-03-09 13:53:33.543 | + functions-common:write_uwsgi_user_unit_file:1610 : iniset -sudo /etc/systemd/system/devstack@keystone.service Install WantedBy multi-user.target 2022-03-09 13:53:33.594 | + functions-common:write_uwsgi_user_unit_file:1613 : sudo systemctl daemon-reload 2022-03-09 13:53:33.972 | + functions-common:_run_under_systemd:1660 : sudo systemctl enable devstack@keystone.service 2022-03-09 13:53:33.986 | Created symlink /etc/systemd/system/multi-user.target.wants/devstack@keystone.service → /etc/systemd/system/devstack@keystone.service. 2022-03-09 13:53:34.350 | + functions-common:_run_under_systemd:1661 : sudo systemctl start devstack@keystone.service 2022-03-09 13:53:34.428 | + functions-common:run_process:1691 : time_stop run_process 2022-03-09 13:53:34.430 | + functions-common:time_stop:2425 : local name 2022-03-09 13:53:34.433 | + functions-common:time_stop:2426 : local end_time 2022-03-09 13:53:34.435 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 13:53:34.437 | + functions-common:time_stop:2428 : local total 2022-03-09 13:53:34.440 | + functions-common:time_stop:2429 : local start_time 2022-03-09 13:53:34.442 | + functions-common:time_stop:2431 : name=run_process 2022-03-09 13:53:34.447 | + functions-common:time_stop:2432 : start_time=1646834012939 2022-03-09 13:53:34.449 | + functions-common:time_stop:2434 : [[ -z 1646834012939 ]] 2022-03-09 13:53:34.452 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 13:53:34.457 | + functions-common:time_stop:2437 : end_time=1646834014454 2022-03-09 13:53:34.460 | + functions-common:time_stop:2438 : elapsed_time=1515 2022-03-09 13:53:34.464 | + functions-common:time_stop:2439 : total=1358 2022-03-09 13:53:34.467 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 13:53:34.469 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=2873 2022-03-09 13:53:34.471 | + lib/keystone:start_keystone:564 : echo 'Waiting for keystone to start...' 2022-03-09 13:53:34.472 | Waiting for keystone to start... 2022-03-09 13:53:34.474 | + lib/keystone:start_keystone:570 : local service_uri=http://10.222.0.30/identity/v3/ 2022-03-09 13:53:34.476 | + lib/keystone:start_keystone:572 : wait_for_service 60 http://10.222.0.30/identity/v3/ 2022-03-09 13:53:34.479 | + functions:wait_for_service:457 : local timeout=60 2022-03-09 13:53:34.481 | + functions:wait_for_service:458 : local url=http://10.222.0.30/identity/v3/ 2022-03-09 13:53:34.483 | + functions:wait_for_service:459 : local rval=0 2022-03-09 13:53:34.486 | + functions:wait_for_service:460 : time_start wait_for_service 2022-03-09 13:53:34.488 | + functions-common:time_start:2411 : local name=wait_for_service 2022-03-09 13:53:34.491 | + functions-common:time_start:2412 : local start_time= 2022-03-09 13:53:34.493 | + functions-common:time_start:2413 : [[ -n '' ]] 2022-03-09 13:53:34.496 | ++ functions-common:time_start:2416 : date +%s%3N 2022-03-09 13:53:34.501 | + functions-common:time_start:2416 : _TIME_START[$name]=1646834014498 2022-03-09 13:53:34.503 | + functions:wait_for_service:461 : timeout 60 bash -x 2022-03-09 13:53:34.509 | ++ :: : curl -g -k --noproxy '*' -s -o /dev/null -w '%{http_code}' http://10.222.0.30/identity/v3/ 2022-03-09 13:53:41.036 | + :: : [[ 200 == 503 ]] 2022-03-09 13:53:41.038 | + :: : [[ 0 -eq 7 ]] 2022-03-09 13:53:41.041 | + functions:wait_for_service:466 : time_stop wait_for_service 2022-03-09 13:53:41.044 | + functions-common:time_stop:2425 : local name 2022-03-09 13:53:41.046 | + functions-common:time_stop:2426 : local end_time 2022-03-09 13:53:41.048 | + functions-common:time_stop:2427 : local elapsed_time 2022-03-09 13:53:41.051 | + functions-common:time_stop:2428 : local total 2022-03-09 13:53:41.054 | + functions-common:time_stop:2429 : local start_time 2022-03-09 13:53:41.056 | + functions-common:time_stop:2431 : name=wait_for_service 2022-03-09 13:53:41.058 | + functions-common:time_stop:2432 : start_time=1646834014498 2022-03-09 13:53:41.061 | + functions-common:time_stop:2434 : [[ -z 1646834014498 ]] 2022-03-09 13:53:41.064 | ++ functions-common:time_stop:2437 : date +%s%3N 2022-03-09 13:53:41.068 | + functions-common:time_stop:2437 : end_time=1646834021065 2022-03-09 13:53:41.071 | + functions-common:time_stop:2438 : elapsed_time=6567 2022-03-09 13:53:41.073 | + functions-common:time_stop:2439 : total=0 2022-03-09 13:53:41.076 | + functions-common:time_stop:2441 : _TIME_START[$name]= 2022-03-09 13:53:41.078 | + functions-common:time_stop:2442 : _TIME_TOTAL[$name]=6567 2022-03-09 13:53:41.081 | + functions:wait_for_service:467 : return 0 2022-03-09 13:53:41.083 | + lib/keystone:start_keystone:577 : is_service_enabled tls-proxy 2022-03-09 13:53:41.100 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:53:41.103 | + lib/keystone:start_keystone:582 : restart_service memcached 2022-03-09 13:53:41.105 | + functions-common:restart_service:2309 : '[' -x /bin/systemctl ']' 2022-03-09 13:53:41.107 | + functions-common:restart_service:2310 : sudo /bin/systemctl restart memcached 2022-03-09 13:53:41.135 | + ./stack.sh:main:1098 : bootstrap_keystone 2022-03-09 13:53:41.139 | + 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.30/identity 2022-03-09 13:53:45.803 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.deleted`. {{(pid=443524) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 13:53:45.804 | DEBUG keystone.notifications [-] Callback: `keystone.application_credential.core.Manager._delete_app_creds_on_user_delete_callback` subscribed to event `identity.user.disabled`. {{(pid=443524) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 13:53:45.804 | 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=443524) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 13:53:45.811 | DEBUG keystone.notifications [-] Callback: `keystone.assignment.core.Manager._delete_domain_assignments` subscribed to event `identity.domain.deleted`. {{(pid=443524) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 13:53:45.828 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.project.deleted`. {{(pid=443524) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 13:53:45.828 | DEBUG keystone.notifications [-] Callback: `keystone.catalog.core.Manager._on_project_or_endpoint_delete` subscribed to event `identity.endpoint.deleted`. {{(pid=443524) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 13:53:45.859 | DEBUG keystone.notifications [-] Callback: `keystone.federation.core.Manager._cleanup_identity_provider` subscribed to event `identity.domain_deleted.internal`. {{(pid=443524) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 13:53:45.891 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._domain_deleted` subscribed to event `identity.domain_deleted.internal`. {{(pid=443524) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 13:53:45.892 | DEBUG keystone.notifications [-] Callback: `keystone.identity.core.Manager._unset_default_project` subscribed to event `identity.project.deleted`. {{(pid=443524) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 13:53:45.981 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._trust_callback` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=443524) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 13:53:45.982 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._consumer_callback` subscribed to event `identity.OS-OAUTH1:consumer.deleted`. {{(pid=443524) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 13:53:45.982 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.deleted`. {{(pid=443524) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 13:53:45.982 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._project_callback` subscribed to event `identity.project.deleted`. {{(pid=443524) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 13:53:45.982 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.user.disabled`. {{(pid=443524) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 13:53:45.982 | DEBUG keystone.notifications [-] Callback: `keystone.revoke.core.Manager._user_callback` subscribed to event `identity.persist_revocation_event_for_user.internal`. {{(pid=443524) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 13:53:45.995 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=443524) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 13:53:45.995 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.deleted`. {{(pid=443524) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 13:53:45.995 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.deleted`. {{(pid=443524) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 13:53:45.996 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.user.disabled`. {{(pid=443524) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 13:53:45.996 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.domain.disabled`. {{(pid=443524) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 13:53:45.996 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.project.disabled`. {{(pid=443524) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 13:53:45.996 | DEBUG keystone.notifications [-] Callback: `keystone.receipt.provider.Manager._drop_receipt_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=443524) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 13:53:46.003 | DEBUG keystone.notifications [-] Callback: `keystone.trust.core.Manager._on_user_delete` subscribed to event `identity.user.deleted`. {{(pid=443524) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 13:53:46.007 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.OS-TRUST:trust.deleted`. {{(pid=443524) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 13:53:46.007 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.deleted`. {{(pid=443524) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 13:53:46.007 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.deleted`. {{(pid=443524) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 13:53:46.007 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.user.disabled`. {{(pid=443524) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 13:53:46.007 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.domain.disabled`. {{(pid=443524) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 13:53:46.008 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.project.disabled`. {{(pid=443524) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 13:53:46.008 | DEBUG keystone.notifications [-] Callback: `keystone.token.provider.Manager._drop_token_cache` subscribed to event `identity.invalidate_token_cache.internal`. {{(pid=443524) register_event_callback /opt/stack/keystone/keystone/notifications.py:295}} 2022-03-09 13:53:46.039 | 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=443524) _check_effective_sql_mode /usr/local/lib/python3.8/dist-packages/oslo_db/sqlalchemy/engines.py:314}} 2022-03-09 13:53:46.423 | INFO keystone.cmd.bootstrap [None req-078e5a31-321a-44ab-8dc5-dad28a57877f None None] Created domain default 2022-03-09 13:53:46.553 | INFO keystone.cmd.bootstrap [None req-078e5a31-321a-44ab-8dc5-dad28a57877f None None] Created project admin 2022-03-09 13:53:46.581 | DEBUG passlib.handlers.bcrypt [None req-078e5a31-321a-44ab-8dc5-dad28a57877f None None] detected 'bcrypt' backend, version '3.2.0' {{(pid=443524) _load_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:625}} 2022-03-09 13:53:46.582 | DEBUG passlib.handlers.bcrypt [None req-078e5a31-321a-44ab-8dc5-dad28a57877f None None] 'bcrypt' backend lacks $2$ support, enabling workaround {{(pid=443524) _finalize_backend_mixin /usr/local/lib/python3.8/dist-packages/passlib/handlers/bcrypt.py:406}} 2022-03-09 13:53:46.716 | INFO keystone.cmd.bootstrap [None req-078e5a31-321a-44ab-8dc5-dad28a57877f None None] Created user admin 2022-03-09 13:53:46.820 | INFO keystone.cmd.bootstrap [None req-078e5a31-321a-44ab-8dc5-dad28a57877f None None] Created role reader 2022-03-09 13:53:46.907 | INFO keystone.cmd.bootstrap [None req-078e5a31-321a-44ab-8dc5-dad28a57877f None None] Created role member 2022-03-09 13:53:47.024 | INFO keystone.cmd.bootstrap [None req-078e5a31-321a-44ab-8dc5-dad28a57877f None None] Created implied role where 4baa9d7e2cd94fdcbbb097a99785af74 implies a7906be80cee4a32b760ade3c8064340 2022-03-09 13:53:47.107 | INFO keystone.cmd.bootstrap [None req-078e5a31-321a-44ab-8dc5-dad28a57877f None None] Created role admin 2022-03-09 13:53:47.179 | INFO keystone.cmd.bootstrap [None req-078e5a31-321a-44ab-8dc5-dad28a57877f None None] Created implied role where 195c2bc5d301437095db93662cfd5db5 implies 4baa9d7e2cd94fdcbbb097a99785af74 2022-03-09 13:53:47.239 | INFO keystone.cmd.bootstrap [None req-078e5a31-321a-44ab-8dc5-dad28a57877f None None] Granted role admin on project admin to user admin. 2022-03-09 13:53:47.298 | INFO keystone.cmd.bootstrap [None req-078e5a31-321a-44ab-8dc5-dad28a57877f None None] Granted role admin on the system to user admin. 2022-03-09 13:53:47.378 | WARNING py.warnings [None req-078e5a31-321a-44ab-8dc5-dad28a57877f 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-03-09 13:53:47.378 | warnings.warn(('Invalid uuid: %s. To ensure interoperability, ' 2022-03-09 13:53:47.378 |  2022-03-09 13:53:47.382 | INFO keystone.cmd.bootstrap [None req-078e5a31-321a-44ab-8dc5-dad28a57877f None None] Created region RegionOne 2022-03-09 13:53:47.535 | INFO keystone.cmd.bootstrap [None req-078e5a31-321a-44ab-8dc5-dad28a57877f None None] Created public endpoint http://10.222.0.30/identity 2022-03-09 13:53:47.981 | + lib/keystone:bootstrap_keystone:610 : '[' False == True ']' 2022-03-09 13:53:47.983 | + ./stack.sh:main:1101 : create_keystone_accounts 2022-03-09 13:53:47.986 | + lib/keystone:create_keystone_accounts:309 : local admin_project 2022-03-09 13:53:47.989 | ++ lib/keystone:create_keystone_accounts:310 : oscwrap project show admin -f value -c id 2022-03-09 13:53:50.966 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:53:50.966 | from cryptography.utils import int_from_bytes 2022-03-09 13:53:50.966 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:53:50.966 | from cryptography.utils import int_from_bytes 2022-03-09 13:53:51.130 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:53:51.133 | + lib/keystone:create_keystone_accounts:310 : admin_project=03a2c78068cf4c71b07cb51586f7a84e 2022-03-09 13:53:51.135 | + lib/keystone:create_keystone_accounts:311 : local admin_user 2022-03-09 13:53:51.138 | ++ lib/keystone:create_keystone_accounts:312 : oscwrap user show admin -f value -c id 2022-03-09 13:53:53.371 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:53:53.371 | from cryptography.utils import int_from_bytes 2022-03-09 13:53:53.371 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:53:53.371 | from cryptography.utils import int_from_bytes 2022-03-09 13:53:53.534 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:53:53.538 | + lib/keystone:create_keystone_accounts:312 : admin_user=aaeb051a4e2c4fc9b851b83b8dcae8af 2022-03-09 13:53:53.540 | + lib/keystone:create_keystone_accounts:314 : local admin_role=admin 2022-03-09 13:53:53.542 | + lib/keystone:create_keystone_accounts:315 : local member_role=member 2022-03-09 13:53:53.545 | + lib/keystone:create_keystone_accounts:316 : local reader_role=reader 2022-03-09 13:53:53.547 | + lib/keystone:create_keystone_accounts:318 : async_run ks-domain-role get_or_add_user_domain_role admin aaeb051a4e2c4fc9b851b83b8dcae8af default 2022-03-09 13:53:53.602 | + inc/async:async_inner:63 : get_or_add_user_domain_role admin aaeb051a4e2c4fc9b851b83b8dcae8af default 2022-03-09 13:53:53.639 | [415298 Async ks-domain-role:443685]: running: get_or_add_user_domain_role admin aaeb051a4e2c4fc9b851b83b8dcae8af default 2022-03-09 13:53:53.641 | + lib/keystone:create_keystone_accounts:321 : get_or_create_domain Default 2022-03-09 13:53:53.643 | + functions-common:get_or_create_domain:877 : local domain_id 2022-03-09 13:53:53.647 | ++ functions-common:get_or_create_domain:889 : oscwrap --os-cloud devstack-system-admin domain show Default -f value -c id 2022-03-09 13:53:56.783 | + functions-common:get_or_create_domain:887 : domain_id=default 2022-03-09 13:53:56.785 | + functions-common:get_or_create_domain:888 : echo default 2022-03-09 13:53:56.785 | default 2022-03-09 13:53:56.787 | + lib/keystone:create_keystone_accounts:322 : async_run ks-project get_or_create_project service Default 2022-03-09 13:53:56.845 | + inc/async:async_inner:63 : get_or_create_project service Default 2022-03-09 13:53:56.888 | [415298 Async ks-project:443825]: running: get_or_create_project service Default 2022-03-09 13:53:56.890 | + lib/keystone:create_keystone_accounts:325 : async_run ks-service get_or_create_role service 2022-03-09 13:53:56.956 | + inc/async:async_inner:63 : get_or_create_role service 2022-03-09 13:53:56.997 | [415298 Async ks-service:443911]: running: get_or_create_role service 2022-03-09 13:53:57.000 | + lib/keystone:create_keystone_accounts:331 : async_run ks-reseller get_or_create_role ResellerAdmin 2022-03-09 13:53:57.074 | + inc/async:async_inner:63 : get_or_create_role ResellerAdmin 2022-03-09 13:53:57.135 | [415298 Async ks-reseller:443997]: running: get_or_create_role ResellerAdmin 2022-03-09 13:53:57.152 | + lib/keystone:create_keystone_accounts:335 : local another_role=anotherrole 2022-03-09 13:53:57.173 | + lib/keystone:create_keystone_accounts:336 : async_run ks-anotherrole get_or_create_role anotherrole 2022-03-09 13:53:57.645 | + inc/async:async_inner:63 : get_or_create_role anotherrole 2022-03-09 13:53:57.881 | [415298 Async ks-anotherrole:444087]: running: get_or_create_role anotherrole 2022-03-09 13:53:57.901 | + lib/keystone:create_keystone_accounts:339 : local invis_project 2022-03-09 13:53:57.929 | ++ lib/keystone:create_keystone_accounts:340 : get_or_create_project invisible_to_admin default 2022-03-09 13:53:57.957 | ++ functions-common:get_or_create_project:932 : local project_id 2022-03-09 13:53:57.989 | +++ 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-03-09 13:54:00.686 | + inc/async:async_inner:64 : rc=0 2022-03-09 13:54:00.789 | [443825 Async ks-project:443825]: finished successfully 2022-03-09 13:54:00.827 | + inc/async:async_inner:64 : rc=0 2022-03-09 13:54:00.862 | [443997 Async ks-reseller:443997]: finished successfully 2022-03-09 13:54:01.193 | + inc/async:async_inner:64 : rc=0 2022-03-09 13:54:01.222 | [443911 Async ks-service:443911]: finished successfully 2022-03-09 13:54:01.655 | + inc/async:async_inner:64 : rc=0 2022-03-09 13:54:01.679 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:01.682 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:01.682 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:01.682 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:01.691 | [444087 Async ks-anotherrole:444087]: finished successfully 2022-03-09 13:54:01.859 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:54:01.862 | ++ functions-common:get_or_create_project:938 : project_id=b9cc922929a64acab68e8d62a79ca017 2022-03-09 13:54:01.864 | ++ functions-common:get_or_create_project:939 : echo b9cc922929a64acab68e8d62a79ca017 2022-03-09 13:54:01.867 | + lib/keystone:create_keystone_accounts:340 : invis_project=b9cc922929a64acab68e8d62a79ca017 2022-03-09 13:54:01.869 | + lib/keystone:create_keystone_accounts:343 : local demo_project 2022-03-09 13:54:01.872 | ++ lib/keystone:create_keystone_accounts:344 : get_or_create_project demo default 2022-03-09 13:54:01.875 | ++ functions-common:get_or_create_project:932 : local project_id 2022-03-09 13:54:01.878 | +++ 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-03-09 13:54:04.483 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:04.483 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:04.483 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:04.483 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:04.657 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:54:04.660 | ++ functions-common:get_or_create_project:938 : project_id=3c164bd56ed34f10897b946277e5f5c0 2022-03-09 13:54:04.663 | ++ functions-common:get_or_create_project:939 : echo 3c164bd56ed34f10897b946277e5f5c0 2022-03-09 13:54:04.665 | + lib/keystone:create_keystone_accounts:344 : demo_project=3c164bd56ed34f10897b946277e5f5c0 2022-03-09 13:54:04.668 | + lib/keystone:create_keystone_accounts:345 : local demo_user 2022-03-09 13:54:04.671 | ++ lib/keystone:create_keystone_accounts:347 : get_or_create_user demo Passw0rd default demo@example.com 2022-03-09 13:54:04.673 | ++ functions-common:get_or_create_user:909 : local user_id 2022-03-09 13:54:04.676 | ++ functions-common:get_or_create_user:910 : [[ ! -z demo@example.com ]] 2022-03-09 13:54:04.678 | ++ functions-common:get_or_create_user:911 : local email=--email=demo@example.com 2022-03-09 13:54:04.681 | +++ 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-03-09 13:54:04.937 | + inc/async:async_inner:64 : rc=0 2022-03-09 13:54:04.962 | [443685 Async ks-domain-role:443685]: finished successfully 2022-03-09 13:54:07.294 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:07.294 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:07.294 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:07.294 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:07.462 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:54:07.464 | ++ functions-common:get_or_create_user:925 : user_id=389c1d0820da42439a22b388cd3833dd 2022-03-09 13:54:07.467 | ++ functions-common:get_or_create_user:926 : echo 389c1d0820da42439a22b388cd3833dd 2022-03-09 13:54:07.470 | + lib/keystone:create_keystone_accounts:347 : demo_user=389c1d0820da42439a22b388cd3833dd 2022-03-09 13:54:07.472 | + lib/keystone:create_keystone_accounts:349 : async_wait ks-domain-role ks-domain ks-project ks-service ks-reseller ks-anotherrole 2022-03-09 13:54:07.524 | [415298 Async ks-domain-role:443685]: Waiting for completion of get_or_add_user_domain_role admin aaeb051a4e2c4fc9b851b83b8dcae8af default running on PID 443685 (6 other jobs running) 2022-03-09 13:54:07.549 | [415298 Async ks-domain-role:443685]: Signaling child to exit 2022-03-09 13:54:07.549 | WAKEUP 2022-03-09 13:54:07.571 | [415298 Async ks-domain-role:443685]: Signaled 2022-03-09 13:54:07.573 | + functions-common:get_or_add_user_domain_role:1003 : local user_role_id 2022-03-09 13:54:07.573 | ++ functions-common:get_or_add_user_domain_role:1009 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user aaeb051a4e2c4fc9b851b83b8dcae8af --domain default 2022-03-09 13:54:07.573 | ++ functions-common:get_or_add_user_domain_role:1009 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:54:07.573 | ++ functions-common:get_or_add_user_domain_role:1009 : get_field 1 2022-03-09 13:54:07.573 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:54:07.573 | ++ functions-common:get_field:812 : read data 2022-03-09 13:54:07.573 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:07.573 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:07.573 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:07.573 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:07.573 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:54:07.573 | + functions-common:get_or_add_user_domain_role:1009 : user_role_id= 2022-03-09 13:54:07.573 | + functions-common:get_or_add_user_domain_role:1010 : [[ -z '' ]] 2022-03-09 13:54:07.573 | + functions-common:get_or_add_user_domain_role:1012 : openstack --os-cloud devstack-system-admin role add admin --user aaeb051a4e2c4fc9b851b83b8dcae8af --domain default 2022-03-09 13:54:07.573 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:07.573 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:07.573 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:07.573 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:07.573 | ++ functions-common:get_or_add_user_domain_role:1019 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:54:07.573 | ++ functions-common:get_or_add_user_domain_role:1019 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user aaeb051a4e2c4fc9b851b83b8dcae8af --domain default 2022-03-09 13:54:07.573 | ++ functions-common:get_or_add_user_domain_role:1019 : get_field 1 2022-03-09 13:54:07.573 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:54:07.573 | ++ functions-common:get_field:812 : read data 2022-03-09 13:54:07.573 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:07.573 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:07.573 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:07.573 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:07.573 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:54:07.574 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 13:54:07.574 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 13:54:07.574 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 13:54:07.574 | ++ functions-common:get_field:818 : echo '| 195c2bc5d301437095db93662cfd5db5 | aaeb051a4e2c4fc9b851b83b8dcae8af | | | default | | False |' 2022-03-09 13:54:07.574 | ++ functions-common:get_field:812 : read data 2022-03-09 13:54:07.574 | + functions-common:get_or_add_user_domain_role:1019 : user_role_id=195c2bc5d301437095db93662cfd5db5 2022-03-09 13:54:07.574 | + functions-common:get_or_add_user_domain_role:1021 : echo 195c2bc5d301437095db93662cfd5db5 2022-03-09 13:54:07.574 | 195c2bc5d301437095db93662cfd5db5 2022-03-09 13:54:07.616 | [415298 Async ks-domain-role:443685]: finished get_or_add_user_domain_role admin aaeb051a4e2c4fc9b851b83b8dcae8af default with result 0 in 11 seconds 2022-03-09 13:54:07.623 | Not waiting for async task ks-domain that we never started or has already been waited for 2022-03-09 13:54:07.657 | [415298 Async ks-project:443825]: Waiting for completion of get_or_create_project service Default running on PID 443825 (5 other jobs running) 2022-03-09 13:54:07.681 | [415298 Async ks-project:443825]: Signaling child to exit 2022-03-09 13:54:07.681 | WAKEUP 2022-03-09 13:54:07.702 | [415298 Async ks-project:443825]: Signaled 2022-03-09 13:54:07.704 | + functions-common:get_or_create_project:932 : local project_id 2022-03-09 13:54:07.704 | ++ 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-03-09 13:54:07.704 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:07.704 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:07.704 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:07.704 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:07.704 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:54:07.704 | + functions-common:get_or_create_project:938 : project_id=c227c779a1d144c19c9abd7d5caba588 2022-03-09 13:54:07.704 | + functions-common:get_or_create_project:939 : echo c227c779a1d144c19c9abd7d5caba588 2022-03-09 13:54:07.704 | c227c779a1d144c19c9abd7d5caba588 2022-03-09 13:54:07.747 | [415298 Async ks-project:443825]: finished get_or_create_project service Default with result 0 in 3 seconds 2022-03-09 13:54:07.783 | [415298 Async ks-service:443911]: Waiting for completion of get_or_create_role service running on PID 443911 (4 other jobs running) 2022-03-09 13:54:07.807 | [415298 Async ks-service:443911]: Signaling child to exit 2022-03-09 13:54:07.808 | WAKEUP 2022-03-09 13:54:07.829 | [415298 Async ks-service:443911]: Signaled 2022-03-09 13:54:07.831 | + functions-common:get_or_create_role:945 : local role_id 2022-03-09 13:54:07.831 | ++ functions-common:get_or_create_role:952 : oscwrap --os-cloud devstack-system-admin role create service --or-show -f value -c id 2022-03-09 13:54:07.831 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:07.831 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:07.831 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:07.831 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:07.831 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:54:07.831 | + functions-common:get_or_create_role:950 : role_id=3f62d92e44434706805e80d0c2516f54 2022-03-09 13:54:07.831 | + functions-common:get_or_create_role:951 : echo 3f62d92e44434706805e80d0c2516f54 2022-03-09 13:54:07.831 | 3f62d92e44434706805e80d0c2516f54 2022-03-09 13:54:07.874 | [415298 Async ks-service:443911]: finished get_or_create_role service with result 0 in 4 seconds 2022-03-09 13:54:07.910 | [415298 Async ks-reseller:443997]: Waiting for completion of get_or_create_role ResellerAdmin running on PID 443997 (3 other jobs running) 2022-03-09 13:54:07.934 | [415298 Async ks-reseller:443997]: Signaling child to exit 2022-03-09 13:54:07.934 | WAKEUP 2022-03-09 13:54:07.956 | [415298 Async ks-reseller:443997]: Signaled 2022-03-09 13:54:07.958 | + functions-common:get_or_create_role:945 : local role_id 2022-03-09 13:54:07.958 | ++ functions-common:get_or_create_role:952 : oscwrap --os-cloud devstack-system-admin role create ResellerAdmin --or-show -f value -c id 2022-03-09 13:54:07.958 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:07.958 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:07.959 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:07.959 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:07.959 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:54:07.959 | + functions-common:get_or_create_role:950 : role_id=abcafe04787945e0af05932b654dab29 2022-03-09 13:54:07.959 | + functions-common:get_or_create_role:951 : echo abcafe04787945e0af05932b654dab29 2022-03-09 13:54:07.959 | abcafe04787945e0af05932b654dab29 2022-03-09 13:54:08.001 | [415298 Async ks-reseller:443997]: finished get_or_create_role ResellerAdmin with result 0 in 3 seconds 2022-03-09 13:54:08.037 | [415298 Async ks-anotherrole:444087]: Waiting for completion of get_or_create_role anotherrole running on PID 444087 (2 other jobs running) 2022-03-09 13:54:08.061 | [415298 Async ks-anotherrole:444087]: Signaling child to exit 2022-03-09 13:54:08.061 | WAKEUP 2022-03-09 13:54:08.083 | [415298 Async ks-anotherrole:444087]: Signaled 2022-03-09 13:54:08.085 | + functions-common:get_or_create_role:945 : local role_id 2022-03-09 13:54:08.085 | ++ functions-common:get_or_create_role:952 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2022-03-09 13:54:08.085 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:08.085 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:08.085 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:08.085 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:08.085 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:54:08.085 | + functions-common:get_or_create_role:950 : role_id=cb721c57d2c645a7a83019b870b3f606 2022-03-09 13:54:08.085 | + functions-common:get_or_create_role:951 : echo cb721c57d2c645a7a83019b870b3f606 2022-03-09 13:54:08.085 | cb721c57d2c645a7a83019b870b3f606 2022-03-09 13:54:08.127 | [415298 Async ks-anotherrole:444087]: finished get_or_create_role anotherrole with result 0 in 4 seconds 2022-03-09 13:54:08.136 | + inc/async:async_wait:197 : return 0 2022-03-09 13:54:08.139 | + lib/keystone:create_keystone_accounts:351 : async_run ks-demo-member get_or_add_user_project_role member 389c1d0820da42439a22b388cd3833dd 3c164bd56ed34f10897b946277e5f5c0 2022-03-09 13:54:08.205 | + inc/async:async_inner:63 : get_or_add_user_project_role member 389c1d0820da42439a22b388cd3833dd 3c164bd56ed34f10897b946277e5f5c0 2022-03-09 13:54:08.244 | [415298 Async ks-demo-member:444956]: running: get_or_add_user_project_role member 389c1d0820da42439a22b388cd3833dd 3c164bd56ed34f10897b946277e5f5c0 2022-03-09 13:54:08.247 | + lib/keystone:create_keystone_accounts:353 : async_run ks-demo-admin get_or_add_user_project_role admin aaeb051a4e2c4fc9b851b83b8dcae8af 3c164bd56ed34f10897b946277e5f5c0 2022-03-09 13:54:08.305 | + inc/async:async_inner:63 : get_or_add_user_project_role admin aaeb051a4e2c4fc9b851b83b8dcae8af 3c164bd56ed34f10897b946277e5f5c0 2022-03-09 13:54:08.346 | [415298 Async ks-demo-admin:445068]: running: get_or_add_user_project_role admin aaeb051a4e2c4fc9b851b83b8dcae8af 3c164bd56ed34f10897b946277e5f5c0 2022-03-09 13:54:08.349 | + lib/keystone:create_keystone_accounts:354 : async_run ks-demo-another get_or_add_user_project_role anotherrole 389c1d0820da42439a22b388cd3833dd 3c164bd56ed34f10897b946277e5f5c0 2022-03-09 13:54:08.416 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 389c1d0820da42439a22b388cd3833dd 3c164bd56ed34f10897b946277e5f5c0 2022-03-09 13:54:08.472 | [415298 Async ks-demo-another:445180]: running: get_or_add_user_project_role anotherrole 389c1d0820da42439a22b388cd3833dd 3c164bd56ed34f10897b946277e5f5c0 2022-03-09 13:54:08.475 | + lib/keystone:create_keystone_accounts:355 : async_run ks-demo-invis get_or_add_user_project_role member 389c1d0820da42439a22b388cd3833dd b9cc922929a64acab68e8d62a79ca017 2022-03-09 13:54:08.547 | + inc/async:async_inner:63 : get_or_add_user_project_role member 389c1d0820da42439a22b388cd3833dd b9cc922929a64acab68e8d62a79ca017 2022-03-09 13:54:08.617 | [415298 Async ks-demo-invis:445292]: running: get_or_add_user_project_role member 389c1d0820da42439a22b388cd3833dd b9cc922929a64acab68e8d62a79ca017 2022-03-09 13:54:08.628 | + lib/keystone:create_keystone_accounts:358 : local demo_reader 2022-03-09 13:54:08.643 | ++ lib/keystone:create_keystone_accounts:360 : get_or_create_user demo_reader Passw0rd default demo_reader@example.com 2022-03-09 13:54:08.647 | ++ functions-common:get_or_create_user:909 : local user_id 2022-03-09 13:54:08.651 | ++ functions-common:get_or_create_user:910 : [[ ! -z demo_reader@example.com ]] 2022-03-09 13:54:08.658 | ++ functions-common:get_or_create_user:911 : local email=--email=demo_reader@example.com 2022-03-09 13:54:08.692 | +++ 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-03-09 13:54:13.303 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:13.303 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:13.303 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:13.303 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:13.579 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:54:13.593 | ++ functions-common:get_or_create_user:925 : user_id=22b84744f43241118272f85e7f3e4429 2022-03-09 13:54:13.604 | ++ functions-common:get_or_create_user:926 : echo 22b84744f43241118272f85e7f3e4429 2022-03-09 13:54:13.613 | + lib/keystone:create_keystone_accounts:360 : demo_reader=22b84744f43241118272f85e7f3e4429 2022-03-09 13:54:13.619 | + lib/keystone:create_keystone_accounts:362 : async_run ks-demo-reader get_or_add_user_project_role reader 22b84744f43241118272f85e7f3e4429 3c164bd56ed34f10897b946277e5f5c0 2022-03-09 13:54:13.890 | + inc/async:async_inner:63 : get_or_add_user_project_role reader 22b84744f43241118272f85e7f3e4429 3c164bd56ed34f10897b946277e5f5c0 2022-03-09 13:54:13.929 | [415298 Async ks-demo-reader:445485]: running: get_or_add_user_project_role reader 22b84744f43241118272f85e7f3e4429 3c164bd56ed34f10897b946277e5f5c0 2022-03-09 13:54:13.945 | + lib/keystone:create_keystone_accounts:365 : local alt_demo_project 2022-03-09 13:54:13.977 | ++ lib/keystone:create_keystone_accounts:366 : get_or_create_project alt_demo default 2022-03-09 13:54:13.997 | ++ functions-common:get_or_create_project:932 : local project_id 2022-03-09 13:54:14.025 | +++ 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-03-09 13:54:19.577 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:19.577 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:19.577 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:19.577 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:19.982 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:54:20.013 | ++ functions-common:get_or_create_project:938 : project_id=21c41dc42f2b451b9aabcbbfc84a2a4b 2022-03-09 13:54:20.040 | ++ functions-common:get_or_create_project:939 : echo 21c41dc42f2b451b9aabcbbfc84a2a4b 2022-03-09 13:54:20.060 | + lib/keystone:create_keystone_accounts:366 : alt_demo_project=21c41dc42f2b451b9aabcbbfc84a2a4b 2022-03-09 13:54:20.086 | + lib/keystone:create_keystone_accounts:368 : local alt_demo_user 2022-03-09 13:54:20.120 | ++ lib/keystone:create_keystone_accounts:370 : get_or_create_user alt_demo Passw0rd default alt_demo@example.com 2022-03-09 13:54:20.145 | ++ functions-common:get_or_create_user:909 : local user_id 2022-03-09 13:54:20.164 | ++ functions-common:get_or_create_user:910 : [[ ! -z alt_demo@example.com ]] 2022-03-09 13:54:20.172 | ++ functions-common:get_or_create_user:911 : local email=--email=alt_demo@example.com 2022-03-09 13:54:20.178 | +++ 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-03-09 13:54:22.426 | + inc/async:async_inner:64 : rc=0 2022-03-09 13:54:22.594 | [444956 Async ks-demo-member:444956]: finished successfully 2022-03-09 13:54:23.404 | + inc/async:async_inner:64 : rc=0 2022-03-09 13:54:23.582 | [445068 Async ks-demo-admin:445068]: finished successfully 2022-03-09 13:54:24.666 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:24.666 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:24.667 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:24.667 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:24.901 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:54:24.915 | ++ functions-common:get_or_create_user:925 : user_id=00dd17abf3554bc193a30986e0749d8c 2022-03-09 13:54:24.918 | ++ functions-common:get_or_create_user:926 : echo 00dd17abf3554bc193a30986e0749d8c 2022-03-09 13:54:24.927 | + lib/keystone:create_keystone_accounts:370 : alt_demo_user=00dd17abf3554bc193a30986e0749d8c 2022-03-09 13:54:24.929 | + lib/keystone:create_keystone_accounts:372 : async_run ks-alt-admin get_or_add_user_project_role admin 00dd17abf3554bc193a30986e0749d8c 21c41dc42f2b451b9aabcbbfc84a2a4b 2022-03-09 13:54:25.065 | + inc/async:async_inner:63 : get_or_add_user_project_role admin 00dd17abf3554bc193a30986e0749d8c 21c41dc42f2b451b9aabcbbfc84a2a4b 2022-03-09 13:54:25.081 | + inc/async:async_inner:64 : rc=0 2022-03-09 13:54:25.132 | [415298 Async ks-alt-admin:445939]: running: get_or_add_user_project_role admin 00dd17abf3554bc193a30986e0749d8c 21c41dc42f2b451b9aabcbbfc84a2a4b 2022-03-09 13:54:25.136 | + lib/keystone:create_keystone_accounts:373 : async_run ks-alt-another get_or_add_user_project_role anotherrole 00dd17abf3554bc193a30986e0749d8c 21c41dc42f2b451b9aabcbbfc84a2a4b 2022-03-09 13:54:25.184 | [445292 Async ks-demo-invis:445292]: finished successfully 2022-03-09 13:54:25.351 | + inc/async:async_inner:63 : get_or_add_user_project_role anotherrole 00dd17abf3554bc193a30986e0749d8c 21c41dc42f2b451b9aabcbbfc84a2a4b 2022-03-09 13:54:25.499 | [415298 Async ks-alt-another:446085]: running: get_or_add_user_project_role anotherrole 00dd17abf3554bc193a30986e0749d8c 21c41dc42f2b451b9aabcbbfc84a2a4b 2022-03-09 13:54:25.512 | + lib/keystone:create_keystone_accounts:376 : local alt_demo_member 2022-03-09 13:54:25.518 | ++ lib/keystone:create_keystone_accounts:378 : get_or_create_user alt_demo_member Passw0rd default alt_demo_member@example.com 2022-03-09 13:54:25.523 | ++ functions-common:get_or_create_user:909 : local user_id 2022-03-09 13:54:25.534 | ++ functions-common:get_or_create_user:910 : [[ ! -z alt_demo_member@example.com ]] 2022-03-09 13:54:25.561 | ++ functions-common:get_or_create_user:911 : local email=--email=alt_demo_member@example.com 2022-03-09 13:54:25.593 | +++ 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-03-09 13:54:25.651 | + inc/async:async_inner:64 : rc=0 2022-03-09 13:54:25.730 | [445180 Async ks-demo-another:445180]: finished successfully 2022-03-09 13:54:28.660 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:28.660 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:28.660 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:28.660 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:28.849 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:54:28.852 | ++ functions-common:get_or_create_user:925 : user_id=324c30f4bcf14385b30fb3a8bc6f194e 2022-03-09 13:54:28.856 | ++ functions-common:get_or_create_user:926 : echo 324c30f4bcf14385b30fb3a8bc6f194e 2022-03-09 13:54:28.857 | + lib/keystone:create_keystone_accounts:378 : alt_demo_member=324c30f4bcf14385b30fb3a8bc6f194e 2022-03-09 13:54:28.860 | + lib/keystone:create_keystone_accounts:379 : async_run ks-alt-member-user get_or_add_user_project_role member 324c30f4bcf14385b30fb3a8bc6f194e 21c41dc42f2b451b9aabcbbfc84a2a4b 2022-03-09 13:54:28.938 | + inc/async:async_inner:63 : get_or_add_user_project_role member 324c30f4bcf14385b30fb3a8bc6f194e 21c41dc42f2b451b9aabcbbfc84a2a4b 2022-03-09 13:54:29.016 | [415298 Async ks-alt-member-user:446319]: running: get_or_add_user_project_role member 324c30f4bcf14385b30fb3a8bc6f194e 21c41dc42f2b451b9aabcbbfc84a2a4b 2022-03-09 13:54:29.019 | + lib/keystone:create_keystone_accounts:382 : local alt_demo_reader 2022-03-09 13:54:29.025 | ++ lib/keystone:create_keystone_accounts:384 : get_or_create_user alt_demo_reader Passw0rd default alt_demo_reader@example.com 2022-03-09 13:54:29.036 | ++ functions-common:get_or_create_user:909 : local user_id 2022-03-09 13:54:29.039 | ++ functions-common:get_or_create_user:910 : [[ ! -z alt_demo_reader@example.com ]] 2022-03-09 13:54:29.049 | ++ functions-common:get_or_create_user:911 : local email=--email=alt_demo_reader@example.com 2022-03-09 13:54:29.058 | +++ 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-03-09 13:54:30.982 | + inc/async:async_inner:64 : rc=0 2022-03-09 13:54:31.137 | [445485 Async ks-demo-reader:445485]: finished successfully 2022-03-09 13:54:32.956 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:32.956 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:32.956 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:32.956 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:33.159 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:54:33.164 | ++ functions-common:get_or_create_user:925 : user_id=b9fa6ba2736b4a4a9d1e561c3d8f1de2 2022-03-09 13:54:33.167 | ++ functions-common:get_or_create_user:926 : echo b9fa6ba2736b4a4a9d1e561c3d8f1de2 2022-03-09 13:54:33.171 | + lib/keystone:create_keystone_accounts:384 : alt_demo_reader=b9fa6ba2736b4a4a9d1e561c3d8f1de2 2022-03-09 13:54:33.173 | + lib/keystone:create_keystone_accounts:385 : async_run ks-alt-reader-user get_or_add_user_project_role reader b9fa6ba2736b4a4a9d1e561c3d8f1de2 21c41dc42f2b451b9aabcbbfc84a2a4b 2022-03-09 13:54:33.278 | + inc/async:async_inner:63 : get_or_add_user_project_role reader b9fa6ba2736b4a4a9d1e561c3d8f1de2 21c41dc42f2b451b9aabcbbfc84a2a4b 2022-03-09 13:54:33.350 | [415298 Async ks-alt-reader-user:446553]: running: get_or_add_user_project_role reader b9fa6ba2736b4a4a9d1e561c3d8f1de2 21c41dc42f2b451b9aabcbbfc84a2a4b 2022-03-09 13:54:33.354 | ++ lib/keystone:create_keystone_accounts:392 : get_or_create_user system_member Passw0rd default system_member@example.com 2022-03-09 13:54:33.357 | ++ functions-common:get_or_create_user:909 : local user_id 2022-03-09 13:54:33.361 | ++ functions-common:get_or_create_user:910 : [[ ! -z system_member@example.com ]] 2022-03-09 13:54:33.377 | ++ functions-common:get_or_create_user:911 : local email=--email=system_member@example.com 2022-03-09 13:54:33.397 | +++ 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-03-09 13:54:37.243 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:37.243 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:37.243 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:37.243 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:37.676 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:54:37.695 | ++ functions-common:get_or_create_user:925 : user_id=841d29e5bcc74175b9ededb3f7384f57 2022-03-09 13:54:37.713 | ++ functions-common:get_or_create_user:926 : echo 841d29e5bcc74175b9ededb3f7384f57 2022-03-09 13:54:37.733 | + lib/keystone:create_keystone_accounts:392 : system_member_user=841d29e5bcc74175b9ededb3f7384f57 2022-03-09 13:54:37.752 | + lib/keystone:create_keystone_accounts:393 : async_run ks-system-member get_or_add_user_system_role member 841d29e5bcc74175b9ededb3f7384f57 all 2022-03-09 13:54:38.134 | + inc/async:async_inner:63 : get_or_add_user_system_role member 841d29e5bcc74175b9ededb3f7384f57 all 2022-03-09 13:54:38.273 | [415298 Async ks-system-member:446789]: running: get_or_add_user_system_role member 841d29e5bcc74175b9ededb3f7384f57 all 2022-03-09 13:54:38.279 | ++ lib/keystone:create_keystone_accounts:396 : get_or_create_user system_reader Passw0rd default system_reader@example.com 2022-03-09 13:54:38.284 | ++ functions-common:get_or_create_user:909 : local user_id 2022-03-09 13:54:38.287 | ++ functions-common:get_or_create_user:910 : [[ ! -z system_reader@example.com ]] 2022-03-09 13:54:38.309 | ++ functions-common:get_or_create_user:911 : local email=--email=system_reader@example.com 2022-03-09 13:54:38.314 | +++ 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-03-09 13:54:40.807 | + inc/async:async_inner:64 : rc=0 2022-03-09 13:54:40.927 | + inc/async:async_inner:64 : rc=0 2022-03-09 13:54:40.981 | [445939 Async ks-alt-admin:445939]: finished successfully 2022-03-09 13:54:41.092 | [446085 Async ks-alt-another:446085]: finished successfully 2022-03-09 13:54:42.343 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:42.343 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:42.343 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:42.344 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:42.579 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:54:42.581 | ++ functions-common:get_or_create_user:925 : user_id=c1a6f261c3ee40f6882d1692232666ff 2022-03-09 13:54:42.584 | ++ functions-common:get_or_create_user:926 : echo c1a6f261c3ee40f6882d1692232666ff 2022-03-09 13:54:42.588 | + lib/keystone:create_keystone_accounts:396 : system_reader_user=c1a6f261c3ee40f6882d1692232666ff 2022-03-09 13:54:42.591 | + lib/keystone:create_keystone_accounts:397 : async_run ks-system-reader get_or_add_user_system_role reader c1a6f261c3ee40f6882d1692232666ff all 2022-03-09 13:54:42.801 | + inc/async:async_inner:63 : get_or_add_user_system_role reader c1a6f261c3ee40f6882d1692232666ff all 2022-03-09 13:54:42.877 | [415298 Async ks-system-reader:447078]: running: get_or_add_user_system_role reader c1a6f261c3ee40f6882d1692232666ff all 2022-03-09 13:54:42.893 | + lib/keystone:create_keystone_accounts:400 : local admin_group 2022-03-09 13:54:42.913 | ++ lib/keystone:create_keystone_accounts:402 : get_or_create_group admins default 'openstack admin group' 2022-03-09 13:54:42.931 | ++ functions-common:get_or_create_group:894 : local 'desc=openstack admin group' 2022-03-09 13:54:42.938 | ++ functions-common:get_or_create_group:895 : local group_id 2022-03-09 13:54:42.943 | +++ 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-03-09 13:54:45.052 | + inc/async:async_inner:64 : rc=0 2022-03-09 13:54:45.226 | [446319 Async ks-alt-member-user:446319]: finished successfully 2022-03-09 13:54:46.539 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:46.539 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:46.539 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:46.539 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:46.758 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:54:46.767 | ++ functions-common:get_or_create_group:902 : group_id=8a2964c0bbbd4dc5bd3f3c849791069e 2022-03-09 13:54:46.791 | ++ functions-common:get_or_create_group:903 : echo 8a2964c0bbbd4dc5bd3f3c849791069e 2022-03-09 13:54:46.806 | + lib/keystone:create_keystone_accounts:402 : admin_group=8a2964c0bbbd4dc5bd3f3c849791069e 2022-03-09 13:54:46.813 | + lib/keystone:create_keystone_accounts:403 : local non_admin_group 2022-03-09 13:54:46.818 | ++ lib/keystone:create_keystone_accounts:405 : get_or_create_group nonadmins default 'non-admin group' 2022-03-09 13:54:46.824 | ++ functions-common:get_or_create_group:894 : local 'desc=non-admin group' 2022-03-09 13:54:46.826 | ++ functions-common:get_or_create_group:895 : local group_id 2022-03-09 13:54:46.830 | +++ 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-03-09 13:54:49.236 | + inc/async:async_inner:64 : rc=0 2022-03-09 13:54:49.394 | [446553 Async ks-alt-reader-user:446553]: finished successfully 2022-03-09 13:54:50.091 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:50.091 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:50.091 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:50.091 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:50.271 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:54:50.274 | ++ functions-common:get_or_create_group:902 : group_id=d079d246601742629a0f6a524f2036a3 2022-03-09 13:54:50.277 | ++ functions-common:get_or_create_group:903 : echo d079d246601742629a0f6a524f2036a3 2022-03-09 13:54:50.280 | + lib/keystone:create_keystone_accounts:405 : non_admin_group=d079d246601742629a0f6a524f2036a3 2022-03-09 13:54:50.283 | + lib/keystone:create_keystone_accounts:407 : async_run ks-group-memberdemo get_or_add_group_project_role member d079d246601742629a0f6a524f2036a3 3c164bd56ed34f10897b946277e5f5c0 2022-03-09 13:54:50.389 | + inc/async:async_inner:63 : get_or_add_group_project_role member d079d246601742629a0f6a524f2036a3 3c164bd56ed34f10897b946277e5f5c0 2022-03-09 13:54:50.480 | [415298 Async ks-group-memberdemo:447485]: running: get_or_add_group_project_role member d079d246601742629a0f6a524f2036a3 3c164bd56ed34f10897b946277e5f5c0 2022-03-09 13:54:50.501 | + lib/keystone:create_keystone_accounts:408 : async_run ks-group-anotherdemo get_or_add_group_project_role anotherrole d079d246601742629a0f6a524f2036a3 3c164bd56ed34f10897b946277e5f5c0 2022-03-09 13:54:50.809 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole d079d246601742629a0f6a524f2036a3 3c164bd56ed34f10897b946277e5f5c0 2022-03-09 13:54:50.991 | [415298 Async ks-group-anotherdemo:447571]: running: get_or_add_group_project_role anotherrole d079d246601742629a0f6a524f2036a3 3c164bd56ed34f10897b946277e5f5c0 2022-03-09 13:54:51.021 | + lib/keystone:create_keystone_accounts:409 : async_run ks-group-memberalt get_or_add_group_project_role member d079d246601742629a0f6a524f2036a3 21c41dc42f2b451b9aabcbbfc84a2a4b 2022-03-09 13:54:51.274 | ++ inc/async:async_inner:64 : rc=0 2022-03-09 13:54:51.309 | + inc/async:async_inner:64 : rc=0 2022-03-09 13:54:51.334 | + inc/async:async_inner:63 : get_or_add_group_project_role member d079d246601742629a0f6a524f2036a3 21c41dc42f2b451b9aabcbbfc84a2a4b 2022-03-09 13:54:51.374 | [440917 Async install_tempest:440917]: finished successfully 2022-03-09 13:54:51.406 | [446789 Async ks-system-member:446789]: finished successfully 2022-03-09 13:54:51.485 | [415298 Async ks-group-memberalt:447689]: running: get_or_add_group_project_role member d079d246601742629a0f6a524f2036a3 21c41dc42f2b451b9aabcbbfc84a2a4b 2022-03-09 13:54:51.487 | + lib/keystone:create_keystone_accounts:410 : async_run ks-group-anotheralt get_or_add_group_project_role anotherrole d079d246601742629a0f6a524f2036a3 21c41dc42f2b451b9aabcbbfc84a2a4b 2022-03-09 13:54:51.901 | + inc/async:async_inner:63 : get_or_add_group_project_role anotherrole d079d246601742629a0f6a524f2036a3 21c41dc42f2b451b9aabcbbfc84a2a4b 2022-03-09 13:54:52.165 | [415298 Async ks-group-anotheralt:447838]: running: get_or_add_group_project_role anotherrole d079d246601742629a0f6a524f2036a3 21c41dc42f2b451b9aabcbbfc84a2a4b 2022-03-09 13:54:52.189 | + lib/keystone:create_keystone_accounts:411 : async_run ks-group-admin get_or_add_group_project_role admin 8a2964c0bbbd4dc5bd3f3c849791069e 03a2c78068cf4c71b07cb51586f7a84e 2022-03-09 13:54:52.617 | + inc/async:async_inner:63 : get_or_add_group_project_role admin 8a2964c0bbbd4dc5bd3f3c849791069e 03a2c78068cf4c71b07cb51586f7a84e 2022-03-09 13:54:52.890 | [415298 Async ks-group-admin:447926]: running: get_or_add_group_project_role admin 8a2964c0bbbd4dc5bd3f3c849791069e 03a2c78068cf4c71b07cb51586f7a84e 2022-03-09 13:54:52.909 | + lib/keystone:create_keystone_accounts:413 : async_wait ks-demo-member ks-demo-admin ks-demo-another ks-demo-invis ks-demo-reader 2022-03-09 13:54:53.316 | [415298 Async ks-demo-member:444956]: Waiting for completion of get_or_add_user_project_role member 389c1d0820da42439a22b388cd3833dd 3c164bd56ed34f10897b946277e5f5c0 running on PID 444956 (17 other jobs running) 2022-03-09 13:54:53.510 | [415298 Async ks-demo-member:444956]: Signaling child to exit 2022-03-09 13:54:53.510 | WAKEUP 2022-03-09 13:54:53.683 | [415298 Async ks-demo-member:444956]: Signaled 2022-03-09 13:54:53.692 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 13:54:53.692 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-03-09 13:54:53.692 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 13:54:53.692 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 13:54:53.692 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-03-09 13:54:53.692 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-03-09 13:54:53.692 | ++ functions-common:_get_domain_args:967 : echo 2022-03-09 13:54:53.692 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-03-09 13:54:53.692 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 389c1d0820da42439a22b388cd3833dd --project 3c164bd56ed34f10897b946277e5f5c0 2022-03-09 13:54:53.692 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:54:53.692 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 13:54:53.692 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:54:53.692 | ++ functions-common:get_field:812 : read data 2022-03-09 13:54:53.692 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:53.692 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:53.692 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:53.692 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:53.692 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:54:53.692 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 13:54:53.693 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 13:54:53.693 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add member --user 389c1d0820da42439a22b388cd3833dd --project 3c164bd56ed34f10897b946277e5f5c0 2022-03-09 13:54:53.693 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:53.693 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:53.693 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:53.693 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:53.693 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 13:54:53.693 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:54:53.693 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 389c1d0820da42439a22b388cd3833dd --project 3c164bd56ed34f10897b946277e5f5c0 2022-03-09 13:54:53.693 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:54:53.693 | ++ functions-common:get_field:812 : read data 2022-03-09 13:54:53.693 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:53.693 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:53.693 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:53.693 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:53.693 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:54:53.693 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 13:54:53.693 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 13:54:53.693 | ++ functions-common:get_field:818 : echo '| 4baa9d7e2cd94fdcbbb097a99785af74 | 389c1d0820da42439a22b388cd3833dd | | 3c164bd56ed34f10897b946277e5f5c0 | | | False |' 2022-03-09 13:54:53.693 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 13:54:53.693 | ++ functions-common:get_field:812 : read data 2022-03-09 13:54:53.693 | + functions-common:get_or_add_user_project_role:995 : user_role_id=4baa9d7e2cd94fdcbbb097a99785af74 2022-03-09 13:54:53.693 | + functions-common:get_or_add_user_project_role:997 : echo 4baa9d7e2cd94fdcbbb097a99785af74 2022-03-09 13:54:53.693 | 4baa9d7e2cd94fdcbbb097a99785af74 2022-03-09 13:54:54.021 | [415298 Async ks-demo-member:444956]: finished get_or_add_user_project_role member 389c1d0820da42439a22b388cd3833dd 3c164bd56ed34f10897b946277e5f5c0 with result 0 in 14 seconds 2022-03-09 13:54:54.229 | [415298 Async ks-demo-admin:445068]: Waiting for completion of get_or_add_user_project_role admin aaeb051a4e2c4fc9b851b83b8dcae8af 3c164bd56ed34f10897b946277e5f5c0 running on PID 445068 (16 other jobs running) 2022-03-09 13:54:54.396 | [415298 Async ks-demo-admin:445068]: Signaling child to exit 2022-03-09 13:54:54.399 | WAKEUP 2022-03-09 13:54:54.549 | [415298 Async ks-demo-admin:445068]: Signaled 2022-03-09 13:54:54.556 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 13:54:54.556 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-03-09 13:54:54.556 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 13:54:54.556 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 13:54:54.556 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-03-09 13:54:54.556 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-03-09 13:54:54.556 | ++ functions-common:_get_domain_args:967 : echo 2022-03-09 13:54:54.556 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-03-09 13:54:54.556 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:54:54.556 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 13:54:54.556 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user aaeb051a4e2c4fc9b851b83b8dcae8af --project 3c164bd56ed34f10897b946277e5f5c0 2022-03-09 13:54:54.556 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:54:54.556 | ++ functions-common:get_field:812 : read data 2022-03-09 13:54:54.557 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:54.557 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:54.557 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:54.557 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:54.557 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:54:54.557 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 13:54:54.557 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 13:54:54.557 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user aaeb051a4e2c4fc9b851b83b8dcae8af --project 3c164bd56ed34f10897b946277e5f5c0 2022-03-09 13:54:54.557 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:54.557 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:54.557 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:54.557 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:54.557 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:54:54.558 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user aaeb051a4e2c4fc9b851b83b8dcae8af --project 3c164bd56ed34f10897b946277e5f5c0 2022-03-09 13:54:54.558 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 13:54:54.558 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:54:54.558 | ++ functions-common:get_field:812 : read data 2022-03-09 13:54:54.558 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:54.558 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:54.558 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:54.558 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:54.558 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:54:54.558 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 13:54:54.558 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 13:54:54.558 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 13:54:54.558 | ++ functions-common:get_field:818 : echo '| 195c2bc5d301437095db93662cfd5db5 | aaeb051a4e2c4fc9b851b83b8dcae8af | | 3c164bd56ed34f10897b946277e5f5c0 | | | False |' 2022-03-09 13:54:54.558 | ++ functions-common:get_field:812 : read data 2022-03-09 13:54:54.558 | + functions-common:get_or_add_user_project_role:995 : user_role_id=195c2bc5d301437095db93662cfd5db5 2022-03-09 13:54:54.558 | + functions-common:get_or_add_user_project_role:997 : echo 195c2bc5d301437095db93662cfd5db5 2022-03-09 13:54:54.558 | 195c2bc5d301437095db93662cfd5db5 2022-03-09 13:54:54.834 | [415298 Async ks-demo-admin:445068]: finished get_or_add_user_project_role admin aaeb051a4e2c4fc9b851b83b8dcae8af 3c164bd56ed34f10897b946277e5f5c0 with result 0 in 15 seconds 2022-03-09 13:54:55.052 | [415298 Async ks-demo-another:445180]: Waiting for completion of get_or_add_user_project_role anotherrole 389c1d0820da42439a22b388cd3833dd 3c164bd56ed34f10897b946277e5f5c0 running on PID 445180 (15 other jobs running) 2022-03-09 13:54:55.232 | [415298 Async ks-demo-another:445180]: Signaling child to exit 2022-03-09 13:54:55.233 | WAKEUP 2022-03-09 13:54:55.297 | [415298 Async ks-demo-another:445180]: Signaled 2022-03-09 13:54:55.304 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 13:54:55.304 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-03-09 13:54:55.304 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 13:54:55.304 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 13:54:55.304 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-03-09 13:54:55.304 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-03-09 13:54:55.304 | ++ functions-common:_get_domain_args:967 : echo 2022-03-09 13:54:55.304 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-03-09 13:54:55.304 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 13:54:55.304 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:54:55.304 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 389c1d0820da42439a22b388cd3833dd --project 3c164bd56ed34f10897b946277e5f5c0 2022-03-09 13:54:55.304 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:54:55.305 | ++ functions-common:get_field:812 : read data 2022-03-09 13:54:55.305 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:55.305 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:55.305 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:55.305 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:55.305 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:54:55.305 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 13:54:55.305 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 13:54:55.305 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add anotherrole --user 389c1d0820da42439a22b388cd3833dd --project 3c164bd56ed34f10897b946277e5f5c0 2022-03-09 13:54:55.305 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:55.305 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:55.305 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:55.305 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:55.305 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 389c1d0820da42439a22b388cd3833dd --project 3c164bd56ed34f10897b946277e5f5c0 2022-03-09 13:54:55.305 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:54:55.305 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 13:54:55.305 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:54:55.305 | ++ functions-common:get_field:812 : read data 2022-03-09 13:54:55.305 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:55.305 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:55.305 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:55.305 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:55.305 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:54:55.305 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 13:54:55.305 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 13:54:55.305 | ++ functions-common:get_field:818 : echo '| cb721c57d2c645a7a83019b870b3f606 | 389c1d0820da42439a22b388cd3833dd | | 3c164bd56ed34f10897b946277e5f5c0 | | | False |' 2022-03-09 13:54:55.305 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 13:54:55.305 | ++ functions-common:get_field:812 : read data 2022-03-09 13:54:55.305 | + functions-common:get_or_add_user_project_role:995 : user_role_id=cb721c57d2c645a7a83019b870b3f606 2022-03-09 13:54:55.305 | + functions-common:get_or_add_user_project_role:997 : echo cb721c57d2c645a7a83019b870b3f606 2022-03-09 13:54:55.306 | cb721c57d2c645a7a83019b870b3f606 2022-03-09 13:54:55.393 | [415298 Async ks-demo-another:445180]: finished get_or_add_user_project_role anotherrole 389c1d0820da42439a22b388cd3833dd 3c164bd56ed34f10897b946277e5f5c0 with result 0 in 17 seconds 2022-03-09 13:54:55.507 | [415298 Async ks-demo-invis:445292]: Waiting for completion of get_or_add_user_project_role member 389c1d0820da42439a22b388cd3833dd b9cc922929a64acab68e8d62a79ca017 running on PID 445292 (14 other jobs running) 2022-03-09 13:54:55.673 | [415298 Async ks-demo-invis:445292]: Signaling child to exit 2022-03-09 13:54:55.674 | WAKEUP 2022-03-09 13:54:55.786 | [415298 Async ks-demo-invis:445292]: Signaled 2022-03-09 13:54:55.795 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 13:54:55.796 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-03-09 13:54:55.796 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 13:54:55.796 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 13:54:55.796 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-03-09 13:54:55.796 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-03-09 13:54:55.796 | ++ functions-common:_get_domain_args:967 : echo 2022-03-09 13:54:55.796 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-03-09 13:54:55.796 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 389c1d0820da42439a22b388cd3833dd --project b9cc922929a64acab68e8d62a79ca017 2022-03-09 13:54:55.796 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 13:54:55.796 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:54:55.796 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:54:55.796 | ++ functions-common:get_field:812 : read data 2022-03-09 13:54:55.796 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:55.796 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:55.796 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:55.796 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:55.796 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:54:55.796 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 13:54:55.796 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 13:54:55.796 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add member --user 389c1d0820da42439a22b388cd3833dd --project b9cc922929a64acab68e8d62a79ca017 2022-03-09 13:54:55.796 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:55.796 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:55.796 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:55.796 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:55.796 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 13:54:55.796 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 389c1d0820da42439a22b388cd3833dd --project b9cc922929a64acab68e8d62a79ca017 2022-03-09 13:54:55.796 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:54:55.796 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:54:55.797 | ++ functions-common:get_field:812 : read data 2022-03-09 13:54:55.797 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:55.797 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:55.797 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:55.797 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:55.797 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:54:55.797 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 13:54:55.797 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 13:54:55.797 | ++ functions-common:get_field:818 : echo '| 4baa9d7e2cd94fdcbbb097a99785af74 | 389c1d0820da42439a22b388cd3833dd | | b9cc922929a64acab68e8d62a79ca017 | | | False |' 2022-03-09 13:54:55.797 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 13:54:55.797 | ++ functions-common:get_field:812 : read data 2022-03-09 13:54:55.797 | + functions-common:get_or_add_user_project_role:995 : user_role_id=4baa9d7e2cd94fdcbbb097a99785af74 2022-03-09 13:54:55.797 | + functions-common:get_or_add_user_project_role:997 : echo 4baa9d7e2cd94fdcbbb097a99785af74 2022-03-09 13:54:55.797 | 4baa9d7e2cd94fdcbbb097a99785af74 2022-03-09 13:54:55.928 | [415298 Async ks-demo-invis:445292]: finished get_or_add_user_project_role member 389c1d0820da42439a22b388cd3833dd b9cc922929a64acab68e8d62a79ca017 with result 0 in 16 seconds 2022-03-09 13:54:56.119 | [415298 Async ks-demo-reader:445485]: Waiting for completion of get_or_add_user_project_role reader 22b84744f43241118272f85e7f3e4429 3c164bd56ed34f10897b946277e5f5c0 running on PID 445485 (13 other jobs running) 2022-03-09 13:54:56.265 | [415298 Async ks-demo-reader:445485]: Signaling child to exit 2022-03-09 13:54:56.269 | WAKEUP 2022-03-09 13:54:56.373 | [415298 Async ks-demo-reader:445485]: Signaled 2022-03-09 13:54:56.384 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 13:54:56.384 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-03-09 13:54:56.384 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 13:54:56.384 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 13:54:56.384 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-03-09 13:54:56.384 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-03-09 13:54:56.384 | ++ functions-common:_get_domain_args:967 : echo 2022-03-09 13:54:56.384 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-03-09 13:54:56.384 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 13:54:56.384 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 22b84744f43241118272f85e7f3e4429 --project 3c164bd56ed34f10897b946277e5f5c0 2022-03-09 13:54:56.384 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:54:56.384 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:54:56.384 | ++ functions-common:get_field:812 : read data 2022-03-09 13:54:56.384 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:56.384 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:56.384 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:56.384 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:56.385 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:54:56.385 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 13:54:56.385 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 13:54:56.385 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add reader --user 22b84744f43241118272f85e7f3e4429 --project 3c164bd56ed34f10897b946277e5f5c0 2022-03-09 13:54:56.385 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:56.385 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:56.385 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:56.385 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:56.385 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 13:54:56.385 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user 22b84744f43241118272f85e7f3e4429 --project 3c164bd56ed34f10897b946277e5f5c0 2022-03-09 13:54:56.385 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:54:56.385 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:54:56.385 | ++ functions-common:get_field:812 : read data 2022-03-09 13:54:56.385 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:56.385 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:56.385 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:56.385 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:56.385 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:54:56.385 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 13:54:56.385 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 13:54:56.385 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 13:54:56.385 | ++ functions-common:get_field:818 : echo '| a7906be80cee4a32b760ade3c8064340 | 22b84744f43241118272f85e7f3e4429 | | 3c164bd56ed34f10897b946277e5f5c0 | | | False |' 2022-03-09 13:54:56.385 | ++ functions-common:get_field:812 : read data 2022-03-09 13:54:56.385 | + functions-common:get_or_add_user_project_role:995 : user_role_id=a7906be80cee4a32b760ade3c8064340 2022-03-09 13:54:56.385 | + functions-common:get_or_add_user_project_role:997 : echo a7906be80cee4a32b760ade3c8064340 2022-03-09 13:54:56.385 | a7906be80cee4a32b760ade3c8064340 2022-03-09 13:54:56.591 | [415298 Async ks-demo-reader:445485]: finished get_or_add_user_project_role reader 22b84744f43241118272f85e7f3e4429 3c164bd56ed34f10897b946277e5f5c0 with result 0 in 17 seconds 2022-03-09 13:54:56.616 | + inc/async:async_wait:197 : return 0 2022-03-09 13:54:56.641 | + lib/keystone:create_keystone_accounts:414 : async_wait ks-alt-admin ks-alt-another ks-alt-member-user ks-alt-reader-user 2022-03-09 13:54:56.976 | [415298 Async ks-alt-admin:445939]: Waiting for completion of get_or_add_user_project_role admin 00dd17abf3554bc193a30986e0749d8c 21c41dc42f2b451b9aabcbbfc84a2a4b running on PID 445939 (12 other jobs running) 2022-03-09 13:54:57.108 | [415298 Async ks-alt-admin:445939]: Signaling child to exit 2022-03-09 13:54:57.108 | WAKEUP 2022-03-09 13:54:57.173 | + inc/async:async_inner:64 : rc=0 2022-03-09 13:54:57.233 | [415298 Async ks-alt-admin:445939]: Signaled 2022-03-09 13:54:57.239 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 13:54:57.239 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-03-09 13:54:57.239 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 13:54:57.239 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 13:54:57.239 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-03-09 13:54:57.239 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-03-09 13:54:57.239 | ++ functions-common:_get_domain_args:967 : echo 2022-03-09 13:54:57.239 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-03-09 13:54:57.239 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:54:57.239 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 00dd17abf3554bc193a30986e0749d8c --project 21c41dc42f2b451b9aabcbbfc84a2a4b 2022-03-09 13:54:57.239 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 13:54:57.239 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:54:57.239 | ++ functions-common:get_field:812 : read data 2022-03-09 13:54:57.239 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:57.239 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:57.239 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:57.240 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:57.240 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:54:57.240 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 13:54:57.240 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 13:54:57.240 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user 00dd17abf3554bc193a30986e0749d8c --project 21c41dc42f2b451b9aabcbbfc84a2a4b 2022-03-09 13:54:57.240 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:57.240 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:57.240 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:57.240 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:57.240 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 00dd17abf3554bc193a30986e0749d8c --project 21c41dc42f2b451b9aabcbbfc84a2a4b 2022-03-09 13:54:57.240 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 13:54:57.240 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:54:57.240 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:54:57.240 | ++ functions-common:get_field:812 : read data 2022-03-09 13:54:57.240 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:57.240 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:57.240 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:57.240 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:57.240 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:54:57.240 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 13:54:57.240 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 13:54:57.240 | ++ functions-common:get_field:818 : echo '| 195c2bc5d301437095db93662cfd5db5 | 00dd17abf3554bc193a30986e0749d8c | | 21c41dc42f2b451b9aabcbbfc84a2a4b | | | False |' 2022-03-09 13:54:57.240 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 13:54:57.240 | ++ functions-common:get_field:812 : read data 2022-03-09 13:54:57.240 | + functions-common:get_or_add_user_project_role:995 : user_role_id=195c2bc5d301437095db93662cfd5db5 2022-03-09 13:54:57.240 | + functions-common:get_or_add_user_project_role:997 : echo 195c2bc5d301437095db93662cfd5db5 2022-03-09 13:54:57.240 | 195c2bc5d301437095db93662cfd5db5 2022-03-09 13:54:57.329 | [447078 Async ks-system-reader:447078]: finished successfully 2022-03-09 13:54:57.497 | [415298 Async ks-alt-admin:445939]: finished get_or_add_user_project_role admin 00dd17abf3554bc193a30986e0749d8c 21c41dc42f2b451b9aabcbbfc84a2a4b with result 0 in 15 seconds 2022-03-09 13:54:57.750 | [415298 Async ks-alt-another:446085]: Waiting for completion of get_or_add_user_project_role anotherrole 00dd17abf3554bc193a30986e0749d8c 21c41dc42f2b451b9aabcbbfc84a2a4b running on PID 446085 (11 other jobs running) 2022-03-09 13:54:57.922 | [415298 Async ks-alt-another:446085]: Signaling child to exit 2022-03-09 13:54:57.922 | WAKEUP 2022-03-09 13:54:58.056 | [415298 Async ks-alt-another:446085]: Signaled 2022-03-09 13:54:58.068 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 13:54:58.069 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-03-09 13:54:58.069 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 13:54:58.069 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 13:54:58.069 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-03-09 13:54:58.069 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-03-09 13:54:58.069 | ++ functions-common:_get_domain_args:967 : echo 2022-03-09 13:54:58.069 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-03-09 13:54:58.069 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 00dd17abf3554bc193a30986e0749d8c --project 21c41dc42f2b451b9aabcbbfc84a2a4b 2022-03-09 13:54:58.069 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:54:58.069 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 13:54:58.069 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:54:58.069 | ++ functions-common:get_field:812 : read data 2022-03-09 13:54:58.069 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:58.069 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:58.069 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:58.069 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:58.069 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:54:58.069 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 13:54:58.069 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 13:54:58.069 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add anotherrole --user 00dd17abf3554bc193a30986e0749d8c --project 21c41dc42f2b451b9aabcbbfc84a2a4b 2022-03-09 13:54:58.070 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:58.070 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:58.070 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:58.070 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:58.070 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --user 00dd17abf3554bc193a30986e0749d8c --project 21c41dc42f2b451b9aabcbbfc84a2a4b 2022-03-09 13:54:58.070 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 13:54:58.070 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:54:58.070 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:54:58.070 | ++ functions-common:get_field:812 : read data 2022-03-09 13:54:58.070 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:58.070 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:58.070 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:58.070 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:58.070 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:54:58.070 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 13:54:58.070 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 13:54:58.070 | ++ functions-common:get_field:818 : echo '| cb721c57d2c645a7a83019b870b3f606 | 00dd17abf3554bc193a30986e0749d8c | | 21c41dc42f2b451b9aabcbbfc84a2a4b | | | False |' 2022-03-09 13:54:58.070 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 13:54:58.070 | ++ functions-common:get_field:812 : read data 2022-03-09 13:54:58.070 | + functions-common:get_or_add_user_project_role:995 : user_role_id=cb721c57d2c645a7a83019b870b3f606 2022-03-09 13:54:58.070 | + functions-common:get_or_add_user_project_role:997 : echo cb721c57d2c645a7a83019b870b3f606 2022-03-09 13:54:58.070 | cb721c57d2c645a7a83019b870b3f606 2022-03-09 13:54:58.370 | [415298 Async ks-alt-another:446085]: finished get_or_add_user_project_role anotherrole 00dd17abf3554bc193a30986e0749d8c 21c41dc42f2b451b9aabcbbfc84a2a4b with result 0 in 15 seconds 2022-03-09 13:54:58.641 | [415298 Async ks-alt-member-user:446319]: Waiting for completion of get_or_add_user_project_role member 324c30f4bcf14385b30fb3a8bc6f194e 21c41dc42f2b451b9aabcbbfc84a2a4b running on PID 446319 (10 other jobs running) 2022-03-09 13:54:58.790 | [415298 Async ks-alt-member-user:446319]: Signaling child to exit 2022-03-09 13:54:58.795 | WAKEUP 2022-03-09 13:54:58.941 | [415298 Async ks-alt-member-user:446319]: Signaled 2022-03-09 13:54:58.947 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 13:54:58.947 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-03-09 13:54:58.947 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 13:54:58.947 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 13:54:58.947 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-03-09 13:54:58.947 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-03-09 13:54:58.947 | ++ functions-common:_get_domain_args:967 : echo 2022-03-09 13:54:58.947 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-03-09 13:54:58.947 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:54:58.947 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 13:54:58.947 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 324c30f4bcf14385b30fb3a8bc6f194e --project 21c41dc42f2b451b9aabcbbfc84a2a4b 2022-03-09 13:54:58.947 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:54:58.947 | ++ functions-common:get_field:812 : read data 2022-03-09 13:54:58.947 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:58.947 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:58.947 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:58.947 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:58.947 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:54:58.947 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 13:54:58.947 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 13:54:58.947 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add member --user 324c30f4bcf14385b30fb3a8bc6f194e --project 21c41dc42f2b451b9aabcbbfc84a2a4b 2022-03-09 13:54:58.947 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:58.947 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:58.947 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:58.947 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:58.947 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 324c30f4bcf14385b30fb3a8bc6f194e --project 21c41dc42f2b451b9aabcbbfc84a2a4b 2022-03-09 13:54:58.947 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:54:58.947 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 13:54:58.948 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:54:58.948 | ++ functions-common:get_field:812 : read data 2022-03-09 13:54:58.948 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:58.948 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:58.948 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:58.948 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:58.948 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:54:58.948 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 13:54:58.948 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 13:54:58.948 | ++ functions-common:get_field:818 : echo '| 4baa9d7e2cd94fdcbbb097a99785af74 | 324c30f4bcf14385b30fb3a8bc6f194e | | 21c41dc42f2b451b9aabcbbfc84a2a4b | | | False |' 2022-03-09 13:54:58.948 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 13:54:58.948 | ++ functions-common:get_field:812 : read data 2022-03-09 13:54:58.948 | + functions-common:get_or_add_user_project_role:995 : user_role_id=4baa9d7e2cd94fdcbbb097a99785af74 2022-03-09 13:54:58.948 | + functions-common:get_or_add_user_project_role:997 : echo 4baa9d7e2cd94fdcbbb097a99785af74 2022-03-09 13:54:58.948 | 4baa9d7e2cd94fdcbbb097a99785af74 2022-03-09 13:54:59.227 | [415298 Async ks-alt-member-user:446319]: finished get_or_add_user_project_role member 324c30f4bcf14385b30fb3a8bc6f194e 21c41dc42f2b451b9aabcbbfc84a2a4b with result 0 in 16 seconds 2022-03-09 13:54:59.458 | [415298 Async ks-alt-reader-user:446553]: Waiting for completion of get_or_add_user_project_role reader b9fa6ba2736b4a4a9d1e561c3d8f1de2 21c41dc42f2b451b9aabcbbfc84a2a4b running on PID 446553 (9 other jobs running) 2022-03-09 13:54:59.624 | [415298 Async ks-alt-reader-user:446553]: Signaling child to exit 2022-03-09 13:54:59.625 | WAKEUP 2022-03-09 13:54:59.810 | [415298 Async ks-alt-reader-user:446553]: Signaled 2022-03-09 13:54:59.819 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 13:54:59.819 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-03-09 13:54:59.819 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 13:54:59.819 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 13:54:59.819 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-03-09 13:54:59.819 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-03-09 13:54:59.819 | ++ functions-common:_get_domain_args:967 : echo 2022-03-09 13:54:59.819 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-03-09 13:54:59.819 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:54:59.819 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user b9fa6ba2736b4a4a9d1e561c3d8f1de2 --project 21c41dc42f2b451b9aabcbbfc84a2a4b 2022-03-09 13:54:59.819 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 13:54:59.819 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:54:59.819 | ++ functions-common:get_field:812 : read data 2022-03-09 13:54:59.819 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:59.820 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:59.820 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:59.820 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:59.820 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:54:59.820 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 13:54:59.820 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 13:54:59.820 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add reader --user b9fa6ba2736b4a4a9d1e561c3d8f1de2 --project 21c41dc42f2b451b9aabcbbfc84a2a4b 2022-03-09 13:54:59.820 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:59.820 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:59.820 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:59.820 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:59.820 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user b9fa6ba2736b4a4a9d1e561c3d8f1de2 --project 21c41dc42f2b451b9aabcbbfc84a2a4b 2022-03-09 13:54:59.821 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 13:54:59.821 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:54:59.821 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:54:59.821 | ++ functions-common:get_field:812 : read data 2022-03-09 13:54:59.821 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:59.821 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:59.821 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:54:59.821 | from cryptography.utils import int_from_bytes 2022-03-09 13:54:59.821 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:54:59.821 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 13:54:59.821 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 13:54:59.821 | ++ functions-common:get_field:818 : echo '| a7906be80cee4a32b760ade3c8064340 | b9fa6ba2736b4a4a9d1e561c3d8f1de2 | | 21c41dc42f2b451b9aabcbbfc84a2a4b | | | False |' 2022-03-09 13:54:59.821 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 13:54:59.821 | ++ functions-common:get_field:812 : read data 2022-03-09 13:54:59.822 | + functions-common:get_or_add_user_project_role:995 : user_role_id=a7906be80cee4a32b760ade3c8064340 2022-03-09 13:54:59.822 | + functions-common:get_or_add_user_project_role:997 : echo a7906be80cee4a32b760ade3c8064340 2022-03-09 13:54:59.822 | a7906be80cee4a32b760ade3c8064340 2022-03-09 13:55:00.072 | [415298 Async ks-alt-reader-user:446553]: finished get_or_add_user_project_role reader b9fa6ba2736b4a4a9d1e561c3d8f1de2 21c41dc42f2b451b9aabcbbfc84a2a4b with result 0 in 16 seconds 2022-03-09 13:55:00.105 | + inc/async:async_wait:197 : return 0 2022-03-09 13:55:00.149 | + lib/keystone:create_keystone_accounts:415 : async_wait ks-system-member ks-system-reader 2022-03-09 13:55:00.491 | [415298 Async ks-system-member:446789]: Waiting for completion of get_or_add_user_system_role member 841d29e5bcc74175b9ededb3f7384f57 all running on PID 446789 (8 other jobs running) 2022-03-09 13:55:00.686 | [415298 Async ks-system-member:446789]: Signaling child to exit 2022-03-09 13:55:00.686 | WAKEUP 2022-03-09 13:55:00.829 | [415298 Async ks-system-member:446789]: Signaled 2022-03-09 13:55:00.841 | + functions-common:get_or_add_user_system_role:1027 : local user_role_id 2022-03-09 13:55:00.841 | + functions-common:get_or_add_user_system_role:1028 : local domain_args 2022-03-09 13:55:00.841 | ++ functions-common:get_or_add_user_system_role:1030 : _get_domain_args 2022-03-09 13:55:00.841 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 13:55:00.841 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 13:55:00.841 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-03-09 13:55:00.841 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-03-09 13:55:00.841 | ++ functions-common:_get_domain_args:967 : echo 2022-03-09 13:55:00.841 | + functions-common:get_or_add_user_system_role:1030 : domain_args= 2022-03-09 13:55:00.841 | ++ functions-common:get_or_add_user_system_role:1038 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 841d29e5bcc74175b9ededb3f7384f57 --system all -f value -c Role 2022-03-09 13:55:00.841 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:00.841 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:00.841 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:00.841 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:00.841 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:55:00.842 | + functions-common:get_or_add_user_system_role:1038 : user_role_id= 2022-03-09 13:55:00.842 | + functions-common:get_or_add_user_system_role:1039 : [[ -z '' ]] 2022-03-09 13:55:00.842 | + functions-common:get_or_add_user_system_role:1041 : openstack --os-cloud devstack-system-admin role add member --user 841d29e5bcc74175b9ededb3f7384f57 --system all 2022-03-09 13:55:00.842 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:00.842 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:00.842 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:00.842 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:00.842 | ++ functions-common:get_or_add_user_system_role:1050 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --user 841d29e5bcc74175b9ededb3f7384f57 --system all -f value -c Role 2022-03-09 13:55:00.842 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:00.842 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:00.842 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:00.842 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:00.842 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:55:00.842 | + functions-common:get_or_add_user_system_role:1050 : user_role_id=4baa9d7e2cd94fdcbbb097a99785af74 2022-03-09 13:55:00.842 | + functions-common:get_or_add_user_system_role:1052 : echo 4baa9d7e2cd94fdcbbb097a99785af74 2022-03-09 13:55:00.842 | 4baa9d7e2cd94fdcbbb097a99785af74 2022-03-09 13:55:01.138 | [415298 Async ks-system-member:446789]: finished get_or_add_user_system_role member 841d29e5bcc74175b9ededb3f7384f57 all with result 0 in 13 seconds 2022-03-09 13:55:01.350 | [415298 Async ks-system-reader:447078]: Waiting for completion of get_or_add_user_system_role reader c1a6f261c3ee40f6882d1692232666ff all running on PID 447078 (7 other jobs running) 2022-03-09 13:55:01.446 | [415298 Async ks-system-reader:447078]: Signaling child to exit 2022-03-09 13:55:01.447 | WAKEUP 2022-03-09 13:55:01.535 | [415298 Async ks-system-reader:447078]: Signaled 2022-03-09 13:55:01.539 | + functions-common:get_or_add_user_system_role:1027 : local user_role_id 2022-03-09 13:55:01.539 | + functions-common:get_or_add_user_system_role:1028 : local domain_args 2022-03-09 13:55:01.539 | ++ functions-common:get_or_add_user_system_role:1030 : _get_domain_args 2022-03-09 13:55:01.539 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 13:55:01.539 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 13:55:01.539 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-03-09 13:55:01.539 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-03-09 13:55:01.539 | ++ functions-common:_get_domain_args:967 : echo 2022-03-09 13:55:01.541 | + functions-common:get_or_add_user_system_role:1030 : domain_args= 2022-03-09 13:55:01.541 | ++ functions-common:get_or_add_user_system_role:1038 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user c1a6f261c3ee40f6882d1692232666ff --system all -f value -c Role 2022-03-09 13:55:01.541 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:01.541 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:01.541 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:01.541 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:01.541 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:55:01.541 | + functions-common:get_or_add_user_system_role:1038 : user_role_id= 2022-03-09 13:55:01.541 | + functions-common:get_or_add_user_system_role:1039 : [[ -z '' ]] 2022-03-09 13:55:01.541 | + functions-common:get_or_add_user_system_role:1041 : openstack --os-cloud devstack-system-admin role add reader --user c1a6f261c3ee40f6882d1692232666ff --system all 2022-03-09 13:55:01.541 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:01.541 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:01.541 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:01.541 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:01.541 | ++ functions-common:get_or_add_user_system_role:1050 : oscwrap --os-cloud devstack-system-admin role assignment list --role reader --user c1a6f261c3ee40f6882d1692232666ff --system all -f value -c Role 2022-03-09 13:55:01.541 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:01.541 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:01.541 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:01.541 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:01.541 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:55:01.541 | + functions-common:get_or_add_user_system_role:1050 : user_role_id=a7906be80cee4a32b760ade3c8064340 2022-03-09 13:55:01.541 | + functions-common:get_or_add_user_system_role:1052 : echo a7906be80cee4a32b760ade3c8064340 2022-03-09 13:55:01.541 | a7906be80cee4a32b760ade3c8064340 2022-03-09 13:55:01.787 | [415298 Async ks-system-reader:447078]: finished get_or_add_user_system_role reader c1a6f261c3ee40f6882d1692232666ff all with result 0 in 14 seconds 2022-03-09 13:55:01.821 | + inc/async:async_wait:197 : return 0 2022-03-09 13:55:01.844 | + lib/keystone:create_keystone_accounts:416 : async_wait ks-group-memberdemo ks-group-anotherdemo ks-group-memberalt ks-group-anotheralt ks-group-admin 2022-03-09 13:55:02.133 | [415298 Async ks-group-memberdemo:447485]: Waiting for completion of get_or_add_group_project_role member d079d246601742629a0f6a524f2036a3 3c164bd56ed34f10897b946277e5f5c0 running on PID 447485 (6 other jobs running) 2022-03-09 13:55:02.295 | [415298 Async ks-group-memberdemo:447485]: Signaling child to exit 2022-03-09 13:55:04.772 | + inc/async:async_inner:64 : rc=0 2022-03-09 13:55:04.922 | [447485 Async ks-group-memberdemo:447485]: finished successfully 2022-03-09 13:55:05.048 | WAKEUP 2022-03-09 13:55:05.072 | + inc/async:async_inner:64 : rc=0 2022-03-09 13:55:05.097 | [415298 Async ks-group-memberdemo:447485]: Signaled 2022-03-09 13:55:05.100 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-03-09 13:55:05.100 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group d079d246601742629a0f6a524f2036a3 --project 3c164bd56ed34f10897b946277e5f5c0 -f value 2022-03-09 13:55:05.100 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:05.100 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:05.101 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:05.101 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:05.101 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:55:05.101 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-03-09 13:55:05.101 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-03-09 13:55:05.101 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add member --group d079d246601742629a0f6a524f2036a3 --project 3c164bd56ed34f10897b946277e5f5c0 2022-03-09 13:55:05.101 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:05.101 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:05.101 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:05.101 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:05.101 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group d079d246601742629a0f6a524f2036a3 --project 3c164bd56ed34f10897b946277e5f5c0 -f value 2022-03-09 13:55:05.101 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:05.101 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:05.101 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:05.101 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:05.101 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:55:05.101 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='4baa9d7e2cd94fdcbbb097a99785af74 d079d246601742629a0f6a524f2036a3 3c164bd56ed34f10897b946277e5f5c0 False' 2022-03-09 13:55:05.101 | + functions-common:get_or_add_group_project_role:1076 : echo 4baa9d7e2cd94fdcbbb097a99785af74 d079d246601742629a0f6a524f2036a3 3c164bd56ed34f10897b946277e5f5c0 False 2022-03-09 13:55:05.101 | 4baa9d7e2cd94fdcbbb097a99785af74 d079d246601742629a0f6a524f2036a3 3c164bd56ed34f10897b946277e5f5c0 False 2022-03-09 13:55:05.148 | [447571 Async ks-group-anotherdemo:447571]: finished successfully 2022-03-09 13:55:05.227 | [415298 Async ks-group-memberdemo:447485]: finished get_or_add_group_project_role member d079d246601742629a0f6a524f2036a3 3c164bd56ed34f10897b946277e5f5c0 with result 0 in 14 seconds 2022-03-09 13:55:05.282 | [415298 Async ks-group-anotherdemo:447571]: Waiting for completion of get_or_add_group_project_role anotherrole d079d246601742629a0f6a524f2036a3 3c164bd56ed34f10897b946277e5f5c0 running on PID 447571 (5 other jobs running) 2022-03-09 13:55:05.325 | [415298 Async ks-group-anotherdemo:447571]: Signaling child to exit 2022-03-09 13:55:05.325 | WAKEUP 2022-03-09 13:55:05.368 | [415298 Async ks-group-anotherdemo:447571]: Signaled 2022-03-09 13:55:05.370 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-03-09 13:55:05.370 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group d079d246601742629a0f6a524f2036a3 --project 3c164bd56ed34f10897b946277e5f5c0 -f value 2022-03-09 13:55:05.370 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:05.370 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:05.370 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:05.370 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:05.370 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:55:05.370 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-03-09 13:55:05.370 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-03-09 13:55:05.370 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add anotherrole --group d079d246601742629a0f6a524f2036a3 --project 3c164bd56ed34f10897b946277e5f5c0 2022-03-09 13:55:05.370 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:05.370 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:05.371 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:05.371 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:05.371 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group d079d246601742629a0f6a524f2036a3 --project 3c164bd56ed34f10897b946277e5f5c0 -f value 2022-03-09 13:55:05.371 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:05.371 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:05.371 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:05.371 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:05.371 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:55:05.371 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='cb721c57d2c645a7a83019b870b3f606 d079d246601742629a0f6a524f2036a3 3c164bd56ed34f10897b946277e5f5c0 False' 2022-03-09 13:55:05.371 | + functions-common:get_or_add_group_project_role:1076 : echo cb721c57d2c645a7a83019b870b3f606 d079d246601742629a0f6a524f2036a3 3c164bd56ed34f10897b946277e5f5c0 False 2022-03-09 13:55:05.371 | cb721c57d2c645a7a83019b870b3f606 d079d246601742629a0f6a524f2036a3 3c164bd56ed34f10897b946277e5f5c0 False 2022-03-09 13:55:05.435 | [415298 Async ks-group-anotherdemo:447571]: finished get_or_add_group_project_role anotherrole d079d246601742629a0f6a524f2036a3 3c164bd56ed34f10897b946277e5f5c0 with result 0 in 14 seconds 2022-03-09 13:55:05.509 | [415298 Async ks-group-memberalt:447689]: Waiting for completion of get_or_add_group_project_role member d079d246601742629a0f6a524f2036a3 21c41dc42f2b451b9aabcbbfc84a2a4b running on PID 447689 (4 other jobs running) 2022-03-09 13:55:05.558 | [415298 Async ks-group-memberalt:447689]: Signaling child to exit 2022-03-09 13:55:06.215 | + inc/async:async_inner:64 : rc=0 2022-03-09 13:55:06.242 | [447689 Async ks-group-memberalt:447689]: finished successfully 2022-03-09 13:55:06.264 | WAKEUP 2022-03-09 13:55:06.287 | [415298 Async ks-group-memberalt:447689]: Signaled 2022-03-09 13:55:06.289 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-03-09 13:55:06.289 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group d079d246601742629a0f6a524f2036a3 --project 21c41dc42f2b451b9aabcbbfc84a2a4b -f value 2022-03-09 13:55:06.289 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:06.289 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:06.289 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:06.289 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:06.289 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:55:06.289 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-03-09 13:55:06.289 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-03-09 13:55:06.289 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add member --group d079d246601742629a0f6a524f2036a3 --project 21c41dc42f2b451b9aabcbbfc84a2a4b 2022-03-09 13:55:06.289 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:06.289 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:06.289 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:06.289 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:06.289 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role member --group d079d246601742629a0f6a524f2036a3 --project 21c41dc42f2b451b9aabcbbfc84a2a4b -f value 2022-03-09 13:55:06.289 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:06.289 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:06.289 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:06.289 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:06.289 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:55:06.289 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='4baa9d7e2cd94fdcbbb097a99785af74 d079d246601742629a0f6a524f2036a3 21c41dc42f2b451b9aabcbbfc84a2a4b False' 2022-03-09 13:55:06.289 | + functions-common:get_or_add_group_project_role:1076 : echo 4baa9d7e2cd94fdcbbb097a99785af74 d079d246601742629a0f6a524f2036a3 21c41dc42f2b451b9aabcbbfc84a2a4b False 2022-03-09 13:55:06.289 | 4baa9d7e2cd94fdcbbb097a99785af74 d079d246601742629a0f6a524f2036a3 21c41dc42f2b451b9aabcbbfc84a2a4b False 2022-03-09 13:55:06.337 | [415298 Async ks-group-memberalt:447689]: finished get_or_add_group_project_role member d079d246601742629a0f6a524f2036a3 21c41dc42f2b451b9aabcbbfc84a2a4b with result 0 in 14 seconds 2022-03-09 13:55:06.379 | [415298 Async ks-group-anotheralt:447838]: Waiting for completion of get_or_add_group_project_role anotherrole d079d246601742629a0f6a524f2036a3 21c41dc42f2b451b9aabcbbfc84a2a4b running on PID 447838 (3 other jobs running) 2022-03-09 13:55:06.407 | [415298 Async ks-group-anotheralt:447838]: Signaling child to exit 2022-03-09 13:55:06.714 | + inc/async:async_inner:64 : rc=0 2022-03-09 13:55:06.740 | [447838 Async ks-group-anotheralt:447838]: finished successfully 2022-03-09 13:55:06.765 | WAKEUP 2022-03-09 13:55:06.789 | [415298 Async ks-group-anotheralt:447838]: Signaled 2022-03-09 13:55:06.790 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-03-09 13:55:06.791 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group d079d246601742629a0f6a524f2036a3 --project 21c41dc42f2b451b9aabcbbfc84a2a4b -f value 2022-03-09 13:55:06.791 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:06.791 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:06.791 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:06.791 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:06.791 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:55:06.791 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-03-09 13:55:06.791 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-03-09 13:55:06.791 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add anotherrole --group d079d246601742629a0f6a524f2036a3 --project 21c41dc42f2b451b9aabcbbfc84a2a4b 2022-03-09 13:55:06.791 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:06.791 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:06.791 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:06.791 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:06.791 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role anotherrole --group d079d246601742629a0f6a524f2036a3 --project 21c41dc42f2b451b9aabcbbfc84a2a4b -f value 2022-03-09 13:55:06.791 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:06.791 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:06.791 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:06.791 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:06.791 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:55:06.791 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='cb721c57d2c645a7a83019b870b3f606 d079d246601742629a0f6a524f2036a3 21c41dc42f2b451b9aabcbbfc84a2a4b False' 2022-03-09 13:55:06.791 | + functions-common:get_or_add_group_project_role:1076 : echo cb721c57d2c645a7a83019b870b3f606 d079d246601742629a0f6a524f2036a3 21c41dc42f2b451b9aabcbbfc84a2a4b False 2022-03-09 13:55:06.791 | cb721c57d2c645a7a83019b870b3f606 d079d246601742629a0f6a524f2036a3 21c41dc42f2b451b9aabcbbfc84a2a4b False 2022-03-09 13:55:06.837 | [415298 Async ks-group-anotheralt:447838]: finished get_or_add_group_project_role anotherrole d079d246601742629a0f6a524f2036a3 21c41dc42f2b451b9aabcbbfc84a2a4b with result 0 in 15 seconds 2022-03-09 13:55:06.876 | [415298 Async ks-group-admin:447926]: Waiting for completion of get_or_add_group_project_role admin 8a2964c0bbbd4dc5bd3f3c849791069e 03a2c78068cf4c71b07cb51586f7a84e running on PID 447926 (2 other jobs running) 2022-03-09 13:55:06.901 | [415298 Async ks-group-admin:447926]: Signaling child to exit 2022-03-09 13:55:07.272 | + inc/async:async_inner:64 : rc=0 2022-03-09 13:55:07.297 | [447926 Async ks-group-admin:447926]: finished successfully 2022-03-09 13:55:07.317 | WAKEUP 2022-03-09 13:55:07.339 | [415298 Async ks-group-admin:447926]: Signaled 2022-03-09 13:55:07.341 | + functions-common:get_or_add_group_project_role:1058 : local group_role_id 2022-03-09 13:55:07.341 | ++ functions-common:get_or_add_group_project_role:1064 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group 8a2964c0bbbd4dc5bd3f3c849791069e --project 03a2c78068cf4c71b07cb51586f7a84e -f value 2022-03-09 13:55:07.341 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:07.341 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:07.341 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:07.341 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:07.341 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:55:07.341 | + functions-common:get_or_add_group_project_role:1064 : group_role_id= 2022-03-09 13:55:07.341 | + functions-common:get_or_add_group_project_role:1065 : [[ -z '' ]] 2022-03-09 13:55:07.341 | + functions-common:get_or_add_group_project_role:1067 : openstack --os-cloud devstack-system-admin role add admin --group 8a2964c0bbbd4dc5bd3f3c849791069e --project 03a2c78068cf4c71b07cb51586f7a84e 2022-03-09 13:55:07.341 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:07.341 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:07.341 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:07.341 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:07.341 | ++ functions-common:get_or_add_group_project_role:1074 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --group 8a2964c0bbbd4dc5bd3f3c849791069e --project 03a2c78068cf4c71b07cb51586f7a84e -f value 2022-03-09 13:55:07.341 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:07.341 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:07.341 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:55:07.341 | from cryptography.utils import int_from_bytes 2022-03-09 13:55:07.341 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:55:07.341 | + functions-common:get_or_add_group_project_role:1074 : group_role_id='195c2bc5d301437095db93662cfd5db5 8a2964c0bbbd4dc5bd3f3c849791069e 03a2c78068cf4c71b07cb51586f7a84e False' 2022-03-09 13:55:07.341 | + functions-common:get_or_add_group_project_role:1076 : echo 195c2bc5d301437095db93662cfd5db5 8a2964c0bbbd4dc5bd3f3c849791069e 03a2c78068cf4c71b07cb51586f7a84e False 2022-03-09 13:55:07.341 | 195c2bc5d301437095db93662cfd5db5 8a2964c0bbbd4dc5bd3f3c849791069e 03a2c78068cf4c71b07cb51586f7a84e False 2022-03-09 13:55:07.385 | [415298 Async ks-group-admin:447926]: finished get_or_add_group_project_role admin 8a2964c0bbbd4dc5bd3f3c849791069e 03a2c78068cf4c71b07cb51586f7a84e with result 0 in 14 seconds 2022-03-09 13:55:07.389 | + inc/async:async_wait:197 : return 0 2022-03-09 13:55:07.391 | + lib/keystone:create_keystone_accounts:418 : is_service_enabled ldap 2022-03-09 13:55:07.407 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:55:07.410 | + ./stack.sh:main:1102 : is_service_enabled nova 2022-03-09 13:55:07.428 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:55:07.430 | + ./stack.sh:main:1103 : async_runfunc create_nova_accounts 2022-03-09 13:55:07.433 | + inc/async:async_runfunc:116 : async_run create_nova_accounts create_nova_accounts 2022-03-09 13:55:07.492 | + inc/async:async_inner:63 : create_nova_accounts 2022-03-09 13:55:07.530 | [415298 Async create_nova_accounts:449827]: running: create_nova_accounts 2022-03-09 13:55:07.533 | + ./stack.sh:main:1105 : is_service_enabled glance 2022-03-09 13:55:07.551 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:55:07.554 | + ./stack.sh:main:1106 : async_runfunc create_glance_accounts 2022-03-09 13:55:07.556 | + inc/async:async_runfunc:116 : async_run create_glance_accounts create_glance_accounts 2022-03-09 13:55:07.616 | + inc/async:async_inner:63 : create_glance_accounts 2022-03-09 13:55:07.661 | [415298 Async create_glance_accounts:449942]: running: create_glance_accounts 2022-03-09 13:55:07.665 | + ./stack.sh:main:1108 : is_service_enabled cinder 2022-03-09 13:55:07.688 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:55:07.692 | + ./stack.sh:main:1109 : async_runfunc create_cinder_accounts 2022-03-09 13:55:07.694 | + inc/async:async_runfunc:116 : async_run create_cinder_accounts create_cinder_accounts 2022-03-09 13:55:07.770 | + inc/async:async_inner:63 : create_cinder_accounts 2022-03-09 13:55:07.813 | [415298 Async create_cinder_accounts:450072]: running: create_cinder_accounts 2022-03-09 13:55:07.815 | + ./stack.sh:main:1111 : is_service_enabled neutron 2022-03-09 13:55:07.837 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:55:07.840 | + ./stack.sh:main:1112 : async_runfunc create_neutron_accounts 2022-03-09 13:55:07.843 | + inc/async:async_runfunc:116 : async_run create_neutron_accounts create_neutron_accounts 2022-03-09 13:55:07.926 | + inc/async:async_inner:63 : create_neutron_accounts 2022-03-09 13:55:07.977 | [415298 Async create_neutron_accounts:450187]: running: create_neutron_accounts 2022-03-09 13:55:07.980 | + ./stack.sh:main:1114 : is_service_enabled swift 2022-03-09 13:55:08.015 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:55:08.025 | + ./stack.sh:main:1115 : async_runfunc create_swift_accounts 2022-03-09 13:55:08.028 | + inc/async:async_runfunc:116 : async_run create_swift_accounts create_swift_accounts 2022-03-09 13:55:08.249 | + inc/async:async_inner:63 : create_swift_accounts 2022-03-09 13:55:08.466 | [415298 Async create_swift_accounts:450328]: running: create_swift_accounts 2022-03-09 13:55:08.469 | + ./stack.sh:main:1123 : is_service_enabled horizon 2022-03-09 13:55:08.602 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:55:08.625 | + ./stack.sh:main:1128 : async_wait create_nova_accounts create_glance_accounts create_cinder_accounts 2022-03-09 13:55:08.981 | [415298 Async create_nova_accounts:449827]: Waiting for completion of create_nova_accounts running on PID 449827 (6 other jobs running) 2022-03-09 13:55:09.153 | [415298 Async create_nova_accounts:449827]: Signaling child to exit 2022-03-09 13:55:48.789 | + inc/async:async_inner:64 : rc=0 2022-03-09 13:55:48.936 | [450187 Async create_neutron_accounts:450187]: finished successfully 2022-03-09 13:56:07.597 | + inc/async:async_inner:64 : rc=0 2022-03-09 13:56:07.628 | [450072 Async create_cinder_accounts:450072]: finished successfully 2022-03-09 13:56:22.110 | + inc/async:async_inner:64 : rc=0 2022-03-09 13:56:22.143 | [449942 Async create_glance_accounts:449942]: finished successfully 2022-03-09 13:56:27.488 | + inc/async:async_inner:64 : rc=0 2022-03-09 13:56:27.513 | [449827 Async create_nova_accounts:449827]: finished successfully 2022-03-09 13:56:27.533 | WAKEUP 2022-03-09 13:56:27.556 | [415298 Async create_nova_accounts:449827]: Signaled 2022-03-09 13:56:27.557 | + lib/nova:create_nova_accounts:355 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,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,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ n-api ]] 2022-03-09 13:56:27.557 | + lib/nova:create_nova_accounts:359 : create_service_user nova admin 2022-03-09 13:56:27.557 | + lib/keystone:create_service_user:431 : get_or_create_user nova Passw0rd Default 2022-03-09 13:56:27.557 | + functions-common:get_or_create_user:909 : local user_id 2022-03-09 13:56:27.557 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-03-09 13:56:27.557 | + functions-common:get_or_create_user:913 : local email= 2022-03-09 13:56:27.557 | ++ 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-03-09 13:56:27.557 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.557 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.558 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.558 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.558 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.558 | + functions-common:get_or_create_user:925 : user_id=8f82ee2824d5497dabcecfef1ee769d7 2022-03-09 13:56:27.558 | + functions-common:get_or_create_user:926 : echo 8f82ee2824d5497dabcecfef1ee769d7 2022-03-09 13:56:27.558 | 8f82ee2824d5497dabcecfef1ee769d7 2022-03-09 13:56:27.558 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service nova service Default Default 2022-03-09 13:56:27.558 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 13:56:27.558 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-03-09 13:56:27.558 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 13:56:27.558 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 13:56:27.558 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-03-09 13:56:27.558 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-03-09 13:56:27.558 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-03-09 13:56:27.558 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-03-09 13:56:27.558 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-03-09 13:56:27.558 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-03-09 13:56:27.558 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 13:56:27.558 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:56:27.558 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:56:27.558 | ++ functions-common:get_field:812 : read data 2022-03-09 13:56:27.558 | ++ 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-03-09 13:56:27.558 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.558 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.558 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.558 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.558 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.558 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 13:56:27.558 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 13:56:27.558 | + 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-03-09 13:56:27.558 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.558 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.559 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.559 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.559 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:56:27.559 | ++ 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-03-09 13:56:27.559 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 13:56:27.559 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:56:27.559 | ++ functions-common:get_field:812 : read data 2022-03-09 13:56:27.559 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.559 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.559 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.559 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.559 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.559 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 13:56:27.559 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 13:56:27.559 | ++ functions-common:get_field:818 : echo '| 3f62d92e44434706805e80d0c2516f54 | 8f82ee2824d5497dabcecfef1ee769d7 | | c227c779a1d144c19c9abd7d5caba588 | | | False |' 2022-03-09 13:56:27.559 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 13:56:27.559 | ++ functions-common:get_field:812 : read data 2022-03-09 13:56:27.559 | + functions-common:get_or_add_user_project_role:995 : user_role_id=3f62d92e44434706805e80d0c2516f54 2022-03-09 13:56:27.559 | + functions-common:get_or_add_user_project_role:997 : echo 3f62d92e44434706805e80d0c2516f54 2022-03-09 13:56:27.559 | 3f62d92e44434706805e80d0c2516f54 2022-03-09 13:56:27.559 | + lib/keystone:create_service_user:434 : [[ -n admin ]] 2022-03-09 13:56:27.559 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role admin nova service Default Default 2022-03-09 13:56:27.559 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 13:56:27.559 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-03-09 13:56:27.559 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 13:56:27.559 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 13:56:27.559 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-03-09 13:56:27.559 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-03-09 13:56:27.559 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-03-09 13:56:27.560 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-03-09 13:56:27.560 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-03-09 13:56:27.560 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-03-09 13:56:27.560 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:56:27.560 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 13:56:27.560 | ++ 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-03-09 13:56:27.560 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:56:27.560 | ++ functions-common:get_field:812 : read data 2022-03-09 13:56:27.560 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.560 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.560 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.560 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.560 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.560 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 13:56:27.560 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 13:56:27.560 | + 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-03-09 13:56:27.560 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.560 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.560 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.560 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.560 | ++ 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-03-09 13:56:27.560 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 13:56:27.560 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:56:27.560 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:56:27.560 | ++ functions-common:get_field:812 : read data 2022-03-09 13:56:27.560 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.560 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.560 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.560 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.560 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.561 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 13:56:27.561 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 13:56:27.561 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 13:56:27.561 | ++ functions-common:get_field:818 : echo '| 195c2bc5d301437095db93662cfd5db5 | 8f82ee2824d5497dabcecfef1ee769d7 | | c227c779a1d144c19c9abd7d5caba588 | | | False |' 2022-03-09 13:56:27.561 | ++ functions-common:get_field:812 : read data 2022-03-09 13:56:27.561 | + functions-common:get_or_add_user_project_role:995 : user_role_id=195c2bc5d301437095db93662cfd5db5 2022-03-09 13:56:27.561 | + functions-common:get_or_add_user_project_role:997 : echo 195c2bc5d301437095db93662cfd5db5 2022-03-09 13:56:27.561 | 195c2bc5d301437095db93662cfd5db5 2022-03-09 13:56:27.561 | + lib/nova:create_nova_accounts:361 : local nova_api_url 2022-03-09 13:56:27.561 | + lib/nova:create_nova_accounts:362 : [[ True == \F\a\l\s\e ]] 2022-03-09 13:56:27.561 | + lib/nova:create_nova_accounts:365 : nova_api_url=http://10.222.0.30/compute 2022-03-09 13:56:27.561 | + lib/nova:create_nova_accounts:368 : get_or_create_service nova_legacy compute_legacy 'Nova Compute Service (Legacy 2.0)' 2022-03-09 13:56:27.561 | + functions-common:get_or_create_service:1082 : local service_id 2022-03-09 13:56:27.561 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show compute_legacy -f value -c id 2022-03-09 13:56:27.561 | ++ 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-03-09 13:56:27.561 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.561 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.561 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.561 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.561 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.561 | + functions-common:get_or_create_service:1093 : service_id=' 2022-03-09 13:56:27.561 | 6a569de6ba974d42b43803a8b9acf479' 2022-03-09 13:56:27.561 | + functions-common:get_or_create_service:1094 : echo 6a569de6ba974d42b43803a8b9acf479 2022-03-09 13:56:27.561 | 6a569de6ba974d42b43803a8b9acf479 2022-03-09 13:56:27.561 | + lib/nova:create_nova_accounts:370 : get_or_create_endpoint compute_legacy RegionOne 'http://10.222.0.30/compute/v2/$(project_id)s' 2022-03-09 13:56:27.561 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-03-09 13:56:27.561 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface compute_legacy public 'http://10.222.0.30/compute/v2/$(project_id)s' RegionOne 2022-03-09 13:56:27.561 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-03-09 13:56:27.561 | +++ 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-03-09 13:56:27.561 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.561 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.561 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.562 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.562 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.562 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-03-09 13:56:27.562 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-03-09 13:56:27.562 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create compute_legacy public 'http://10.222.0.30/compute/v2/$(project_id)s' --region RegionOne -f value -c id 2022-03-09 13:56:27.562 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.562 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.562 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.562 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.562 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.562 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=ab6ad527b5cd416b9a39d3adedaa8eb1 2022-03-09 13:56:27.562 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo ab6ad527b5cd416b9a39d3adedaa8eb1 2022-03-09 13:56:27.562 | + functions-common:get_or_create_endpoint:1127 : public_id=ab6ad527b5cd416b9a39d3adedaa8eb1 2022-03-09 13:56:27.562 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-03-09 13:56:27.562 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-03-09 13:56:27.562 | + functions-common:get_or_create_endpoint:1136 : echo ab6ad527b5cd416b9a39d3adedaa8eb1 2022-03-09 13:56:27.562 | ab6ad527b5cd416b9a39d3adedaa8eb1 2022-03-09 13:56:27.562 | + lib/nova:create_nova_accounts:374 : get_or_create_service nova compute 'Nova Compute Service' 2022-03-09 13:56:27.562 | + functions-common:get_or_create_service:1082 : local service_id 2022-03-09 13:56:27.562 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show compute -f value -c id 2022-03-09 13:56:27.562 | ++ 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-03-09 13:56:27.562 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.562 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.562 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.562 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.562 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.562 | + functions-common:get_or_create_service:1093 : service_id=' 2022-03-09 13:56:27.562 | 16802ee8ade44ff9ae22d7f40ef3cff3' 2022-03-09 13:56:27.562 | + functions-common:get_or_create_service:1094 : echo 16802ee8ade44ff9ae22d7f40ef3cff3 2022-03-09 13:56:27.562 | 16802ee8ade44ff9ae22d7f40ef3cff3 2022-03-09 13:56:27.562 | + lib/nova:create_nova_accounts:376 : get_or_create_endpoint compute RegionOne http://10.222.0.30/compute/v2.1 2022-03-09 13:56:27.563 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-03-09 13:56:27.563 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface compute public http://10.222.0.30/compute/v2.1 RegionOne 2022-03-09 13:56:27.563 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-03-09 13:56:27.563 | +++ 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-03-09 13:56:27.563 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.563 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.563 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.563 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.563 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.563 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-03-09 13:56:27.563 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-03-09 13:56:27.563 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create compute public http://10.222.0.30/compute/v2.1 --region RegionOne -f value -c id 2022-03-09 13:56:27.563 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.563 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.563 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.563 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.563 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.563 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=d3996e3e2f9c4b49aa0cbfef636a9bf5 2022-03-09 13:56:27.563 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo d3996e3e2f9c4b49aa0cbfef636a9bf5 2022-03-09 13:56:27.563 | + functions-common:get_or_create_endpoint:1127 : public_id=d3996e3e2f9c4b49aa0cbfef636a9bf5 2022-03-09 13:56:27.563 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-03-09 13:56:27.563 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-03-09 13:56:27.563 | + functions-common:get_or_create_endpoint:1136 : echo d3996e3e2f9c4b49aa0cbfef636a9bf5 2022-03-09 13:56:27.563 | d3996e3e2f9c4b49aa0cbfef636a9bf5 2022-03-09 13:56:27.563 | + lib/nova:create_nova_accounts:381 : is_service_enabled n-api 2022-03-09 13:56:27.563 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:56:27.563 | + lib/nova:create_nova_accounts:383 : is_service_enabled swift 2022-03-09 13:56:27.563 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:56:27.563 | + lib/nova:create_nova_accounts:386 : get_or_add_user_project_role ResellerAdmin nova service Default Default 2022-03-09 13:56:27.563 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 13:56:27.563 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-03-09 13:56:27.564 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 13:56:27.564 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 13:56:27.564 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-03-09 13:56:27.564 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-03-09 13:56:27.564 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-03-09 13:56:27.564 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-03-09 13:56:27.564 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-03-09 13:56:27.564 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-03-09 13:56:27.564 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 13:56:27.564 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:56:27.564 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:56:27.564 | ++ 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-03-09 13:56:27.564 | ++ functions-common:get_field:812 : read data 2022-03-09 13:56:27.564 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.564 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.564 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.564 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.564 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.564 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 13:56:27.564 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 13:56:27.564 | + 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-03-09 13:56:27.564 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.564 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.564 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.564 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.564 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:56:27.564 | ++ 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-03-09 13:56:27.564 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 13:56:27.564 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:56:27.564 | ++ functions-common:get_field:812 : read data 2022-03-09 13:56:27.564 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.565 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.565 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.565 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.565 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.565 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 13:56:27.565 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 13:56:27.565 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 13:56:27.565 | ++ functions-common:get_field:818 : echo '| abcafe04787945e0af05932b654dab29 | 8f82ee2824d5497dabcecfef1ee769d7 | | c227c779a1d144c19c9abd7d5caba588 | | | False |' 2022-03-09 13:56:27.565 | ++ functions-common:get_field:812 : read data 2022-03-09 13:56:27.565 | + functions-common:get_or_add_user_project_role:995 : user_role_id=abcafe04787945e0af05932b654dab29 2022-03-09 13:56:27.565 | + functions-common:get_or_add_user_project_role:997 : echo abcafe04787945e0af05932b654dab29 2022-03-09 13:56:27.565 | abcafe04787945e0af05932b654dab29 2022-03-09 13:56:27.565 | + lib/nova:create_nova_accounts:391 : is_service_enabled s3api 2022-03-09 13:56:27.565 | + functions-common:is_service_enabled:2081 : return 1 2022-03-09 13:56:27.565 | + lib/nova:create_nova_accounts:402 : is_service_enabled n-api 2022-03-09 13:56:27.565 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:56:27.565 | + lib/nova:create_nova_accounts:403 : [[ False = True ]] 2022-03-09 13:56:27.602 | [415298 Async create_nova_accounts:449827]: finished create_nova_accounts with result 0 in 80 seconds 2022-03-09 13:56:27.639 | [415298 Async create_glance_accounts:449942]: Waiting for completion of create_glance_accounts running on PID 449942 (5 other jobs running) 2022-03-09 13:56:27.664 | [415298 Async create_glance_accounts:449942]: Signaling child to exit 2022-03-09 13:56:27.664 | WAKEUP 2022-03-09 13:56:27.687 | [415298 Async create_glance_accounts:449942]: Signaled 2022-03-09 13:56:27.689 | + lib/glance:create_glance_accounts:451 : is_service_enabled g-api 2022-03-09 13:56:27.689 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:56:27.689 | + lib/glance:create_glance_accounts:453 : create_service_user glance 2022-03-09 13:56:27.689 | + lib/keystone:create_service_user:431 : get_or_create_user glance Passw0rd Default 2022-03-09 13:56:27.689 | + functions-common:get_or_create_user:909 : local user_id 2022-03-09 13:56:27.689 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-03-09 13:56:27.689 | + functions-common:get_or_create_user:913 : local email= 2022-03-09 13:56:27.689 | ++ 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-03-09 13:56:27.689 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.689 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.689 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.689 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.689 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.689 | + functions-common:get_or_create_user:925 : user_id=97658c85381a499aa45be1e8d8fb9459 2022-03-09 13:56:27.689 | + functions-common:get_or_create_user:926 : echo 97658c85381a499aa45be1e8d8fb9459 2022-03-09 13:56:27.689 | 97658c85381a499aa45be1e8d8fb9459 2022-03-09 13:56:27.689 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service glance service Default Default 2022-03-09 13:56:27.689 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 13:56:27.689 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-03-09 13:56:27.689 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 13:56:27.689 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 13:56:27.689 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-03-09 13:56:27.689 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-03-09 13:56:27.689 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-03-09 13:56:27.689 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-03-09 13:56:27.689 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-03-09 13:56:27.690 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-03-09 13:56:27.690 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:56:27.690 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 13:56:27.690 | ++ 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-03-09 13:56:27.690 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:56:27.690 | ++ functions-common:get_field:812 : read data 2022-03-09 13:56:27.690 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.690 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.690 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.690 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.690 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.690 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 13:56:27.690 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 13:56:27.690 | + 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-03-09 13:56:27.690 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.690 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.690 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.690 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.690 | ++ 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-03-09 13:56:27.690 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 13:56:27.690 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:56:27.690 | ++ functions-common:get_field:812 : read data 2022-03-09 13:56:27.690 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:56:27.690 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.690 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.690 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.690 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.690 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.690 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 13:56:27.690 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 13:56:27.690 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 13:56:27.690 | ++ functions-common:get_field:818 : echo '| 3f62d92e44434706805e80d0c2516f54 | 97658c85381a499aa45be1e8d8fb9459 | | c227c779a1d144c19c9abd7d5caba588 | | | False |' 2022-03-09 13:56:27.691 | ++ functions-common:get_field:812 : read data 2022-03-09 13:56:27.691 | + functions-common:get_or_add_user_project_role:995 : user_role_id=3f62d92e44434706805e80d0c2516f54 2022-03-09 13:56:27.691 | + functions-common:get_or_add_user_project_role:997 : echo 3f62d92e44434706805e80d0c2516f54 2022-03-09 13:56:27.691 | 3f62d92e44434706805e80d0c2516f54 2022-03-09 13:56:27.691 | + lib/keystone:create_service_user:434 : [[ -n '' ]] 2022-03-09 13:56:27.691 | + lib/glance:create_glance_accounts:456 : is_service_enabled s-proxy 2022-03-09 13:56:27.691 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:56:27.691 | + lib/glance:create_glance_accounts:457 : create_service_user glance-swift ResellerAdmin 2022-03-09 13:56:27.691 | + lib/keystone:create_service_user:431 : get_or_create_user glance-swift Passw0rd Default 2022-03-09 13:56:27.691 | + functions-common:get_or_create_user:909 : local user_id 2022-03-09 13:56:27.691 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-03-09 13:56:27.691 | + functions-common:get_or_create_user:913 : local email= 2022-03-09 13:56:27.691 | ++ 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-03-09 13:56:27.691 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.691 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.691 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.691 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.691 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.691 | + functions-common:get_or_create_user:925 : user_id=e97c52fd34b94aaeb884940af3a2ebe5 2022-03-09 13:56:27.691 | + functions-common:get_or_create_user:926 : echo e97c52fd34b94aaeb884940af3a2ebe5 2022-03-09 13:56:27.691 | e97c52fd34b94aaeb884940af3a2ebe5 2022-03-09 13:56:27.691 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service glance-swift service Default Default 2022-03-09 13:56:27.691 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 13:56:27.691 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-03-09 13:56:27.691 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 13:56:27.691 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 13:56:27.691 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-03-09 13:56:27.691 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-03-09 13:56:27.691 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-03-09 13:56:27.691 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-03-09 13:56:27.692 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-03-09 13:56:27.692 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-03-09 13:56:27.692 | ++ 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-03-09 13:56:27.692 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:56:27.692 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 13:56:27.692 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:56:27.692 | ++ functions-common:get_field:812 : read data 2022-03-09 13:56:27.692 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.692 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.692 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.692 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.692 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.692 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 13:56:27.692 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 13:56:27.692 | + 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-03-09 13:56:27.692 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.692 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.692 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.692 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.692 | ++ 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-03-09 13:56:27.692 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 13:56:27.692 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:56:27.692 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:56:27.692 | ++ functions-common:get_field:812 : read data 2022-03-09 13:56:27.692 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.692 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.692 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.692 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.692 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.692 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 13:56:27.692 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 13:56:27.692 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 13:56:27.693 | ++ functions-common:get_field:818 : echo '| 3f62d92e44434706805e80d0c2516f54 | e97c52fd34b94aaeb884940af3a2ebe5 | | c227c779a1d144c19c9abd7d5caba588 | | | False |' 2022-03-09 13:56:27.693 | ++ functions-common:get_field:812 : read data 2022-03-09 13:56:27.693 | + functions-common:get_or_add_user_project_role:995 : user_role_id=3f62d92e44434706805e80d0c2516f54 2022-03-09 13:56:27.693 | + functions-common:get_or_add_user_project_role:997 : echo 3f62d92e44434706805e80d0c2516f54 2022-03-09 13:56:27.693 | 3f62d92e44434706805e80d0c2516f54 2022-03-09 13:56:27.693 | + lib/keystone:create_service_user:434 : [[ -n ResellerAdmin ]] 2022-03-09 13:56:27.693 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role ResellerAdmin glance-swift service Default Default 2022-03-09 13:56:27.693 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 13:56:27.693 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-03-09 13:56:27.693 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 13:56:27.693 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 13:56:27.693 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-03-09 13:56:27.693 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-03-09 13:56:27.693 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-03-09 13:56:27.693 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-03-09 13:56:27.693 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-03-09 13:56:27.693 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-03-09 13:56:27.693 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:56:27.693 | ++ 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-03-09 13:56:27.693 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 13:56:27.693 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:56:27.693 | ++ functions-common:get_field:812 : read data 2022-03-09 13:56:27.693 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.693 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.693 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.693 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.693 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.693 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 13:56:27.693 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 13:56:27.693 | + 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-03-09 13:56:27.693 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.694 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.694 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.694 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.694 | ++ 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-03-09 13:56:27.694 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:56:27.694 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 13:56:27.694 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:56:27.694 | ++ functions-common:get_field:812 : read data 2022-03-09 13:56:27.694 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.694 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.694 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.694 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.694 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.694 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 13:56:27.694 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 13:56:27.694 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 13:56:27.694 | ++ functions-common:get_field:818 : echo '| abcafe04787945e0af05932b654dab29 | e97c52fd34b94aaeb884940af3a2ebe5 | | c227c779a1d144c19c9abd7d5caba588 | | | False |' 2022-03-09 13:56:27.694 | ++ functions-common:get_field:812 : read data 2022-03-09 13:56:27.694 | + functions-common:get_or_add_user_project_role:995 : user_role_id=abcafe04787945e0af05932b654dab29 2022-03-09 13:56:27.694 | + functions-common:get_or_add_user_project_role:997 : echo abcafe04787945e0af05932b654dab29 2022-03-09 13:56:27.694 | abcafe04787945e0af05932b654dab29 2022-03-09 13:56:27.694 | + lib/glance:create_glance_accounts:460 : get_or_create_service glance image 'Glance Image Service' 2022-03-09 13:56:27.694 | + functions-common:get_or_create_service:1082 : local service_id 2022-03-09 13:56:27.694 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show image -f value -c id 2022-03-09 13:56:27.694 | ++ 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-03-09 13:56:27.694 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.694 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.694 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.694 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.694 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.694 | + functions-common:get_or_create_service:1093 : service_id=' 2022-03-09 13:56:27.694 | ca423767bba140f0b7b4bd9064c854b9' 2022-03-09 13:56:27.695 | + functions-common:get_or_create_service:1094 : echo ca423767bba140f0b7b4bd9064c854b9 2022-03-09 13:56:27.695 | ca423767bba140f0b7b4bd9064c854b9 2022-03-09 13:56:27.695 | + lib/glance:create_glance_accounts:462 : get_or_create_endpoint image RegionOne http://10.222.0.30/image 2022-03-09 13:56:27.695 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-03-09 13:56:27.695 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface image public http://10.222.0.30/image RegionOne 2022-03-09 13:56:27.695 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-03-09 13:56:27.695 | +++ 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-03-09 13:56:27.695 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.695 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.695 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.695 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.695 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.695 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-03-09 13:56:27.695 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-03-09 13:56:27.695 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create image public http://10.222.0.30/image --region RegionOne -f value -c id 2022-03-09 13:56:27.695 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.695 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.695 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.695 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.695 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.695 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=65775373b00743be9e91f11d2bd75023 2022-03-09 13:56:27.695 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 65775373b00743be9e91f11d2bd75023 2022-03-09 13:56:27.695 | + functions-common:get_or_create_endpoint:1127 : public_id=65775373b00743be9e91f11d2bd75023 2022-03-09 13:56:27.695 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-03-09 13:56:27.695 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-03-09 13:56:27.695 | + functions-common:get_or_create_endpoint:1136 : echo 65775373b00743be9e91f11d2bd75023 2022-03-09 13:56:27.695 | 65775373b00743be9e91f11d2bd75023 2022-03-09 13:56:27.695 | ++ lib/glance:create_glance_accounts:467 : get_or_create_domain Default 2022-03-09 13:56:27.696 | ++ functions-common:get_or_create_domain:877 : local domain_id 2022-03-09 13:56:27.696 | +++ functions-common:get_or_create_domain:889 : oscwrap --os-cloud devstack-system-admin domain show Default -f value -c id 2022-03-09 13:56:27.696 | ++ functions-common:get_or_create_domain:887 : domain_id=default 2022-03-09 13:56:27.696 | ++ functions-common:get_or_create_domain:888 : echo default 2022-03-09 13:56:27.696 | + lib/glance:create_glance_accounts:467 : service_domain_id=default 2022-03-09 13:56:27.696 | + lib/glance:create_glance_accounts:468 : iniset /etc/glance/glance-swift-store.conf ref1 project_domain_id default 2022-03-09 13:56:27.696 | + lib/glance:create_glance_accounts:469 : iniset /etc/glance/glance-swift-store.conf ref1 user_domain_id default 2022-03-09 13:56:27.696 | + lib/glance:create_glance_accounts:471 : [[ False = True ]] 2022-03-09 13:56:27.736 | [415298 Async create_glance_accounts:449942]: finished create_glance_accounts with result 0 in 74 seconds 2022-03-09 13:56:27.773 | [415298 Async create_cinder_accounts:450072]: Waiting for completion of create_cinder_accounts running on PID 450072 (4 other jobs running) 2022-03-09 13:56:27.799 | [415298 Async create_cinder_accounts:450072]: Signaling child to exit 2022-03-09 13:56:27.799 | WAKEUP 2022-03-09 13:56:27.821 | [415298 Async create_cinder_accounts:450072]: Signaled 2022-03-09 13:56:27.823 | + 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,c-vol,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,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ c-api ]] 2022-03-09 13:56:27.823 | + lib/cinder:create_cinder_accounts:400 : create_service_user cinder 2022-03-09 13:56:27.823 | + lib/keystone:create_service_user:431 : get_or_create_user cinder Passw0rd Default 2022-03-09 13:56:27.823 | + functions-common:get_or_create_user:909 : local user_id 2022-03-09 13:56:27.823 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-03-09 13:56:27.823 | + functions-common:get_or_create_user:913 : local email= 2022-03-09 13:56:27.823 | ++ 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-03-09 13:56:27.823 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.823 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.823 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.823 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.823 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.823 | + functions-common:get_or_create_user:925 : user_id=1a970d25b972491ea104d8dd2522c7eb 2022-03-09 13:56:27.823 | + functions-common:get_or_create_user:926 : echo 1a970d25b972491ea104d8dd2522c7eb 2022-03-09 13:56:27.823 | 1a970d25b972491ea104d8dd2522c7eb 2022-03-09 13:56:27.823 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service cinder service Default Default 2022-03-09 13:56:27.823 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 13:56:27.823 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-03-09 13:56:27.823 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 13:56:27.823 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 13:56:27.823 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-03-09 13:56:27.824 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-03-09 13:56:27.824 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-03-09 13:56:27.824 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-03-09 13:56:27.824 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-03-09 13:56:27.824 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-03-09 13:56:27.824 | ++ 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-03-09 13:56:27.824 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 13:56:27.824 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:56:27.824 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:56:27.824 | ++ functions-common:get_field:812 : read data 2022-03-09 13:56:27.824 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.824 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.824 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.824 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.824 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.824 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 13:56:27.824 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 13:56:27.824 | + 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-03-09 13:56:27.824 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.824 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.824 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.824 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.824 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 13:56:27.824 | ++ 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-03-09 13:56:27.824 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:56:27.824 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:56:27.824 | ++ functions-common:get_field:812 : read data 2022-03-09 13:56:27.824 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.824 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.824 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.824 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.825 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.825 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 13:56:27.825 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 13:56:27.825 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 13:56:27.825 | ++ functions-common:get_field:818 : echo '| 3f62d92e44434706805e80d0c2516f54 | 1a970d25b972491ea104d8dd2522c7eb | | c227c779a1d144c19c9abd7d5caba588 | | | False |' 2022-03-09 13:56:27.825 | ++ functions-common:get_field:812 : read data 2022-03-09 13:56:27.825 | + functions-common:get_or_add_user_project_role:995 : user_role_id=3f62d92e44434706805e80d0c2516f54 2022-03-09 13:56:27.825 | + functions-common:get_or_add_user_project_role:997 : echo 3f62d92e44434706805e80d0c2516f54 2022-03-09 13:56:27.825 | 3f62d92e44434706805e80d0c2516f54 2022-03-09 13:56:27.825 | + lib/keystone:create_service_user:434 : [[ -n '' ]] 2022-03-09 13:56:27.825 | + lib/cinder:create_cinder_accounts:403 : get_or_create_service cinder block-storage 'Cinder Volume Service' 2022-03-09 13:56:27.825 | + functions-common:get_or_create_service:1082 : local service_id 2022-03-09 13:56:27.825 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show block-storage -f value -c id 2022-03-09 13:56:27.825 | ++ 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-03-09 13:56:27.825 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.825 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.825 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.825 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.825 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.825 | + functions-common:get_or_create_service:1093 : service_id=' 2022-03-09 13:56:27.825 | e20e4498e78744beb093e12355dc1bc8' 2022-03-09 13:56:27.825 | + functions-common:get_or_create_service:1094 : echo e20e4498e78744beb093e12355dc1bc8 2022-03-09 13:56:27.825 | e20e4498e78744beb093e12355dc1bc8 2022-03-09 13:56:27.826 | + lib/cinder:create_cinder_accounts:404 : '[' True == False ']' 2022-03-09 13:56:27.826 | + lib/cinder:create_cinder_accounts:417 : get_or_create_endpoint block-storage RegionOne 'http://10.222.0.30/volume/v3/$(project_id)s' 2022-03-09 13:56:27.826 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-03-09 13:56:27.826 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface block-storage public 'http://10.222.0.30/volume/v3/$(project_id)s' RegionOne 2022-03-09 13:56:27.826 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-03-09 13:56:27.826 | +++ 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-03-09 13:56:27.826 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.826 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.826 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.826 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.826 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.826 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-03-09 13:56:27.826 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-03-09 13:56:27.826 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create block-storage public 'http://10.222.0.30/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2022-03-09 13:56:27.826 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.826 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.826 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.826 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.826 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.826 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=7a9c4ce83c3742eab29221712e0221aa 2022-03-09 13:56:27.826 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 7a9c4ce83c3742eab29221712e0221aa 2022-03-09 13:56:27.826 | + functions-common:get_or_create_endpoint:1127 : public_id=7a9c4ce83c3742eab29221712e0221aa 2022-03-09 13:56:27.826 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-03-09 13:56:27.826 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-03-09 13:56:27.826 | + functions-common:get_or_create_endpoint:1136 : echo 7a9c4ce83c3742eab29221712e0221aa 2022-03-09 13:56:27.826 | 7a9c4ce83c3742eab29221712e0221aa 2022-03-09 13:56:27.826 | + lib/cinder:create_cinder_accounts:421 : get_or_create_service cinderv3 volumev3 'Cinder Volume Service V3' 2022-03-09 13:56:27.826 | + functions-common:get_or_create_service:1082 : local service_id 2022-03-09 13:56:27.826 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show volumev3 -f value -c id 2022-03-09 13:56:27.826 | ++ 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-03-09 13:56:27.826 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.827 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.827 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.827 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.827 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.827 | + functions-common:get_or_create_service:1093 : service_id=' 2022-03-09 13:56:27.827 | 99bfe47ca21f4e5fbbcf6eab4156e7db' 2022-03-09 13:56:27.827 | + functions-common:get_or_create_service:1094 : echo 99bfe47ca21f4e5fbbcf6eab4156e7db 2022-03-09 13:56:27.827 | 99bfe47ca21f4e5fbbcf6eab4156e7db 2022-03-09 13:56:27.827 | + lib/cinder:create_cinder_accounts:423 : get_or_create_endpoint volumev3 RegionOne 'http://10.222.0.30/volume/v3/$(project_id)s' 2022-03-09 13:56:27.827 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-03-09 13:56:27.827 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface volumev3 public 'http://10.222.0.30/volume/v3/$(project_id)s' RegionOne 2022-03-09 13:56:27.827 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-03-09 13:56:27.827 | +++ 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-03-09 13:56:27.827 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.827 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.827 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.828 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.828 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.828 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-03-09 13:56:27.828 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-03-09 13:56:27.828 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create volumev3 public 'http://10.222.0.30/volume/v3/$(project_id)s' --region RegionOne -f value -c id 2022-03-09 13:56:27.828 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.828 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.828 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.828 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.828 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.828 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=79d7fcdf94564e919ec26e5c72cd6c13 2022-03-09 13:56:27.828 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 79d7fcdf94564e919ec26e5c72cd6c13 2022-03-09 13:56:27.828 | + functions-common:get_or_create_endpoint:1127 : public_id=79d7fcdf94564e919ec26e5c72cd6c13 2022-03-09 13:56:27.828 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-03-09 13:56:27.828 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-03-09 13:56:27.828 | + functions-common:get_or_create_endpoint:1136 : echo 79d7fcdf94564e919ec26e5c72cd6c13 2022-03-09 13:56:27.828 | 79d7fcdf94564e919ec26e5c72cd6c13 2022-03-09 13:56:27.828 | + lib/cinder:create_cinder_accounts:428 : configure_cinder_internal_tenant 2022-03-09 13:56:27.828 | ++ lib/cinder:configure_cinder_internal_tenant:611 : get_or_create_project service 2022-03-09 13:56:27.828 | ++ functions-common:get_or_create_project:932 : local project_id 2022-03-09 13:56:27.828 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create service --domain= --or-show -f value -c id 2022-03-09 13:56:27.828 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.828 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.828 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.828 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.828 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.828 | ++ functions-common:get_or_create_project:938 : project_id=c227c779a1d144c19c9abd7d5caba588 2022-03-09 13:56:27.829 | ++ functions-common:get_or_create_project:939 : echo c227c779a1d144c19c9abd7d5caba588 2022-03-09 13:56:27.829 | + lib/cinder:configure_cinder_internal_tenant:611 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_project_id c227c779a1d144c19c9abd7d5caba588 2022-03-09 13:56:27.829 | ++ lib/cinder:configure_cinder_internal_tenant:612 : get_or_create_user cinder 2022-03-09 13:56:27.829 | ++ functions-common:get_or_create_user:909 : local user_id 2022-03-09 13:56:27.829 | ++ functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-03-09 13:56:27.829 | ++ functions-common:get_or_create_user:913 : local email= 2022-03-09 13:56:27.829 | +++ 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-03-09 13:56:27.829 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.829 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.829 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.829 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.829 | No password was supplied, authentication will fail when a user does not have a password. 2022-03-09 13:56:27.829 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.829 | ++ functions-common:get_or_create_user:925 : user_id=1a970d25b972491ea104d8dd2522c7eb 2022-03-09 13:56:27.829 | ++ functions-common:get_or_create_user:926 : echo 1a970d25b972491ea104d8dd2522c7eb 2022-03-09 13:56:27.829 | + lib/cinder:configure_cinder_internal_tenant:612 : iniset /etc/cinder/cinder.conf DEFAULT cinder_internal_tenant_user_id 1a970d25b972491ea104d8dd2522c7eb 2022-03-09 13:56:27.874 | [415298 Async create_cinder_accounts:450072]: finished create_cinder_accounts with result 0 in 59 seconds 2022-03-09 13:56:27.878 | + inc/async:async_wait:197 : return 0 2022-03-09 13:56:27.880 | + ./stack.sh:main:1129 : async_wait create_neutron_accounts create_swift_accounts configure_horizon 2022-03-09 13:56:27.936 | [415298 Async create_neutron_accounts:450187]: Waiting for completion of create_neutron_accounts running on PID 450187 (3 other jobs running) 2022-03-09 13:56:27.962 | [415298 Async create_neutron_accounts:450187]: Signaling child to exit 2022-03-09 13:56:27.962 | WAKEUP 2022-03-09 13:56:27.985 | [415298 Async create_neutron_accounts:450187]: Signaled 2022-03-09 13:56:27.987 | + lib/neutron:create_neutron_accounts:669 : is_neutron_legacy_enabled 2022-03-09 13:56:27.987 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-03-09 13:56:27.987 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-03-09 13:56:27.987 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-03-09 13:56:27.987 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-03-09 13:56:27.987 | + lib/neutron:is_neutron_legacy_enabled:138 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,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,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-03-09 13:56:27.987 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-03-09 13:56:27.987 | + lib/neutron:create_neutron_accounts:671 : create_mutnauq_accounts 2022-03-09 13:56:27.987 | + lib/neutron-legacy:create_mutnauq_accounts:436 : local neutron_url 2022-03-09 13:56:27.987 | + lib/neutron-legacy:create_mutnauq_accounts:437 : '[' False == True ']' 2022-03-09 13:56:27.987 | + lib/neutron-legacy:create_mutnauq_accounts:440 : neutron_url=http://10.222.0.30:9696/ 2022-03-09 13:56:27.987 | + lib/neutron-legacy:create_mutnauq_accounts:443 : [[ key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,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,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ q-svc ]] 2022-03-09 13:56:27.987 | + lib/neutron-legacy:create_mutnauq_accounts:445 : create_service_user neutron 2022-03-09 13:56:27.987 | + lib/keystone:create_service_user:431 : get_or_create_user neutron Passw0rd Default 2022-03-09 13:56:27.987 | + functions-common:get_or_create_user:909 : local user_id 2022-03-09 13:56:27.988 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-03-09 13:56:27.988 | + functions-common:get_or_create_user:913 : local email= 2022-03-09 13:56:27.988 | ++ 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-03-09 13:56:27.988 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.988 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.988 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.988 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.988 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.988 | + functions-common:get_or_create_user:925 : user_id=779b22aeca464bde8ab8218e943d3430 2022-03-09 13:56:27.988 | + functions-common:get_or_create_user:926 : echo 779b22aeca464bde8ab8218e943d3430 2022-03-09 13:56:27.988 | 779b22aeca464bde8ab8218e943d3430 2022-03-09 13:56:27.988 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service neutron service Default Default 2022-03-09 13:56:27.988 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 13:56:27.988 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-03-09 13:56:27.988 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 13:56:27.988 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 13:56:27.988 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-03-09 13:56:27.988 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-03-09 13:56:27.988 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-03-09 13:56:27.988 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-03-09 13:56:27.988 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-03-09 13:56:27.988 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-03-09 13:56:27.988 | ++ 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-03-09 13:56:27.988 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 13:56:27.988 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:56:27.988 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:56:27.988 | ++ functions-common:get_field:812 : read data 2022-03-09 13:56:27.988 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.988 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.988 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.988 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.988 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.989 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 13:56:27.989 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 13:56:27.989 | + 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-03-09 13:56:27.989 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.989 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.989 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.989 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.989 | ++ 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-03-09 13:56:27.989 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 13:56:27.989 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:56:27.989 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:56:27.989 | ++ functions-common:get_field:812 : read data 2022-03-09 13:56:27.989 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.989 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.989 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.989 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.989 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.989 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 13:56:27.989 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 13:56:27.989 | ++ functions-common:get_field:818 : echo '| 3f62d92e44434706805e80d0c2516f54 | 779b22aeca464bde8ab8218e943d3430 | | c227c779a1d144c19c9abd7d5caba588 | | | False |' 2022-03-09 13:56:27.989 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 13:56:27.989 | ++ functions-common:get_field:812 : read data 2022-03-09 13:56:27.989 | + functions-common:get_or_add_user_project_role:995 : user_role_id=3f62d92e44434706805e80d0c2516f54 2022-03-09 13:56:27.989 | + functions-common:get_or_add_user_project_role:997 : echo 3f62d92e44434706805e80d0c2516f54 2022-03-09 13:56:27.989 | 3f62d92e44434706805e80d0c2516f54 2022-03-09 13:56:27.989 | + lib/keystone:create_service_user:434 : [[ -n '' ]] 2022-03-09 13:56:27.989 | + lib/neutron-legacy:create_mutnauq_accounts:447 : get_or_create_service neutron network 'Neutron Service' 2022-03-09 13:56:27.989 | + functions-common:get_or_create_service:1082 : local service_id 2022-03-09 13:56:27.989 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show network -f value -c id 2022-03-09 13:56:27.989 | ++ 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-03-09 13:56:27.990 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.990 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.990 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.990 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.990 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.990 | + functions-common:get_or_create_service:1093 : service_id=' 2022-03-09 13:56:27.990 | 4a7b0863182e4e4794142d38652c174c' 2022-03-09 13:56:27.990 | + functions-common:get_or_create_service:1094 : echo 4a7b0863182e4e4794142d38652c174c 2022-03-09 13:56:27.990 | 4a7b0863182e4e4794142d38652c174c 2022-03-09 13:56:27.990 | + lib/neutron-legacy:create_mutnauq_accounts:449 : get_or_create_endpoint network RegionOne http://10.222.0.30:9696/ 2022-03-09 13:56:27.990 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-03-09 13:56:27.990 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface network public http://10.222.0.30:9696/ RegionOne 2022-03-09 13:56:27.990 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-03-09 13:56:27.990 | +++ 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-03-09 13:56:27.990 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.990 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.990 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.990 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.990 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.990 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-03-09 13:56:27.990 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-03-09 13:56:27.990 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create network public http://10.222.0.30:9696/ --region RegionOne -f value -c id 2022-03-09 13:56:27.990 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.990 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.990 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:56:27.990 | from cryptography.utils import int_from_bytes 2022-03-09 13:56:27.990 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:56:27.990 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=da3f460ca47140fd87d7047402a643b6 2022-03-09 13:56:27.990 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo da3f460ca47140fd87d7047402a643b6 2022-03-09 13:56:27.990 | + functions-common:get_or_create_endpoint:1127 : public_id=da3f460ca47140fd87d7047402a643b6 2022-03-09 13:56:27.990 | + functions-common:get_or_create_endpoint:1129 : [[ -n '' ]] 2022-03-09 13:56:27.990 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-03-09 13:56:27.991 | + functions-common:get_or_create_endpoint:1136 : echo da3f460ca47140fd87d7047402a643b6 2022-03-09 13:56:27.991 | da3f460ca47140fd87d7047402a643b6 2022-03-09 13:56:28.033 | [415298 Async create_neutron_accounts:450187]: finished create_neutron_accounts with result 0 in 41 seconds 2022-03-09 13:56:28.070 | [415298 Async create_swift_accounts:450328]: Waiting for completion of create_swift_accounts running on PID 450328 (2 other jobs running) 2022-03-09 13:56:28.099 | [415298 Async create_swift_accounts:450328]: Signaling child to exit 2022-03-09 13:57:19.170 | + inc/async:async_inner:64 : rc=0 2022-03-09 13:57:19.196 | [450328 Async create_swift_accounts:450328]: finished successfully 2022-03-09 13:57:19.216 | WAKEUP 2022-03-09 13:57:19.238 | [415298 Async create_swift_accounts:450328]: Signaled 2022-03-09 13:57:19.239 | + lib/swift:create_swift_accounts:608 : export swiftusertest1_password=testing 2022-03-09 13:57:19.239 | + lib/swift:create_swift_accounts:608 : swiftusertest1_password=testing 2022-03-09 13:57:19.239 | + lib/swift:create_swift_accounts:609 : export swiftusertest2_password=testing2 2022-03-09 13:57:19.240 | + lib/swift:create_swift_accounts:609 : swiftusertest2_password=testing2 2022-03-09 13:57:19.240 | + lib/swift:create_swift_accounts:610 : export swiftusertest3_password=testing3 2022-03-09 13:57:19.240 | + lib/swift:create_swift_accounts:610 : swiftusertest3_password=testing3 2022-03-09 13:57:19.240 | + lib/swift:create_swift_accounts:611 : export swiftusertest4_password=testing4 2022-03-09 13:57:19.240 | + lib/swift:create_swift_accounts:611 : swiftusertest4_password=testing4 2022-03-09 13:57:19.240 | + lib/swift:create_swift_accounts:613 : local another_role 2022-03-09 13:57:19.240 | ++ lib/swift:create_swift_accounts:614 : get_or_create_role anotherrole 2022-03-09 13:57:19.240 | ++ functions-common:get_or_create_role:945 : local role_id 2022-03-09 13:57:19.240 | +++ functions-common:get_or_create_role:952 : oscwrap --os-cloud devstack-system-admin role create anotherrole --or-show -f value -c id 2022-03-09 13:57:19.240 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.240 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.240 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.240 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.240 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:57:19.240 | ++ functions-common:get_or_create_role:950 : role_id=cb721c57d2c645a7a83019b870b3f606 2022-03-09 13:57:19.240 | ++ functions-common:get_or_create_role:951 : echo cb721c57d2c645a7a83019b870b3f606 2022-03-09 13:57:19.240 | + lib/swift:create_swift_accounts:614 : another_role=cb721c57d2c645a7a83019b870b3f606 2022-03-09 13:57:19.240 | + lib/swift:create_swift_accounts:618 : create_service_user swift admin 2022-03-09 13:57:19.240 | + lib/keystone:create_service_user:431 : get_or_create_user swift Passw0rd Default 2022-03-09 13:57:19.240 | + functions-common:get_or_create_user:909 : local user_id 2022-03-09 13:57:19.240 | + functions-common:get_or_create_user:910 : [[ ! -z '' ]] 2022-03-09 13:57:19.240 | + functions-common:get_or_create_user:913 : local email= 2022-03-09 13:57:19.240 | ++ 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-03-09 13:57:19.240 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.240 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.240 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.240 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.240 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:57:19.240 | + functions-common:get_or_create_user:925 : user_id=b10b430188954372a21b5d2a52ed3704 2022-03-09 13:57:19.240 | + functions-common:get_or_create_user:926 : echo b10b430188954372a21b5d2a52ed3704 2022-03-09 13:57:19.240 | b10b430188954372a21b5d2a52ed3704 2022-03-09 13:57:19.241 | + lib/keystone:create_service_user:432 : get_or_add_user_project_role service swift service Default Default 2022-03-09 13:57:19.241 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 13:57:19.241 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-03-09 13:57:19.241 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 13:57:19.241 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 13:57:19.241 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-03-09 13:57:19.241 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-03-09 13:57:19.241 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-03-09 13:57:19.241 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-03-09 13:57:19.241 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-03-09 13:57:19.241 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-03-09 13:57:19.241 | ++ 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-03-09 13:57:19.241 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 13:57:19.241 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:57:19.241 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:57:19.241 | ++ functions-common:get_field:812 : read data 2022-03-09 13:57:19.241 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.241 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.241 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.241 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.241 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:57:19.241 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 13:57:19.241 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 13:57:19.241 | + 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-03-09 13:57:19.241 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.241 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.241 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.241 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.241 | ++ 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-03-09 13:57:19.241 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:57:19.241 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 13:57:19.241 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:57:19.242 | ++ functions-common:get_field:812 : read data 2022-03-09 13:57:19.242 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.242 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.242 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.242 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.242 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:57:19.242 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 13:57:19.242 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 13:57:19.242 | ++ functions-common:get_field:818 : echo '| 3f62d92e44434706805e80d0c2516f54 | b10b430188954372a21b5d2a52ed3704 | | c227c779a1d144c19c9abd7d5caba588 | | | False |' 2022-03-09 13:57:19.242 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 13:57:19.242 | ++ functions-common:get_field:812 : read data 2022-03-09 13:57:19.242 | + functions-common:get_or_add_user_project_role:995 : user_role_id=3f62d92e44434706805e80d0c2516f54 2022-03-09 13:57:19.242 | + functions-common:get_or_add_user_project_role:997 : echo 3f62d92e44434706805e80d0c2516f54 2022-03-09 13:57:19.242 | 3f62d92e44434706805e80d0c2516f54 2022-03-09 13:57:19.242 | + lib/keystone:create_service_user:434 : [[ -n admin ]] 2022-03-09 13:57:19.242 | + lib/keystone:create_service_user:435 : get_or_add_user_project_role admin swift service Default Default 2022-03-09 13:57:19.242 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 13:57:19.242 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args Default Default 2022-03-09 13:57:19.242 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 13:57:19.242 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 13:57:19.242 | ++ functions-common:_get_domain_args:960 : [[ -n Default ]] 2022-03-09 13:57:19.242 | ++ functions-common:_get_domain_args:961 : domain=' --user-domain Default' 2022-03-09 13:57:19.242 | ++ functions-common:_get_domain_args:963 : [[ -n Default ]] 2022-03-09 13:57:19.242 | ++ functions-common:_get_domain_args:964 : domain=' --user-domain Default --project-domain Default' 2022-03-09 13:57:19.242 | ++ functions-common:_get_domain_args:967 : echo --user-domain Default --project-domain Default 2022-03-09 13:57:19.242 | + functions-common:get_or_add_user_project_role:975 : domain_args='--user-domain Default --project-domain Default' 2022-03-09 13:57:19.242 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:57:19.242 | ++ 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-03-09 13:57:19.242 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 13:57:19.242 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:57:19.242 | ++ functions-common:get_field:812 : read data 2022-03-09 13:57:19.243 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.243 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.243 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.243 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.243 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:57:19.243 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 13:57:19.243 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 13:57:19.243 | + 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-03-09 13:57:19.243 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.243 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.243 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.243 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.243 | ++ 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-03-09 13:57:19.243 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 13:57:19.243 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:57:19.243 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:57:19.243 | ++ functions-common:get_field:812 : read data 2022-03-09 13:57:19.243 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.243 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.243 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.243 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.243 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:57:19.243 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 13:57:19.243 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 13:57:19.243 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 13:57:19.243 | ++ functions-common:get_field:818 : echo '| 195c2bc5d301437095db93662cfd5db5 | b10b430188954372a21b5d2a52ed3704 | | c227c779a1d144c19c9abd7d5caba588 | | | False |' 2022-03-09 13:57:19.243 | ++ functions-common:get_field:812 : read data 2022-03-09 13:57:19.243 | + functions-common:get_or_add_user_project_role:995 : user_role_id=195c2bc5d301437095db93662cfd5db5 2022-03-09 13:57:19.243 | + functions-common:get_or_add_user_project_role:997 : echo 195c2bc5d301437095db93662cfd5db5 2022-03-09 13:57:19.243 | 195c2bc5d301437095db93662cfd5db5 2022-03-09 13:57:19.243 | + lib/swift:create_swift_accounts:620 : get_or_create_service swift object-store 'Swift Service' 2022-03-09 13:57:19.244 | + functions-common:get_or_create_service:1082 : local service_id 2022-03-09 13:57:19.244 | ++ functions-common:get_or_create_service:1095 : oscwrap --os-cloud devstack-system-admin service show object-store -f value -c id 2022-03-09 13:57:19.244 | ++ 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-03-09 13:57:19.244 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.244 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.244 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.244 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.244 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:57:19.244 | + functions-common:get_or_create_service:1093 : service_id=' 2022-03-09 13:57:19.244 | a1273ab83e6447129d0c355d3ad3d91e' 2022-03-09 13:57:19.244 | + functions-common:get_or_create_service:1094 : echo a1273ab83e6447129d0c355d3ad3d91e 2022-03-09 13:57:19.244 | a1273ab83e6447129d0c355d3ad3d91e 2022-03-09 13:57:19.244 | + lib/swift:create_swift_accounts:622 : get_or_create_endpoint object-store RegionOne 'http://10.222.0.30:8080/v1/AUTH_$(project_id)s' http://10.222.0.30:8080 2022-03-09 13:57:19.244 | + functions-common:get_or_create_endpoint:1126 : local public_id 2022-03-09 13:57:19.244 | ++ functions-common:get_or_create_endpoint:1127 : _get_or_create_endpoint_with_interface object-store public 'http://10.222.0.30:8080/v1/AUTH_$(project_id)s' RegionOne 2022-03-09 13:57:19.244 | ++ functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-03-09 13:57:19.244 | +++ 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-03-09 13:57:19.244 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.244 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.244 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.244 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.244 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:57:19.244 | ++ functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-03-09 13:57:19.244 | ++ functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-03-09 13:57:19.244 | +++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create object-store public 'http://10.222.0.30:8080/v1/AUTH_$(project_id)s' --region RegionOne -f value -c id 2022-03-09 13:57:19.244 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.244 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.244 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.244 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.244 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:57:19.245 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=90b1123365a7473e8de106dcf90f5e6b 2022-03-09 13:57:19.245 | ++ functions-common:_get_or_create_endpoint_with_interface:1112 : echo 90b1123365a7473e8de106dcf90f5e6b 2022-03-09 13:57:19.245 | + functions-common:get_or_create_endpoint:1127 : public_id=90b1123365a7473e8de106dcf90f5e6b 2022-03-09 13:57:19.245 | + functions-common:get_or_create_endpoint:1129 : [[ -n http://10.222.0.30:8080 ]] 2022-03-09 13:57:19.245 | + functions-common:get_or_create_endpoint:1130 : _get_or_create_endpoint_with_interface object-store admin http://10.222.0.30:8080 RegionOne 2022-03-09 13:57:19.245 | + functions-common:_get_or_create_endpoint_with_interface:1100 : local endpoint_id 2022-03-09 13:57:19.245 | ++ 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-03-09 13:57:19.245 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.245 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.245 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.245 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.245 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:57:19.245 | + functions-common:_get_or_create_endpoint_with_interface:1105 : endpoint_id= 2022-03-09 13:57:19.245 | + functions-common:_get_or_create_endpoint_with_interface:1106 : [[ -z '' ]] 2022-03-09 13:57:19.245 | ++ functions-common:_get_or_create_endpoint_with_interface:1109 : oscwrap --os-cloud devstack-system-admin endpoint create object-store admin http://10.222.0.30:8080 --region RegionOne -f value -c id 2022-03-09 13:57:19.245 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.245 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.245 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.245 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.245 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:57:19.245 | + functions-common:_get_or_create_endpoint_with_interface:1109 : endpoint_id=04e1751db15849748fd2c7755d8753a4 2022-03-09 13:57:19.245 | + functions-common:_get_or_create_endpoint_with_interface:1112 : echo 04e1751db15849748fd2c7755d8753a4 2022-03-09 13:57:19.245 | 04e1751db15849748fd2c7755d8753a4 2022-03-09 13:57:19.245 | + functions-common:get_or_create_endpoint:1132 : [[ -n '' ]] 2022-03-09 13:57:19.245 | + functions-common:get_or_create_endpoint:1136 : echo 90b1123365a7473e8de106dcf90f5e6b 2022-03-09 13:57:19.245 | 90b1123365a7473e8de106dcf90f5e6b 2022-03-09 13:57:19.245 | + lib/swift:create_swift_accounts:627 : local swift_project_test1 2022-03-09 13:57:19.245 | ++ lib/swift:create_swift_accounts:628 : get_or_create_project swiftprojecttest1 default 2022-03-09 13:57:19.245 | ++ functions-common:get_or_create_project:932 : local project_id 2022-03-09 13:57:19.245 | +++ 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-03-09 13:57:19.245 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.245 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.246 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.246 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.246 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:57:19.246 | ++ functions-common:get_or_create_project:938 : project_id=6755f7b884fd4d8ca951238576c9f775 2022-03-09 13:57:19.246 | ++ functions-common:get_or_create_project:939 : echo 6755f7b884fd4d8ca951238576c9f775 2022-03-09 13:57:19.246 | + lib/swift:create_swift_accounts:628 : swift_project_test1=6755f7b884fd4d8ca951238576c9f775 2022-03-09 13:57:19.246 | + lib/swift:create_swift_accounts:629 : die_if_not_set 629 swift_project_test1 'Failure creating swift_project_test1' 2022-03-09 13:57:19.246 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-03-09 13:57:19.246 | ++ lib/swift:create_swift_accounts:631 : get_or_create_user swiftusertest1 testing default test@example.com 2022-03-09 13:57:19.246 | ++ functions-common:get_or_create_user:909 : local user_id 2022-03-09 13:57:19.246 | ++ functions-common:get_or_create_user:910 : [[ ! -z test@example.com ]] 2022-03-09 13:57:19.246 | ++ functions-common:get_or_create_user:911 : local email=--email=test@example.com 2022-03-09 13:57:19.246 | +++ 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-03-09 13:57:19.246 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.246 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.246 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.246 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.246 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:57:19.246 | ++ functions-common:get_or_create_user:925 : user_id=7fbbf85020b94722a872d4e0b970ebf2 2022-03-09 13:57:19.246 | ++ functions-common:get_or_create_user:926 : echo 7fbbf85020b94722a872d4e0b970ebf2 2022-03-09 13:57:19.246 | + lib/swift:create_swift_accounts:631 : SWIFT_USER_TEST1=7fbbf85020b94722a872d4e0b970ebf2 2022-03-09 13:57:19.246 | + lib/swift:create_swift_accounts:632 : die_if_not_set 632 SWIFT_USER_TEST1 'Failure creating SWIFT_USER_TEST1' 2022-03-09 13:57:19.246 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-03-09 13:57:19.246 | + lib/swift:create_swift_accounts:633 : get_or_add_user_project_role admin 7fbbf85020b94722a872d4e0b970ebf2 6755f7b884fd4d8ca951238576c9f775 2022-03-09 13:57:19.246 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 13:57:19.246 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-03-09 13:57:19.246 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 13:57:19.246 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 13:57:19.246 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-03-09 13:57:19.246 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-03-09 13:57:19.246 | ++ functions-common:_get_domain_args:967 : echo 2022-03-09 13:57:19.247 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-03-09 13:57:19.247 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:57:19.247 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 13:57:19.247 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 7fbbf85020b94722a872d4e0b970ebf2 --project 6755f7b884fd4d8ca951238576c9f775 2022-03-09 13:57:19.247 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:57:19.247 | ++ functions-common:get_field:812 : read data 2022-03-09 13:57:19.247 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.247 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.247 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.247 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.247 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:57:19.247 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 13:57:19.247 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 13:57:19.247 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user 7fbbf85020b94722a872d4e0b970ebf2 --project 6755f7b884fd4d8ca951238576c9f775 2022-03-09 13:57:19.248 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.248 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.248 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.248 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.248 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 7fbbf85020b94722a872d4e0b970ebf2 --project 6755f7b884fd4d8ca951238576c9f775 2022-03-09 13:57:19.248 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 13:57:19.248 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:57:19.248 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:57:19.248 | ++ functions-common:get_field:812 : read data 2022-03-09 13:57:19.248 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.248 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.248 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.248 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.248 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:57:19.248 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 13:57:19.248 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 13:57:19.248 | ++ functions-common:get_field:818 : echo '| 195c2bc5d301437095db93662cfd5db5 | 7fbbf85020b94722a872d4e0b970ebf2 | | 6755f7b884fd4d8ca951238576c9f775 | | | False |' 2022-03-09 13:57:19.248 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 13:57:19.248 | ++ functions-common:get_field:812 : read data 2022-03-09 13:57:19.248 | + functions-common:get_or_add_user_project_role:995 : user_role_id=195c2bc5d301437095db93662cfd5db5 2022-03-09 13:57:19.248 | + functions-common:get_or_add_user_project_role:997 : echo 195c2bc5d301437095db93662cfd5db5 2022-03-09 13:57:19.248 | 195c2bc5d301437095db93662cfd5db5 2022-03-09 13:57:19.248 | + lib/swift:create_swift_accounts:635 : local swift_user_test3 2022-03-09 13:57:19.248 | ++ lib/swift:create_swift_accounts:637 : get_or_create_user swiftusertest3 testing3 default test3@example.com 2022-03-09 13:57:19.248 | ++ functions-common:get_or_create_user:909 : local user_id 2022-03-09 13:57:19.248 | ++ functions-common:get_or_create_user:910 : [[ ! -z test3@example.com ]] 2022-03-09 13:57:19.248 | ++ functions-common:get_or_create_user:911 : local email=--email=test3@example.com 2022-03-09 13:57:19.248 | +++ 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-03-09 13:57:19.248 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.248 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.248 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.249 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.249 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:57:19.249 | ++ functions-common:get_or_create_user:925 : user_id=9bbbb1b5653945599775a33fbfaf4427 2022-03-09 13:57:19.249 | ++ functions-common:get_or_create_user:926 : echo 9bbbb1b5653945599775a33fbfaf4427 2022-03-09 13:57:19.249 | + lib/swift:create_swift_accounts:637 : swift_user_test3=9bbbb1b5653945599775a33fbfaf4427 2022-03-09 13:57:19.249 | + lib/swift:create_swift_accounts:638 : die_if_not_set 638 swift_user_test3 'Failure creating swift_user_test3' 2022-03-09 13:57:19.249 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-03-09 13:57:19.249 | + lib/swift:create_swift_accounts:639 : get_or_add_user_project_role cb721c57d2c645a7a83019b870b3f606 9bbbb1b5653945599775a33fbfaf4427 6755f7b884fd4d8ca951238576c9f775 2022-03-09 13:57:19.249 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 13:57:19.249 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-03-09 13:57:19.249 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 13:57:19.249 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 13:57:19.249 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-03-09 13:57:19.249 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-03-09 13:57:19.249 | ++ functions-common:_get_domain_args:967 : echo 2022-03-09 13:57:19.249 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-03-09 13:57:19.249 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role cb721c57d2c645a7a83019b870b3f606 --user 9bbbb1b5653945599775a33fbfaf4427 --project 6755f7b884fd4d8ca951238576c9f775 2022-03-09 13:57:19.249 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:57:19.249 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 13:57:19.249 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:57:19.249 | ++ functions-common:get_field:812 : read data 2022-03-09 13:57:19.249 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.249 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.249 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.249 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.249 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:57:19.249 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 13:57:19.249 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 13:57:19.249 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add cb721c57d2c645a7a83019b870b3f606 --user 9bbbb1b5653945599775a33fbfaf4427 --project 6755f7b884fd4d8ca951238576c9f775 2022-03-09 13:57:19.249 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.249 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.250 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.250 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.250 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:57:19.250 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role cb721c57d2c645a7a83019b870b3f606 --user 9bbbb1b5653945599775a33fbfaf4427 --project 6755f7b884fd4d8ca951238576c9f775 2022-03-09 13:57:19.250 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 13:57:19.250 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:57:19.250 | ++ functions-common:get_field:812 : read data 2022-03-09 13:57:19.250 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.250 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.250 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.250 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.250 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:57:19.250 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 13:57:19.250 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 13:57:19.250 | ++ functions-common:get_field:818 : echo '| cb721c57d2c645a7a83019b870b3f606 | 9bbbb1b5653945599775a33fbfaf4427 | | 6755f7b884fd4d8ca951238576c9f775 | | | False |' 2022-03-09 13:57:19.250 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 13:57:19.250 | ++ functions-common:get_field:812 : read data 2022-03-09 13:57:19.250 | + functions-common:get_or_add_user_project_role:995 : user_role_id=cb721c57d2c645a7a83019b870b3f606 2022-03-09 13:57:19.250 | + functions-common:get_or_add_user_project_role:997 : echo cb721c57d2c645a7a83019b870b3f606 2022-03-09 13:57:19.250 | cb721c57d2c645a7a83019b870b3f606 2022-03-09 13:57:19.250 | + lib/swift:create_swift_accounts:641 : local swift_project_test2 2022-03-09 13:57:19.250 | ++ lib/swift:create_swift_accounts:642 : get_or_create_project swiftprojecttest2 default 2022-03-09 13:57:19.250 | ++ functions-common:get_or_create_project:932 : local project_id 2022-03-09 13:57:19.250 | +++ 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-03-09 13:57:19.250 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.250 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.250 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.250 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.250 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:57:19.250 | ++ functions-common:get_or_create_project:938 : project_id=7cd2f285a37a4d8d9edc3768231099fc 2022-03-09 13:57:19.250 | ++ functions-common:get_or_create_project:939 : echo 7cd2f285a37a4d8d9edc3768231099fc 2022-03-09 13:57:19.250 | + lib/swift:create_swift_accounts:642 : swift_project_test2=7cd2f285a37a4d8d9edc3768231099fc 2022-03-09 13:57:19.251 | + lib/swift:create_swift_accounts:643 : die_if_not_set 643 swift_project_test2 'Failure creating swift_project_test2' 2022-03-09 13:57:19.251 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-03-09 13:57:19.251 | + lib/swift:create_swift_accounts:645 : local swift_user_test2 2022-03-09 13:57:19.251 | ++ lib/swift:create_swift_accounts:647 : get_or_create_user swiftusertest2 testing2 default test2@example.com 2022-03-09 13:57:19.251 | ++ functions-common:get_or_create_user:909 : local user_id 2022-03-09 13:57:19.251 | ++ functions-common:get_or_create_user:910 : [[ ! -z test2@example.com ]] 2022-03-09 13:57:19.251 | ++ functions-common:get_or_create_user:911 : local email=--email=test2@example.com 2022-03-09 13:57:19.251 | +++ 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-03-09 13:57:19.251 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.251 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.251 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.251 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.251 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:57:19.251 | ++ functions-common:get_or_create_user:925 : user_id=549c375f7bba4368a99710ed0404e3f2 2022-03-09 13:57:19.251 | ++ functions-common:get_or_create_user:926 : echo 549c375f7bba4368a99710ed0404e3f2 2022-03-09 13:57:19.251 | + lib/swift:create_swift_accounts:647 : swift_user_test2=549c375f7bba4368a99710ed0404e3f2 2022-03-09 13:57:19.251 | + lib/swift:create_swift_accounts:648 : die_if_not_set 648 swift_user_test2 'Failure creating swift_user_test2' 2022-03-09 13:57:19.251 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-03-09 13:57:19.251 | + lib/swift:create_swift_accounts:649 : get_or_add_user_project_role admin 549c375f7bba4368a99710ed0404e3f2 7cd2f285a37a4d8d9edc3768231099fc 2022-03-09 13:57:19.251 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 13:57:19.251 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-03-09 13:57:19.251 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 13:57:19.251 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 13:57:19.251 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-03-09 13:57:19.251 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-03-09 13:57:19.251 | ++ functions-common:_get_domain_args:967 : echo 2022-03-09 13:57:19.251 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-03-09 13:57:19.251 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 549c375f7bba4368a99710ed0404e3f2 --project 7cd2f285a37a4d8d9edc3768231099fc 2022-03-09 13:57:19.251 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 13:57:19.252 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:57:19.252 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:57:19.252 | ++ functions-common:get_field:812 : read data 2022-03-09 13:57:19.252 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.252 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.252 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.252 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.252 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:57:19.252 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 13:57:19.252 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 13:57:19.252 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user 549c375f7bba4368a99710ed0404e3f2 --project 7cd2f285a37a4d8d9edc3768231099fc 2022-03-09 13:57:19.252 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.252 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.252 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.252 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.252 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user 549c375f7bba4368a99710ed0404e3f2 --project 7cd2f285a37a4d8d9edc3768231099fc 2022-03-09 13:57:19.252 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:57:19.252 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 13:57:19.252 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:57:19.252 | ++ functions-common:get_field:812 : read data 2022-03-09 13:57:19.252 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.252 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.252 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.252 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.252 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:57:19.252 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 13:57:19.252 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 13:57:19.252 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 13:57:19.252 | ++ functions-common:get_field:818 : echo '| 195c2bc5d301437095db93662cfd5db5 | 549c375f7bba4368a99710ed0404e3f2 | | 7cd2f285a37a4d8d9edc3768231099fc | | | False |' 2022-03-09 13:57:19.252 | ++ functions-common:get_field:812 : read data 2022-03-09 13:57:19.252 | + functions-common:get_or_add_user_project_role:995 : user_role_id=195c2bc5d301437095db93662cfd5db5 2022-03-09 13:57:19.253 | + functions-common:get_or_add_user_project_role:997 : echo 195c2bc5d301437095db93662cfd5db5 2022-03-09 13:57:19.253 | 195c2bc5d301437095db93662cfd5db5 2022-03-09 13:57:19.253 | + lib/swift:create_swift_accounts:651 : local swift_domain 2022-03-09 13:57:19.253 | ++ lib/swift:create_swift_accounts:652 : get_or_create_domain swift_test 'Used for swift functional testing' 2022-03-09 13:57:19.253 | ++ functions-common:get_or_create_domain:877 : local domain_id 2022-03-09 13:57:19.253 | +++ functions-common:get_or_create_domain:889 : oscwrap --os-cloud devstack-system-admin domain show swift_test -f value -c id 2022-03-09 13:57:19.253 | +++ 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-03-09 13:57:19.253 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.253 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.253 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.253 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.253 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:57:19.253 | ++ functions-common:get_or_create_domain:887 : domain_id=' 2022-03-09 13:57:19.253 | 023cad1f5eeb4361ad701241bf1250f6' 2022-03-09 13:57:19.253 | ++ functions-common:get_or_create_domain:888 : echo 023cad1f5eeb4361ad701241bf1250f6 2022-03-09 13:57:19.253 | + lib/swift:create_swift_accounts:652 : swift_domain=023cad1f5eeb4361ad701241bf1250f6 2022-03-09 13:57:19.253 | + lib/swift:create_swift_accounts:653 : die_if_not_set 653 swift_domain 'Failure creating swift_test domain' 2022-03-09 13:57:19.253 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-03-09 13:57:19.253 | + lib/swift:create_swift_accounts:655 : local swift_project_test4 2022-03-09 13:57:19.253 | ++ lib/swift:create_swift_accounts:656 : get_or_create_project swiftprojecttest4 023cad1f5eeb4361ad701241bf1250f6 2022-03-09 13:57:19.253 | ++ functions-common:get_or_create_project:932 : local project_id 2022-03-09 13:57:19.253 | +++ functions-common:get_or_create_project:940 : oscwrap --os-cloud devstack-system-admin project create swiftprojecttest4 --domain=023cad1f5eeb4361ad701241bf1250f6 --or-show -f value -c id 2022-03-09 13:57:19.253 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.253 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.253 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.253 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.253 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:57:19.253 | ++ functions-common:get_or_create_project:938 : project_id=e30047397090408495a252b6709e72fe 2022-03-09 13:57:19.253 | ++ functions-common:get_or_create_project:939 : echo e30047397090408495a252b6709e72fe 2022-03-09 13:57:19.253 | + lib/swift:create_swift_accounts:656 : swift_project_test4=e30047397090408495a252b6709e72fe 2022-03-09 13:57:19.253 | + lib/swift:create_swift_accounts:657 : die_if_not_set 657 swift_project_test4 'Failure creating swift_project_test4' 2022-03-09 13:57:19.253 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-03-09 13:57:19.254 | + lib/swift:create_swift_accounts:659 : local swift_user_test4 2022-03-09 13:57:19.254 | ++ lib/swift:create_swift_accounts:661 : get_or_create_user swiftusertest4 testing4 023cad1f5eeb4361ad701241bf1250f6 test4@example.com 2022-03-09 13:57:19.254 | ++ functions-common:get_or_create_user:909 : local user_id 2022-03-09 13:57:19.254 | ++ functions-common:get_or_create_user:910 : [[ ! -z test4@example.com ]] 2022-03-09 13:57:19.254 | ++ functions-common:get_or_create_user:911 : local email=--email=test4@example.com 2022-03-09 13:57:19.254 | +++ functions-common:get_or_create_user:927 : oscwrap --os-cloud devstack-system-admin user create swiftusertest4 --password testing4 --domain=023cad1f5eeb4361ad701241bf1250f6 --email=test4@example.com --or-show -f value -c id 2022-03-09 13:57:19.254 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.254 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.254 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.254 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.254 | +++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:57:19.254 | ++ functions-common:get_or_create_user:925 : user_id=ce0cdf8ce8d84ce48a5e10d34b27730b 2022-03-09 13:57:19.254 | ++ functions-common:get_or_create_user:926 : echo ce0cdf8ce8d84ce48a5e10d34b27730b 2022-03-09 13:57:19.254 | + lib/swift:create_swift_accounts:661 : swift_user_test4=ce0cdf8ce8d84ce48a5e10d34b27730b 2022-03-09 13:57:19.254 | + lib/swift:create_swift_accounts:662 : die_if_not_set 662 swift_user_test4 'Failure creating swift_user_test4' 2022-03-09 13:57:19.254 | + functions-common:die_if_not_set:282 : local exitcode=0 2022-03-09 13:57:19.254 | + lib/swift:create_swift_accounts:663 : get_or_add_user_project_role admin ce0cdf8ce8d84ce48a5e10d34b27730b e30047397090408495a252b6709e72fe 2022-03-09 13:57:19.254 | + functions-common:get_or_add_user_project_role:973 : local user_role_id 2022-03-09 13:57:19.254 | ++ functions-common:get_or_add_user_project_role:975 : _get_domain_args 2022-03-09 13:57:19.254 | ++ functions-common:_get_domain_args:957 : local domain 2022-03-09 13:57:19.254 | ++ functions-common:_get_domain_args:958 : domain= 2022-03-09 13:57:19.254 | ++ functions-common:_get_domain_args:960 : [[ -n '' ]] 2022-03-09 13:57:19.254 | ++ functions-common:_get_domain_args:963 : [[ -n '' ]] 2022-03-09 13:57:19.254 | ++ functions-common:_get_domain_args:967 : echo 2022-03-09 13:57:19.254 | + functions-common:get_or_add_user_project_role:975 : domain_args= 2022-03-09 13:57:19.254 | ++ functions-common:get_or_add_user_project_role:983 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user ce0cdf8ce8d84ce48a5e10d34b27730b --project e30047397090408495a252b6709e72fe 2022-03-09 13:57:19.254 | ++ functions-common:get_or_add_user_project_role:983 : get_field 1 2022-03-09 13:57:19.254 | ++ functions-common:get_or_add_user_project_role:983 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:57:19.254 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:57:19.254 | ++ functions-common:get_field:812 : read data 2022-03-09 13:57:19.254 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.255 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.255 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.255 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.255 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:57:19.255 | + functions-common:get_or_add_user_project_role:983 : user_role_id= 2022-03-09 13:57:19.255 | + functions-common:get_or_add_user_project_role:984 : [[ -z '' ]] 2022-03-09 13:57:19.255 | + functions-common:get_or_add_user_project_role:986 : openstack --os-cloud devstack-system-admin role add admin --user ce0cdf8ce8d84ce48a5e10d34b27730b --project e30047397090408495a252b6709e72fe 2022-03-09 13:57:19.255 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.255 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.255 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.255 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.255 | ++ functions-common:get_or_add_user_project_role:995 : oscwrap --os-cloud devstack-system-admin role assignment list --role admin --user ce0cdf8ce8d84ce48a5e10d34b27730b --project e30047397090408495a252b6709e72fe 2022-03-09 13:57:19.255 | ++ functions-common:get_or_add_user_project_role:995 : grep '^|\s[a-f0-9]\+' 2022-03-09 13:57:19.255 | ++ functions-common:get_or_add_user_project_role:995 : get_field 1 2022-03-09 13:57:19.255 | ++ functions-common:get_field:811 : local data field 2022-03-09 13:57:19.255 | ++ functions-common:get_field:812 : read data 2022-03-09 13:57:19.255 | /usr/lib/python3/dist-packages/secretstorage/dhcrypto.py:15: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.255 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.255 | /usr/lib/python3/dist-packages/secretstorage/util.py:19: CryptographyDeprecationWarning: int_from_bytes is deprecated, use int.from_bytes instead 2022-03-09 13:57:19.255 | from cryptography.utils import int_from_bytes 2022-03-09 13:57:19.255 | ++ functions-common:oscwrap:2465 : return 0 2022-03-09 13:57:19.255 | ++ functions-common:get_field:813 : '[' 1 -lt 0 ']' 2022-03-09 13:57:19.255 | ++ functions-common:get_field:816 : field='$2' 2022-03-09 13:57:19.255 | ++ functions-common:get_field:818 : awk '-F[ \t]*\\|[ \t]*' '{print $2}' 2022-03-09 13:57:19.255 | ++ functions-common:get_field:818 : echo '| 195c2bc5d301437095db93662cfd5db5 | ce0cdf8ce8d84ce48a5e10d34b27730b | | e30047397090408495a252b6709e72fe | | | False |' 2022-03-09 13:57:19.255 | ++ functions-common:get_field:812 : read data 2022-03-09 13:57:19.255 | + functions-common:get_or_add_user_project_role:995 : user_role_id=195c2bc5d301437095db93662cfd5db5 2022-03-09 13:57:19.255 | + functions-common:get_or_add_user_project_role:997 : echo 195c2bc5d301437095db93662cfd5db5 2022-03-09 13:57:19.255 | 195c2bc5d301437095db93662cfd5db5 2022-03-09 13:57:19.285 | [415298 Async create_swift_accounts:450328]: finished create_swift_accounts with result 0 in 131 seconds 2022-03-09 13:57:19.292 | Not waiting for async task configure_horizon that we never started or has already been waited for 2022-03-09 13:57:19.295 | + inc/async:async_wait:197 : return 0 2022-03-09 13:57:19.297 | + ./stack.sh:main:1135 : is_service_enabled mysql postgresql 2022-03-09 13:57:19.315 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:57:19.318 | + ./stack.sh:main:1135 : is_service_enabled glance 2022-03-09 13:57:19.336 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:57:19.338 | + ./stack.sh:main:1136 : echo_summary 'Configuring Glance' 2022-03-09 13:57:19.341 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-03-09 13:57:19.343 | + ./stack.sh:echo_summary:446 : echo -e Configuring Glance 2022-03-09 13:57:19.346 | + ./stack.sh:main:1137 : async_runfunc init_glance 2022-03-09 13:57:19.349 | + inc/async:async_runfunc:116 : async_run init_glance init_glance 2022-03-09 13:57:19.409 | + inc/async:async_inner:63 : init_glance 2022-03-09 13:57:19.449 | [415298 Async init_glance:454981]: running: init_glance 2022-03-09 13:57:19.452 | + ./stack.sh:main:1144 : is_service_enabled neutron 2022-03-09 13:57:19.470 | + functions-common:is_service_enabled:2081 : return 0 2022-03-09 13:57:19.473 | + ./stack.sh:main:1145 : echo_summary 'Configuring Neutron' 2022-03-09 13:57:19.475 | + ./stack.sh:echo_summary:440 : [[ -t 3 ]] 2022-03-09 13:57:19.478 | + ./stack.sh:echo_summary:446 : echo -e Configuring Neutron 2022-03-09 13:57:19.481 | + ./stack.sh:main:1147 : configure_neutron 2022-03-09 13:57:19.484 | + lib/neutron:configure_neutron:620 : is_neutron_legacy_enabled 2022-03-09 13:57:19.487 | ++ lib/neutron:is_neutron_legacy_enabled:136 : echo n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-03-09 13:57:19.489 | ++ lib/neutron:is_neutron_legacy_enabled:136 : sed s/neutron-//g 2022-03-09 13:57:19.493 | + lib/neutron:is_neutron_legacy_enabled:136 : disabled_services_copy=n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon 2022-03-09 13:57:19.496 | + lib/neutron:is_neutron_legacy_enabled:137 : [[ ,n-obj,n-novnc,n-net,n-cpu,q-lbaas,q-fwaas,horizon =~ ,neutron ]] 2022-03-09 13:57:19.499 | + lib/neutron:is_neutron_legacy_enabled:138 : [[ ,key,n-api,n-cond,n-sch,n-api-meta,placement-api,placement-client,g-api,c-sch,c-api,c-vol,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,c-bak,s-proxy,s-object,s-container,s-account,heat,h-api,h-api-cfn,h-api-cw,h-eng,ceilometer-acentral,ceilometer-acompute,ceilometer-collector,ceilometer-api,ceilometer-anotification =~ ,q- ]] 2022-03-09 13:57:19.502 | + lib/neutron:is_neutron_legacy_enabled:138 : return 0 2022-03-09 13:57:19.504 | + lib/neutron:configure_neutron:622 : configure_mutnauq 2022-03-09 13:57:19.507 | + lib/neutron-legacy:configure_mutnauq:349 : _configure_neutron_common 2022-03-09 13:57:19.510 | + lib/neutron-legacy:_configure_neutron_common:774 : _create_neutron_conf_dir 2022-03-09 13:57:19.512 | + lib/neutron-legacy:_create_neutron_conf_dir:767 : sudo install -d -o ubuntu /etc/neutron 2022-03-09 13:57:19.525 | + lib/neutron-legacy:_configure_neutron_common:777 : cd /opt/stack/neutron 2022-03-09 13:57:19.527 | + lib/neutron-legacy:_configure_neutron_common:777 : exec ./tools/generate_config_file_samples.sh 2022-03-09 13:57:21.980 | Traceback (most recent call last): 2022-03-09 13:57:21.980 | File "/usr/local/bin/oslo-config-generator", line 8, in 2022-03-09 13:57:21.980 | sys.exit(main()) 2022-03-09 13:57:21.980 | File "/usr/local/lib/python3.8/dist-packages/oslo_config/generator.py", line 836, in main 2022-03-09 13:57:21.980 | generate(conf) 2022-03-09 13:57:21.980 | File "/usr/local/lib/python3.8/dist-packages/oslo_config/generator.py", line 797, in generate 2022-03-09 13:57:21.980 | groups = _get_groups(_list_opts(conf.namespace)) 2022-03-09 13:57:21.981 | File "/usr/local/lib/python3.8/dist-packages/oslo_config/generator.py", line 524, in _list_opts 2022-03-09 13:57:21.981 | loaders = _get_raw_opts_loaders(namespaces) 2022-03-09 13:57:21.981 | File "/usr/local/lib/python3.8/dist-packages/oslo_config/generator.py", line 464, in _get_raw_opts_loaders 2022-03-09 13:57:21.981 | mgr = stevedore.named.NamedExtensionManager( 2022-03-09 13:57:21.981 | File "/usr/local/lib/python3.8/dist-packages/stevedore/named.py", line 78, in __init__ 2022-03-09 13:57:21.981 | extensions = self._load_plugins(invoke_on_load, 2022-03-09 13:57:21.981 | File "/usr/local/lib/python3.8/dist-packages/stevedore/extension.py", line 233, in _load_plugins 2022-03-09 13:57:21.981 | self._on_load_failure_callback(self, ep, err) 2022-03-09 13:57:21.981 | File "/usr/local/lib/python3.8/dist-packages/stevedore/extension.py", line 221, in _load_plugins 2022-03-09 13:57:21.981 | ext = self._load_one_plugin(ep, 2022-03-09 13:57:21.981 | File "/usr/local/lib/python3.8/dist-packages/stevedore/named.py", line 156, in _load_one_plugin 2022-03-09 13:57:21.981 | return super(NamedExtensionManager, self)._load_one_plugin( 2022-03-09 13:57:21.981 | File "/usr/local/lib/python3.8/dist-packages/stevedore/extension.py", line 255, in _load_one_plugin 2022-03-09 13:57:21.981 | plugin = ep.load() 2022-03-09 13:57:21.981 | File "/usr/lib/python3.8/importlib/metadata.py", line 77, in load 2022-03-09 13:57:21.981 | module = import_module(match.group('module')) 2022-03-09 13:57:21.981 | File "/usr/lib/python3.8/importlib/__init__.py", line 127, in import_module 2022-03-09 13:57:21.981 | return _bootstrap._gcd_import(name[level:], package, level) 2022-03-09 13:57:21.981 | File "", line 1014, in _gcd_import 2022-03-09 13:57:21.981 | File "", line 991, in _find_and_load 2022-03-09 13:57:21.981 | File "", line 975, in _find_and_load_unlocked 2022-03-09 13:57:21.981 | File "", line 671, in _load_unlocked 2022-03-09 13:57:21.981 | File "", line 848, in exec_module 2022-03-09 13:57:21.981 | File "", line 219, in _call_with_frames_removed 2022-03-09 13:57:21.981 | File "/opt/stack/neutron/neutron/opts.py", line 23, in 2022-03-09 13:57:21.981 | import neutron.conf.agent.common 2022-03-09 13:57:21.981 | File "/opt/stack/neutron/neutron/conf/agent/common.py", line 23, in 2022-03-09 13:57:21.981 | from neutron.common import config_lite as config 2022-03-09 13:57:21.981 | File "/opt/stack/neutron/neutron/common/config_lite.py", line 22, in 2022-03-09 13:57:21.981 | from neutron_lib.api import validators_lite as validators 2022-03-09 13:57:21.981 | ImportError: cannot import name 'validators_lite' from 'neutron_lib.api' (/usr/local/lib/python3.8/dist-packages/neutron_lib/api/__init__.py) 2022-03-09 13:57:22.201 | + lib/neutron-legacy:_configure_neutron_common:1 : exit_trap 2022-03-09 13:57:22.204 | + ./stack.sh:exit_trap:521 : local r=1 2022-03-09 13:57:22.206 | ++ ./stack.sh:exit_trap:522 : jobs -p 2022-03-09 13:57:22.209 | + ./stack.sh:exit_trap:522 : jobs='440917 2022-03-09 13:57:22.209 | 454981' 2022-03-09 13:57:22.211 | + ./stack.sh:exit_trap:525 : [[ -n 440917 2022-03-09 13:57:22.211 | 454981 ]] 2022-03-09 13:57:22.213 | + ./stack.sh:exit_trap:525 : [[ -n /opt/stack/logs/stack.sh.log.2022-03-09-134810 ]] 2022-03-09 13:57:22.215 | + ./stack.sh:exit_trap:525 : [[ True == \T\r\u\e ]] 2022-03-09 13:57:22.218 | + ./stack.sh:exit_trap:526 : echo 'exit_trap: cleaning up child processes' 2022-03-09 13:57:22.218 | exit_trap: cleaning up child processes 2022-03-09 13:57:22.220 | + ./stack.sh:exit_trap:527 : kill 440917 454981 2022-03-09 13:57:22.222 | + ./stack.sh:exit_trap:531 : '[' -f /tmp/tmp.WLs9RQuLXl ']' 2022-03-09 13:57:22.224 | + ./stack.sh:exit_trap:532 : rm /tmp/tmp.WLs9RQuLXl 2022-03-09 13:57:22.228 | + ./stack.sh:exit_trap:536 : kill_spinner 2022-03-09 13:57:22.230 | + ./stack.sh:kill_spinner:431 : '[' '!' -z '' ']' 2022-03-09 13:57:22.233 | + ./stack.sh:exit_trap:538 : [[ 1 -ne 0 ]] 2022-03-09 13:57:22.235 | + ./stack.sh:exit_trap:539 : echo 'Error on exit' 2022-03-09 13:57:22.235 | Error on exit 2022-03-09 13:57:22.237 | + ./stack.sh:exit_trap:541 : type -p generate-subunit 2022-03-09 13:57:22.240 | + ./stack.sh:exit_trap:542 : generate-subunit 1646833686 556 fail 2022-03-09 13:57:22.915 | + ./stack.sh:exit_trap:544 : [[ -z /opt/stack/logs ]] 2022-03-09 13:57:22.917 | + ./stack.sh:exit_trap:547 : /usr/bin/python3.8 /home/ubuntu/devstack/tools/worlddump.py -d /opt/stack/logs 2022-03-09 13:57:23.981 | + ./stack.sh:exit_trap:556 : exit 1